willowtreeapps / Hyperion-Android

App Debugging & Inspection Tool for Android
MIT License
1.96k stars 146 forks source link

SharedPreferences plugin #55

Open ToxicBakery opened 6 years ago

ToxicBakery commented 6 years ago

A SharedPreferences viewer/editor would be handy. I believe the only questions would be how to support non default preferences and how to support editing Set<String> types.

I began working on this with just a simple RecyclerView and inline editing for the basic types but I am open to input.

Missing Features

Kritarie commented 6 years ago

This is a good idea and something we have discussed building internally, just have not gotten around to it. My thoughts on the UX are to show a top level list of all the preferences files, tapping one takes you to a "detail" list of all its entries. For Set<String> maybe we display all the strings as indented list items? Not sure how they are formatted in the xml.