Lines Matching refs:resource
4 - Added navigation resource type.
5 - Fixed issue with resource deduplication. (bug 64397629)
32 - Fixed issue where overlays that declared `<add-resource>` did not compile. (bug 38355988)
33 - Fixed issue where `%n` in a string resource was interpreted as a format argument. (bug 37132275)
37 resource types. (bug 62260121)
41 - Fix issue where overlaid `<style>` would not be merged, and would replace the original resource
61 will automatically convert any 'id' resource references from the resource ID 0xPPTTEEEE to
64 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
68 Rewriting these resource IDs to use the package ID 7F while maintaining their definitions under
102 - Added sparse resource type encoding, which encodes resource entries that are sparse with
103 a binary search tree representation. Only available when minSdkVersion >= API O or resource
104 qualifier of resource types is >= v26 (or whatever API level O becomes). Enabled with
110 - resource deduping when the resources are dominated and identical (already happens during
112 - new sparse resource type encoding with the `--enable-sparse-encoding` flag if possible
113 (minSdkVersion >= O or resource qualifier >= v26).
126 - Support legacy `configVarying` resource type.
142 - Support new `font` resource type.
149 - Duplicate resource filtering: removes duplicate resources in dominated configurations
151 `--no-resource-deduping`.
159 - SDK version resource filtering: Resources with an SDK version qualifier that is unreachable
170 The directory must follow the Android resource directory structure
176 - Min SDK resource filtering: removes resources that can't possibly be selected at runtime due