apps/poi-yelp.git
3 years agoDelete COPYING as LICENSE is to be used 65/25765/1 10.91.0 10.92.0 10.93.0 11.91.0 11.92.0 12.90.0 12.90.1 12.91.0 12.92.0 12.93.0 13.93.0 koi/10.91.0 koi/10.92.0 koi/10.93.0 koi_10.91.0 koi_10.92.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin/12.93.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0 marlin_12.93.0 needlefish/13.93.0 needlefish_13.93.0
Jan-Simon Möller [Mon, 7 Dec 2020 20:56:39 +0000 (21:56 +0100)]
Delete COPYING as LICENSE is to be used

To avoid duplication and keep things uniform, use LICENSE as the file.

COPYING and LICNESE both declare a GPL-v2 license, and to be
in accordance with other apps/services, we should remove COPYING;

Bug-AGL: SPEC-3440
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I9b73b527f9495b61bb54e84420c3d1f80e01afb5

3 years agoUpdate LICENSE file with a standard copy of the same license 64/25764/1
Jan-Simon Möller [Mon, 7 Dec 2020 20:53:44 +0000 (21:53 +0100)]
Update LICENSE file with a standard copy of the same license

The former LICENSE file include unrecognizable character which cannot
be viewed under windows browser, also includes some unnecessary conternts.
Copy a standard GPL-v2 license to cover it.

v2: split patch from Li Xiaoming

Bug-AGL: SPEC-3440
Change-Id: If446a5f2faba6c482d38aa0e59a8292e22414944

3 years agoRemove windowmanager depends 50/24850/1 9.99.1 9.99.2 9.99.3 9.99.4 jellyfish/9.99.1 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.1 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4
Marius Vlad [Fri, 15 May 2020 15:52:41 +0000 (18:52 +0300)]
Remove windowmanager depends

Bug-AGL: SPEC-3447

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

3 years agoFix debug widget packaging 79/24779/1
Scott Murray [Tue, 16 Jun 2020 22:34:34 +0000 (18:34 -0400)]
Fix debug widget packaging

Add some logic to add "-debug" in the name of the debug widget file
to match the behavior of widget builds that use the cmake app
template.

Bug-AGL: SPEC-2049, SPEC-3300

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I4cd6930835f8363ff4e7152a3537772735559a06

3 years agoUpdate autobuild scripts 30/24730/2
Scott Murray [Tue, 9 Jun 2020 22:45:36 +0000 (18:45 -0400)]
Update autobuild scripts

Update autobuild scripts with reworked version that fixes building
outside of the source tree.  Also fix CMakeLists.txt to copy built
wgt file to top-level of build directory to match autobuild script
expectations.

Bug-AGL: SPEC-2049, SPEC-3300

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2211b9f663a7e980ee06fb00c40f19d8714fd2e0

3 years agoreplace qtappfw with qtappfw-navigation package 22/24622/2
Raquel Medina [Tue, 2 Jun 2020 14:48:07 +0000 (16:48 +0200)]
replace qtappfw with qtappfw-navigation package

Bug-AGL: SPEC-3390
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I49bbbba3bd2a57401c6484374d6af255fd6b463f

4 years agoRework to raise navigation app and improve behavior 42/23542/1 8.99.5 icefish/8.99.5 icefish_8.99.5
Scott Murray [Fri, 3 Jan 2020 22:41:32 +0000 (17:41 -0500)]
Rework to raise navigation app and improve behavior

Add callback to raise navigation app via homescreen and hook it
up to the "Go" button handling.  Additionally, testing of this
addition revealed that the result list and information panel
state is fragile and easily gotten into a bad state with respect
to repaints when raising the navigation app.

To fix this, the code has been reworked to change InfoPanel into
an actual widget and keep it and the result list widget around;
manipulating their visibilty rather than recreating them and
forcing whole-window repaints. As well, a slight delay is used
before raising the navigation app to let all repaints finish.
Ideally this would not be required, but the app likely needs a
more significant rewrite to fix it.

Bug-AGL: SPEC-3079

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id8dce33e2a2135179644305a88b340ecd1d7d3c5

4 years agopoi-yelp: change to libqtappfw navigation interface 42/22742/2 8.99.1 8.99.2 8.99.3 8.99.4 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4
Matt Ranostay [Mon, 11 Nov 2019 08:48:02 +0000 (00:48 -0800)]
poi-yelp: change to libqtappfw navigation interface

Switch from DBus interface to rewritten agl-service-nagivation
binding via the libqtappfw wrapper interface.

Bug-AGL: SPEC-2880
Change-Id: I4244de4db250af438dda6b6173940f6a49fe34f2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: read starting location from naviconfig.ini 65/22765/4
Matt Ranostay [Mon, 11 Nov 2019 08:46:59 +0000 (00:46 -0800)]
poi-yelp: read starting location from naviconfig.ini

Bug-AGL: SPEC-2880
Change-Id: Iafb4f89a7efe579d24a5a6a58f41a38eb6c08a41
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: don't use fixed buffer size 64/22764/3
Matt Ranostay [Thu, 31 Oct 2019 13:59:00 +0000 (06:59 -0700)]
poi-yelp: don't use fixed buffer size

Use QByteArray over arbitrary buffer size for QNetworkReply

Bug-AGL: SPEC-2880
Change-Id: I65f04603afc22ef2f8ae5cfe97f747dda85e692d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: fix up formating in source 08/22708/1
Matt Ranostay [Fri, 18 Oct 2019 09:29:26 +0000 (02:29 -0700)]
poi-yelp: fix up formating in source

Fix the mixing of tabs and 4 space indents in all source files.

Bug-AGL: SPEC-2880
Change-Id: Ib02b5b9d2c65f252ba9b981be6fed23e8c111e66
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: add .vimrc to keep source syntax concise 07/22707/1
Matt Ranostay [Fri, 18 Oct 2019 09:22:54 +0000 (02:22 -0700)]
poi-yelp: add .vimrc to keep source syntax concise

Bug-AGL: SPEC-2880
Change-Id: I083b9344a57d2553c92757723b6f538017a2e046
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: remove unused allSessionsGot slot 91/22691/1
Matt Ranostay [Wed, 16 Oct 2019 11:12:28 +0000 (04:12 -0700)]
poi-yelp: remove unused allSessionsGot slot

Part of the effort to cleanup DBus usage for navigation to JSON
events remove all unused sections of the application.

Bug-AGL: SPEC-2880
Change-Id: Ie6bebb5e4e935676ca57c3fa5c6826a28d01d4df
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: update LICENSE with text from COPYING 36/22636/1
Matt Ranostay [Tue, 15 Oct 2019 07:34:54 +0000 (00:34 -0700)]
poi-yelp: update LICENSE with text from COPYING

Bug-AGL: SPEC-2872
Change-Id: I91fa7b3a852ca68074f96f6a710155e6e743c786
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: fix issue with text input on startup 99/22599/2
Matt Ranostay [Thu, 10 Oct 2019 10:34:06 +0000 (03:34 -0700)]
poi-yelp: fix issue with text input on startup

On startup any initial keyboard input will be invisible to
the application until Search button is clicked. So work around
this for now.

Bug-AGL: SPEC-2872
Change-Id: I9572b250e4bb5fb486927143b7450b3b2e5866c2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agopoi-yelp: fix compile issue with SDK 98/22598/1
Matt Ranostay [Thu, 10 Oct 2019 10:21:14 +0000 (03:21 -0700)]
poi-yelp: fix compile issue with SDK

To avoid "SkippingbecauseOE_QMAKE_PATH_EXTERNAL_HOST_BINSisnotdefined" error
messages when building with the SDK add the respective path to CMakeLists.txt

Bug-AGL: SPEC-2872
Change-Id: I1a90009b85c10f5a7eb1f92d8fc9e141a872c8d4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
4 years agofix(autobuild/linux): Repair path 33/22533/1
Li Xiaoming [Fri, 27 Sep 2019 12:51:22 +0000 (20:51 +0800)]
fix(autobuild/linux): Repair path

Bug-AGL: SPEC-2816

Change-Id: Ic7731b8cfff4a890ceb1b6386e1a7d1220b94b7b
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
4 years agoadd autobuild tree 64/22464/1
Raquel Medina [Fri, 20 Sep 2019 14:06:53 +0000 (16:06 +0200)]
add autobuild tree

Bug-AGL: SPEC-2816
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I2d746ad91bb4a27757605a448e425e64f822c2c2

4 years agoAdd display permission 87/22287/1
Scott Murray [Fri, 30 Aug 2019 16:51:44 +0000 (12:51 -0400)]
Add display permission

Add display permission required to work with the running as non-root
change for applications.  Previously applied as a patch by the recipe
in meta-agl-demo.

Bug-AGL: SPEC-2787

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2c9b787b230d4430911771de11f825a08d8d54c8

4 years agoInitial check in 84/22284/1
Scott Murray [Fri, 30 Aug 2019 15:43:58 +0000 (11:43 -0400)]
Initial check in

Initial check in of the original repository:

git://github.com/AGLExport/genivi-navi-yelp-client.git

as of commit c2691cb265d9198542482a860f1df378e8c2708b.

Bug-AGL: SPEC-2787

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7405367387622fb788a5712ed24005ee6d7ce495

4 years agoInitial empty repository
Jan-Simon Moeller [Sat, 10 Aug 2019 17:08:53 +0000 (17:08 +0000)]
Initial empty repository