ContactStore 0.3.3
This release includes:
New
- Introduced
LinkedAccountValues
. This allows to query ContactStore for information synced via 3rd party apps accounts such as Whatsapp, Telegram and so on. You can use this to add 3rd party app integration such as 'Call on Whatsapp' or 'View on Telegram'. (thanks to @NLLAPPS for request & help https://github.com/alexstyl/contactstore/discussions/7)
Bug Fix
- Fixed an issue where a Contact's display name and isStarred could be empty when additional information were queried (386eddd)
Breaking Changes
ContactColumn
is now a sealed class. You can still get all the supported columns in one go by using thestandardColumns()
function.TestContactStore
was moved to its own package (e3fab6d)
Full Changelog: 0.3.1...0.3.3