Loading app/src/main/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ <string name="dialog_deny">Cancel</string> <string name="field_required">This field is required</string> <string name="notes_authority" translatable="false">foundation.e.notes.android.providers.AppContentProvider</string> <string name="task_authority" translatable="false">foundation.e.tasks</string> <string name="email_authority" translatable="false">foundation.e.mail.provider.AppContentProvider</string> <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> Loading app/src/main/res/xml/eelo_sync_tasks.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/eelo_account_type" android:contentAuthority="foundation.e.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" android:userVisible="true" /> Loading app/src/main/res/xml/google_sync_tasks.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/google_account_type" android:contentAuthority="foundation.e.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" android:userVisible="true" /> Loading app/src/main/res/xml/sync_notes.xml +1 −1 Original line number Diff line number Diff line <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:contentAuthority="at.techbee.jtx.provider" android:contentAuthority="@string/notes_authority" android:allowParallelSyncs="true" android:supportsUploading="true" /> No newline at end of file app/src/main/res/xml/sync_opentasks.xml +1 −1 Original line number Diff line number Diff line <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:contentAuthority="org.dmfs.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" /> Loading
app/src/main/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ <string name="dialog_deny">Cancel</string> <string name="field_required">This field is required</string> <string name="notes_authority" translatable="false">foundation.e.notes.android.providers.AppContentProvider</string> <string name="task_authority" translatable="false">foundation.e.tasks</string> <string name="email_authority" translatable="false">foundation.e.mail.provider.AppContentProvider</string> <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> Loading
app/src/main/res/xml/eelo_sync_tasks.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/eelo_account_type" android:contentAuthority="foundation.e.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" android:userVisible="true" /> Loading
app/src/main/res/xml/google_sync_tasks.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/google_account_type" android:contentAuthority="foundation.e.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" android:userVisible="true" /> Loading
app/src/main/res/xml/sync_notes.xml +1 −1 Original line number Diff line number Diff line <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:contentAuthority="at.techbee.jtx.provider" android:contentAuthority="@string/notes_authority" android:allowParallelSyncs="true" android:supportsUploading="true" /> No newline at end of file
app/src/main/res/xml/sync_opentasks.xml +1 −1 Original line number Diff line number Diff line <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/account_type" android:contentAuthority="org.dmfs.tasks" android:contentAuthority="@string/task_authority" android:allowParallelSyncs="true" android:supportsUploading="true" />