Skip to content

ContactStore 0.12.0

Compare
Choose a tag to compare
@alexstyl alexstyl released this 02 Feb 15:32
· 108 commits to main since this release

What's New

  • Made WebAddress raw value to Uri (from String)
  • Renamed Contact#imageUri to Contact#thumbnailUri to make point out the image quality you receive when using it.
  • Removed the _id field of GroupMembership as it is not really required to manage the user's groups.
  • Multiple functions have been deprecated and will be removed in 1.0.0
  • Introduced FormattedStrings.kt. Contains extensions useful for displaying Phone numbers and Postal Addresses to the UI, in a formatted fashion (#42)
  • Introduced samePropertiesAs() matcher in com.alexstyl:contactstore-test to compare two contacts losely (#46)

Bug fixes

  • Fix a crash that was caused by calling Contact#displayName on a MutableContact without all ContactColumns. The columns are now now taken into consideration (#45)

Full Changelog: 0.11.1...0.12.0