summaryrefslogtreecommitdiffstats
path: root/app/numbertype.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-21contacts: handle multiple numbers and typesMatt Porter1-0/+33
The current contact model has a few fixed fields for phone numbers and only one is displayed and able to be dialed from the contacts view. Update the model to support an array of tuples indicating each phone number and type of phone number (mobile, home, work, other) associated with a contact entry. Also, update the ContactsView so we see all phone numbers for a given contact. Bug-AGL: SPEC-1435 Change-Id: Ie883d3f06c0e4102e79546395dbb1712741bac8b Signed-off-by: Matt Porter <mporter@konsulko.com>