From 8cb6489d2db9d65397242c26b64ba76e03ae8e2c Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 29 Jun 2020 23:28:46 +0200 Subject: =?UTF-8?q?#455=20=E2=9E=95=20Clone=20boards=20with=20existing=20s?= =?UTF-8?q?tacks=20and=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 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 2d0867b74..cb8cae8ae 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -276,4 +276,7 @@ %1$d errors while uploading Report + Clone board + %1$s (Copy) + Cloning %1$s… -- cgit v1.2.3 From f1f1f0e621e00e1a9bdebaddcf39675f8fbf5734 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 5 Jul 2020 14:35:41 +0200 Subject: Display warning when moving cards to another board --- 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 256f9bc91..aaaf1edec 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -281,4 +281,5 @@ Report Battery settings + Neither comments nor attachments can be transferred when moving the card to another board. -- cgit v1.2.3 From e008f7db066a70fdbed79705a0b8e40743d15d08 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Wed, 8 Jul 2020 13:26:01 +0200 Subject: #579 Compact mode --- app/src/main/res/values/dimens.xml | 2 ++ app/src/main/res/values/setup.xml | 1 + app/src/main/res/values/strings.xml | 1 + 3 files changed, 4 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 db8b51610..1a0cbca51 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -4,6 +4,8 @@ 16dp 24dp + 6dp + 100dp 42dp diff --git a/app/src/main/res/values/setup.xml b/app/src/main/res/values/setup.xml index 247bb0697..c790a5868 100644 --- a/app/src/main/res/values/setup.xml +++ b/app/src/main/res/values/setup.xml @@ -8,6 +8,7 @@ wifiOnly darkTheme branding + compact backgroundSync off diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 208c8bdbb..ae74a0157 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -154,6 +154,7 @@ This will permanently delete this board including all lists and cards. Dark theme Branding + Compact mode Background synchronization Sync on Wi-Fi and mobile data Sync only on Wi-Fi -- cgit v1.2.3 From e6b4fa376f8f8816f9b7a76b2918efc968851563 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Wed, 8 Jul 2020 14:23:16 +0200 Subject: Update changelog --- 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 ae74a0157..a43c29e1e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -154,7 +154,7 @@ This will permanently delete this board including all lists and cards. Dark theme Branding - Compact mode + Compact mode 🆕 Background synchronization Sync on Wi-Fi and mobile data Sync only on Wi-Fi -- cgit v1.2.3 From 39e45a5c0106ad05d34872b0343801807bc3faa0 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Mon, 13 Jul 2020 14:42:03 +0200 Subject: =?UTF-8?q?#455=20=E2=9E=95=20Clone=20boards=20with=20existing=20s?= =?UTF-8?q?tacks=20and=20labels=20-=20Allow=20edit=20board=20after=20clone?= 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 2f08a9b4b..b64457d26 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -284,6 +284,6 @@ Battery settings Neither comments nor attachments can be transferred when moving the card to another board. Clone board - %1$s (Copy) Cloning %1$s… + Successfully cloned %1$s -- cgit v1.2.3