diff --git a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt index 2455f790..b5749f27 100644 --- a/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt @@ -210,6 +210,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { private fun checkWhatsNewDialog() { arrayListOf().apply { add(Release(25, R.string.release_25)) + add(Release(28, R.string.release_28)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 4af1df60..88fd274a 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -27,6 +27,7 @@ Rechtsbündig + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 0f2e9397..617672e8 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -27,6 +27,7 @@ Derecha + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b100a2ad..a4da09a7 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -27,6 +27,7 @@ Droite + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 040436fd..7b395ea8 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -27,6 +27,7 @@ Jobbra + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index fadddf22..9a290887 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -27,6 +27,7 @@ Right + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 5d7081c2..7f13db06 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -27,6 +27,7 @@ + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index dfd954c2..8b11ee0f 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -27,6 +27,7 @@ Direita + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 2fe137ef..cd871c10 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -27,6 +27,7 @@ Right + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8d88774c..3dacd79b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -27,6 +27,7 @@ Right + Allow picking colors by hex codes Added more color customization options\n Your settings have been cleared, please reset them