aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/AndroidResourceProcessor.java
Commit message (Expand)AuthorAge
...
* Global cleanup change.Gravatar Googler2016-03-21
* Rollback of commit 38a2b885168ed27dfdb48771dedd1e02fd0d9b0a.Gravatar Googler2016-03-08
* Pick up the generate Manifest.java when creating the source jar.Gravatar Googler2016-03-08
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Adds the ResourceShrinkerAction. Uses the results of resource processing and ...Gravatar Andrew Pellegrini2016-02-23
* Add merged resources output generation to AndroidResourceProcessingAction in ...Gravatar Andrew Pellegrini2016-02-17
* Split manifest processing out of AndroidResourceProcessor#processResources() ...Gravatar Andrew Pellegrini2016-02-17
* Add integration test for AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2016-02-11
* Adds an AaptCommandLineBuilder to simplify the aapt line building process.Gravatar Googler2016-02-11
* Don't request --extra-packages when there are no dependencies.Gravatar Googler2016-02-04
* Adds the --no-version-vectors as a default flag for aapt processing.Gravatar Googler2016-02-03
* Handle not having any dependent packages correctly.Gravatar Googler2016-02-02
* Remove the AndroidBuilder from the processResources call. This allows use moreGravatar Googler2016-02-02
* Remove extraneous System.out calls.Gravatar Andrew Pellegrini2016-01-26
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Use a StringBuffer not a StringBuilder due to the need to compile in java 1.7.Gravatar Googler2016-01-04
* Make the AndroidResourceProcessor more deterministic by setting the R.txt ids...Gravatar Googler2015-12-30
* Trim temporary directory root from entry paths when creating resources srcjar...Gravatar Andrew Pellegrini2015-10-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Open source AarGeneratorAction and AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2015-06-26