mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-17 08:47:22 +02:00
add some new features to Whats New
This commit is contained in:
parent
50800111fe
commit
0a2db99a61
@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
|||||||
add(Release(28, R.string.release_28))
|
add(Release(28, R.string.release_28))
|
||||||
add(Release(29, R.string.release_29))
|
add(Release(29, R.string.release_29))
|
||||||
add(Release(39, R.string.release_39))
|
add(Release(39, R.string.release_39))
|
||||||
|
add(Release(45, R.string.release_45))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
|
||||||
<string name="release_39">
|
<string name="release_39">
|
||||||
Added a new option to use english language on non-english devices\n
|
Added a new option to use english language on non-english devices\n
|
||||||
Allow scrolling widgets vertically
|
Allow scrolling widgets vertically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user