hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Add option to list all the keys saved in the DB

Open dcgavril opened this issue 8 years ago • 2 comments

Listing all the keys saved could give you a possibility to clean the DB, without clearing everything (see .clear()). For example, I need to keep some login info or app settings, but just remove the rest after an app update or a requested clear cache/data, from the app (not from the apps manager - that clears everything even the settings). Or add an option to clear all, except a list of keys(that would be even better - less work for the app developer :) ).

Anyway, thank you for your work!

dcgavril avatar Apr 29 '16 12:04 dcgavril

This seems a valid reason actually. Let me check PR. 👍

orhanobut avatar Apr 02 '18 08:04 orhanobut

useful feature. I wanted to all keys in debugging. It could have save lots of time.

KishorJena avatar Jul 18 '22 20:07 KishorJena