ContactStore 0.12.0
What's New
- Made
WebAddress
raw value to Uri (from String) - Renamed
Contact#imageUri
toContact#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 aMutableContact
without allContactColumn
s. The columns are now now taken into consideration (#45)
Full Changelog: 0.11.1...0.12.0