-Return contact's mailing address
-Return names of (not the type) contact's phone numbers
-Return list of SMS threads (polling it manually is slow) sorted by read/unread
-Get contact by phone number (so we don't have to cache the entire contact list, wasting RAM)
-Return phone number or contact of SMS thread (polling it manually is slower than it needs to be)
-Phone number comparison API. I've found that Android randomly adds +1 the the start of phone numbers. Now I've compensated for that, but I can't guarantee the same method will work for other countries
-Fix SMS.GetByPersonId, cause currently ALL my messages have the PersonID of -1 (I compensated with MUCH slower API)
-Enum contacts by startwithtext(name)
-Enum starred contacts
-Contact.IsInitialized
-Return names of (not the type) contact's phone numbers
-Return list of SMS threads (polling it manually is slow) sorted by read/unread
-Get contact by phone number (so we don't have to cache the entire contact list, wasting RAM)
-Return phone number or contact of SMS thread (polling it manually is slower than it needs to be)
-Phone number comparison API. I've found that Android randomly adds +1 the the start of phone numbers. Now I've compensated for that, but I can't guarantee the same method will work for other countries
-Fix SMS.GetByPersonId, cause currently ALL my messages have the PersonID of -1 (I compensated with MUCH slower API)
-Enum contacts by startwithtext(name)
-Enum starred contacts
-Contact.IsInitialized
Last edited: