summaryrefslogtreecommitdiffstats
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21navigation: qml: remove start address and use current GPS locationMatt Ranostay3-55/+5
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>
2017-11-21navigation: geoclue: use geoclue data to get initial locationMatt Ranostay3-0/+88
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>
2017-11-21navigation: gps: add gps geolocation supportMatt Ranostay4-14/+110
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>
2017-11-21navigation: qtvirtualkeyboardplugin: add virtual keyboardMatt Ranostay3-0/+15
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>
2017-11-21nagivation: initial import of Qt MapViewer demoMatt Ranostay36-0/+3895
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>