summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix:build:Deduplicate repositories in build.gradlefdroidmvglasow2019-01-151-2/+0
| | | | | | Use explicit repo instead of google() to support old gradle versions Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Add:circleci:Install gradle wrapper if missingmvglasow2019-01-141-0/+3
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Merge pull request #730 from mvglasow/coverity_bypassmvglasow2019-01-121-30/+30
|\ | | | | Fix:circleci:Temporarily disable Coverity as it is currently down
| * Merge branch 'trunk' into coverity_bypassmvglasow2019-01-119-109/+289
| |\ | |/ |/|
* | fix:correct link in Markdownjkoan2019-01-111-2/+2
| |
* | Merge pull request #728 from mvglasow/coverity-errormvglasow2019-01-081-0/+7
|\ \ | | | | | | Add:scripts:Make linux build script more verbose
| * | Add:scripts:Make linux build script more verbosemvglasow2019-01-081-0/+7
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | Move Android build to separate script (#727)mvglasow2019-01-085-59/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add:circleci:Install dependencies before the first build step Signed-off-by: mvglasow <michael -at- vonglasow.com> * Refactor:core:Make style check happy Signed-off-by: mvglasow <michael -at- vonglasow.com> * Refactor:core:Make style check happy Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix:circleci:ninja-build is a build dependency Signed-off-by: mvglasow <michael -at- vonglasow.com> * Add:circleci:Install Android cmake instead of ninja-build Signed-off-by: mvglasow <michael -at- vonglasow.com> * Refactor:circleci:Move Android build to external script Signed-off-by: mvglasow <michael -at- vonglasow.com> * Fix:circleci:Fix globbing errors Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | | Merge pull request #726 from navit-gps/trafficmvglasow2019-01-072-48/+172
|\ \ \ | |/ / |/| | Traffic: Improve segment matching
| * | Refactor:traffic:Fix code stylemvglasow2019-01-071-3/+4
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:Increase penalty for poorly matched end pointsmvglasow2019-01-071-1/+1
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Include names in debug output for end point matchingmvglasow2019-01-071-2/+3
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:correctly match urban dual-carriageway roadsmvglasow2019-01-071-11/+78
| | | | | | | | | | | | | | | | | | Crossing roads should not be part of the route Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Break up some if statementsmvglasow2019-01-071-16/+24
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Internal variable for point attribute matchingmvglasow2019-01-071-1/+7
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Refine commentsmvglasow2019-01-071-1/+8
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Refine debug outputmvglasow2019-01-071-2/+15
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:Increase off-road penalty for segment matchingmvglasow2018-12-251-1/+1
| | | | | | | | | | | | | | | | | | Improves match quality on mountain pass roads Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:Honor access flags wen matching segmentsmvglasow2018-12-231-13/+18
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:Add default access flags based on road classmvglasow2018-12-231-2/+6
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Fix:traffic:Fix attribute name for road classmvglasow2018-12-231-2/+2
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:traffic:Split penalties for off-road links and data mismatchmvglasow2018-12-231-3/+6
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * | Refactor:core:Document transform_distance()mvglasow2018-12-231-0/+9
| | | | | | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| | * Fix:circleci:Temporarily disable Coverity as it is currently downmvglasow2019-01-111-25/+25
| |/ |/| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | circleci:Android: adding high resolution icons and improving rename steps (#716)lains2018-12-271-3/+3
| | | | | | | | | | | | * Adding 192px and 256px icon size (used by xxhdpi and xxxhdpi displays in Android builds) * Being more specific on rename to avoid renaming Makefiles and break subsequent builds
* | Merge pull request #720 from navit-gps/trafficmvglasow2018-12-193-8/+21
|\ \ | |/ | | Traffic: Improve handling of situations where no segments are found
| * Add:traffic:Increase resilience for three-point locationsmvglasow2018-12-191-4/+15
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Fix:traffic:Do not crash in traffic_route_prepend() if start is NULLmvglasow2018-12-191-1/+3
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Refactor:traffic:quantifier prefix is q_, not q:mvglasow2018-12-191-2/+2
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
| * Refactor:core:Update copyright in route.cmvglasow2018-10-081-1/+1
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ↵lains2018-11-1829-7062/+7322
| | | | | | | | | | | | | | | | | | | | main navit.xml file lighter) (#559) Layouts contain quite heavy xml code, and there are many layouts available for navit. They are all inserted inside the main navit.xml, which makes it hard to edit because of its size, even if changes or customizations by users are very rarely on the layout code. I have thus moved the layout code away from navit.xml, each layout having its own xml definition file, called navit_layout_*.xml These files are inserted inside the main navit.xml file by using the already existing xi:include mechanism, this also allow for backwards compatibility (old monolithic navit.xml files are still valid and can be used). The other advantage for this is that f the user wants to have his/her own customized navit.xml, he/she can still include the shipped layout files, making their xml lighter. This also allow to enable/disable specific layouts easily by including or not each layout file. It is also easier to perform side-by-side comparison between two layout files.
* | build:fix:replaced custom git clone command by standard checkout command (#713)Patrick Höhn2018-11-121-2/+3
| | | | | | ändrad: .circleci/config.yml
* | fix: working sailfish build on circleci using machine executor (#709)Patrick Höhn2018-10-292-23/+18
| | | | | | | | * fix: working sailfish build on circleci using machine executor * remove travis integration as no longer needed for sailfish build
* | fix:cmake:fix sdl include directory (#707)Bignaux Ronan2018-10-291-1/+1
| |
* | Fix:SDL:fix headers according to SDL convention. (#704)Bignaux Ronan2018-10-258-30/+42
| |
* | Merge pull request #705 from navit-gps/jkoan-clean-win32Patrick Höhn2018-10-241-21/+4
|\ \ | | | | | | Remove unnecessary if else constructs and nixpaste
| * | Remove unnecessary if else constructs and nixpastejkoan-clean-win32jkoan2018-10-241-21/+4
| | |
* | | Merge pull request #706 from navit-gps/jkoan-android-build-fixPatrick Höhn2018-10-241-1/+2
|\ \ \ | |/ / |/| | Android build fix
| * | fix:build:Move google up/change orderjkoan-android-build-fixjkoan2018-10-241-1/+1
| | |
| * | fix:build:Change orderjkoan2018-10-241-1/+1
| | |
| * | add:build:add google to allprojectsjkoan2018-10-241-0/+1
|/ /
* | circleci:add ppa for cmake 3.x on win32 target (#702)Bignaux Ronan2018-10-232-0/+5
| | | | | | | | | | | | * circleic:add ppa for cmake 3.x on win32 target * Update config.yml
* | add:sailfish:added script to build a package for Sailfish OS (#679)Patrick Höhn2018-10-212-0/+45
| | | | | | Currently needs to be built via Travis instead of CircleCI ( see https://discuss.circleci.com/t/non-reproducable-build-results/25864 for details )
* | Refactoring:navit/maptool:build with external protobuf-c (#650)Bignaux Ronan2018-10-1916-5162/+166
| |
* | Update:i18n:Updated Bulgarian translation from launchpad (#697)Pierre GRANDIN2018-10-161-371/+621
| | | | | | | | | | | | | | | | * Update:i18n:Updated Bulgarian translation from launchpad * Working around plural issues * Working around plural issues
* | Update:i18n:Updated Bosnian translation from launchpad (#699)Pierre GRANDIN2018-10-161-317/+553
| |
* | Update:i18n:Updated Catalan translation from launchpad (#700)Pierre GRANDIN2018-10-161-348/+595
| |
* | Update:i18n:Updated Belarusian translation from launchpad (#698)Pierre GRANDIN2018-10-151-331/+567
| |
* | Update:i18n:Updated Asturian translation from launchpad (#696)Pierre GRANDIN2018-10-151-346/+586
| |
* | Update:i18n:Updated Arabic translation from launchpad (#695)Pierre GRANDIN2018-10-151-246/+539
| |