Loading app/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ <string name="media_authority" translatable="false">foundation.e.drive.providers.MediasSyncProvider</string> <string name="app_data_authority" translatable="false">foundation.e.drive.providers.SettingsSyncProvider</string> <string name="help">Help</string> <string name="manage_accounts">Manage accounts</string> <string name="manage_accounts">Account settings</string> <string name="manage_account_description">Credentials, sync frequency, etc.</string> <string name="share">Share</string> <string name="database_destructive_migration_title">Database corrupted</string> Loading app/src/main/res/xml/account_authenticator.xml +2 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type" android:icon="@mipmap/ic_launcher_round" android:label="@string/account_name" Loading app/src/main/res/xml/account_authenticator_address_book.xml +2 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_address_book" android:icon="@mipmap/ic_launcher_round" android:label="@string/account_title_address_book" Loading app/src/main/res/xml/account_authenticator_eelo_address_book.xml +2 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_eelo_address_book" android:icon="@drawable/ic_account_provider_eelo" android:label="@string/account_title_eelo_address_book" Loading app/src/main/res/xml/account_authenticator_google_address_book.xml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_google_address_book" android:icon="@drawable/ic_account_provider_google" android:label="@string/account_title_google_address_book" Loading Loading
app/src/main/res/values/strings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,8 @@ <string name="media_authority" translatable="false">foundation.e.drive.providers.MediasSyncProvider</string> <string name="app_data_authority" translatable="false">foundation.e.drive.providers.SettingsSyncProvider</string> <string name="help">Help</string> <string name="manage_accounts">Manage accounts</string> <string name="manage_accounts">Account settings</string> <string name="manage_account_description">Credentials, sync frequency, etc.</string> <string name="share">Share</string> <string name="database_destructive_migration_title">Database corrupted</string> Loading
app/src/main/res/xml/account_authenticator.xml +2 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type" android:icon="@mipmap/ic_launcher_round" android:label="@string/account_name" Loading
app/src/main/res/xml/account_authenticator_address_book.xml +2 −1 Original line number Diff line number Diff line <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_address_book" android:icon="@mipmap/ic_launcher_round" android:label="@string/account_title_address_book" Loading
app/src/main/res/xml/account_authenticator_eelo_address_book.xml +2 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_eelo_address_book" android:icon="@drawable/ic_account_provider_eelo" android:label="@string/account_title_eelo_address_book" Loading
app/src/main/res/xml/account_authenticator_google_address_book.xml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ --> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountPreferences="@xml/sync_prefs" android:accountType="@string/account_type_google_address_book" android:icon="@drawable/ic_account_provider_google" android:label="@string/account_title_google_address_book" Loading