summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20settings: wifi: qml: fix security icon for wifi APsflounder_6.0.5flounder/6.0.56.0.5flounderMatt Ranostay1-1/+1
APs without any security functionality were still showing a padlock. Change-Id: I32e3e844ffa4e25aaa51a717fb6ccb8cdb8858c2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-15settings: bluetooth: switch from Component.onCompleted power eventflounder_6.0.4flounder/6.0.46.0.4Matt Ranostay1-1/+1
Race condition between QML components finishing loadings before libqtappfw access can happen. So use the the onPowerChanged event as before, but to avoid infinite loop of power changes don't changed checked field if already set. Bug-AGL: SPEC-2004 Change-Id: Ie54ca405cab70e1bb909005dce602a56ccb0e8ba Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-01-14settings: bluetooth: fix power button issueMatt Ranostay1-3/+1
Responding to both checkbox clicks and power events will cause an infinite loop in some cases of toggling power state. Bug-AGL: SPEC-2004 Change-Id: I4fb841661472f875a978a5bd314157cfff07328b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-20settings: qml: add spacing between elementsMatt Ranostay1-1/+1
Switch and ImageButton were too close together in the UI AGL-Bug: SPEC-388 Change-Id: I3d883d87d40dd52ec20871a43aaa9385219c3b12 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-12-16Fix a couple of UI issuesScott Murray1-4/+5
Tweak the scan button anchoring so it renders reliably, the mix of anchoring and forward referenced values seemed to be causing it to misrender. As well, make it and the detected list visibility dependent on Bluetooth being enabled for consistency. Change-Id: Ib13b206c74234e5618f14277097259b848d62a58 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2018-11-28settings: bluetooth: hide paired list when adapter isn't poweredflounder_6.0.3flounder/6.0.36.0.3Matt Ranostay1-0/+1
Bug-AGL: SPEC-1630 Change-Id: Ib730137d46125f5354686b0bf98f419226254e41 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-11-22settings: update to bluetooth binding verion 2.0Matt Ranostay1-136/+71
Bug-AGL: SPEC-1630 Change-Id: Ifabb383e2802d6653d6c0e3c5b50020bbe9d9178 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-10Add gitreview file for flounder branchflounder_6.0.2flounder_6.0.1flounder_6.0.0flounder_5.99.7flounder/6.0.2flounder/6.0.1flounder/6.0.0flounder/5.99.76.0.26.0.16.0.05.99.7Jan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-08-24Revert "Use appid between homescreen-service and apps"guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder/5.99.6flounder/5.99.5flounder/5.99.46.90.05.99.65.99.55.99.4Tadao Tanikawa1-2/+10
This reverts commit 767952ca6df6d42dc0fed3fde2d9137ec5b2a9ca. Bug-AGL: SPEC-1685 Change-Id: Ide858dab8c5b74cb6d5a25e2c16cd383b52c47c9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-08-06Use appid between homescreen-service and appsflounder_5.99.3flounder/5.99.35.99.3zheng_wenlong1-10/+2
Use appid between hss and apps, and check event destination in libhomescreen. So these is no need compare code when recived Event_TapShortcut Event. BUG-AGL: SPEC-1645 Change-Id: Ibec9c169649fee674f12843c57c9ffed1e1d4aa2 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-08-02Improve output of multiple screen resolutionTadao Tanikawa2-0/+12
To improve output on various monitor with various resolution, use scale_factor from WM to fit various screen resolution. Bug-AGL: SPEC-1568, SPEC-1569, SPEC-1611 Change-Id: Ic0b8538259a4e9949caa099cff475935af609d09 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-07-27wifi: convert to libqtappfw network modelMatt Porter4-264/+26
Use libqtappfw's network model for the wifi network list, wifi status, and wifi power/connect/disconnect methods. Remove useless websocket message handling and other related code. Bug-AGL: SPEC-1542 Change-Id: I269fc03405be98f428b61e6a583eb5cbad767c6e Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-05-21settings: bluetooth: qml: stop device lists from scrollingflounder_5.99.2flounder_5.99.1flounder/5.99.2flounder/5.99.15.99.25.99.1Matt Ranostay1-5/+0
Both device lists were emitting an layoutChanged() signal on any device addition/update/removal which caused the model to refresh causing it to 'scroll' to the top. This event should only be emitted when the model is being sorted, and hence incorrect in the current call. Bug-AGL: SPEC-1385 Change-Id: I2828ad41e8bf4c9e0c83b62322b9e281e37408eb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-05-21settings: bluetooth: qml: stop duplicate entries in listsMatt Ranostay1-0/+4
Due to the current subscription model each subscriber causes an discovery_result event to be emitted. So each client must be sure they aren't adding entries more than once. Bug-AGL: SPEC-1385 Change-Id: I125eb33327944407c018b01776ba9bb3e0d4c08f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-19settings: bluetooth: switch from qml websockets to libqtappfwMatt Ranostay4-317/+126
Initial support changeover to libqtappfw from qml websocket calls for agl-service-bluetooth service Bug-AGL: SPEC-1385 Change-Id: Iff434c386d19f737b76d6a92969ae131a3de8ebf Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-15settings: wifi: remove unused http address from Wifi QMLMatt Ranostay1-4/+0
Change-Id: I0bd05233465a85d30aa132b0fa5996b9a6a8a926 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-15settings: remove build artifactsMatt Ranostay3-27/+0
Remove several files that were added by accident from build environment Change-Id: I394b2d308afdcfc68c378af227691b4fe3f7947e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-03-05Improve version information for AGL UCB.Harunobu Kurokawa2-1/+12
Version information is hardcoded. This commit support AGL UCB version automatically from /etc/os-release Bug-AGL: SPEC-656 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-12-15Update to new color schemeTadao Tanikawa9-542/+227
The color scheme has been changed to new one. Bug-AGL: SPEC-673 Change-Id: I6d8c30d9682b9a267c293dd7bcee7d3828af80b8 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-14Revert "settings: switch keyboard to qtvirtualkeyboardplugin"Matt Ranostay4-16/+8
This reverts commit 9990ec3dfdbd159b2077a33aa62dd52f53f174b2. Currently SPEC-1120 is blocking qtvirtualkeyboard from sending keystokes to applications. Bug-AGL: SPEC-1185 Change-Id: I02d02f6c1cf912d5b4f0face0add9c9af43c2af2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-13settings: switch keyboard to qtvirtualkeyboardpluginMatt Ranostay4-8/+16
Use qtvirtualkeyboardplugin for keyboard input since it supports internationalization and uses vector graphics which allows screen scaling. Bug-AGL: SPEC-1185 Change-Id: Ifddefe9b9884d1087683befc011b7172f5c2305f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-22QML: Bluetooth: fix initial paired devices listeel_4.99.3eel/4.99.34.99.3Matt Ranostay1-1/+1
Paired device count was being set to zero after getting initial list from the bluetooth service. Bug-AGL: SPEC-1123 Change-Id: If4d70e45bcb2b3fcbde3f4ace0d251601e38c157 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-14Merge "Porting to new HMI Framework"Jan-Simon Moeller3-17/+51
2017-11-14Porting to new HMI FrameworkScott Murray3-17/+51
Changes following guidelines given in "Kickstart: New HMI Framework" document at: https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf Change-Id: I4d6883bd60951af97be2d834667ab38622040735 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-11-13QML: Bluetooth patch to limit device name lengthLiPengKun1-1/+8
This is a patch to fix the Bluetooth issue that long device name may cover pair button Change-Id: Ida0fd980cf3308be959eb74ea30e11beeffd5453 Signed-off-by: LiPengKun <pengkun.li@jp.alps.com>
2017-11-05Change version for EE in settings appeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-1/+1
Change-Id: Ic34a8d89deb93b1b8d303dda86e0d524fef7e94b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-01qml: change BT layouteel_4.99.1eel/4.99.14.99.1sandbox/kmitsunari/hmi-frameworkLiPengKun1-47/+179
This is change BT discoveried BT device into two list. List 1 : this is a list for paired device. List 2 : this is a list for discoveried device that not paired. Change-Id: I5a24b6278078e267150d2f88e94c4eb32719f52b Signed-off-by: LiPengKun <pengkun.li@jp.alps.com>
2017-08-09qml: wifi: update subscription to eventsMatt Ranostay1-76/+10
Update the subscription to wifi events to the ne more consistent format Bug-AGL: SPEC-820 Change-Id: Ie38b9f6d0e43f402cc4db76f9c9349d54d5ace04 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-08qml: bluetooth: update subscription to eventsMatt Ranostay1-53/+4
Update the subscription to bluetooth events to the new more consistent format Bug-AGL: SPEC-819 Change-Id: I4236ca5f018be42d58f474220c418354437721f4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-07-12Update version info to Daring DabHarunobu Kurokawa1-1/+1
Bug-AGL: SPEC-656 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
2017-06-29binding: remove bindings from settings applicationMatt Ranostay31-31245/+4
bindings are moved to their own repos so no longer needed in settings application Bug-AGL: SPEC-661 SPEC-715 Change-Id: I0171a73fe20ed076c5d07edd708ffe46778d84bb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-25qml: launcher: initial bt + wifi states on loadMatt Ranostay1-0/+4
Initial load didn't have the actual BT or WiFi states on the slider switches. This patchset sets them after probing to find current state via DBus services. Change-Id: I9e0bc0a6477c81d5acf7adfe3d5f15d941c33da9 Bug-AGL: SPEC-703 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-20binding: bluetooth: allow connection to specified profile UUIDMatt Ranostay1-1/+13
Allow connect/disconnect to a single BT UUID profile that is specified for a device. Change-Id: Ia3c67fd5f0e9b6467aa7eaae2e75dddfe80251ae Bug-AGL: SPEC-669 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-20binding: bluetooth: report connection eventsMatt Ranostay1-0/+20
Subscribers to the bluetooth binding need to get reports of connection and disconnections. Bug-AGL: SPEC-669 Change-Id: I061fd7088a3a198d8004feaf594abc44c3a43f4f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-16binding: remove unused binding filesMatt Ranostay2-84/+0
Binding.qml and MessageId.js aren't used in any part of the settings application. Change-Id: I4139fe41625695c25096961454eed219c744d66f Bug-AGL: SPEC-648 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-07binding: bluetooth: available BT UUID profiles reportingMatt Ranostay6-10/+45
Since selection connect/disconnect can be done to a certain BT UUID profiles the available ones need to be listed to subscribers. Change-Id: I4497838ef2f9dd5e6fc40f1364a8b5f165a1831d Bug-AGL: SPEC-638 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-06-01binding: bluetooth: allow connection to select uuid profilesMatt Ranostay3-12/+12
Currenly the bluetooth binding connects to all available bluetooth profiles. This change allows you select an singular profile. Change-Id: Iccb016f132e0690699eefddee637ad91ea69e69c Bug-AGL: SPEC-638 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-31binding: bluetooth: provide org.bluez.MediaTransport1 accessMatt Ranostay5-2/+85
Allow binding to report transport state and volume levels Bug-AGL: SPEC-642 Change-Id: I5daad68a096b70b6401cde045704ee4226ef368f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-20binding: bluetooth: fix memory leak in avrcp controlsdab_3.99.1dab/3.99.13.99.1Matt Ranostay1-0/+18
avrcp data pointers need to be freed when btd_device structure is destroyed Change-Id: I39b534665d9e7b74ff20443668b5fee395446aa9 Bug-AGL: SPEC-596 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-18binding: bluetooth: add initial avrcp controlsMatt Ranostay3-0/+109
These avrcp controls only work at the application level for the settings application. The bluetooth binding at some point needs to be converted to system level binding. Change-Id: I5959c3939874b53c2b21115fb2a3e6a652ec0ffd Bug-AGL: SPEC-596 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-16Merge "binding: bluetooth: add support for avrcp metadata reporting"Jan-Simon Moeller5-8/+194
2017-05-16Merge "binding: bluetooth: fix typo of propertyies"Jan-Simon Moeller7-27/+27
2017-05-15binding: bluetooth: add support for avrcp metadata reportingMatt Ranostay5-8/+194
Add binding support for reporting avrcp metadata, and status events. Bug-AGL: SPEC-596 Change-Id: I33a1045db5aa421a01e28c7bda254085b107e4f1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-14binding: bluetooth: fix typo of propertyiesMatt Ranostay7-27/+27
Fix typo of propertyies that should be properties. Bug-AGL: SPEC-578 Change-Id: I9b312666db39808d03fec33c0029858917a14b37 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-12bluetooth: allow detection of bluetooth enabledMatt Ranostay2-0/+11
Bluetooth can now be enabled via connmand dbus service, and needs to detect if already enabled. Change-Id: I279a571b89381579eb05705410210a9266039377 Bug-AGL: SPEC-570 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-12qml: bluetooth: remove Windows/DOS end-of-linesMatt Ranostay1-521/+521
Recent merge of websocket changes introducted MSDOS/Windows end of lines, this patchset removes them with dos2unix. Bug-AGL: SPEC-592 Change-Id: Id16cae4e3cab1da8ed789b0924410c0e4ac7937b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-12Merge "BT: Update to support WebSocket"Jan-Simon Moeller20-1190/+28932
2017-05-04qml: wifi: add missing parameter callMatt Ranostay1-1/+2
Add missing sendSocketMesage() after verbstr definition. Bug-AGL: SPEC-578 Change-Id: Ib7e9cc0f5b4b993bd28bd89dd7ea32adfce60eef Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-04-21WiFi: Fix WiFi UI not sync with network managerMilan Srdinko2-41/+78
Fix error that state of WiFi ON/OFF button after widget start is not in sync with actual state of wireless adapter. Change-Id: I71ac07d11b2364d6dbb69b492774323c9c39fbd6 AGL-BUG: SPEC-531 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-04-19BT: Update to support WebSocketyidongmiao20-1190/+28932
modified: app/bluetooth/Bluetooth.qml modified: binding-bluetooth/binding-bluetooth.pro new file: binding-bluetooth/bluetooth-agent.c new file: binding-bluetooth/bluetooth-agent.h modified: binding-bluetooth/bluetooth-api.c modified: binding-bluetooth/bluetooth-api.h modified: binding-bluetooth/bluetooth-manager.c modified: binding-bluetooth/bluetooth-manager.h new file: binding-bluetooth/bluez-client.c new file: binding-bluetooth/bluez-client.h new file: binding-bluetooth/lib_agent.c new file: binding-bluetooth/lib_agent.h new file: binding-bluetooth/lib_bluez.c new file: binding-bluetooth/lib_bluez.h new file: binding-bluetooth/lib_ofono.c new file: binding-bluetooth/lib_ofono.h new file: binding-bluetooth/lib_ofono_modem.c new file: binding-bluetooth/lib_ofono_modem.h new file: binding-bluetooth/ofono-client.c new file: binding-bluetooth/ofono-client.h modified: Bluetooth.qml Change-Id: I18bc7ed86b6759d5b55a2662cf3ebd0d1e81b07f Signed-off-by: yidongmiao <yidong.miao@cn.alps.com> Jira identifier: SPEC-528