Features:
	Manage email identities - way to switch group of accounts from one email to another
	Storage type for SSL certificates and related
	Wireless connections SSID, PSK
	Session based login that stays logged in after device connect/disconnect so long as the local *user* is logged in.
		Must logout when laptop case is closed or device is put to sleep

Tasks:
	Animated button press icon in button press dialog
	Warning when quitting while performing sensitive tasks: backup/restore/wipe
	Aphabatize entries or make them based on creation time
	Make searches match words in the middle of an account in some cases
	Add default first letter based icons for sites without an icon association
	Group accounts/entries with the same icon

Tech debt:
	Device access not protected by mutex for button wait cancel

Bugs:
	Multiple simulatious logins shouldn't be tolerated by protocol
	Linux: need to handle momentary disconnects that leave device node in place
	Linux client does not always detect device insertion, blinking stops prematurely on login once it does

Security:
	Guided password generation for master password selection
	Detect and notify of weak passwords
	Detect and notify of reused passwords
	Measure entropy in RTC based random data at various sampling rates
	Wait for sufficient entropy during device initialization
