You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: owncloudApp/src/main/java/com/owncloud/android/usecases/transfers/uploads/UploadFilesFromContentUriUseCase.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ class UploadFilesFromContentUriUseCase(
Copy file name to clipboardExpand all lines: owncloudApp/src/main/res/values/strings.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -741,6 +741,8 @@
741
741
<stringname="release_notes_4_3_0_subtitle_6">Added a warning dialog in the login view when it is a http connection</string>
742
742
<stringname="release_notes_4_3_0_title_7">Correct \"Local only\" option in remove dialog</string>
743
743
<stringname="release_notes_4_3_0_subtitle_7">\"Local only\" option in remove dialog will only be shown if checking selected files and folders recursively, at least one file is available locally</string>
744
+
<stringname="release_notes_4_3_0_title_retried_successful_uploads_delete_temporary_folder">Retried successful uploads are cleaned up from the temporary folder</string>
745
+
<stringname="release_notes_4_3_0_subtitle_retried_successful_uploads_delete_temporary_folder">Temporary files related to an upload are deleted after the retried successful uploads is finished</string>
744
746
745
747
<!-- Open in web -->
746
748
<stringname="ic_action_open_in_web">Open in web</string>
0 commit comments