summaryrefslogtreecommitdiff
path: root/tools/processors
AgeCommit message (Expand)Author
2021-02-23[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-11-30Update comment for generating IntDefs mappingIoana Stefan
2020-11-04Disregard annotation params for stale dataclass detectionEugene Susla
2020-07-14Add intDef annotation processor to generate mappingPablo Gamito
2019-12-05Merge "Move UnsupportedAppUsageProcessor to tools/platform-compat" am: d7dd4a...satayev
2019-12-04Merge "Handle overrideSourcePosition in unsupportedappusageprocessor." am: 16...satayev
2019-12-04Move UnsupportedAppUsageProcessor to tools/platform-compatArtur Satayev
2019-12-02Handle overrideSourcePosition in unsupportedappusageprocessor.Mathew Inwood
2019-11-19Merge "Fix SignatureBuilder." am: d1219acf84 am: a8aa26d1edMathew Inwood
2019-11-15Fix SignatureBuilder.Mathew Inwood
2019-11-01[codegen] Support nested classesEugene Susla
2019-10-08Fix some stale dataclass detector false positivesEugene Susla
2019-08-13Pin staledataclass-annotation-processor to Java language level 8.Pete Gillin
2019-08-06Use dataclass codegen on a few initial framework classesEugene Susla
2019-08-05Addresses further review comments from ag/8000041Eugene Susla
2019-07-29Auto-build/update codegenEugene Susla
2019-07-17Codegen for parcelable/dataclass boilerplateEugene Susla
2019-05-09Merge "Support all UnsupportedAppUsage annotations in processor" am: 3423014cbeAndrei-Valentin Onea
2019-05-08Support all UnsupportedAppUsage annotations in processorAndrei Onea
2019-03-20Remove unused @InspectableNodeNameAshley Rose
2019-03-18Rename @EnumEntry and @FlagEntryAshley Rose
2019-03-15Use IntFunction for inspector flag and enum mappingAshley Rose
2019-03-08InspectionCompanions as nested classesAshley Rose
2019-03-05Resource ID support for view inspectorAshley Rose
2019-03-01Support for @InspectableProperty on public fieldsAshley Rose
2019-01-29Run inspector annotation processor on frameworkAshley Rose
2019-01-28Annotation processing for int enum and flag mappingAshley Rose
2019-01-23Replace annotation_processors with pluginsColin Cross
2019-01-23Merge "Replace annotation_processors with plugins" am: bc40469e19 am: f30fba0a60Colin Cross
2019-01-22Replace annotation_processors with pluginsColin Cross
2019-01-18Annotation processing for @InspectablePropertyAshley Rose
2019-01-17Remove old private constant from ResourceId.Aurimas Liutikas
2018-12-20Include annotation property values in output.Mathew Inwood
2018-12-11Code generation for @InspectablePropertyAshley Rose
2018-12-10Annotation processor for @InspectableNodeNameAshley Rose
2018-11-30Include annotation property values in output.Mathew Inwood
2018-09-06Fix compilation when targeting OpenJDK 9.Tobias Thierer
2018-09-05Processor for @UnsupportedAppUsage annotations.Mathew Inwood