aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ApplicationManifest.java
Commit message (Expand)AuthorAge
* Filter android_binary resources during analysisGravatar Googler2017-02-24
* Make Android data binding work with --experimental_use_parallel_android_resou...Gravatar Greg Estren2017-02-17
* Add getImplicitOutputArtifact to BuildViewTestCase. This vastly simplifiesGravatar Googler2017-01-23
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* aar_import exports AndroidManifest.xml by default.Gravatar Adam Michael2016-11-07
* Add manifest merger output log.Gravatar Andrew Pellegrini2016-09-26
* Make aar_import use the java package from the manifest for all aapt resource ...Gravatar Adam Michael2016-09-22
* Adds aar_import rule to Bazel along with tools needed to implement it. Curren...Gravatar Adam Michael2016-09-14
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Use processed instead of merged manifest in android deploy infoGravatar Googler2016-08-12
* Add target names for mergee manifests to generate more helpful error messages...Gravatar Andrew Pellegrini2016-07-20
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Adds a step before creating the resource apk (ap_) to swap out the applicationGravatar Alex Humesky2016-06-13
* Avoid generating an ap_ file for android_libraryGravatar Googler2016-05-10
* Persist manifest changes made in AndroidResourceProcessingAction back to andr...Gravatar Andrew Pellegrini2016-05-10
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Fix manifest_values.applicationId not being picked up by ApplicationManifest#...Gravatar Andrew Pellegrini2016-05-04
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fix ApplicationManifest#generatedManifest bug that would set the package as '...Gravatar Andrew Pellegrini2015-09-24
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Make Android rules work againGravatar Lukacs Berki2015-09-08
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Make android_binary rules with the application_id= attribute set the correct ...Gravatar Lukacs Berki2015-07-10
* Remove support for non-android_sdk Android SDKs.Gravatar Lukacs Berki2015-06-24
* Adds a new input and output to resource processing, symbols txt, which will b...Gravatar Googler2015-06-16
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19