From d251e58984ece97bcad75ef9ea5b3bb72126143b Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:45:03 +0300 Subject: [PATCH 1/5] Improve export database summary --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 35f3107a5..6fc307e12 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -205,7 +205,7 @@ Clear reCAPTCHA cookies reCAPTCHA cookies have been cleared Overrides your current history and subscriptions - Export history, subscriptions and playlists + Export everything except download history Clear cookies that NewPipe stores when you solve a reCAPTCHA Clear watch history Deletes the history of played streams and the playback positions From 506c4ce70179d9a3be7cb8efdde778bd66118109 Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Mon, 30 Nov 2020 19:49:55 +0300 Subject: [PATCH 2/5] Improve "import database" summary --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6fc307e12..5059f66bb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -204,7 +204,7 @@ Export database Clear reCAPTCHA cookies reCAPTCHA cookies have been cleared - Overrides your current history and subscriptions + Overrides everything except download history (and settings if you don't import them) Export everything except download history Clear cookies that NewPipe stores when you solve a reCAPTCHA Clear watch history @@ -685,4 +685,4 @@ Playlist page Show thumbnail Show thumbnail on lock screen as background and inside notifications - \ No newline at end of file + From 4277b6e262f93dc71a57a992f25575a20bff8743 Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Mon, 30 Nov 2020 19:52:38 +0300 Subject: [PATCH 3/5] Fix unescaped quote --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5059f66bb..110a23fdc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -204,7 +204,7 @@ Export database Clear reCAPTCHA cookies reCAPTCHA cookies have been cleared - Overrides everything except download history (and settings if you don't import them) + Overrides everything except download history (and settings if you don\'t import them) Export everything except download history Clear cookies that NewPipe stores when you solve a reCAPTCHA Clear watch history From 9c0b3d35bee21c1a12ac530302d7382687bf3406 Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Tue, 1 Dec 2020 18:09:36 +0300 Subject: [PATCH 4/5] State what is exported or imported explicitly --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 110a23fdc..575e85125 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -204,8 +204,8 @@ Export database Clear reCAPTCHA cookies reCAPTCHA cookies have been cleared - Overrides everything except download history (and settings if you don\'t import them) - Export everything except download history + Overrides your current history, subscriptions, playlists, and (optionally) settings + Export history, subscriptions, playlists, and settings Clear cookies that NewPipe stores when you solve a reCAPTCHA Clear watch history Deletes the history of played streams and the playback positions From e7b5c99ed63d3a98f74b6a906cab174229dab618 Mon Sep 17 00:00:00 2001 From: mhmdanas <32234660+mhmdanas@users.noreply.github.com> Date: Tue, 1 Dec 2020 22:04:14 +0300 Subject: [PATCH 5/5] Remove Oxford comma --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 575e85125..f96518ccf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -204,8 +204,8 @@ Export database Clear reCAPTCHA cookies reCAPTCHA cookies have been cleared - Overrides your current history, subscriptions, playlists, and (optionally) settings - Export history, subscriptions, playlists, and settings + Overrides your current history, subscriptions, playlists and (optionally) settings + Export history, subscriptions, playlists and settings Clear cookies that NewPipe stores when you solve a reCAPTCHA Clear watch history Deletes the history of played streams and the playback positions