aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ApplicationManifest.java
Commit message (Expand)AuthorAge
* Remove ApplicationManifestGravatar asteinb2018-08-08
* Remove ValidatedAndroidData interfaceGravatar asteinb2018-08-08
* Remove non-static ApplicationManifest methodsGravatar asteinb2018-08-08
* Add configuration for android data binding v2.Gravatar corysmith2018-08-06
* Moved all external calls to isDataEnabled to DataBindingContext and made it p...Gravatar corysmith2018-08-03
* Reduce and centralize databinding context instances.Gravatar corysmith2018-08-03
* Automated rollback of commit 372fbc2f016157b0331f83a20edad10d4b4cf9f7.Gravatar asteinb2018-05-25
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Move non-resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-22
* Pass AndroidDataContext through manifest processing methodsGravatar asteinb2018-05-22
* Expose android_binary data processing methods to SkylarkGravatar asteinb2018-05-10
* Expose process_test_data (for android_test) to SkylarkGravatar asteinb2018-05-09
* Properly rename manifestsGravatar asteinb2018-05-09
* Wire up decoupled resource processing for MobileInstallGravatar asteinb2018-04-18
* Wire up decoupled data pipeline in top-level Android targetsGravatar asteinb2018-04-18
* Setup for wiring up decoupled data processing in top-level targetsGravatar asteinb2018-04-18
* Ability to stop using ResourceContainer in various actionsGravatar asteinb2018-04-18
* Create pipeline for monolithic data processing with decoupled classesGravatar asteinb2018-04-18
* Clean up R class generationGravatar asteinb2018-04-18
* Add decoupled asset containers to ResourceApk wrapper objectGravatar asteinb2018-04-17
* Ability to pass decoupled assets into monolithic resource processing actionGravatar asteinb2018-04-17
* Resource processing pipeline uses interface instead of ResourceContainerGravatar asteinb2018-04-16
* Properly expose resource artifacts in MergableAndroidData interfaceGravatar asteinb2018-04-16
* Allow validation action to run just against resourcesGravatar asteinb2018-04-13
* Make resource merging action builder able to take just resourcesGravatar asteinb2018-04-12
* Remove overly optimistic decoupled manifest processingGravatar asteinb2018-04-09
* Fix issue with filtered resourcesGravatar asteinb2018-04-09
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Pass resources and assets seperately into parse and compile actionsGravatar asteinb2018-03-29
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Split AndroidAssets class out of LocalResourceContainerGravatar asteinb2018-03-29
* Delete some unused code.Gravatar ajmichael2018-03-13
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Add experimental flag to skip the parsing action if using aapt2.Gravatar Googler2017-11-15
* Filter local and transitive resources togetherGravatar Googler2017-11-06
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Clean up LocalResourceContainer.BuilderGravatar Googler2017-11-01
* Fix resource generation in android_testGravatar Googler2017-10-24
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Simplify ApplicationManifest by inlining createApk and simplifying the builde...Gravatar corysmith2017-10-16
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19