mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
docs: add wishlist item for implicit qualifiers
This commit is contained in:
parent
4f13bcad48
commit
b2ca3e37d3
13
ROADMAP.md
13
ROADMAP.md
@ -6,4 +6,15 @@ and use dexlib2 (no regular expressions) to rewrite them to the new resourceId a
|
||||
This would be a lookup table of old->new resourceIds leveraging the API of dexlib2 to do the replacement. Doing this
|
||||
properly would nullify the need to do [#191](https://github.com/iBotPeaches/Apktool/issues/191)
|
||||
|
||||
Suggestions: [#244](https://github.com/iBotPeaches/Apktool/issues/244)
|
||||
Suggestions: [#244](https://github.com/iBotPeaches/Apktool/issues/244)
|
||||
|
||||
## Implicit Qualifiers Cleanup
|
||||
Currently we have a mismatch between reading the folders and reading the qualifiers which leads to a mismatch between
|
||||
implicit qualifiers like version (-v4, v13, etc).
|
||||
|
||||
This was first spotted in bug [#1272](https://github.com/iBotPeaches/Apktool/issues/1272).
|
||||
|
||||
This was attempted to be fixed in [!1758](https://github.com/iBotPeaches/Apktool/pull/1758/files), but had to be
|
||||
reverted due to [this](https://github.com/iBotPeaches/Apktool/issues/1272#issuecomment-379345005).
|
||||
|
||||
Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237)
|
Loading…
Reference in New Issue
Block a user