summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* fix:vehicle:gpsd:Retry connect after 10 seconds not performed (#1099)OLFDB2021-03-101-4/+6
| | | | | | | | | * FIX: Retry connect after 10 seconds not performed Set priv->cbt before starting the timer. * Set priv->cbt in vehicle_gpsd_try_open to be able to reconnect any time not just at startup * Don't release the gps object
* Refactor:core:Documentation update (#1095)mvglasow2021-02-289-55/+109
|
* fix:vehicle:gpsd:Fix #1090, plugin_init not foundjkoan2021-02-201-0/+1
|
* Refactor:build:merge into one single build.gradlemvglasow2021-02-191-107/+0
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build/android:do not double-define getcwd on recent NDK versionsndk-getcwdmvglasow2021-02-071-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic/traff_android:remove TODO commenttraff_0_8mvglasow2021-01-241-2/+8
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:traffic:Make sanity check happymvglasow2021-01-241-4/+4
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Log class/type of unrecognized events during XML parsingmvglasow2021-01-241-1/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:traffic:Log ID for messages discarded as invalidmvglasow2021-01-241-7/+9
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge branch 'master' into traff_0_8mvglasow2021-01-2384-392/+1516
|\ | | | | | | | | # Conflicts: # navit/android/AndroidManifest.xml.cmake
| * docs: fix simple typo, useage -> usageTim Gates2020-12-201-1/+1
| | | | | | | | | | | | There is a small typo in navit/support/espeak/readclause.c. Should read `usage` rather than `useage`.
| * add:graphics:svg_debug:Add svg_debugging plugin (#1061)jkoan2020-12-194-0/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * graphics:svg_debug:Add initial version of svg_debug Some TODOs still remaining, but its working good so far * fiexed:svg_debug:Fixed memory leeks on exit of plugin * fix:graphics:Some final touches for svg_debug * fix:graphics:svg_debug:Reformat to match navit style * fix:graphics:svg_debug:Reformat again to match navit style (Eclipse brakes things... now astyle) * fix:grpahics:svg_debug:Fix C99 for-loop
| * Refactor:core:Fix documentation for route_graph_build()mvglasow2020-12-191-7/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:core:Prevent crash if destination is set before acquiring a locationmvglasow2020-12-191-1/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * fix:vehicle_geoclue:Fix speed and direction and do some cleanupjkoan2020-11-181-5/+2
| |
| * fix:vehicle:Fix codestylejkoan2020-11-181-99/+88
| |
| * add:vehicle:Add first Prototype of the geoclue Pluginjkoan2020-11-182-0/+252
| |
| * fix:android:Add possibility to use background position usagejkoan2020-11-171-2/+7
| |
| * Add:port/android:Adaptive app iconandroid_adaptive_iconmvglasow2020-11-0819-1/+286
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:plugin/j1850: Replace graphic_fg_white with graphic_fg.James Hilliard2020-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | Looks like this was missed in: 46f67d8937cfef6158eeee6e5ed039d29fc1b8f7 Fixes: j1850.c:319:46: error: ‘struct osd_item’ has no member named ‘graphic_fg_white’ Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
| * fix:build:core:Fix two issues where the wrong enum type is used, butjkoan2020-10-312-2/+2
| | | | | | both have the same value of 0
| * fix:core:osd:Altitude in metric with imperial definedPatrick Höhn2020-10-311-22/+35
| | | | | | | | | | * cleaned version of the patch by 1096 * fix issue of sanity check
| * fix:android:Add possibility to use background position usagejkoan2020-10-141-0/+1
| |
| * added license information to fix #1048 (#1060)Patrick Höhn2020-10-139-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | ändrad: navit/icons/archaeological_site.svg ändrad: navit/icons/cave.svg ändrad: navit/textures/cemetery.svg ändrad: navit/textures/diagonal-stripes-gray.svg ändrad: navit/textures/diagonal-stripes.svg ändrad: navit/textures/quarry.svg ändrad: navit/textures/scrub.svg ändrad: navit/textures/wetland.svg ändrad: navit/textures/wood.svg Co-authored-by: Stefan Wildemann <metalstrolch@users.noreply.github.com>
| * fix:vehicle:gpsd:minor comment fixjkoan2020-10-131-1/+1
| |
| * fix:graphics:win32:Fix build with newer libpng versions. Thx @bignaux fixes #984jkoan2020-09-071-1/+1
| |
| * fix:build:Fix usage of inkscape 1.0 commandline usagejkoan2020-09-063-3/+3
| |
| * fix:build:Fix Codesigning with newer ndk image versionsjkoan2020-09-061-1/+1
| |
| * fix:maptool:Add missing external, fixes #1045barbeque-squared2020-08-211-1/+1
| |
| * fix:graphics/qt5:Add missing includebarbeque-squared2020-08-211-0/+1
| |
| * fix:vehicle:gpsd:Add Support for Gpsd 3.21jkoan2020-08-171-1/+5
| |
| * fix:core:Optimize log message for required vehicle attributesjkoan2020-08-121-2/+3
| |
| * change:android:Remove map download size limit on modern Android versions (#1029)Johan Fitié2020-08-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Android: Increase map download size limit * Condition * Condition #2 * ru * Condition #3 * Clean up * Try... * String * long->double * Incorrect version * Fix comment indent * 4GiB to 3.8GiB as before * Simplify expression * Int * Make Android version regex more save * Fix * Don't crash on strings containing no numeric value * Revert strings * Revert string * Simplify * Add space and comment * Skip variable * CheckStyle * Simplify Co-authored-by: jkoan <jkoan@users.noreply.github.com>
| * fix:android:Remove old, confusing AndroidManifest.xmljkoan2020-08-081-41/+0
| |
| * fix:android:Readd android:sharedUserId to allow for Updatesjkoan2020-08-081-0/+1
| |
| * change:core:Remove unused argument from attr_searchjkoan2020-08-0858-313/+312
| |
* | Add:traffic/traff_android:Process heartbeat requestsmvglasow2020-12-261-0/+23
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:traffic/traff_android:Get subscription ID from request where applicablemvglasow2020-12-261-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:core:make sanity_check happy (sort of, see #1041)mvglasow2020-12-201-1/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:traffic/traff_android:Fix log messages when subscription ID is missingmvglasow2020-12-201-2/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:traffic/traff_android:Fix log messages when content URI is missingmvglasow2020-12-201-6/+7
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:traffic/traff_android:Fix subscription lookupmvglasow2020-12-201-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:traffic/traff_android:Log subscription operations in detailmvglasow2020-12-201-4/+71
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:core:Fix documentation for route_graph_build()mvglasow2020-12-191-7/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Prevent crash if destination is set before acquiring a locationmvglasow2020-12-191-1/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Add:port/android:Adaptive app iconmvglasow2020-11-0820-2/+287
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:core:Fix invalid pointer which would cause unpredictable crashesmvglasow2020-08-131-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic/traff_android:Fix checkstyle issuesmvglasow2020-08-111-8/+8
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic/traff_android:Fix Javadoc formattingmvglasow2020-08-111-8/+6
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactor:traffic/traff_android:More sanity check fixesmvglasow2020-08-111-4/+4
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>