~navit-project/navit/+git/trunk:attr_def_fix_for_ide

Last commit made on 2019-05-19
Get this branch:
git clone -b attr_def_fix_for_ide https://git.launchpad.net/~navit-project/navit/+git/trunk

Branch merges

Branch information

Name:
attr_def_fix_for_ide
Repository:
lp:~navit-project/navit/+git/trunk

Recent commits

af9ec70... by jkoan kerich

Fix:core:Fix Warning in IDE for Items not found

ed5477d... by jkoan kerich

fix:graphics:Fix isues when try to close the SDL window ion non webos

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