docs: roadmap request #2474

This commit is contained in:
Connor Tumbleson 2020-12-11 12:19:40 -05:00 committed by GitHub
parent 98aa7acb22
commit e25c0f1217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ it.
Apktool can't do anything because it stays true to AOSP. It would need a plugin system that controls how to 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. read the qualifiers. Or even an override file.
Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420) Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420), [#2474](https://github.com/iBotPeaches/Apktool/issues/2474)
## Library System ## Library System
May like using Apktool outside of the cli tool. We should make it easier to consume, whether via May like using Apktool outside of the cli tool. We should make it easier to consume, whether via
@ -45,4 +45,4 @@ the resource table, so these files are effectively abandoned.
Crawling the filesystem for non-checked files would be slow especially having to cross check with already Crawling the filesystem for non-checked files would be slow especially having to cross check with already
parsed files. parsed files.
Suggestions: [#1366](https://github.com/iBotPeaches/Apktool/issues/1366) Suggestions: [#1366](https://github.com/iBotPeaches/Apktool/issues/1366)