aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_folder.xml
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-16 00:00:00 +0000
committerLena <lena@omega>2026-08-16 00:00:00 +0000
commit0e8a87f2ad2bd40d34996374aebb6dff070e4b5f (patch)
tree0d233593ac24181b58fea9c4a68d58ef070482f6 /app/src/main/res/layout/activity_folder.xml
parentbeaa0c970d6c3538119b8a34a3f2f754b45e54cf (diff)
downloadrsend-0e8a87f2ad2bd40d34996374aebb6dff070e4b5f.tar.gz
app: harden backup execution
Validate persisted state and destination boundaries, make interruption and mirror deletion explicit, and keep scheduled work singular.
Diffstat (limited to 'app/src/main/res/layout/activity_folder.xml')
-rw-r--r--app/src/main/res/layout/activity_folder.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_folder.xml b/app/src/main/res/layout/activity_folder.xml
index a67af55..40ad432 100644
--- a/app/src/main/res/layout/activity_folder.xml
+++ b/app/src/main/res/layout/activity_folder.xml
@@ -36,6 +36,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
+ android:importantForAutofill="no"
android:inputType="text"
android:hint="DCIM" />
@@ -59,6 +60,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
+ android:importantForAutofill="no"
android:inputType="textUri"
android:hint="/storage/emulated/0/DCIM" />
@@ -97,6 +99,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
+ android:importantForAutofill="no"
android:inputType="textUri"
android:hint="DCIM" />
@@ -113,10 +116,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
+ android:importantForAutofill="no"
android:inputType="text"
android:hint=".thumbnails/, .trashed/" />
- <Switch
+ <androidx.appcompat.widget.SwitchCompat
android:id="@+id/delete"
android:layout_width="match_parent"
android:layout_height="wrap_content"