aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add idl_preprocessed field to android_library.Gravatar Googler2017-06-27
* Add JavaSkylarkApiProvider to aar_import rule.Gravatar Googler2017-06-26
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* ResourceFilter properly handles special language qualifiersGravatar Googler2017-06-26
* Fix NullPointerException when enable_data_binding is omitted.Gravatar gregce2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Fix Android data binding for rules with no direct resources.Gravatar gregce2017-06-21
* Move WrappingProviderHelper into static class in WrappingProvider.Gravatar Googler2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Pass the unsigned apk and the keystore to ApkProvider.Gravatar Googler2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Roll forward R generation for Robolectric behind a flag to enable testingGravatar Googler2017-06-19
* ResourceFilter persists ordering of resources when filteringGravatar Googler2017-06-19
* Fix resource filtering bug in interaction between densities and API versionGravatar Googler2017-06-16
* Automated g4 rollback of commit 5c2dc673a3ad2aa52f25c6f7d767671ba3e9b02c.Gravatar corysmith2017-06-16
* Simplify data binding documentation.Gravatar gregce2017-06-16
* Automated g4 rollback of commit 1be84ee92a825694b0c0026ac77134f8a084bd9c.Gravatar corysmith2017-06-13
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Adds the resource class jar to the implicit outputs of android_libraryGravatar Googler2017-06-07
* Automated g4 rollback of commit d028d7854d3e95d97143945a1ec32944e5e4594b.Gravatar lpino2017-06-07
* Cleanup the interface of ApkActionsBuilder.Gravatar ajmichael2017-06-05
* Expose .ap_ artifact as a skylark providerGravatar Googler2017-06-05
* Remove "supports-workers" tag from ApkBuilder execution info.Gravatar philwo2017-06-05
* Generate pre-reconciled ids R classes for dependency libraries with resourcesGravatar corysmith2017-06-02
* Remove NestedSets from ApkProvider.Gravatar ajmichael2017-06-01
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* When filtering resources in analysis, also filter resource rootsGravatar Googler2017-05-31
* Remove no-op use_singlejar_for_proguard_libraryjars flag - it was removed fro...Gravatar Googler2017-05-26
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Add one version enforcement to android_robolectric_testGravatar Googler2017-05-26
* Fix typos in android_device.system_image attribute documentationGravatar Googler2017-05-23
* Remove outdated comment.Gravatar ajmichael2017-05-23
* Add deprecation warning if the "legacy" manifest merger is used, now that the...Gravatar apell2017-05-23
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Extract determining which manifest merger to use (legacy v android) to a sepa...Gravatar Googler2017-05-22
* Create new android_host_service_fixture rule.Gravatar ajmichael2017-05-22
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Convert locale qualifiers from old Aapt format to correct format before parsingGravatar Googler2017-05-15
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15