mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
adding 2 of the new features in Whats New
This commit is contained in:
parent
979a034ab1
commit
91d7e3efa1
@ -835,6 +835,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
add(Release(88, R.string.release_88))
|
add(Release(88, R.string.release_88))
|
||||||
add(Release(98, R.string.release_98))
|
add(Release(98, R.string.release_98))
|
||||||
add(Release(117, R.string.release_117))
|
add(Release(117, R.string.release_117))
|
||||||
|
add(Release(119, R.string.release_119))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_119">
|
||||||
|
Allow changing the app launcher icon color\n
|
||||||
|
Added support for more advanced yearly repetition rules
|
||||||
|
</string>
|
||||||
<string name="release_117">Reworked custom notification sound picking, should be more reliable</string>
|
<string name="release_117">Reworked custom notification sound picking, should be more reliable</string>
|
||||||
<string name="release_98">
|
<string name="release_98">
|
||||||
Added a Location field\n
|
Added a Location field\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user