Open ToxicBakery opened 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.
A SharedPreferences viewer/editor would be handy. I believe the only questions would be how to support non default preferences and how to support editingSet<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