aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResourcesProcessorBuilder.java
Commit message (Expand)AuthorAge
* Final asset/resource decoupling cleanupGravatar asteinb2018-08-09
* Remove ValidatedAndroidData interfaceGravatar asteinb2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* Moved all external calls to isDataEnabled to DataBindingContext and made it p...Gravatar corysmith2018-08-03
* Reduce and centralize databinding context instances.Gravatar corysmith2018-08-03
* Reconvert the lambdas in AndroidDataConverter to anonymous inner classes.Gravatar mjhalupka2018-06-13
* Use independently passed assets in aapt2 packaging as wellGravatar asteinb2018-05-29
* Automated rollback of commit 372fbc2f016157b0331f83a20edad10d4b4cf9f7.Gravatar asteinb2018-05-25
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Automated rollback of commit f384ab5855ba230e7767b7b5350bd72ef01b9a1b.Gravatar asteinb2018-05-07
* Some fixup for R.class filesGravatar asteinb2018-05-04
* Methods for generating empty Android data providersGravatar asteinb2018-05-03
* Fix up newly discovered bugs in decoupled Android data processingGravatar asteinb2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Fix asset processing bugGravatar asteinb2018-04-20
* Setup for wiring up decoupled data processing in top-level targetsGravatar asteinb2018-04-18
* Ability to stop using ResourceContainer in various actionsGravatar asteinb2018-04-18
* Create pipeline for monolithic data processing with decoupled classesGravatar asteinb2018-04-18
* Ability to pass decoupled assets into monolithic resource processing actionGravatar asteinb2018-04-17
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Removed extra .useDefaultShellEnvironment()Gravatar jingwen2018-01-19
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Migrate ResourceProcessorBusyBox Android actions to using SHELL_QUOTED param ...Gravatar apell2017-10-18
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* remove unused code for unused aapt flagsGravatar ajmichael2017-09-27
* Always pass resource filters to aaptGravatar Googler2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Do not flatten resource artifacts in Android rules.Gravatar tomlu2017-09-15
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Save density information to manifests when filtering resources in analysisGravatar Googler2017-08-30
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Resource filtering properly handles pseudolocalesGravatar Googler2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10