aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/Aapt2ResourcePackagingAction.java
Commit message (Expand)AuthorAge
* Add support for extracting references and declarations from a proto formatted...Gravatar corysmith2018-08-01
* Automated rollback of commit 0a635c5236ce30ea84b765ce752267992733a649.Gravatar corysmith2018-07-31
* Automated rollback of commit 8fe0f45852a620a078013310989396caed273342.Gravatar corysmith2018-07-31
* Add apk converted to proto and all attributes from CompiledResources to Resou...Gravatar corysmith2018-07-31
* Add profiling data to the resources zip.Gravatar corysmith2018-07-31
* Use independently passed assets in aapt2 packaging as wellGravatar asteinb2018-05-29
* Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84.Gravatar corysmith2018-05-10
* Normalize parameter name commentsGravatar cushon2018-04-27
* Add --debug-mode to aapt2 invocations when building without -c opt.Gravatar corysmith2018-04-19
* Add the --pseudo-localize flag to resource compilation, gated by the --genera...Gravatar corysmith2018-04-19
* Make android tools stop accepting --annotationJar.Gravatar ajmichael2018-03-22
* Filter out non-.flat files while linking.Gravatar corysmith2018-03-06
* Remove unused density filtering flagGravatar asteinb2018-02-22
* Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb.Gravatar corysmith2018-02-16
* Normalized the serialization proto to save space and allow greater versatilit...Gravatar corysmith2018-02-16
* Implement and delegate ListeningExecutorService api to clean up the try-with-...Gravatar corysmith2018-02-13
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Add the ability to output the resource table as a protocol buffer to the Aapt...Gravatar corysmith2018-01-25
* 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
* Use assets from the APK for resource shrinking rather than from the merge act...Gravatar Googler2017-12-15
* Temporary fix for resource filtering with aapt2Gravatar Googler2017-12-07
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Enable aapt2 packaging action to use compiled resources for merging rather th...Gravatar Googler2017-11-16
* Add configuration filters to the aapt2 packaging step.Gravatar corysmith2017-11-15
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Fix aapt2 actions to use the compiled intermediate resource files for linking...Gravatar Googler2017-10-02
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* Add Profiler for recording task execution time.Gravatar corysmith2017-09-12
* Final tweaks and fixes to enable aapt2 for Blaze.Gravatar corysmith2017-08-24
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23