Skip to content

Commit

Permalink
add the contact fetching change in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Dec 28, 2018
1 parent 40d0916 commit bdd3123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(31, R.string.release_31))
add(Release(32, R.string.release_32))
add(Release(34, R.string.release_34))
add(Release(39, R.string.release_39))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<string name="telegram">Telegram</string>

<!-- 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_32">Added a simple dialpad, dialer will come soon</string>
<string name="release_31">
Expand Down

0 comments on commit bdd3123

Please sign in to comment.