summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13Add gitlab issue/merge request templatessalmon_18.90.0salmon/18.90.0ricefish_17.90.0ricefish/17.90.018.90.017.90.0Jan-Simon Moeller2-0/+6
Add template files for gitlab Bug-AGL: SPEC-4474 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia63191f08d35d188f709ea7944367322d12c7cea
2022-02-14Update for app framework removalneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin/12.93.013.93.012.93.0Scott Murray9-298/+39
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "settings" binary and install it into /usr/bin by default. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. - Add initial .desktop file, and updated .pro files to install it. An icon will be added in a future update, as the launcher did not previously provide one. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Icd7126b7ddd41dbf0793d28d31fa962f3a36acb1
2021-01-07Remove libhomescreen dependencymarlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.0Scott Murray3-13/+3
libhomescreen was still a dependency in the qmake files, and its header file was being pulled in in main.cpp even though there it is no longer used, remove usage. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I2ffca898fc534d7f57dadee5c3633198e249a735
2020-09-23Remove homescreen api depependencykoi_10.91.0koi/10.91.010.91.0Li, Xiaoming1-1/+0
Homescreen api do not need to be declared explicitly in config.xml. Bug-AGL: SPEC-3458 Change-Id: Ie9639c7f6b47d337bfaa1520fca32da89a281205 Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
2020-06-24Messaging.qml: Use window width and height instead of screensjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.1Marius Vlad1-2/+2
Bug-AGL: SPEC-3379, SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Iea8f44f80ed7dae6ebd19b9cfdb6bba9d2cd705b
2020-06-24app: Remove windowmanager depsMarius Vlad4-39/+8
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ia608d28187b34690f93445c4bf0214a44cf1d5b2
2020-06-10Update autobuild scriptsScott Murray4-112/+138
Update autobuild scripts with reworked version that fixes building outside of the source tree. As well, the project files have been tweaked to strip the release build binaries and add "-debug" in the name of the debug widget file. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I44fdcf674c94845daa57180e10d213d05add781d
2020-06-10replace qtappfw with qtappfw-bt-map packageRaquel Medina1-1/+1
Bug-AGL: SPEC-3390 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ifced4391e3a247e85893525d32ad2d2a7d8b7ad0
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>
2020-03-23update autobuild scriptsRaquel Medina2-29/+112
Modify autobuild scripts: - to fix warnings on yocto build - to fix linux/autobuild syntax errors - to add new standard targets Bug-AGL: SPEC-2049 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: If5d1cf0ecff7a5a6c45c7e7e7d34e9b98b785e8b
2020-02-11Update .gitreview fileJan-Simon Möller1-0/+5
This updates the gitreview file in the project . Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I86c15877f5a1c656612c547dfcdcd9a4f9883f20
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 Ranostay13-0/+448
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>
2019-05-19Initial empty repositoryhalibut_7.99.2halibut/7.99.27.99.2Jan-Simon Moeller0-0/+0