Skip to content

ContactStore 0.3.3

Compare
Choose a tag to compare
@alexstyl alexstyl released this 24 Oct 21:36
· 205 commits to main since this release

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 the standardColumns() function.
  • TestContactStore was moved to its own package (e3fab6d)

Full Changelog: 0.3.1...0.3.3