alexzaitsev / apk-dependency-graph

Android class dependency visualizer. This tool helps to visualize the current state of the project.
Apache License 2.0
751 stars 71 forks source link

[UI] Remember the previous values inserted by the user #38

Closed victorrattis closed 5 years ago

victorrattis commented 5 years ago

Remember the previous values inserted by the user for the fields: "APK file path", "filter" and "show inner classes".

"The purpose is to make easier to play with the same APK - preview the graph with the different filter or without a filter, or play with inner classes. Now I have to drag APK each time to rebuild the graph so I think this can be improved."

victorrattis commented 5 years ago

I am closing this issue as completed because this fix has been integrated into the dev branch successfully!