From f077c38ff313f87971354663281a28b62b597ffd Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 25 Jul 2019 11:33:04 +0200 Subject: [PATCH] adding the bottom navigation bar color changing in Whats New --- .../com/simplemobiletools/notes/pro/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 2 files changed, 2 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 e03061e4..9e871663 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 @@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() { add(Release(49, R.string.release_49)) add(Release(51, R.string.release_51)) add(Release(57, R.string.release_57)) + add(Release(62, R.string.release_62)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 27f84e46..6e0d1416 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Allow customizing the bottom navigation bar color Added a Checklist type of note Allow creating separate widgets per notes Added undo/redo