-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved AAB input to separate plugin #2165
Conversation
@AndreiKud thanks, looks great 👍 |
I commit a few changes to use API methods instead static ones for adding new res handlers. |
Hello! Moved aab-protobuf-related stuff to separate plugin.
ResourcesLoader
and put protobuf parsers there from plugin. Couldn't figure out how to do this with decompilation passes, since content is loaded on demand.Also used
getRoot()
which is@ApiStatus.Internal
for last few years. I suppose it's fine as long as the plugin is part of the project?BundleConfig.pb
content parser withbundletool
dependency. Previously it was shown as binary blob.getNamedValues()
inManifestAttributes
; added .aab extension in "add file" dialog filter.isZip64
forshadowJar
task in jadx-gui since it now contains more than 65535 entries, not sure if it can break something.Attaching dummy aab in case you need it (rename extension to .aab).
app-debug.zip