Added password handling and input

This commit is contained in:
str4d
2014-03-01 21:20:16 +00:00
parent 6c0abb27c9
commit 6c03633238
4 changed files with 106 additions and 37 deletions

View File

@@ -7,6 +7,11 @@
<string name="drawer_open">Open nav</string>
<string name="drawer_close">Close nav</string>
<string name="enter_password">Enter password:</string>
<string name="password_incorrect">Password was incorrect</string>
<string name="password_file_error">Could not read password verification file</string>
<string name="not_authed">Not authenticated</string>
<string name="folder_inbox">Inbox</string>
<string name="folder_outbox">Outbox</string>
<string name="folder_sent">Sent</string>