mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-01-31 06:24:51 +01:00
added hyperlinks to release notes
This commit is contained in:
parent
db26e22067
commit
7571c9095a
@ -10,7 +10,7 @@ android {
|
||||
applicationId "com.simplemobiletools.notes"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 28
|
||||
versionCode 29
|
||||
versionName "2.0.3"
|
||||
}
|
||||
|
||||
|
@ -209,6 +209,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(25, R.string.release_25))
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(29, R.string.release_29))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Rechtsbündig</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Derecha</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Droite</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Jobbra</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">右</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Direita</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
@ -29,6 +29,7 @@
|
||||
<string name="right">Right</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an option to make emails and links clickable</string>
|
||||
<string name="release_28">Allow picking colors by hex codes</string>
|
||||
<string name="release_25">
|
||||
Added more color customization options\n
|
||||
|
Loading…
x
Reference in New Issue
Block a user