mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-15 07:52:02 +02:00
updating Whats New
This commit is contained in:
parent
900e5bb1bc
commit
d11a8b5468
@ -444,6 +444,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
|||||||
add(Release(25, R.string.release_25))
|
add(Release(25, R.string.release_25))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_39">
|
||||||
|
Added a new option to use english language on non-english devices\n
|
||||||
|
Allow scrolling widgets vertically
|
||||||
|
</string>
|
||||||
<string name="release_29">
|
<string name="release_29">
|
||||||
Added an option to make emails and links clickable\n
|
Added an option to make emails and links clickable\n
|
||||||
Allow importing text from files\n
|
Allow importing text from files\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user