Releases: alexzaitsev/apk-dependency-graph
Releases · alexzaitsev/apk-dependency-graph
0.0.5
- 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
- added runtime instant run feature detection. We still cannot decompile such apks but now user will be shown correct error message
0.0.3
- error handling
0.0.2
- 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
Initial