From df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 Mon Sep 17 00:00:00 2001
From: Matej Drobnič
Date: Mon, 29 Sep 2025 00:56:23 +0200
Subject: Make history duration configurable (#1074)
---
res/values/arrays.xml | 12 ++++++++++++
res/values/strings.xml | 6 ++++++
res/xml/settings.xml | 3 +++
3 files changed, 21 insertions(+)
(limited to 'res')
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index cd12337..56015e9 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -106,4 +106,16 @@
- 30
- 15
+
+ - @string/pref_clipboard_history_duration_1
+ - @string/pref_clipboard_history_duration_5
+ - @string/pref_clipboard_history_duration_30
+ - @string/pref_clipboard_history_duration_stop
+
+
+ - 1
+ - 5
+ - 30
+ - -1
+
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 988ecaa..05e9160 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -140,4 +140,10 @@
Remove this clipboard item?
Yes
No voice typing app installed
+ Clipboard
+ Clipboard memory duration
+ At most 1 minute
+ At most 5 minutes
+ At most 30 minutes
+ Until the app stops
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 22dbef2..c96f546 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -59,4 +59,7 @@
+
+
+
--
cgit v1.2.3