Skip to content

Commit 64e9603

Browse files
committed
adding separate widgets per notes in the release notes
1 parent cc01f38 commit 64e9603

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
535535
config.widgetNoteId = mCurrentNote.id
536536
updateWidgets()
537537
}
538+
538539
invalidateOptionsMenu()
539540
initViewPager()
540541

@@ -638,6 +639,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
638639
add(Release(39, R.string.release_39))
639640
add(Release(45, R.string.release_45))
640641
add(Release(49, R.string.release_49))
642+
add(Release(51, R.string.release_51))
641643
checkWhatsNew(this, BuildConfig.VERSION_CODE)
642644
}
643645
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_51">Allow creating separate widgets per notes</string>
56
<string name="release_49">Added undo/redo</string>
67
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
78
<string name="release_39">

0 commit comments

Comments
 (0)