aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResourceMergingActionBuilder.java
Commit message (Expand)AuthorAge
* Final asset/resource decoupling cleanupGravatar asteinb2018-08-09
* Remove CompiledMergeableAndroidDataGravatar asteinb2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* @AutoCodec stray usage of AndroidDataConverter. It should always be a static ...Gravatar janakr2018-06-13
* 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
* Setup for wiring up decoupled data processing in top-level targetsGravatar asteinb2018-04-18
* Independently merge assetsGravatar asteinb2018-04-17
* Resource-only merge actionGravatar asteinb2018-04-13
* Make resource merging action builder able to take just resourcesGravatar asteinb2018-04-12
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* 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
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* 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
* 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
* 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
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Automated rollback of commit 0abf5fa2d64c76def5a8fa0f960b73ce0566af4d.Gravatar laszlocsomor2017-08-03
* Android BusyBox: actions use the default shell envGravatar Laszlo Csomor2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* Make Android data binding work with --experimental_use_parallel_android_resou...Gravatar Greg Estren2017-02-17
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Add parameter files to the android resource processing.Gravatar Googler2017-01-26
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Add a lightweight resource merge action.Gravatar Googler2016-08-30