facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Sorts SharedPreferences entries #596

Closed mariotaku closed 5 years ago

mariotaku commented 6 years ago

This PR solves #595 . Currently all preferences are unsorted and hard to find. This patch will make preferences sort by key alphabetically.

mariotaku commented 5 years ago

Please consider merging this PR, thanks!