aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/aapt2/ResourceCompiler.java
Commit message (Expand)AuthorAge
* Parse raw xml resources for tools annotations.Gravatar corysmith2018-08-01
* 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
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Add the --pseudo-localize flag to resource compilation, gated by the --genera...Gravatar corysmith2018-04-19
* Don't fail if special resource directories contain multiple resourcesGravatar Googler2018-02-15
* 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
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* Final tweaks and fixes to enable aapt2 for Blaze.Gravatar corysmith2017-08-24
* Adds compile action for aapt2: Aapt2ResourcePackagingActionGravatar corysmith2017-08-23
* Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction.Gravatar corysmith2017-08-11