Skip to content

ContactStore 0.4.0

Compare
Choose a tag to compare
@alexstyl alexstyl released this 30 Oct 12:00
· 197 commits to main since this release

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: 0.3.3...0.4.0