Skip to content

Releases: alexzaitsev/apk-dependency-graph

0.3.1

26 Nov 06:24
Compare
Choose a tag to compare

Removed Ant support.

0.3.0

25 Jul 21:59
5e502cf
Compare
Choose a tag to compare
Html and js code re-factoring and cleanup. Removed live filtering fea…

…ture. 'Show names' is enabled by default.

0.2.1

21 Jul 19:25
Compare
Choose a tag to compare
Filterset is mandatory now. 'package-name' option of filterset file i…

…s mandatory as well, others are optional.

0.2.0

17 Jul 10:10
2ad9271
Compare
Choose a tag to compare
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

10 Jan 15:05
2a2ef99
Compare
Choose a tag to compare

Apktool dependency is removed. Backsmali is used for apk decoding. Credits to @victorrattis

0.1.4

20 Nov 08:09
73fd05d
Compare
Choose a tag to compare

Update apktool.jar from 2.3.0 to 2.3.4 to support Android P.

0.1.3

20 Oct 04:28
Compare
Choose a tag to compare

apktool is updated to 2.3.0

0.1.2

12 May 18:08
Compare
Choose a tag to compare
  • tiny css fix

0.1.1

11 May 11:38
Compare
Choose a tag to compare
  • new option "Show inactive elements"
  • new material style for settings
  • #21 should be fixed

0.1.0

10 Apr 08:35
Compare
Choose a tag to compare
  • 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 command ant)
  • project structure is refined (please check our wiki to get more details)