summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2017-04-06WiFi: Match names of functions with binding verbsMilan Srdinko1-23/+23
Rename the names of binder's internal functions so they match the binding verbs. With this doxygen comments can be used for API documentation. Change-Id: I130f02542c689272a6a9f48220098dd323b52533 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-04-03Merge "WiFi: Update comments for a functions"Jan-Simon Moeller2-62/+170
2017-03-30WiFi: Update comments for a functionsMilan Srdinko2-62/+170
Doxygen comments are reworked to be more understandable, functions that not API's marked as internal. Change-Id: I649c930201147a1c13038e5c7289d02229807db7 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-03-24Update config.xml for new framework on systemdJosé Bollo2-1/+8
Also fix a typo Change-Id: Id1e391922c77b1c355b05d0445f5f9bdc632a929 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-03-17WiFi: add event unsubscribe/delete on Wi-Fi disableMilan Srdinko2-6/+58
Change-Id: I2b3c74fc24b57c6152f105ff7bd8b090d9dad155 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-02-13WiFi: Improve log messagesMilan Srdinko5-121/+95
Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-02-06WiFi: reworked to support websockets and subscriptions for eventsMilan Srdinko6-185/+541
Change-Id: I2d1f2724d7c1efd64c12b7fa639436946209196e Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2016-12-28Add .gitreview fileJan-Simon Möller1-0/+5
Change-Id: Icd7657701d6fd52a1be4808c7e19d385b74332f7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-24Merge "Add connect command after set passkey"Jan-Simon Moeller1-0/+10
2016-12-24Wifi: Clear password data when the dialog hiddenTasuku Suzuki1-1/+8
Change-Id: I67d6112fe587abe3506e80835281ac347262aae7 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-24Add connect command after set passkeysrimaldia1-0/+10
This modification is made to complete connection procedure to secured AP after set passkey. Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
2016-12-22Merge "Add status icon for bluetooth"Jan-Simon Moeller3-0/+46
2016-12-22Add status icon for wifisrimaldia3-0/+72
to test this, you need to add conf file under /etc/dbus-1/session.d/ <?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy context="default"> <allow send_destination="org.agl.homescreen"/> </policy> </busconfig> Change-Id: I8fa1707883fa4c74460255949bc4ce1cd29cabf2 Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
2016-12-22Wifi: Add password dialog with KeyboardTasuku Suzuki1-132/+89
Change-Id: I97e219590bc2c817e1c90a5f70175de972a80313 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-22Wifi: Improve signal icon handlingTasuku Suzuki1-16/+11
Change-Id: I72fd21ef0800bc35617d5bb38ceee7de2dca2350 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-22Merge "Wifi: Fix layout"Jan-Simon Moeller1-11/+5
2016-12-22Merge "Wifi: improve parsing JSON"Jan-Simon Moeller1-3/+2
2016-12-22Merge "Wifi: improve some property bindings"Jan-Simon Moeller1-34/+17
2016-12-22Merge "Wifi: Remove an Item unused"Jan-Simon Moeller1-9/+0
2016-12-22Merge "Wifi & Bluetooth: use binding address defined in main.cpp"Jan-Simon Moeller3-26/+17
2016-12-22Merge "Modify poll interval"Jan-Simon Moeller2-2/+2
2016-12-22Add status icon for bluetoothsrimaldia3-0/+46
<?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy context="default"> <allow send_destination="org.agl.homescreen"/> </policy> </busconfig> Change-Id: I598fd21f66620a518d5cc4068c352c31961834bd Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
2016-12-22Modify poll intervalsrimaldia2-2/+2
Change-Id: I2a963667dd1eadb92533746fba829d7fe5916a3d Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
2016-12-22Merge "Modify UI design of Wifi and Bluetooth"Jan-Simon Moeller2-231/+192
2016-12-22Wifi: Fix layoutTasuku Suzuki1-11/+5
Change-Id: I5add42f9834cdeb8a62856a165b0dfb31b2c2e5e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-22Wifi: improve parsing JSONTasuku Suzuki1-3/+2
Change-Id: I6135ad079a1d9d7512b852014dcf124f85cac5e2 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>