alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Rename NameLookup to ContactLookup #68

Closed alexstyl closed 2 years ago

alexstyl commented 2 years ago

The Contact.CONTENT_FILTER_URI seems to be returning all contacts that include the given string in any part of the contact instead of just its name.

This PR renames the predicates to reflect that.

Fixes Issue https://github.com/alexstyl/contactstore/issues/67