Releases: alexzaitsev/apk-dependency-graph
Releases · alexzaitsev/apk-dependency-graph
0.3.1
0.3.0
Html and js code re-factoring and cleanup. Removed live filtering fea…
0.2.1
Filterset is mandatory now. 'package-name' option of filterset file i…
0.2.0
All changes related to java module. Implemented filters feature (issue #48). Added default filterset (filters/default.json). Changed package name. Java code re-factored. Added unit tests. Updated run, release, build scripts (thanks @SupinePandora43) Updated Readme.
0.1.5
Apktool dependency is removed. Backsmali is used for apk decoding. Credits to @victorrattis
0.1.4
Update apktool.jar from 2.3.0 to 2.3.4 to support Android P.
0.1.3
apktool is updated to 2.3.0
0.1.2
- tiny css fix
0.1.1
0.1.0
- multidex support!
- now you can skip inner classes on your graph (mostly experimental, please leave your feedback in issues if you think that it works not as intended)
- ant support (you can compile
apk-dependency-graph.jar
with a single commandant
) - project structure is refined (please check our wiki to get more details)