navit:ide_fix_for_not_found

Last commit made on 2019-05-17
Get this branch:
git clone -b ide_fix_for_not_found https://git.launchpad.net/navit

Branch merges

Branch information

Name:
ide_fix_for_not_found
Repository:
lp:navit

Recent commits

9bf8163... by jkoan kerich

Change Variable to y because it holds the real string

50cbe8d... by jkoan kerich

Merge branch 'trunk' of https://github.com/navit-gps/navit into ide_fix_for_not_found

a2e7f47... by jkoan kerich

Fix:core:Fix item_def.h when used whithout defined macros (like in IDE)

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>