summaryrefslogtreecommitdiffstats
path: root/app/Notification.qml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-23messaging: display number if no name is presentMatt Ranostay1-0/+8
When no name is sent in notification event use the phone number instead. Bug-AGL: SPEC-3267 Change-Id: I8c553c502dccf12169a4a650b2ca79a35ef8fdf8 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-04messaging: add initial compose message pageicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1Matt Ranostay1-4/+22
Add initial support for sending SMS messages. Along with support for double clicking a message to autofill recipient field. Bug-AGL: SPEC-2566 Change-Id: I214c2250f90d939c95b5e380272b37c0ba8dad64 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-18messaging: allow messages to be closed in Alert screenMatt Ranostay1-0/+7
Bug-AGL: SPEC-2566 Change-Id: I882061af5a9d4feef41f7d48383dd4088f033f2e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-16Revert "messaging: qml: add emoji and default notification font"Matt Ranostay1-2/+0
This reverts commit 7fe0662f11de5414a0136f574e271ff10585186d. Change-Id: I84c50608a2f502eef719543b415d979baa4db71c Bug-AGL: SPEC-2566 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-13messaging: qml: update QML widget imports for Qt 5.11Matt Ranostay1-3/+19
Update the imports of QML widgets to the latest version used by AGL which is 5.11 Bug-AGL: SPEC-2566 Change-Id: Ic6a2252f1a8080fd1daf6bebb4e5d42828e75369 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-08-28messaging: qml: add emoji and default notification fontMatt Ranostay1-0/+2
Select "Bitstream Vera" as text, and NotoColorEmoji for unicode emojis. "Bitstream Vera" is required to be set because DejaVuSans has BW unicode emojis which would have a higher priority. Bug-AGL: SPEC-2701 Change-Id: Ia2be48f8a17fac748a24e585b54933ca3bfde400 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-07-09messaging: initial commit for applicationhalibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.18.0.07.99.3Matt Ranostay1-0/+26
Initial Messaging application that enables notifications of incoming SMS messages. Bug-AGL: SPEC-2566 Change-Id: If9a196536cf5aa4ce016d541c276b9750a9af48f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>