From df6a107706c3526c8cb2fcf0974a7606d0067cf9 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 20 Feb 2021 18:34:24 +0100 Subject: Fix #1068 Add warning that clearing the storage will delete unsynchronized notes --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index be34c3af..45ba55a1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -147,7 +147,7 @@ Oh no - What now? 🙁 Please try to force close the app and restart it again. There might have been an incorrect connection to the Nextcloud app. If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Notes to solve this issue. - You can clear the storage by opening the app info and selecting Storage → Clear storage. + You can clear the storage by opening the app info and selecting Storage → Clear storage. ⚠️ Warning: This will delete not yet synchronized notes! Your Nextcloud app seems to be outdated. Please visit the Play Store or F-Droid to get the latest version. Something seems to be wrong with your Nextcloud app. Please try to force stop both, the Nextcloud app and the Nextcloud Notes app. If force stopping them does not help, you can try to clear the storage of both apps. -- cgit v1.2.3 From 71f4b5da16bb51a408a2630b289f848fa10e5766 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Wed, 3 Mar 2021 19:57:24 +0100 Subject: https://github.com/nextcloud/news-android/issues/930 --- app/src/main/res/values/colors.xml | 13 ++----------- app/src/main/res/values/dimens.xml | 3 +++ 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index ec0e6db4..1e1a5c3a 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -22,20 +22,11 @@ #757575 - #dfffffff - #000000 - #ffffff - @color/bg_normal @color/defaultBrand @android:color/white - - - #eeeeee - #666666 - #cccccc - - #bf222222 + #ddffffff + #222222 diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index f869a3a4..2f4b64e8 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -29,6 +29,9 @@ 22sp + @dimen/spacer_1x + @dimen/spacer_1hx + @dimen/spacer_1x 10dp -- cgit v1.2.3 From cfd0902a76aced7dd362b4fc2792c73fef526ff1 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 7 Mar 2021 20:55:05 +0100 Subject: NoteListWidget: Move create button to scrollable entry, remove header --- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1e1a5c3a..1fe54752 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -29,4 +29,5 @@ #ddffffff #222222 + #121212 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 45ba55a1..5dea9e2f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -82,6 +82,9 @@ License Note list + Add new note + Add new note to favorites + Add new note to %1$s No notes Single note Note not found -- cgit v1.2.3 From 61340ab6f8d124e59e2362cc39971700a3a98ff2 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 7 Mar 2021 21:10:07 +0100 Subject: Adjust divider --- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/dimens.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1fe54752..962f8fd3 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -30,4 +30,5 @@ #ddffffff #222222 #121212 + #32d1d1d1 diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 2f4b64e8..7658e3fa 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -31,6 +31,7 @@ @dimen/spacer_1x @dimen/spacer_1hx + 1dp @dimen/spacer_1x 10dp -- cgit v1.2.3 From 92b15eb8d2db07195723f49124c9af913113baed Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 8 Mar 2021 09:35:40 +0100 Subject: Widget design improvements --- app/src/main/res/values/dimens.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 7658e3fa..0c57e5d1 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -34,7 +34,6 @@ 1dp @dimen/spacer_1x - 10dp 2dp 36dp -- cgit v1.2.3 From 9c3023b7ee4d5be78fce2e7e9156637fd6d0f19d Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 12 Mar 2021 18:41:28 +0100 Subject: #1085 Open app when clicking on the list widget header --- app/src/main/res/values/dimens.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 0c57e5d1..08db34b0 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -42,6 +42,7 @@ 4dp 4dp + 34dp 26dp 20dp -- cgit v1.2.3 From 0b8348cf40ab4b20901584dc4ceacee3cde7c25c Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 13 Mar 2021 10:51:08 +0100 Subject: #1085 Open app when clicking on the list widget header --- app/src/main/res/values/strings.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5dea9e2f..45ba55a1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -82,9 +82,6 @@ License Note list - Add new note - Add new note to favorites - Add new note to %1$s No notes Single note Note not found -- cgit v1.2.3