aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java
Commit message (Expand)AuthorAge
* Split the conflict message reporting from the merging.Gravatar corysmith2018-02-13
* Implement and delegate ListeningExecutorService api to clean up the try-with-...Gravatar corysmith2018-02-13
* Improve error messaging on mismatched aapt2 formatsGravatar corysmith2018-02-13
* Desugar fixes:Gravatar kmb2018-02-10
* Delete erroneous piece of desugar's renaming logicGravatar kmb2018-02-09
* Stub default methods as needed for core library desugaringGravatar kmb2018-02-08
* Refactor the command line argument parser to use the latest API.Gravatar cnsun2018-02-08
* Rename generated core classes during core library desugaringGravatar kmb2018-02-07
* Reflect renamed classes in desugar output file namesGravatar kmb2018-02-07
* drop debug info when loading classes in desugar as a workaround for https://b...Gravatar kmb2018-02-06
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Basic tooling to desugar select core librariesGravatar kmb2018-02-05
* Add the ability to output the resource table as a protocol buffer to the Aapt...Gravatar corysmith2018-01-25
* Support DTD when processing resource files in the aapt2 pipelineGravatar Googler2018-01-22
* Multi-thread zip file writing in DexFileSplitter. Since we push content into...Gravatar kmb2018-01-19
* Fix parsing for public.xml file when using aapt2.Gravatar Googler2018-01-16
* Also support es-r419 as a locale.Gravatar Googler2018-01-16
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Fix parsing for some aapt2-generated resources.Gravatar Googler2018-01-10
* Produce data binding file from compile action when "enable_data_binding" attr...Gravatar Googler2018-01-10
* Fix StreamResourceLeak errorGravatar Liam Miller-Cushon2018-01-10
* Serialize and package xml attributes from resources xml tags in values folder...Gravatar Googler2018-01-08
* PiperOrigin-RevId: 180964207Gravatar kmb2018-01-05
* Relax the assertion on the inferred resource type. Now we only require that theGravatar cnsun2018-01-05
* Automated rollback of changelist 180845132.Gravatar Googler2018-01-04
* Always filter resources by density in executionGravatar Googler2018-01-04
* Use assets from the resource APK for resource shrinking rather than from the ...Gravatar Googler2017-12-20
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Automated rollback of commit 70c2be189c9c0021f7c424c7399f8bdecc579b4e.Gravatar Googler2017-12-15
* Eagerly close directory content stream again when looking for dumped lambdasGravatar kmb2017-12-15
* Use assets from the APK for resource shrinking rather than from the merge act...Gravatar Googler2017-12-15
* reflect prefix in additional ClassReader methods for consistency with what ha...Gravatar kmb2017-12-14
* make desugar resilient to unrelated lambdas being dumped while it runsGravatar kmb2017-12-13
* Update aapt2 to recent version from git_pi-release.Gravatar Googler2017-12-13
* Add --checkHashMismatch flag to ZipFilterAction.Gravatar jingwen2017-12-12
* Correct stack map frame computation. When visiting CHOP Frame (discarding n l...Gravatar cnsun2017-12-12
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Temporary fix for resource filtering with aapt2Gravatar Googler2017-12-07
* Support inclusion filter in DexFileSplitter, with the same semantics as in .....Gravatar kmb2017-12-06
* support params files in dexmerger and dexsharder toolsGravatar kmb2017-12-06
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-12-05
* Improve exception message to output more information.Gravatar cnsun2017-12-04
* Remove static import of inner class InferredType's fieldsGravatar ccross2017-12-04
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Automatic code cleanup.Gravatar cushon2017-11-28
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* Revert unintentional increase in logging.Gravatar apell2017-11-27
* Never allow local_resource_files in single-process testsGravatar Googler2017-11-27
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22