From 64e9603f5b28f676a2b73f87196543804632dc71 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 13 Sep 2018 23:57:40 +0200 Subject: [PATCH] adding separate widgets per notes in the release notes --- .../com/simplemobiletools/notes/activities/MainActivity.kt | 2 ++ app/src/main/res/values/donottranslate.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt index 0b6a130d..048b36f7 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt @@ -535,6 +535,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { config.widgetNoteId = mCurrentNote.id updateWidgets() } + invalidateOptionsMenu() initViewPager() @@ -638,6 +639,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { add(Release(39, R.string.release_39)) add(Release(45, R.string.release_45)) add(Release(49, R.string.release_49)) + add(Release(51, R.string.release_51)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 31fbef26..9451bc6c 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Allow creating separate widgets per notes Added undo/redo Allow exporting all notes at once, toggling line wrap and autosave