summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'trunk' into fix_android_versioncode_for_2021fix_android_versioncode_for_2021jkoan2021-01-141-1/+1
|\
| * fix:doc:Fix Link to full Changelogjkoan2021-01-111-1/+1
| |
* | change:build:android:Implement @mvglasow's Idea about a Versioncode every ↵jkoan2021-01-111-1/+5
| | | | | | | | 15min's
* | fix:build:android: Fix VersionCode after 31.12.2020jkoan2021-01-091-1/+1
|/ | | | | | | | | | | | | | 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)
* 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
|
* 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>
* Bump version to 0.5.5v0.5.5jkoan2020-08-084-8/+76
|
* 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
|
* Fix:readme:Fixed broken link #914 (#1031)Benjamin Davies2020-08-081-1/+1
|
* Android: Activate downloaded maps automatically (#1027)Johan Fitié2020-07-021-0/+2
| | | | | * Android: Active downloaded maps automatically * Only process Planet Extractor binfiles
* improvement:layout:car-dark Improve Car-Dark layout colors (#1028)Johan Fitié2020-06-242-597/+619
| | | | | | | | | | | * Improve Car-Dark layout colors * Color tweak * Circle text bg color * Variable * Small script cleanups
* fix:maptool:better map aerodroms and military areas (#1022)Stefan Wildemann2020-06-215-6/+106
| | | | | | | | | | | | | | | | | | | | | | * fix:maptool:better map aerodroms and military areas This commit uses more complex rule set to map aerodromes and military landuses depending on tag combination avoiding duplication of the area in binfile. For example military airports are quite often tagged: landuse=military military=airfield aeroway=aerodrome which caused the airport to be tripled in map. This is now resolved. * Enhancement:layout_car:add stripesto military areas * Fix:maptool:treat archaeological_site limes special archaeological_site tag is used on way despite outruled by OSM wiki on limes archaeological site. But there is a special tagging scheme for Limes. Use that to fix rendering of Limes in map.
* improvement:layout: Improve Car Dark layout colors, bring all layers up to ↵Johan Fitié2020-06-213-424/+719
| | | | | | | | | | | date with Car Light, automate changes in all layers with script (#1026) * Improve Car Dark layout colors, bring all layers up to date with Car Light, automate changes in all layers with script * Icon colors * CodeFactor hates cats ... * Comment
* Fix:maptool:Duplicte multipolygons if required (#1019)Stefan Wildemann2020-06-182-17/+39
| | | | | | | | | In order to support (multi)polygons that are tagged with more than one set of tags resulting it to require two navit items to be represented on map, affected elements are duplicated and added with every item type decoded. This is already done for ways and points. This fix makes maptool do this for multipolygons as well. + fixes some valgrind findings
* improve:layout Improve Car Dark layout polygon colors, bring up to date with ↵Johan Fitié2020-06-184-225/+360
| | | | | | | | | | | | | | | | | | | Car Light polys, automate changes with script (#1025) * Script * Remove xml comment * Comments * Comments2 * Please codefactor * Add text color * Spacing * Default bg color
* improvement:layout: Small color tweaks and added polylines (#1024)Johan Fitié2020-06-173-13/+48
| | | | | | | | | | | | | * Small color tweaks and added polylines * Add color conversion support script * Bring car_dark up-to-date * dark: forgot meadow * Improve color support script * Add comments
* fix:layout:Order Parking (can be covered by Meadow, Wood) and Playground ↵Johan Fitié2020-06-162-14/+14
| | | | | | | (can cover Meadow) (#1023) * Show Playground in Meadow * Show Meadow and Wood in Car_Parking
* Enhancement:layout_car:Add stripes to danger_area (#1020)Stefan Wildemann2020-06-152-4/+75
| | | Add red diagonal stripes to danger_area. Only visible on graphics supporting textured polygon.