Contactstore Versions Save

A modern, strongly-typed contacts API for Android.

0.4.0

2 years ago

This release includes:

New

  • Simpler API on LinkedAccountValue. data1, data2, etc properties were replaced with summary, detail. New property icon was added. (Thanks to @NLLAPPS for the help parsing contact.xml)
  • Set minSDK to 14 (4.0) (Thanks to @eduardb for the request)
  • Android compile SDK set to 31

Behavior Changes

  • Remove the IN_VISIBLE check when querying details for contacts. This was done to match the behavior of querying all contacts.
  • Contact#fullNameStyle will only be provided on platforms supporting it (Lollipop and above). In other platforms, the value will always be ContactsContract.FullNameStyle.UNDEFINED.

Full Changelog: https://github.com/alexstyl/contactstore/compare/0.3.3...0.4.0

0.3.3

2 years ago

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 (386edddf)

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 (e3fab6d8)

Full Changelog: https://github.com/alexstyl/contactstore/compare/0.3.1...0.3.3

0.3.1

2 years ago

This release includes:

New

  • Introduced TestContactStore – An implementation of ContactStore suitable for tests as an additional, optional dependency.

Full Changelog: https://github.com/alexstyl/contactstore/compare/0.2.0...0.3.1

0.2.0

2 years ago

This release includes:

New

  • Added Name lookup functionality (ba984538, thanks to @nauhalf & @NLLAPPS for the request & feedback)

Fixes

  • Clarify behavior of fetchContacts
  • Correct Documentation of Nickname column
  • Remove deprecated kotlinCompilerVersion
  • Rename QueryTest to Lookup
  • Remove unused 'organization' from ContactLookup
  • Create FUNDING.yml

0.1.2

2 years ago

Fix proguard rules

0.1.0

2 years ago