apps/navigation.git
4 years agoapp/: Remove any libhomescreen and libwindowmanager callbacks sandbox/mvlad/agl-compositor
Marius Vlad [Wed, 22 Jan 2020 18:35:47 +0000 (20:35 +0200)]
app/: Remove any libhomescreen and libwindowmanager callbacks

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I5e26faaac3615887945f15896b746d73dedd6535

4 years agoapp/mapviewer: Specify the window size based on the screen
Marius Vlad [Wed, 22 Jan 2020 18:34:26 +0000 (20:34 +0200)]
app/mapviewer: Specify the window size based on the screen

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ia20b2c683365068ad42b1c8bd25658d055c11f9a

4 years agofix: Remove qml M126 warning 77/22477/1 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5
Li Xiaoming [Sun, 22 Sep 2019 12:56:19 +0000 (20:56 +0800)]
fix: Remove qml M126 warning

Message:
== and != may perform type coercion, use === or !== to avoid it.

Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.

Bug-AGL: SPEC-2814

Change-Id: I4dd5848797f445d082242a5c5e2a0148ea790dc0
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
5 years agoAdd gitreview halibut 6.90.0 6.99.1 6.99.2 6.99.3 6.99.4 7.90.0 7.99.1 7.99.2 7.99.3 8.0.0 8.0.1 8.0.2 8.0.3 8.0.4 8.0.5 8.0.6 guppy/6.90.0 guppy/6.99.1 guppy/6.99.2 guppy/6.99.3 guppy/6.99.4 guppy_6.90.0 guppy_6.99.1 guppy_6.99.2 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut/8.0.0 halibut/8.0.1 halibut/8.0.2 halibut/8.0.3 halibut/8.0.4 halibut/8.0.5 halibut/8.0.6 halibut_7.90.0 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3 halibut_8.0.0 halibut_8.0.1 halibut_8.0.2 halibut_8.0.3 halibut_8.0.4 halibut_8.0.5 halibut_8.0.6
Jan-Simon Möller [Mon, 10 Sep 2018 07:03:43 +0000 (09:03 +0200)]
Add gitreview

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agonavigation: geofence: add basic geofence service support 21/12221/2 5.99.1 5.99.2 5.99.3 5.99.4 5.99.5 5.99.6 flounder/5.99.1 flounder/5.99.2 flounder/5.99.3 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.1 flounder_5.99.2 flounder_5.99.3 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6
Matt Ranostay [Thu, 30 Nov 2017 03:56:43 +0000 (19:56 -0800)]
navigation: geofence: add basic geofence service support

Connect to geofence service and listen for fencing events

Bug-AGL: SPEC-1068
Change-Id: I3802fcf91929a722646ec278c3237e21a8cd841b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: remove artifacts from build tree 19/12219/1
Matt Ranostay [Thu, 30 Nov 2017 03:09:19 +0000 (19:09 -0800)]
navigation: remove artifacts from build tree

Remove build artifacts and move missing config.xml change

Bug-AGL: SPEC-1068
Change-Id: I337065f1a9b2033503d9e92016d9ce52192ca294
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qml: add car image and direction based on heading 25/12125/1 4.99.3 eel/4.99.3 eel_4.99.3
Matt Ranostay [Thu, 23 Nov 2017 06:18:42 +0000 (22:18 -0800)]
navigation: qml: add car image and direction based on heading

Add car image and show GPS heading of vehicle based on movement.

Change-Id: I57c056b5cdd40cf27b32a1155b7366230f49dbb4
Bug-AGL: SPEC-1068
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qml: default map center to null island 95/12095/1
Matt Ranostay [Wed, 22 Nov 2017 21:31:41 +0000 (13:31 -0800)]
navigation: qml: default map center to null island

Currently it is defaulting to London before it gets a GPS or GeoClue location
data which can be confusing. Better to center it on open water till location
is known

Bug-AGL: SPEC-1068
Change-Id: I9f4af70c194eb290ce5670c802b9b87f6475de11
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qml: change default toAddress 83/12083/1
Matt Ranostay [Wed, 22 Nov 2017 06:15:55 +0000 (22:15 -0800)]
navigation: qml: change default toAddress

Since Norway address doesn't make sense for most demos change this
to Golden Gate Park, California, US

Bug-AGL: SPEC-1068
Change-Id: I648ac417089e8fe04b4f9af29901dcec497e65e6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qml: add State field to RouteAddress form 81/12081/1
Matt Ranostay [Wed, 22 Nov 2017 06:36:36 +0000 (22:36 -0800)]
navigation: qml: add State field to RouteAddress form

Bug-AGL: SPEC-1068
Change-Id: I0936ccea829ac7ecc537e25cb6b4c64017191f11
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qml: remove start address and use current GPS location 79/12079/1
Matt Ranostay [Tue, 21 Nov 2017 22:23:04 +0000 (14:23 -0800)]
navigation: qml: remove start address and use current GPS location

Change RouteAddress form to use start location from current GPS
coordinate instead of entering a start address.

Bug-AGL: SPEC-1068
Change-Id: Id1a42ba409d24e527e613b67b9ac4583aff92ed4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: geoclue: use geoclue data to get initial location 77/12077/1
Matt Ranostay [Wed, 22 Nov 2017 00:35:17 +0000 (16:35 -0800)]
navigation: geoclue: use geoclue data to get initial location

Get initial data from geoclue binding in case GPS doesn't have lock
currently. This is useful for starting within a parking garage or
underground

Change-Id: I56143d01734bbd8c1cc286950200d2b84bbb5d2c
Bug-AGL: SPEC-1068
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: gps: add gps geolocation support 75/12075/1
Matt Ranostay [Wed, 15 Nov 2017 04:53:42 +0000 (20:53 -0800)]
navigation: gps: add gps geolocation support

Use GPS binding to get current location for navigation

Bug-AGL: SPEC-1068
Change-Id: Ie708117499b342f86c60674c83f0222857a67bee
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonavigation: qtvirtualkeyboardplugin: add virtual keyboard 73/12073/1
Matt Ranostay [Tue, 21 Nov 2017 02:21:56 +0000 (18:21 -0800)]
navigation: qtvirtualkeyboardplugin: add virtual keyboard

Add Qt virtual keyboard plugin to allow the entering of addresses

Change-Id: Ic3a233b897e09bb09a4ca1cbdae241c34dc48656
Bug-AGL: SPEC-1068
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agonagivation: initial import of Qt MapViewer demo 71/12071/1
Matt Ranostay [Sat, 11 Nov 2017 04:17:52 +0000 (20:17 -0800)]
nagivation: initial import of Qt MapViewer demo

This source code is from the qtlocation repos examples

Some modifications are:
* Building for .wgt package along with geoclue + gps permissions
* Change QML StackView push() methods to QtQuick Control 2 syntax
* Remove menubar and replace with Button elements on main page

Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a
Bug-AGL: SPEC-1068
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agoInitial empty repository
Jan-Simon Moeller [Thu, 9 Nov 2017 11:49:29 +0000 (11:49 +0000)]
Initial empty repository