mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-03 10:11:09 +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() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(25, R.string.release_25))
|
||||
add(Release(28, R.string.release_28))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Rechtsbündig</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Derecha</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Droite</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Jobbra</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">右</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Direita</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
Your settings have been cleared, please reset them</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user