Skip to content

Commit

Permalink
docs: add note about multi-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Nov 27, 2021
1 parent 61fbc5a commit fb140dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237)
## Qualifier Plugin System
For some OEMs, past and present. They re-use qualifiers that AOSP ends up using. This with CTS is becoming very
rare and pretty much a problem of the past, but now custom modifications and more "off the cuff" OEMs are doing
it.
it.

Apktool can't do anything because it stays true to AOSP. It would need a plugin system that controls how to
read the qualifiers. Or even an override file.
Expand All @@ -38,3 +38,8 @@ Crawling the filesystem for non-checked files would be slow especially having to
parsed files.

Suggestions: [#1366](https://github.com/iBotPeaches/Apktool/issues/1366)

## Multi-threaded
Applications are getting larger as well as frameworks, but Apktool is getting slower.

Suggestions: [#2685](https://github.com/iBotPeaches/Apktool/issues/2685)

0 comments on commit fb140dc

Please sign in to comment.