summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add:CI:Add job for F-Droid buildfdroid-cimvglasow2021-02-282-0/+91
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:CI:use Android image for sanity_checkmvglasow2021-02-281-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build:Use NDK libraries when building for Androidmvglasow2021-02-282-1/+7
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:core:Documentation update (#1095)mvglasow2021-02-289-55/+109
|
* Fix:build:Keep generated Android resource files in build dirmvglasow2021-02-212-13/+11
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build:Reduce source tree pollution by Android buildmvglasow2021-02-212-11/+20
| | | | | | | CMake output now moved to android-builddir Generated XML, PNG and translations still get written to source tree Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:vehicle:gpsd:Fix #1090, plugin_init not foundjkoan2021-02-201-0/+1
|
* fixed:android:build:Fixed the apk outputname and the corresponding locations ↵jkoan2021-02-203-5/+8
| | | | within the scripts
* Fix:build:do not request CXX if explicitly disabledmvglasow2021-02-191-1/+5
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Refactor:build:merge into one single build.gradlemvglasow2021-02-193-109/+108
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge pull request #1091 from navit-gps/update_MacOS_instructions_unmaintainedPatrick Höhn2021-02-191-0/+4
|\ | | | | Update macos_development.rst to reflect support situation of MacOS port.
| * Update macos_development.rstupdate_MacOS_instructions_unmaintainedPatrick Höhn2021-02-151-0/+4
|/
* Merge pull request #1087 from navit-gps/ndk-getcwdmvglasow2021-02-131-1/+1
|\ | | | | Fix:build/android:do not double-define getcwd on recent NDK versions
| * 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>
* Merge pull request #1083 from navit-gps/traff_0_8mvglasow2021-01-3112-42/+672
|\ | | | | Add TraFF 0.8 support
| * 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-2394-417/+1619
| |\ | |/ |/| | | | | # Conflicts: # navit/android/AndroidManifest.xml.cmake
* | fix:build:android: Fix VersionCode after 31.12.2020 (#1082)jkoan2021-01-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix:build:android: Fix VersionCode after 31.12.2020 Currently the VewrsionCode has the Format yyMMddHHmm which breaked at 01.01.2021 because the maximum allowed Version by Google Play is 2100000000 because of the limitation of older Android Devices. Out currently highest VersionCode is 2012201504 and we need to keep it continuous, so the new Format would be yyyyMMddHH. Of cause this has the limitation that we can "only" create one Versioncode per Hour. But this is the the best @hoehnp and I came up yesterday. As a result a PR will follow which will remove the android build from the master build and instead will add it to a scheduled build (nightly build) * change:build:android:Implement @mvglasow's Idea about a Versioncode every 15min's
* | fix:doc:Fix Link to full Changelogjkoan2021-01-111-1/+1
| |
* | fix:build:Remove install of git as the baseimage already has itjkoan2021-01-081-3/+0
| |
* | fix:builds:Revert baseimage back and oly set merge_trunk_in_master to cimg/basejkoan2021-01-081-2/+3
| |
* | fix:build:Change basimage to one by circleci which includes git and sshjkoan2021-01-081-1/+1
| | | | | | Additional this image should be cached by circleci and so save some time
* | Fix:ci:Relax checkstyle rules for Java code, see #1041mvglasow2021-01-061-5/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | 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-195-1/+805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge pull request #1077 from navit-gps/traff_crashmvglasow2020-12-191-8/+4
|\ \ | | | | | | Minor TraFF-related fixes
| * | 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-183-0/+260
| |
* | fix:android:Add possibility to use background position usagejkoan2020-11-171-2/+7
| |
* | Merge pull request #1071 from navit-gps/android_adaptive_iconmvglasow2020-11-0819-1/+286
|\ \ | | | | | | Add:port/android:Adaptive app icon
| * | Add:port/android:Adaptive app iconandroid_adaptive_iconmvglasow2020-11-0819-1/+286
|/ / | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Merge pull request #1070 from mvglasow/cmake_fixmvglasow2020-11-081-1/+1
|\ \ | | | | | | Fix:build:Prevent try_compile() from choking on CXX
| * | Fix:build:Prevent try_compile() from choking on CXXcmake_fixmvglasow2020-11-081-1/+1
|/ / | | | | | | 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:build:android:Add extra security check for gradle.jkoan2020-10-301-0/+1
| | | | | | Just add the security check as mentioned in https://gitlab.com/fdroid/fdroiddata/-/issues/1843
* | 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-062-5/+4
| |
* | fix:maptool:Add missing external, fixes #1045barbeque-squared2020-08-211-1/+1
| |