diffuse icon indicating copy to clipboard operation
diffuse copied to clipboard

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs

Results 30 diffuse issues
Sort by recently updated
recently updated
newest added

Tried to run the diffuse but it returns the above error. the command used `java -jar diffuse.jar diff "apk1" "apk2"` the `apk` in question can be found [here](https://play.google.com/store/apps/details?id=com.safarifone.waafi) the error...

This is output for diffuse when comparing APK before and after adding a big library with native libs and whatnot (unique numbers are way off because of R8): ``` │...

We are migrating build-systems and plan to use Diffuse for comparison between two APKs built by different build systems (Buck and Bazel). As part of this, some formatting in the...

There already exists and has existed for some time a diff tool called diffuse. http://diffuse.sourceforge.net/ It is a graphical tool for doing multiple-file visual diffs of text. https://www.google.com/search?q=diffuse+software People looking...

In AGP 7, if you execute (e.g.) ``` ./gradlew lib:assembleDebugAndroidTest ``` on an Android library project that doesn't have any resources (no `androidTest/res` directory), and then attempt to compare that...

I have this dependency: ```gradle testImplementation("com.jakewharton.dex:dex-member-list:4.1.1") ``` and I'm getting an exception when calling from Kotlin (at 1.4.32) I'm using this code ```kotlin fun dexMethod(className: String, methodName: String): Matcher =...

Diff with two AABs does not work when AABs have dynamic modules Additional info: If I perform diffuse diff someapk1.apk someapk2.apk I get a full output of comparisons between the...

command/diff
needs info

The CLI support is there, but it just `TODO()`s in code.

type/feature
output/html

But all tasteful like, so as to not distract. Been using https://github.com/ajalt/mordant in another project and it's good.

type/enhancement
output/text

``` arsc │ 682 B │ 674 B │ -8 B │ 576 B │ 564 B │ -12 B manifest │ 535 B │ 535 B │ 0 B...

type/enhancement
command/diff
pr welcome!