aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android
Commit message (Expand)AuthorAge
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Reflect core library moves in super calls, even in default method stubs. Alw...Gravatar kmb2018-03-16
* Android tools: remove mtime-modificationsGravatar Laszlo Csomor2018-03-15
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* Minor fixes to KeepScanner tool:Gravatar kmb2018-03-12
* Support custom implementations of emulated core interface methodsGravatar kmb2018-03-12
* Don't check contents of conflicting compiled resourcesGravatar asteinb2018-03-07
* Filter out non-.flat files while linking.Gravatar corysmith2018-03-06
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Android desugar config options to exclude methods from interface emulationGravatar kmb2018-03-01
* send invocations to emulated interfaces through dispatch helper.Gravatar kmb2018-03-01
* Ensure configurations are still filtered after shrinking.Gravatar corysmith2018-02-27
* Ensure the public.xml is included with the databound resources.Gravatar corysmith2018-02-27
* add binary flag for core library desugaring and gate existing configuration f...Gravatar kmb2018-02-26
* Expand databinding expressions in resource_files.zip.Gravatar ajmichael2018-02-26
* Change android_library .aar timestamp and open-source AarGeneratorActionTest.Gravatar ajmichael2018-02-26
* Rename and implement emulated interfaces as needed during android desugaringGravatar kmb2018-02-24
* Actually retarget so-configured invocations in android desugaringGravatar kmb2018-02-22
* Add a check to avoid core library default methods that (accidentally) aren't ...Gravatar kmb2018-02-22
* Remove unused density filtering flagGravatar asteinb2018-02-22
* add ability to move individual core library methodsGravatar kmb2018-02-21
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Tool that scans a given Jar for references to select classes and outputs corr...Gravatar kmb2018-02-20
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-02-16
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Don't fail if special resource directories contain multiple resourcesGravatar Googler2018-02-15
* Resolve the owner of interface.super calls to inherited default methods for a...Gravatar kmb2018-02-15
* Remove unused DataKey attribute.Gravatar corysmith2018-02-15
* 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