aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/aapt2
Commit message (Expand)AuthorAge
* Optimize the shrinking pass to prevent timeouts.Gravatar corysmith2018-08-14
* 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
* Adding test for an instance of Style having both reference and item.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
* Allow a ProtoApk to write a manifest as xmlGravatar 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
* Parse raw xml resources for tools annotations.Gravatar corysmith2018-08-01
* Add the ability to do a filtered copy of a ProtoApkGravatar corysmith2018-08-01
* 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
* Cleanup Optional usageGravatar corysmith2018-07-11
* Turn on pseudo locale generation for compilation.Gravatar corysmith2018-05-30
* 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
* Extract Qualifiers class for reuse.Gravatar corysmith2018-05-07
* Internal changeGravatar Googler2018-05-03
* Extract Qualifiers class for reuse.Gravatar corysmith2018-05-03
* Avoid failing when a fixed locale conflicts with a provided locale qualifer f...Gravatar corysmith2018-05-01
* 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
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* 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
* 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
* Don't fail if special resource directories contain multiple resourcesGravatar Googler2018-02-15
* 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
* Also support es-r419 as a locale.Gravatar Googler2018-01-16
* Fix parsing for some aapt2-generated resources.Gravatar Googler2018-01-10
* Serialize and package xml attributes from resources xml tags in values folder...Gravatar Googler2018-01-08
* 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
* 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