aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/AndroidResourceProcessingAction.java
Commit message (Expand)AuthorAge
* Normalize parameter name commentsGravatar cushon2018-04-27
* Ability to pass decoupled assets into monolithic resource processing actionGravatar asteinb2018-04-17
* Make android tools stop accepting --annotationJar.Gravatar ajmichael2018-03-22
* Ensure the public.xml is included with the databound resources.Gravatar corysmith2018-02-27
* Expand databinding expressions in resource_files.zip.Gravatar ajmichael2018-02-26
* Remove unused density filtering flagGravatar asteinb2018-02-22
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Always filter resources by density in executionGravatar Googler2018-01-04
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Never allow local_resource_files in single-process testsGravatar Googler2017-11-27
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Save density information to manifests when filtering resources in analysisGravatar Googler2017-08-30
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Stop reporting manifest merge errors as exceptions with stack traces as well ...Gravatar apell2017-07-24
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Android BusyBox: use the JunctionCreatorGravatar Laszlo Csomor2017-07-11
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Remove some more usages of res2.MergingException and open source some tests.Gravatar ajmichael2017-05-05
* If resources were prefiltered, ignore unavailable resources from dependenciesGravatar Googler2017-03-22
* Breaking up is hard to do: AndroidResourceProcessorGravatar Googler2017-03-16
* Add parameter files to the android resource processing.Gravatar Googler2017-01-26
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Update android_ide_common to 25.0.0 and clean up FolderConfigsGravatar Googler2016-10-07
* Add a resource validator action for android_libraryGravatar Googler2016-08-30
* Add a lightweight resource merge action.Gravatar Googler2016-08-30
* Adds data binding support to the Android resource processor.Gravatar Greg Estren2016-08-23
* 5 of 5: Integrate with the AndroidResourceProcessorGravatar Googler2016-07-21
* Enhance AndroidResourceProcessingAction's split detection.Gravatar Michael Staib2016-07-08
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Roll forward of commit 1f1f207573c7b9c3e2d3ca1ffb0780a8fd592214: action to wr...Gravatar Googler2016-06-23
* Rollback of commit 1f1f207573c7b9c3e2d3ca1ffb0780a8fd592214.Gravatar Googler2016-06-21
* Add action to write android_binary and lib R.classes directlyGravatar Googler2016-06-21
* Enable the AndroidResourceProcessingAction to accept splits.Gravatar Michael Staib2016-06-06
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Adds the ResourceShrinkerAction. Uses the results of resource processing and ...Gravatar Andrew Pellegrini2016-02-23
* Add merged resources output generation to AndroidResourceProcessingAction in ...Gravatar Andrew Pellegrini2016-02-17
* Split manifest processing out of AndroidResourceProcessor#processResources() ...Gravatar Andrew Pellegrini2016-02-17
* Add integration test for AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2016-02-11
* Adds an AaptCommandLineBuilder to simplify the aapt line building process.Gravatar Googler2016-02-11
* Adds a build_tools_version attribute to the android_sdk rule so that the androidGravatar Alex Humesky2016-02-10
* Rollback of commit 40561f0bc889be8c0d90445befe75878ddee717b.Gravatar Googler2016-02-09
* Rollback of commit 30469a9939c14f8d0d2708bd0a91525a2e161cc4.Gravatar Googler2016-02-09
* Collect all the temporary directories into one tree that will delete on exit.Gravatar Googler2016-02-09
* Remove the AndroidBuilder from the processResources call. This allows use moreGravatar Googler2016-02-02