navit:qml2

Last commit made on 2019-04-19
Get this branch:
git clone -b qml2 https://git.launchpad.net/navit

Branch merges

Branch information

Name:
qml2
Repository:
lp:navit

Recent commits

af7853c... by Pierre Grandin <email address hidden>

Enabled virtual keyboard

cf542b9... by Pierre Grandin <email address hidden>

Merge branch 'master' into qml2

7bba198... by jkoan <email address hidden>

Update config.yml

7523c11... by lains

Replace hyphens with white spaces when using android speech

cc781ee... by lains

Refactor:GUI/GTK:Adding pointer and label when displaying POI on map (#729)

* Moving get_search_results_map from internal gui to generic navit functions

* Moving square_shape_str() and populate_search_results_map() in generic files (not making them gui_internal-specific)

* Adding GList cleanup after adding search results to a map, setting result names properly in GTK POI

* Using common navit_populate_search_results_map() in internal GUI (factorizing code)

* Adding doxygen comments

* Reverting added empty lines

* Applying expected style (indentation)

* Adding dedicated code to free payload for GList (instead of using unavailable g_list_free_full())

* Avoiding for loop initial declarations

* Remove obsolete FIXME comment

* Minor tweaking doxygen comments and variables

* Removing highlighted points on result map when starting routing

5352c40... by Michael von Glasow

Merge pull request #756 from mvglasow/android-notification

Fix:port/Android:Create notification channel on API 26+

35635c0... by mvglasow <michael -at- vonglasow.com>

Fix:build/android:Make sure variable is accessible

Signed-off-by: mvglasow <michael -at- vonglasow.com>

3b01bc2... by mvglasow <michael -at- vonglasow.com>

Fix:port/android:Fix bug that broke notifications on APIs 9/10

Signed-off-by: mvglasow <michael -at- vonglasow.com>

c1bac9a... by mvglasow <michael -at- vonglasow.com>

Fix:port/Android:Create notification channel on API 26+

Signed-off-by: mvglasow <michael -at- vonglasow.com>

bb34c13... by Michael von Glasow

Merge pull request #754 from mvglasow/android-startup

Android: Do not reinitialize everything when the activity is recreated