summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Leave navit_layout_car_android_shipped.xml alone for nowsmallvisimprovJohan Fitié2020-04-301-3/+3
|
* Merge branch 'trunk' into smallvisimprovJohan Fitié2020-04-304-2/+67
|\
| * Add:Core:Add mapfeatures (#990)Stefan Wildemann2020-04-304-2/+67
| | | | | | | | | | | | | | * map:osm add caves, cliffs and dams * Add rail_narrow_gauge to car layout * Add:map: use descriprion if no name tag
* | Improve poly_camp_site colorJohan Fitié2020-04-302-2/+2
| |
* | Move poly_sportJohan Fitié2020-04-302-6/+6
| |
* | Make labels in navit_layout_car_dark_shipped.xml the same as ↵Johan Fitié2020-04-301-10/+34
| | | | | | | | navit_layout_car_shipped.xml
* | Do not show town_label_5e4 at order 5 and 6Johan Fitié2020-04-301-1/+1
| |
* | Split poly_sport and poly_sports_pitch and fix colors and orderJohan Fitié2020-04-302-2/+8
| |
* | Brighten poly_golf_course green tintJohan Fitié2020-04-302-2/+2
| |
* | Fix poi order in navit_layout_car_dark_shipped.xml, same as in ↵Johan Fitié2020-04-291-97/+97
| | | | | | | | navit_layout_car_shipped.xml
* | Fix poi_zoo order (same as other tourism, f.ex. poi_resort)Johan Fitié2020-04-293-3/+3
| |
* | Fix poi_fish order (same as other leisure)Johan Fitié2020-04-293-3/+3
| |
* | Fix poi_worship order (same as poi_church)Johan Fitié2020-04-293-3/+3
|/
* Add:Core+Graphics+Qt5:Add support for textured polygons (#989)Stefan Wildemann2020-04-2615-14/+390
| | | | | | | | | | This pull request adds the basic support for textured polygons. It adds a function to graphics plugins to set texture. It enhances itemgra configuration that allows to set a picture to polygon map elements Basic support for Qt5 graphics. Some example textures added to car layout. Texture files have own resource directory.
* fix:ci:sailfish artifacts uploading (#988)Stefan Wildemann2020-04-121-0/+1
| | | | | For whatever reasons the sailfish rpms are not visible in circleci anymore when they used to be. Maybe because of indirect path usage on uploading them. This fixes that.
* fix:android:build:Check if Variables are filled before useing them to avoid ↵jkoan2020-03-091-7/+10
| | | | errors
* change:android:build:Fix empty Variable handlingjkoan2020-03-091-1/+1
|
* change:metadata:Rename Title to "Navit" only because everybody knows that ↵jkoan2020-03-076-6/+6
| | | | its for Android when found within F-Droid or Google Play store
* fix:metadata:Move Screenshots with German text to German translationjkoan2020-03-073-0/+0
|
* fix:metadata:Rename directorys to prepare for Translationsjkoan2020-03-0734-0/+0
|
* Fix:build:versioncode needs to use 24h formatjkoan2020-03-041-1/+1
| | | Because if not the version code of something at early pm would be before late am
* fix:build:Only master, not all others :D booleansjkoan2020-03-041-1/+1
|
* add:build:Android build and signing. Also add fastlane for metadata. Set ↵jkoan2020-03-0458-47/+167
| | | | execute on scripts/*.sh
* fix:gui:qml:Fix format stringjkoan2020-03-011-1/+1
|
* fix:gui:qml:Add missing NULL to vehicle_attr_iter_newjkoan2020-03-011-1/+1
|
* fix:change:Disable CXX on the the build_script as wellv0.5.4-fdroid.3jkoan2020-02-121-2/+2
|
* Fix:android:build:css is the other way around, so enable the disablev0.5.4-fdroid.2jkoan2020-02-101-1/+1
|
* fix:build:Fdroid buildenviroment has no CXX and failes doue to this/CXX not ↵v0.5.4-fdroid.1jkoan2020-02-101-1/+1
| | | | needed anyway
* add:cmake: add compilation flags to harden the security of navit (#969)Joseph Herlant2020-01-251-11/+15
| | | | | | | | | | | | | | | * add:cmake: add compilation flags to harden the security of navit * Try to add the compiler flags outside of the GCC condition * Simplify the addition of compiler flags and do not rely on non-recommended CMake variable * Is the O2 level of optimization helping the invalid arg detection? * Leaving the optimization level up to the preference of the person building Co-authored-by: Stefan Wildemann <metalstrolch@users.noreply.github.com> Co-authored-by: jkoan <jkoan@users.noreply.github.com>
* Fix:graphics/android: polygons with hole drawing (#973)Stefan Wildemann2020-01-252-16/+74
| | | | | | | | | | | | | | | * graphics/android: Fix: array size * g_malloc JNI arrays instead of using stack. Draw triangles. We now know that polygons with holes tend to get big so don't even try to allocate that on stack. * Ensure polygons are correctly directed for android. * Fix typos * Explicit decisions
* fix:plugins: too few arguments to functions navit_attr_iter_new and ↵Joseph Herlant2020-01-201-2/+2
| | | | | | | | config_attr_iter_new (#966) * fix:plugins: too few arguments to function navit_attr_iter_new * fix:plugins: too few arguments to function config_attr_iter_new
* Use debian:latest in the CI to get more up-to-date tools (#971)Joseph Herlant2020-01-201-1/+1
|
* Fix:port/android:Use new icon for notification (#963)mvglasow2020-01-196-14/+44
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Bump version to 0.5.4 (#961)v0.5.4Joseph Herlant2020-01-182-2/+2
|
* Prepare changelog for release 0.5.4 (#960)Joseph Herlant2020-01-182-35/+86
| | | | | | * Prepare changelog for release 0.5.4 * Update contributors list
* Fix run when in build dir (#957)jkoan2020-01-182-1/+4
| | | | | * add:build:core:Add file which is only visible to devs to detect when navit is running in build dir
* vehicle:fix: add compatibility for gpsd 3.20 (#959)Joseph Herlant2020-01-181-0/+4
| | | | | | * vehicle:fix: add compatibility for gpsd 3.20 * Fix spacing
* change:build_android:Remove dependency of ant. Not needed anymore (#956)jkoan2020-01-183-13/+2
| | | | Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com>
* feature:graphics/android: add polygons with holes support (#889)Stefan Wildemann2020-01-152-3/+112
| | | | | | | | | | | | | | | | | | | | | | | | | * Feature:graphics/android:add polygons with holes * fix java errors * add jni code * link routine to structure * try to pass sanity check for java. This is so annoying * Fix errors * Fix cloaking variables a and b. Silly me. * Fix bad merge * Fix checkstyle errors Co-authored-by: Joseph Herlant <aerostitch@users.noreply.github.com> Co-authored-by: jkoan <jkoan@users.noreply.github.com>
* fix:build:android:Fix android build on circleci, now usinf ndk version of ↵jkoan2020-01-151-9/+1
| | | | | | the circleci images tested with command: circleci local execute --job build_android
* fix:ci:Fix checkstyle changes since 8.24 (#946)Joseph Herlant2019-11-253-7/+11
| | | | | | | | | | * fix:ci:TreeWalker is not allowed as a parent of LineLength since 8.24 * fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25 * Upgrade checkstyle to 8.26 * update:doc:Specify a minimum version needed for checkstyle outside of gradle
* fix:tomtom:Make sure the tomtom_plugin and tomtom_minimal contain navit.xml ↵gefin2019-11-085-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#875) * Issue/823 Fix navit.xml (tomtom480.xml) and locales path * Issue/823 Fix missing navit.xml (tomtom480.xml) and locale path * add xslt support * Update setup_common_requirements.sh * Moving change performed in aa10e05a89f9bd26a4c5cf46a264b41fd9ec93b9 inside setup_tomtom_requirements.sh (and adding it to circleci process) * Only running installation for xsltproc in circleci * Update build_tomtom_minimal.sh copy also the layout xml files to target * copy also the layout xml to target * Selecting specific xml prefixes during copy * Fixing tomtom's xslt following split of xml config files at e70a28963ff9754d3257361fad93aebf59edee08
* add:doc:document the sanity check steps and add a note about the Java codeJoseph Herlant2019-11-081-59/+88
|
* Update:Android:Navit logo. Closes #909 (#943(lains2019-11-066-146/+198
|
* Update:i18n:Updated Swedish translation from launchpad (#912)Patrick Höhn2019-11-051-499/+770
|
* fix:various:fix compiler warnings (#940)Stefan Wildemann2019-11-0529-350/+419
| | | | | | | | | | | | | | | | * fix:core:build without warnings on my setup navit_core build without non avoidable warnings. * fix:dbus:fix compiler warnings * fix:gui/internal: remov compiler warnings * fix:various:remove compiler warnings * fix:various remove compiler warnings. * fix:various: fix android compiler warnings
* update:CI: skip the build steps if the change is only for documentation (#941)Joseph Herlant2019-11-042-4/+53
| | | | | | | | | | | | | | | | | | | | | | | | * update:CI: skip the build steps if the change is only for documentation * Use spaces not comma to separate array elements (codefactor) * unrelated: fix missing checkstyle result storage * Testing if the circleci command works in our custom images * Make sure git is installed on certain steps * local -n is not supported everywhere * git package on the old image for wince is called git-core * Just do an exit 1 when we are on a tag * Revert the testing part. Now ready for merge * Fix some variables names forgotten in the refactoring * Revert the testing part. Now ready for merge
* Move checkstyle into the sanity_check phase and use a pre-baked image for ↵Joseph Herlant2019-11-013-8/+7
| | | | | | | | | | running it (#936) * Move checkstyle into the sanity_check phase * add missing dependency * Switch to the pre-cooked image to avoid installing on every builds
* Update:i18n:Updated Kurdish (Sorani) translation from launchpadPierre Grandin2019-10-301-317/+553
|
* Update:i18n:Updated Danish translation from launchpad (#933)Pierre GRANDIN2019-10-301-349/+589
| | | | | | | | * Update:i18n:Updated Danish translation for Navit translation from launchpad * Fixed header * Update da.po.in