mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-13 07:00:10 +01:00
adding separate widgets per notes in the release notes
This commit is contained in:
parent
cc01f380f8
commit
64e9603f5b
@ -535,6 +535,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
|||||||
config.widgetNoteId = mCurrentNote.id
|
config.widgetNoteId = mCurrentNote.id
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
}
|
}
|
||||||
|
|
||||||
invalidateOptionsMenu()
|
invalidateOptionsMenu()
|
||||||
initViewPager()
|
initViewPager()
|
||||||
|
|
||||||
@ -638,6 +639,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
|||||||
add(Release(39, R.string.release_39))
|
add(Release(39, R.string.release_39))
|
||||||
add(Release(45, R.string.release_45))
|
add(Release(45, R.string.release_45))
|
||||||
add(Release(49, R.string.release_49))
|
add(Release(49, R.string.release_49))
|
||||||
|
add(Release(51, R.string.release_51))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_51">Allow creating separate widgets per notes</string>
|
||||||
<string name="release_49">Added undo/redo</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_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
|
||||||
<string name="release_39">
|
<string name="release_39">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user