midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

Provide option to add contacts without PhoneNumbers #7

Closed midhunhk closed 7 years ago

midhunhk commented 7 years ago

Currently ContactManager only adds Contacts from the master table who only have Phone numbers. While this is required forRandomContact, this is causing issues in other applications that reference this feature.

Caused issue https://github.com/midhunhk/trip-o-meter/issues/16

midhunhk commented 7 years ago

Fixed with below checkin

https://github.com/midhunhk/ae-apps-library/commit/1aec33c09a5efad96b251f86037066870f58e45b

Added a config object when initializing the ContactManager object. This is a temporary solution and we will investigate the class as part of ContactManager enhancements.