aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ApplicationManifest.java
Commit message (Expand)AuthorAge
* aar_import creates res/values/empty.xml if it contains no resources.Gravatar ajmichael2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Make --experimental_use_parallel_android_resource_processing a no-op.Gravatar ajmichael2017-07-26
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Filter LocalResourceContainer and use it to get a filtered ResourceContainerGravatar Googler2017-07-17
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Add methods for filtering LocalResourceContainerGravatar Googler2017-07-03
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Add deprecation warning if the "legacy" manifest merger is used, now that the...Gravatar apell2017-05-23
* Extract determining which manifest merger to use (legacy v android) to a sepa...Gravatar Googler2017-05-22
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove RuleContext from ResourceFilter stateGravatar Googler2017-03-31
* Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e.Gravatar Googler2017-03-31
* Un-rollback and fix bugs in resource density filteringGravatar Googler2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507.Gravatar Tobias Werth2017-03-23
* Filter android_binary resources by screen density in the analysis phaseGravatar Googler2017-03-22
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-03-21
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* 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