Skip to content

Commit f15a6af

Browse files
fix after rebase
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 3cf16df commit f15a6af

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: app/src/main/java/com/nextcloud/client/jobs/MediaFoldersDetectionWork.kt

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import com.owncloud.android.datamodel.MediaFoldersModel
4242
import com.owncloud.android.datamodel.MediaProvider
4343
import com.owncloud.android.datamodel.SyncedFolderProvider
4444
import com.owncloud.android.lib.common.utils.Log_OC
45+
import com.owncloud.android.ui.activity.FileDisplayActivity
4546
import com.owncloud.android.ui.activity.ManageAccountsActivity.PENDING_FOR_REMOVAL
4647
import com.owncloud.android.ui.activity.SyncedFoldersActivity
4748
import com.owncloud.android.ui.notifications.NotificationUtils

Diff for: app/src/main/res/values/strings.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1255,4 +1255,10 @@
12551255
<string name="two_way_sync_activity_disable_all_button_title">Disable for all folders</string>
12561256
<string name="auto_upload_gplay">Auto upload behaviour changed</string>
12571257
<string name="auto_upload_gplay_desc">Due to new restrictions imposed by Google, the auto upload feature will no longer be able to automatically remove uploaded files.</string>
1258+
<string name="auto_upload_gplay_desc2">Due to new restrictions imposed by Google, we have been forced to remove an important permission. As a result, auto upload will only be able to upload image and video files.\nAdditionally, a new permission is required to access location information for uploaded images.\nMake sure that media access is set to \"Always allow all\".</string>
1259+
<string name="upload_gplay">Permission changes</string>
1260+
<string name="upload_gplay_desc">A new permission is required to access location information for uploaded images.\nMake sure that media access is set to \"Always allow all\".</string>
1261+
<string name="re_enable_auto_upload">Changes to auto upload</string>
1262+
<string name="re_enable_auto_upload_desc">Due to new restrictions imposed by Google, we have been forced to remove an important permission. We are currently working with Google to resolve this issue and restore full functionality.\n\nTo re-enable auto upload for new photos and videos:\nSelect \"Allow all\" in the following dialogue or the system settings.\nAllow Nextcloud to use location when prompted, as this allows us to store location when uploading images.\n\nAuto upload will no longer be able to upload any other files when using the Google Play version of the Nextcloud app.\n\nPlease check for any files that may not have been uploaded since December 2024.</string>
1263+
<string name="click_to_learn_how_to_re_enable_auto_uploads">Manual intervention required to re-enable auto-upload</string>
12581264
</resources>

Diff for: scripts/analysis/lint-results.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DO NOT TOUCH; GENERATED BY DRONE
2-
<span class="mdl-layout-title">Lint Report: 3 errors and 60 warnings</span>
2+
<span class="mdl-layout-title">Lint Report: 3 errors and 61 warnings</span>

0 commit comments

Comments
 (0)