Upcoming Release
info
The changelog of the upcoming release, subject to change prior to finalization.
- [#3820] Drop support for aapt1. (Thanks IgorEisberg)
- [#3885] Drop support for 32-bit platforms. (Thanks IgorEisberg)
- [#3885] Drop short flags for any advanced options. (Thanks IgorEisberg)
- [#3885] Drop
-api / --api-level
option for automatic detection. (Thanks IgorEisberg) - [#3885] Support disassembling resources not in
res
|r
|R
folders. (Thanks IgorEisberg) - [#3885] Change all short commands to a single character to enable multiple commands like
-vfo
for-v -f -o
. (Thanks IgorEisberg) - [#3885] Change
efd|empty-framework-dir
tocf|clean-frameworks
. (Thanks IgorEisberg) - [#3885] Change
packageInfo
toresourcesInfo
inapktool.yml
representing all transformation options. (Thanks IgorEisberg) - [#3885] Change hex integer values to preferred compact form. (
0x20
instead of0x00000020
) (Thanks IgorEisberg) - [#3885] Fix all
<item>
tags to properly reference their respective resource types. (Thanks IgorEisberg) - [#3885] Fix usage of
dp
instead ofdip
as a more modern development standard. (Thanks IgorEisberg) - [#3885] Fix usage of
match_parent
instead offill_parent
as a more modern development standard. (Thanks IgorEisberg) - [#3885] Fix color values to represent the format they were in the original apk. (Thanks IgorEisberg)