• Home
  • Raw
  • Download

Lines Matching refs:with

5 - Fixed issue with resource deduplication. (bug 64397629)
6 - Added a daemon mode for issuing commands. This is invoked with `aapt2 daemon`.
7 Command line arguments are separated by newlines, with an empty line signalling the
13 - Made improvements to handling of paths on Windows. This should resolve a lot of issues with
19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
36 - Resources declared via `<item>` with no format attribute were changed to accept all
42 instead. This fix brings behavior in-line with AAPT. (bug 38355988)
56 NOTE: 9-patches will not be processed correctly with this flag set.
60 - If an app is building with a minSdkVersion < 26 and a --package-id XX where XX > 7F, aapt2
64 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
70 rewritten IDs to not overlap with the base.
74 - aapt2 optimize can now split a binary APK with the same --split parameters as the link
81 apps that build with their `id` types as map values.
87 - Adds the ability to specify assets directories with the -A parameter. Assets work just like
88 assets in the original AAPT. It is not recommended to package assets with aapt2, however,
94 - Add ability to specify package ID to compile with for regular apps (not shared or static libs).
95 This package ID is limited to the range 0x7f-0xff inclusive. Specified with the --package-id
97 - Fixed issue with <plurals> resources being stripped for locales and other configuration.
98 - Fixed issue with escaping strings in XML resources.
102 - Added sparse resource type encoding, which encodes resource entries that are sparse with
104 qualifier of resource types is >= v26 (or whatever API level O becomes). Enabled with
111 `link` phase but this covers apps built with `aapt`).
112 - new sparse resource type encoding with the `--enable-sparse-encoding` flag if possible
117 - Adds shared library support. Build a shared library with the `--shared-lib` flag.
150 that are always identical when selected at runtime. This can be disabled with
159 - SDK version resource filtering: Resources with an SDK version qualifier that is unreachable
167 with AAPT when `--legacy` is specified.
175 introduced in a later SDK level. This can be disabled with `--no-auto-version`.