aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/AndroidResourceProcessor.java
Commit message (Expand)AuthorAge
* update data binding to 3.2.0 release (gradle)Gravatar Googler2018-08-10
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Normalize parameter name commentsGravatar cushon2018-04-27
* Remove some deprecated resources flags.Gravatar ajmichael2018-04-04
* Make android tools stop accepting --annotationJar.Gravatar ajmichael2018-03-22
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Expand databinding expressions in resource_files.zip.Gravatar ajmichael2018-02-26
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Final tweaks and fixes to enable aapt2 for Blaze.Gravatar corysmith2017-08-24
* Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction.Gravatar corysmith2017-08-11
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Android BusyBox: use the JunctionCreatorGravatar Laszlo Csomor2017-07-11
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Move the field name out of the FieldInitializerGravatar corysmith2017-05-23
* Remove the RTxtSymbolEntry in favor of the FieldInitializer class.Gravatar corysmith2017-05-19
* Use one writer for generating R.java source filesGravatar corysmith2017-05-17
* * Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...Gravatar corysmith2017-05-04
* Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739.Gravatar corysmith2017-04-25
* Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235.Gravatar corysmith2017-04-20
* Refactor the RClassGenerator to be reusable for different packages.Gravatar corysmith2017-04-20
* Teach the RClassGenerator to merge all library symbols and reconcile ids.Gravatar corysmith2017-04-18
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-03-21
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* Breaking up is hard to do: AndroidResourceProcessorGravatar Googler2017-03-16
* Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classesGravatar Googler2017-03-14
* AndroidResourceProcessor: sort files before writing zipsGravatar Googler2017-03-07
* Make Android data binding work with --experimental_use_parallel_android_resou...Gravatar Greg Estren2017-02-17
* Expose the ability to define a binary output to the merge call.Gravatar Googler2017-01-12
* Update android_ide_common to 25.0.0 and clean up FolderConfigsGravatar Googler2016-10-07
* Add manifest merger output log.Gravatar Andrew Pellegrini2016-09-26
* 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
* Add a resource merger state -> R class writer.Gravatar Googler2016-07-22
* 5 of 5: Integrate with the AndroidResourceProcessorGravatar Googler2016-07-21
* Add target names for mergee manifests to generate more helpful error messages...Gravatar Andrew Pellegrini2016-07-20
* Enhance AndroidResourceProcessingAction's split detection.Gravatar Michael Staib2016-07-08
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08
* 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
* Use BufferedOutputStream for zipping / jar.Gravatar Googler2016-05-19
* Fix wrong method accessor in "this dep isGravatar Greg Estren2016-05-13
* Avoid generating an ap_ file for android_libraryGravatar Googler2016-05-10
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Adds new ManifestMergerAction to replace existing python merger script. Repla...Gravatar Andrew Pellegrini2016-04-21