From fb140dcb3bb40b25cab17ad0e659915bc12b3792 Mon Sep 17 00:00:00 2001 From: Connor Date: Sat, 27 Nov 2021 07:15:54 -0500 Subject: [PATCH] docs: add note about multi-threaded --- ROADMAP.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 229997fd..b305a648 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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. @@ -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)