aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ResourceFilterFactory.java
Commit message (Expand)AuthorAge
* Expose android_binary data processing methods to SkylarkGravatar asteinb2018-05-10
* Cleanup Artifact.getPath() usage from ResourceFilterFactoryGravatar shahan2018-04-06
* Cleanup unneeded Artifact.getPath() call in ResourceFilterFactoryGravatar shahan2018-04-05
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Remove ResourceFilterFactory#getOutputDirectorySuffix().Gravatar lberki2018-03-22
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Stop warning about resource filters with "deprecated" qualifiersGravatar Googler2018-01-30
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Remove dead android_resources codeGravatar Googler2017-12-22
* Stop filtering resources in analysis in aapt2 buildsGravatar Googler2017-12-08
* Filter local and transitive resources togetherGravatar Googler2017-11-06
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01