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 ++++++ 2 files changed, 18 insertions(+) (limited to 'res/values') 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 -- cgit v1.2.3