Skip to content

Conversation

@alexbatashev
Copy link

  • Added public Contact ID field
  • Added findOne() method

Contact ID allows to query specific contacts.
findOne() method returns the first contact in the list or null (useful with contact id).

Added findOne method
@tamir7
Copy link
Owner

tamir7 commented Aug 22, 2016

  1. ContactID already exists in InternalFields. If you need it in regular fields, you should remove it from Internal.
  2. Why do you use org.jetbrains.annotations.Nullable and not android.support.annotation.Nullable?
  3. I like that you fixed the gradle build (BINTRAY_USER and BINTRAY_API_KEY) but you broke my BintrayUpload..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants