From 3384d9332946a87ae76c27c0621de972826668b9 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 8 Dec 2019 20:28:39 +0100 Subject: [PATCH] adding some new items at the release notes --- .../simplemobiletools/notes/pro/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt index 301139f9..3df8b7d4 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt @@ -764,6 +764,7 @@ class MainActivity : SimpleActivity() { add(Release(57, R.string.release_57)) add(Release(62, R.string.release_62)) add(Release(64, R.string.release_64)) + add(Release(67, R.string.release_67)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index f5d0f40f..a1909d47 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -3,6 +3,10 @@ com.simplemobiletools.notes.pro + + Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n + Added a new settings item for moving undone checklist items at the top automatically + Allow setting different text and background color per widget Allow customizing the bottom navigation bar color Added a Checklist type of note