Skip to content

Releases: alexzaitsev/apk-dependency-graph

0.0.5

28 Sep 11:32
Compare
Choose a tag to compare
  • added live filtering

How to activate:
Press Live editor button.
Uncomment lines:

//var filterRegex = "(^R$)|(^R\\$)|(.*\\$_ViewBinding$)|(.*\\$\\$ViewInjector$)";
//live_filter_graph(new RegExp(filterRegex, ""), "filtered", true);

You can add as many conditions as you want.

0.0.4

27 Sep 10:35
Compare
Choose a tag to compare
  • added runtime instant run feature detection. We still cannot decompile such apks but now user will be shown correct error message

0.0.3

23 Sep 10:43
Compare
Choose a tag to compare
  • error handling

0.0.2

22 Sep 14:03
Compare
Choose a tag to compare
  • fixed styling for index.html
  • changed a logic for filtering. Now it's mandatory argument. Pass 'nofilter' if you want to show all dependecies (we suggest to use your package name as a filter)

0.0.1

22 Sep 09:08
Compare
Choose a tag to compare

Initial