Age | Commit message (Collapse) | Author | Files | Lines |
|
Display contact profiles photo when provided in vCards over the PBAP
transport.
Bug-AGL: SPEC-2088
Change-Id: I48117ad76d93ae913775ecdacde6eb34e736dde2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Convert ContactsView to use ContactsModel provided
by libqtappfw. This now displays all contacts and
associated phone number from the connected mobile
phone's PBAP-connected contact database.
Bug-AGL: SPEC-1436
Change-Id: I6a26e0c6627247736470e06ddbd611caa7de79b1
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Adds support for a tabbed view of contacts, recent call,
and the dialpad. This adjusts the UI to look more like a
modern mobile phone app. The same models populate the
contacts view and the recent call view as before with
the latter being a more useful full screen list. The recent
call history also includes type of call information (missed,
incoming, outgoing) and the UI displays icons accordingly
to indicate type of call that occured as well as a time
stamp. For now, the icons are placeholders but will be
replaced by icons design to match the AGL look and feel.
Bug-AGL: SPEC-1435
Change-Id: I521155a11208e92ece83f20f7f3dd643deb92099
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Adjust the call function to accept discrete parameters for
the name and phone number to dial. This prepares the app
for a reworked UI where the contact model is not always
used to invoke a phone call.
Bug-AGL: SPEC-1435
Change-Id: I178a7eb6c4854f755abd94234a648f861d5c1326
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
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>
|
|
Change-Id: Id7ad21f47ea50d15156171a7dfa139da46c4f977
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|