Skip to content
Snippets Groups Projects
Commit 3e748664 authored by Reiner Herrmann's avatar Reiner Herrmann
Browse files

Improved support for Android apk files

Android packages/apps (.apk) are Java archvies, which were
already handled by diffoscope to a certain extent.
The collection of class files (classes.dex) was already converted
by enjarify to proper class files.
But there are additional important files like the AndroidManifest.xml
(which is a binary XML format) and resources.arsc. Those are now also
properly diffable by using apktool for dumping the apk contents.
parent d9b03acb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment