mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-05 03:01:05 +02:00
add hex codes in Whats new
This commit is contained in:
parent
14d9a5ce23
commit
18f9fb6f79
@ -210,6 +210,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
|||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(25, R.string.release_25))
|
add(Release(25, R.string.release_25))
|
||||||
|
add(Release(28, R.string.release_28))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Rechtsbündig</string>
|
<string name="right">Rechtsbündig</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Derecha</string>
|
<string name="right">Derecha</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Droite</string>
|
<string name="right">Droite</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Jobbra</string>
|
<string name="right">Jobbra</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Right</string>
|
<string name="right">Right</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">右</string>
|
<string name="right">右</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Direita</string>
|
<string name="right">Direita</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Right</string>
|
<string name="right">Right</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<string name="right">Right</string>
|
<string name="right">Right</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">Allow picking colors by hex codes</string>
|
||||||
<string name="release_25">
|
<string name="release_25">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them</string>
|
Your settings have been cleared, please reset them</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user