Loading app/src/main/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ <string name="email_authority">foundation.e.mail.provider.AppContentProvider</string> <string name="media_authority">foundation.e.drive.providers.MediasSyncProvider</string> <string name="app_data_authority">foundation.e.drive.providers.SettingsSyncProvider</string> <string name="manage_accounts">Account settings</string> <string name="manage_account_description">Credentials, sync frequency, etc.</string> <string name="send">Send</string> <string name="homepage_url" translatable="false">https://www.davx5.com/</string> <string name="twitter_handle" translatable="false">davx5app</string> Loading app/src/main/res/xml/account_authenticator.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" 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 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_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 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ <string name="email_authority">foundation.e.mail.provider.AppContentProvider</string> <string name="media_authority">foundation.e.drive.providers.MediasSyncProvider</string> <string name="app_data_authority">foundation.e.drive.providers.SettingsSyncProvider</string> <string name="manage_accounts">Account settings</string> <string name="manage_account_description">Credentials, sync frequency, etc.</string> <string name="send">Send</string> <string name="homepage_url" translatable="false">https://www.davx5.com/</string> <string name="twitter_handle" translatable="false">davx5app</string> Loading
app/src/main/res/xml/account_authenticator.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" 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 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_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