Use AsyncTask for password checking so UI doesn't hang

This commit is contained in:
str4d
2014-03-02 03:58:46 +00:00
parent f899a3e49f
commit 3da9c03ff1
3 changed files with 59 additions and 14 deletions

View File

@@ -8,6 +8,7 @@
<string name="drawer_close">Close nav</string>
<string name="enter_password">Enter password:</string>
<string name="checking_password">Checking password&#8230;</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>