introduced keyserver sync adapter
This commit is contained in:
@@ -1351,6 +1351,12 @@
|
||||
<string name="passp_cache_notif_clear">"Clear Passwords"</string>
|
||||
<string name="passp_cache_notif_pwd">"Password"</string>
|
||||
|
||||
<!-- Keyserver sync -->
|
||||
<string name="keyserver_sync_orbot_notif_title">"Orbot not running"</string>
|
||||
<string name="keyserver_sync_orbot_notif_msg">"Keyserver sync failed since Orbot is not running. What would you like to do?"</string>
|
||||
<string name="keyserver_sync_orbot_notif_start">"Start Orbot"</string>
|
||||
<string name="keyserver_sync_orbot_notif_ignore">"Don't use Tor"</string>
|
||||
|
||||
<!-- First Time -->
|
||||
<string name="first_time_text1">"Take back your privacy with OpenKeychain!"</string>
|
||||
<string name="first_time_create_key">"Create my key"</string>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:contentAuthority="org.sufficientlysecure.keychain.debug.provider"
|
||||
android:accountType="@string/account_type"
|
||||
android:supportsUploading="false"
|
||||
android:userVisible="true"
|
||||
android:allowParallelSyncs="false"
|
||||
android:isAlwaysSyncable="true" />
|
||||
Reference in New Issue
Block a user