mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
adding some new functions in the release notes
This commit is contained in:
@@ -861,6 +861,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||||||
add(Release(117, R.string.release_117))
|
add(Release(117, R.string.release_117))
|
||||||
add(Release(119, R.string.release_119))
|
add(Release(119, R.string.release_119))
|
||||||
add(Release(129, R.string.release_129))
|
add(Release(129, R.string.release_129))
|
||||||
|
add(Release(143, R.string.release_143))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_143">
|
||||||
|
Allow setting default start time/duration/event type for new events\n
|
||||||
|
Allow exporting/importing settings
|
||||||
|
</string>
|
||||||
<string name="release_129">Allow setting default event reminders, not always reuse the last events\' ones</string>
|
<string name="release_129">Allow setting default event reminders, not always reuse the last events\' ones</string>
|
||||||
<string name="release_119">
|
<string name="release_119">
|
||||||
Allow changing the app launcher icon color\n
|
Allow changing the app launcher icon color\n
|
||||||
|
Reference in New Issue
Block a user