aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/AndroidResourceMergingAction.java
Commit message (Expand)AuthorAge
* Normalize parameter name commentsGravatar cushon2018-04-27
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Implement and delegate ListeningExecutorService api to clean up the try-with-...Gravatar corysmith2018-02-13
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* Make classJarOutput of AndroidResourceMergingAction read package from manifestGravatar ajmichael2017-08-30
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction.Gravatar corysmith2017-08-11
* 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
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Remove MergingExceptionGravatar corysmith2017-05-04
* Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e.Gravatar Googler2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Breaking up is hard to do: AndroidResourceProcessorGravatar Googler2017-03-16
* Make Android data binding work with --experimental_use_parallel_android_resou...Gravatar Greg Estren2017-02-17
* Add parameter files to the android resource processing.Gravatar Googler2017-01-26
* Add static factory methods to the AndroidResourceClassWriter for easier setup.Gravatar Googler2017-01-13
* Expose the ability to define a binary output to the merge call.Gravatar Googler2017-01-12
* Fix NPE in RClassGenerator when dev has code in unnamed packageGravatar Googler2016-12-05
* Update android_ide_common to 25.0.0 and clean up FolderConfigsGravatar Googler2016-10-07
* Add a lightweight resource merge action.Gravatar Googler2016-08-30