mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-18 20:40:46 +01:00
add the contact fetching change in release notes
This commit is contained in:
parent
40d0916276
commit
bdd31230f7
@ -586,6 +586,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||||||
add(Release(31, R.string.release_31))
|
add(Release(31, R.string.release_31))
|
||||||
add(Release(32, R.string.release_32))
|
add(Release(32, R.string.release_32))
|
||||||
add(Release(34, R.string.release_34))
|
add(Release(34, R.string.release_34))
|
||||||
|
add(Release(39, R.string.release_39))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
<string name="telegram">Telegram</string>
|
<string name="telegram">Telegram</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_39">Changed the way contacts are fetched, please reset your filters.</string>
|
||||||
<string name="release_34">Added new options for toggling 24 hour time format and showing only contacts with phone numbers</string>
|
<string name="release_34">Added new options for toggling 24 hour time format and showing only contacts with phone numbers</string>
|
||||||
<string name="release_32">Added a simple dialpad, dialer will come soon</string>
|
<string name="release_32">Added a simple dialpad, dialer will come soon</string>
|
||||||
<string name="release_31">
|
<string name="release_31">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user