summaryrefslogtreecommitdiffstats
path: root/app/TabImageButton.qml
AgeCommit message (Collapse)AuthorFilesLines
2024-11-19Import Qt6 conversion patchHEADtrout_19.90.0trout/19.90.019.90.0masterJan-Simon Moeller1-5/+6
Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I741f34da3a424706fdd0763b80794d7750eb2570 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2018-05-22phone: add tabbed viewMatt Porter1-0/+84
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>