aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com
Commit message (Expand)AuthorAge
* Part 3 of 5: Merging semantics.Gravatar Googler2016-03-18
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Add xml subpackage to the BUILD file.Gravatar Googler2016-03-08
* 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
* Fix the comment formatting.Gravatar Googler2016-03-08
* Part 2 of 5: Optimize the resource merge process, XmlProcessing.Gravatar Googler2016-03-08
* Enhance DexMapper tool to treat .class.dex files like .class files.Gravatar Googler2016-03-01
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
* Part 1 of 5: Optimize the resource merge process, Introductions.Gravatar Googler2016-02-24
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* 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
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Add integration test for AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2016-02-11
* Adds an AaptCommandLineBuilder to simplify the aapt line building process.Gravatar Googler2016-02-11
* Adds a build_tools_version attribute to the android_sdk rule so that the androidGravatar Alex Humesky2016-02-10
* Rollback of commit 40561f0bc889be8c0d90445befe75878ddee717b.Gravatar Googler2016-02-09
* Rollback of commit 30469a9939c14f8d0d2708bd0a91525a2e161cc4.Gravatar Googler2016-02-09
* Collect all the temporary directories into one tree that will delete on exit.Gravatar Googler2016-02-09
* 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
* 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