summaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21messaging: display number if no name is presenticefish_9.0.4icefish_9.0.3icefish_9.0.2icefish_9.0.1icefish/9.0.4icefish/9.0.3icefish/9.0.2icefish/9.0.19.0.49.0.39.0.29.0.1icefishMatt 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 Ranostay5-5/+128
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 Ranostay3-0/+80
Bug-AGL: SPEC-2566 Change-Id: I882061af5a9d4feef41f7d48383dd4088f033f2e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-16messaging: change application to pages formatMatt Ranostay12-47/+181
Allow multiple pages in application for various functions (e.g. notifications/alerts, message threads, compose message) TODO: Change from placeholder phone applicaion icons Bug-AGL: SPEC-2566 Change-Id: Ic2759716f47f75f43f775a98c44f447989c2e30f 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 Ranostay2-6/+22
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 Ranostay6-0/+239
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>