aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google
Commit message (Expand)AuthorAge
* Turn down the log level for AarGeneratorAction's timing information. It's not...Gravatar Googler2016-02-01
* 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
* Remove the warning for duplicated directories -- they are allowed.Gravatar Googler2016-01-19
* Remove unecessary value nulling from ResourceShrinker.Gravatar Andrew Pellegrini2016-01-18
* Include message from underlying exception for options converters in Android a...Gravatar Andrew Pellegrini2016-01-07
* 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
* Write package proto even if it's empty.Gravatar Googler2015-12-16
* Make the stub application instantiate content providers with the right Applic...Gravatar Lukacs Berki2015-12-15
* Fix all density specific resources being removed if multiple densities are sp...Gravatar Andrew Pellegrini2015-12-09
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Switch System.out.println to java.util.logger.Gravatar Googler2015-12-02
* Switch to using a list of packages and a single R.txt file since the final R....Gravatar Googler2015-12-01
* re-add support for multiple R.txt files with different packages.Gravatar Googler2015-11-20
* Remove proguard mapping file handling from ResourceShrinker since we will not...Gravatar Googler2015-11-20
* Fixes bug with AndroidResourcesProcessorBuilder building densities argument a...Gravatar Andrew Pellegrini2015-11-18
* Added ResourceShrinker - strips unused resources from final APK.Gravatar Googler2015-11-18
* Rollback of commit 71ab497f82130e5f7c682bea140de78a48088b4f.Gravatar Damien Martin-Guillerez2015-11-17
* Rename methodGravatar Googler2015-11-17
* Added ResourceShrinker - strips unused resources from final APK.Gravatar Googler2015-11-17
* Pre-compile Android tools that are embedded in the Bazel binary.Gravatar Lukacs Berki2015-10-27
* Update android screen densities to include 420 dpi added for the Nexus 5X. Ad...Gravatar Andrew Pellegrini2015-10-27
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Remove unused '--generatedSourcesPath ' option handling from AndroidResourceP...Gravatar Andrew Pellegrini2015-10-13
* Rename protobuf targets to xxx_proto.Gravatar Han-Wen Nienhuys2015-10-09
* Add IdlClass to the embedded default android tools repository and rearrangeGravatar Alex Humesky2015-10-05
* Trim temporary directory root from entry paths when creating resources srcjar...Gravatar Andrew Pellegrini2015-10-02
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Minor usability fixes for the incremental deployment stub application:Gravatar Lukacs Berki2015-09-25
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Use ApplicationInfo.dataDir instead of hardcoding "/data/data/<PACKAGE NAME>"...Gravatar Lukacs Berki2015-09-11
* Prevent android_binary rule from overwriting the <compatible-screens> section...Gravatar Andrew Pellegrini2015-09-11
* Quick fix for shipping the android tools in the Bazel binaryGravatar Damien Martin-Guillerez2015-09-03
* Add an integration test for Android rules.Gravatar Lukacs Berki2015-09-03
* Make three logging statements fine instead of info, so they don't show up in ...Gravatar Googler2015-07-30
* Fix fallout from []: it broke "blaze mobile-install" when no --native_lib arg...Gravatar Lukacs Berki2015-07-29
* Make the stub application support incremental deployment of native libraries.Gravatar Lukacs Berki2015-07-29
* Updates AndroidResourceProcessingAction and AarGeneratorAction to use temp di...Gravatar Alex Humesky2015-07-23
* The final CL in getting Android support to work: add resources_processor.sh a...Gravatar Lukacs Berki2015-06-30
* Fix of intermittent hang when building Aar files. This is an untested fix bec...Gravatar Andrew Pellegrini2015-06-26
* Open source AarGeneratorAction and AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2015-06-26
* Move the parallel dexing tools to the Bazel tree.Gravatar Lukacs Berki2015-06-05