index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
tools
/
android
/
java
/
com
/
google
/
devtools
/
build
Commit message (
Expand
)
Author
Age
*
Updates stub application resource handling to work with Android N.
Alex Humesky
2016-03-30
*
3.74 of 5: Remove DataKey from DataValue, FileDataResource and XmlDataResource.
Googler
2016-03-30
*
3.73 of 5: Convert xml parsing to use the map based storage
Googler
2016-03-30
*
3.71: Remove ResourceMap, Fix tests
Googler
2016-03-25
*
3.7 of 5: Refactoring ResourceMap generation.
Googler
2016-03-25
*
Part 3.5 of 5: Assets
Googler
2016-03-25
*
Global cleanup change.
Googler
2016-03-21
*
Part 3 of 5: Merging semantics.
Googler
2016-03-18
*
Add Python protobuf to Bazel third_party and move all protobuf targets into
David Chen
2016-03-17
*
Add xml subpackage to the BUILD file.
Googler
2016-03-08
*
Rollback of commit 38a2b885168ed27dfdb48771dedd1e02fd0d9b0a.
Googler
2016-03-08
*
Pick up the generate Manifest.java when creating the source jar.
Googler
2016-03-08
*
Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...
Andrew Pellegrini
2016-03-08
*
Fix the comment formatting.
Googler
2016-03-08
*
Part 2 of 5: Optimize the resource merge process, XmlProcessing.
Googler
2016-03-08
*
Enhance DexMapper tool to treat .class.dex files like .class files.
Googler
2016-03-01
*
Add a bazel-srcs target to the top-level package containing all Bazel sources
Damien Martin-Guillerez
2016-02-29
*
Part 1 of 5: Optimize the resource merge process, Introductions.
Googler
2016-02-24
*
Rename proto dependencies to include a _java component in them.
Julio Merino
2016-02-23
*
Adds the ResourceShrinkerAction. Uses the results of resource processing and ...
Andrew Pellegrini
2016-02-23
*
Add merged resources output generation to AndroidResourceProcessingAction in ...
Andrew Pellegrini
2016-02-17
*
Split manifest processing out of AndroidResourceProcessor#processResources() ...
Andrew Pellegrini
2016-02-17
*
Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...
Googler
2016-02-16
*
Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.
Damien Martin-Guillerez
2016-02-15
*
Don't include absolute paths in blaze IDE artifacts
Googler
2016-02-15
*
Add integration test for AndroidResourceProcessingAction.
Andrew Pellegrini
2016-02-11
*
Adds an AaptCommandLineBuilder to simplify the aapt line building process.
Googler
2016-02-11
*
Adds a build_tools_version attribute to the android_sdk rule so that the android
Alex Humesky
2016-02-10
*
Rollback of commit 40561f0bc889be8c0d90445befe75878ddee717b.
Googler
2016-02-09
*
Rollback of commit 30469a9939c14f8d0d2708bd0a91525a2e161cc4.
Googler
2016-02-09
*
Collect all the temporary directories into one tree that will delete on exit.
Googler
2016-02-09
*
Don't request --extra-packages when there are no dependencies.
Googler
2016-02-04
*
Adds the --no-version-vectors as a default flag for aapt processing.
Googler
2016-02-03
*
Handle not having any dependent packages correctly.
Googler
2016-02-02
*
Remove the AndroidBuilder from the processResources call. This allows use more
Googler
2016-02-02
*
Turn down the log level for AarGeneratorAction's timing information. It's not...
Googler
2016-02-01
*
Remove extraneous System.out calls.
Andrew Pellegrini
2016-01-26
*
Export the AndroidManifest.xml from the resource processing. This is an initi...
Googler
2016-01-25
*
Remove the warning for duplicated directories -- they are allowed.
Googler
2016-01-19
*
Remove unecessary value nulling from ResourceShrinker.
Andrew Pellegrini
2016-01-18
*
Include message from underlying exception for options converters in Android a...
Andrew Pellegrini
2016-01-07
*
Use a StringBuffer not a StringBuilder due to the need to compile in java 1.7.
Googler
2016-01-04
*
Make the AndroidResourceProcessor more deterministic by setting the R.txt ids...
Googler
2015-12-30
*
Write package proto even if it's empty.
Googler
2015-12-16
*
Make the stub application instantiate content providers with the right Applic...
Lukacs Berki
2015-12-15
*
Fix all density specific resources being removed if multiple densities are sp...
Andrew Pellegrini
2015-12-09
*
ASwB aspect: parse java packages during execution
Googler
2015-12-03
*
Switch System.out.println to java.util.logger.
Googler
2015-12-02
*
Switch to using a list of packages and a single R.txt file since the final R....
Googler
2015-12-01
*
re-add support for multiple R.txt files with different packages.
Googler
2015-11-20
[next]