Lines Matching refs:where
9 - Fixed an issue where multiple permissions defined in AndroidManifest.xml would generate
18 - Fixed issue where enum values were interpreted as integers and range checked. (bug 62358540)
19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
20 - Fixed issue where `--custom-package` was not honored when writing Manifest.java. (bug 62826426)
23 - Fixed issue where Java classes referenced from fragments and menus were not added to
25 - Fixed issue where escaped unicode characters would generate malformed UTF-8. (bug 62839202)
26 - Fixed issue where apostrophes or quotes used in XML attribute values were ignored.
31 - Fixed issue where symlinks would not be followed when compiling PNGs. (bug 62144459)
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)
39 - Fix issue where `--no-version-vector` did not apply to `pathInterpolator` and `objectAnimator`.
41 - Fix issue where overlaid `<style>` would not be merged, and would replace the original resource
60 - If an app is building with a minSdkVersion < 26 and a --package-id XX where XX > 7F, aapt2
122 - Fixes bug where psuedolocalization auto-translated strings marked 'translateable="false"'.