From fafca46f90b761e7e6e54e4c525a8599acde0136 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Fri, 16 Oct 2020 17:54:20 +0200 Subject: Introduce LoginActivity --- app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 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 39559c4c..8efeb927 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -18,6 +18,7 @@ #333333 #666666 #cccccc + #999999 #ffffff #757575 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9c48717a..60a3809d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -6,6 +6,7 @@ All notes Favorites New note + Welcome to %1$s Settings Deleted notes Search @@ -314,4 +315,5 @@ Open App info Network settings You don\'t have configured any other accounts yet. + Choose account -- cgit v1.2.3 From 970036d747d7a4e1b2305c9b09f9ea4b87a07893 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 20 Mar 2021 11:27:16 +0100 Subject: Fix #1099 Wording for app lock / device credentials --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 45ba55a1..04d77472 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -42,7 +42,8 @@ Monospace font Font size Sync only on Wi-Fi - Password protection + App lock (Beta) + Device credentials Background synchronization Synchronization failed: %1$s @@ -143,7 +144,6 @@ Add %1$s Checkbox Unlock notes - Beta 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. -- cgit v1.2.3 From d5f787a85259944c5871233996988ac16fdc6aaf Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 20 Mar 2021 11:36:20 +0100 Subject: Fix build (#1099) --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (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 04d77472..db3c73ac 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -144,6 +144,7 @@ Add %1$s Checkbox Unlock notes + Beta 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. -- cgit v1.2.3 From f261eeb1bd7a4ad76ac5a4d13308c1124cab23b2 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 20 Mar 2021 11:45:12 +0100 Subject: Prepare #1089 Move line spacing to variable --- app/src/main/res/values/dimens.xml | 2 ++ 1 file changed, 2 insertions(+) (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 08db34b0..17b56355 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -28,6 +28,8 @@ 18sp 22sp + 1 + @dimen/spacer_1x @dimen/spacer_1hx -- cgit v1.2.3 From 855862d658a3adb5114d910f63e99a2825347ca5 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 20 Mar 2021 20:15:56 +0100 Subject: =?UTF-8?q?Mark=20grid=20view=20no=20longer=20as=20=F0=9F=86=95=20?= =?UTF-8?q?in=20settings=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 db3c73ac..93a60a97 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -169,7 +169,7 @@ Change note title Edit title Branding - Grid view 🆕 + Grid view Security Appearance Synchronization -- cgit v1.2.3 From 2583dc2ba055306fa2f27a5e5f29cd999fc8e42f Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 22 Mar 2021 12:53:31 +0100 Subject: Fix #1089 Set line spacing to 115% --- app/src/main/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 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 17b56355..ec75a88d 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -28,7 +28,7 @@ 18sp 22sp - 1 + 1.15 @dimen/spacer_1x -- cgit v1.2.3 From 9c425e291a1f01fc6eb779939eb0e49ee29c6077 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 1 Apr 2021 14:27:37 +0200 Subject: Fix #1098 Prevent screen capture --- app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (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 93a60a97..960fb693 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -45,6 +45,7 @@ App lock (Beta) Device credentials Background synchronization + Prevent screen capture Synchronization failed: %1$s Synchronization failed @@ -103,6 +104,7 @@ fontSize wifiOnly lock + preventScreenCapture security lastNoteMode backgroundSync -- cgit v1.2.3 From b316c7549a888ddd6f367d869e1d11cbb56c924b Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 1 Apr 2021 14:41:04 +0200 Subject: Remove beta hint from grid view --- app/src/main/res/values/strings.xml | 1 - 1 file changed, 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 960fb693..e607c780 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -146,7 +146,6 @@ Add %1$s Checkbox Unlock notes - Beta 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. -- cgit v1.2.3 From c3debd3da5394375c156ac9ebf73547154b8feba Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 1 Apr 2021 14:52:37 +0200 Subject: Remove branding toggle --- app/src/main/res/values/strings.xml | 1 - 1 file changed, 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 e607c780..9835feee 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -99,7 +99,6 @@ noteMode darkTheme font - branding gridview fontSize wifiOnly -- cgit v1.2.3 From 37a1682d3bc4c044c30869c42608e7359891f278 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 1 Apr 2021 14:59:25 +0200 Subject: Put appearance and behavior settings into one category --- 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 9835feee..4271a2a5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -171,7 +171,7 @@ Branding Grid view Security - Appearance + Appearance and behavior Synchronization Behavior Manage accounts -- cgit v1.2.3