adding custom notification sound picker to release notes
This commit is contained in:
parent
2f8f5ac4bc
commit
2e4b2f4ddb
|
@ -819,6 +819,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
add(Release(86, R.string.release_86))
|
||||
add(Release(88, R.string.release_88))
|
||||
add(Release(98, R.string.release_98))
|
||||
add(Release(117, R.string.release_117))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_117">Reworked custom notification sound picking, should be more reliable</string>
|
||||
<string name="release_98">
|
||||
Added a Location field\n
|
||||
Allow adding Contact birthdays
|
||||
|
|
Loading…
Reference in New Issue