add login dialog

* show dialog if no credentials are present
This commit is contained in:
2020-10-11 14:44:38 +02:00
parent b72b316ce1
commit e093153eee
5 changed files with 143 additions and 2 deletions

View File

@ -5,6 +5,15 @@
<string name="title_search">Search</string>
<string name="title_account">Account</string>
<!-- dialogs -->
<string name="save">save</string>
<string name="cancel">@android:string/cancel</string>
<!-- etc -->
<string name="login">Login</string>
<string name="login_desc">You need to login before you can use Teapod. Your Login-Data will be stored encrypted on your device.</string>
<string name="password">Password</string>
<!-- save keys -->
<string name="encrypted_preference_file_key" translatable="false">org.mosad.teapod.encrypted_preferences</string>
<string name="save_key_user_login" translatable="false">org.mosad.teapod.user_login</string>