aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/aapt2/ResourceLinker.java
Commit message (Expand)AuthorAge
* Add test to ensure that the binary building pipeline works.Gravatar corysmith2018-08-14
* Correctly manage the ProtoApk lifecycle by ensuring it is closed when finished.Gravatar corysmith2018-08-13
* Automated rollback of commit 29b57c3afcfeb8e3fedcc2edcb0f28f13c784179.Gravatar corysmith2018-08-10
* Automated rollback of commit bab4b04ad09a571615d04aacadf8b3a2b820ba5f.Gravatar corysmith2018-08-06
* Relink instead of convert proto apks.Gravatar corysmith2018-08-06
* Added functionality to let the ResourceLinker link ProtoApks.Gravatar corysmith2018-08-06
* aapt2 creates larger apks when converting from proto.Gravatar corysmith2018-08-03
* Tool attribute processing added to resource shrinking.Gravatar corysmith2018-08-02
* Expose AndroidResourceUsageAnalyzer methods to enable proto-based resource sh...Gravatar corysmith2018-08-02
* 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
* Enable aapt2 for aar_import by adding the AndroidConfiguration fragment.Gravatar corysmith2018-07-18
* Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84.Gravatar corysmith2018-05-10
* Internal changeGravatar Googler2018-05-10
* Only include generated resources when pseudo locales are asked for.Gravatar corysmith2018-05-10
* Generate a separate psuedo locale .flat file only for default locale on value...Gravatar corysmith2018-05-08
* Normalize parameter name commentsGravatar cushon2018-04-27
* Automated rollback of commit 047688a129b444ba918ae4c31767dce73b17b049.Gravatar Googler2018-04-24
* Add support for pseudo locales to ResourceLinker.Gravatar corysmith2018-04-24
* Add --debug-mode to aapt2 invocations when building without -c opt.Gravatar corysmith2018-04-19
* Update ApkSubject to use the AndroidCompiledDataDeserializer for proto apks.Gravatar corysmith2018-04-19
* Filter out non-.flat files while linking.Gravatar corysmith2018-03-06
* Add the ability to output the resource table as a protocol buffer to the Aapt...Gravatar corysmith2018-01-25
* 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
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Fix the R.txt to generate a transitive closure instead of the current resources.Gravatar corysmith2017-10-06
* 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 multiple density processing to aapt2 using the optimize command.Gravatar corysmith2017-09-12
* Add Profiler for recording task execution time.Gravatar corysmith2017-09-12
* Enable using a parameter for large lists of resources to link.Gravatar corysmith2017-08-25
* Final tweaks and fixes to enable aapt2 for Blaze.Gravatar corysmith2017-08-24
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Validate and Link libraries action for aapt2Gravatar corysmith2017-08-14