adding separate widgets per notes in the release notes

This commit is contained in:
tibbi 2018-09-13 23:57:40 +02:00
parent cc01f380f8
commit 64e9603f5b
2 changed files with 3 additions and 0 deletions

View File

@ -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)
}
}

View File

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_51">Allow creating separate widgets per notes</string>
<string name="release_49">Added undo/redo</string>
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
<string name="release_39">