summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update config.ymlandroid_cmake_oldjkoan2018-06-061-3/+3
|
* Update config.ymljkoan2018-06-061-1/+1
|
* Update config.ymljkoan2018-06-061-2/+2
|
* Update config.ymljkoan2018-06-061-2/+2
|
* fix:ci:Readd android app to download centerjkoan2018-06-061-1/+29
|
* Merge pull request #625 from aerostitch/sanity_supportStefan Wildemann2018-06-051-30/+34
|\ | | | | update:scripts:change the sanity script to exclude fib and support
| * update:scripts:change the sanity script to exclude fib and supportJoseph Herlant2018-06-051-30/+34
|/
* cleanup:scripts:Use $(..) instead of legacy `..` to make codefactor happy (#623)Joseph Herlant2018-06-059-55/+55
|
* cleanup:python:cleanup python scripts (#622)Joseph Herlant2018-06-053-18/+18
|
* update:scripts:simplify the variables concatenation (#620)Joseph Herlant2018-06-052-2/+2
|
* cleanup:osd&support_espeak:get rid of unused-variables compilation warnings ↵Joseph Herlant2018-06-052-21/+20
| | | | | | | | (#619) * update:support_espeak:only declare the variable if used * cleanup:osd:remove unused variable
* Merge pull request #621 from navit-gps/revert_612_for_sailfishStefan Wildemann2018-06-051-2/+6
|\ | | | | Revert #612 for sailfish build script
| * move the file name to the right spotJoseph Herlant2018-06-041-2/+2
| |
| * Change parenthesis substitutuin as per CodeFactor requestStefan Wildemann2018-06-051-2/+2
| |
| * Revert #612 for sailfish build scriptStefan Wildemann2018-06-051-2/+6
|/ | | | | | | Whatever the 'enhancement' done in #612 should bring, it causes grep to complain for non existing file in Sailfish's MER SDK. Most probably because the escaping of the parenthesis was wrongly considered. Never mind - revert.
* update:scripts:change the scripts that use non-POSIX functionnalities to ↵Joseph Herlant2018-06-042-2/+2
| | | | bash v2 (#618)
* fix:scripts:replace \s with the supported use of the space class (#617)Joseph Herlant2018-06-041-1/+1
|
* cleanup:scripts:removes deprecated usage of egrep (#616)Joseph Herlant2018-06-041-1/+1
|
* fix:scripts:fix malformed shebang (#615)Joseph Herlant2018-06-041-1/+1
|
* update:scripts:avoid iterating over ls output by using glob (#614)Joseph Herlant2018-06-041-1/+1
|
* update:scripts:change the scripts that use non-POSIX functionnalities to ↵Joseph Herlant2018-06-044-4/+4
| | | | bash (#613)
* update:style:optimize the usage of cat in shell scripts (#612)Joseph Herlant2018-06-042-13/+8
|
* cleanup:win32:Remove unused variables (#611)Joseph Herlant2018-06-041-5/+0
|
* Fix:cmake:Fix the way we set the LIB_DIR when LIBDIR is set for backward ↵Joseph Herlant2018-06-031-4/+4
| | | | compatibility (#574)
* Fix:debug:Fix potential unterminated C--string and refactoring ↵lains2018-06-031-22/+113
| | | | | | | | | | | | | | | | | | debug_vprintf() (#564) * Fixing dbg() change introduced in 221f783ea1caaaab2f5ceadc6b0fb3e720aac3df * Fixing potentially missing terminating NUL char after EOL. Adding doxygen comment and refactoring debug_vprintf() to use only one fixed-size buffer. Adding asserts to protect from buffer overflows * Using memmove() rather than deprecated bcopy() * Using g_strlcpy() instead of strcpy() as indicated by aerostitch * Adding comments in the string-processing code for debug_vprintf() * Applying astyle to prepare merging with trunk after PR#569 * Fixing line length to respect style
* add:doc:add codefactor.io (#599)jkoan2018-06-031-0/+2
|
* change:ci:Move checkstyle.xml to be used by Codefactor.io (#608)jkoan2018-06-032-1/+1
| | | | | | | | * Rename navit/android/navit_checkstyle.xml to navit_checkstyle.xml * Rename navit_checkstyle.xml to checkstyle.xml * Update build.gradle
* update:ci:Refactor the sanity check for better output and add xmllint check ↵Joseph Herlant2018-06-031-19/+43
| | | | | | | | | | | | (#609) * update:ci:Refactor the sanity check for better output and add xmllint check * Use sort -u * Switch to git diff with trunk so that we avoid re-checking files coming from merge commits * Make sure to really take the extension properly in the comparison
* add:desktop:Add keywords to application desktop file (#610)Joseph Herlant2018-06-031-0/+1
|
* change:gui:Add underscore to internal gui keyboard. (#607)tengel2018-06-021-1/+1
|
* add:ci:Add sanity check script on circleci (#606)Joseph Herlant2018-05-303-7/+68
| | | | | | * add:ci:Add sanity check script * fix:ci:use setup_common_requirements.sh for installing pre-requisites
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-30159-6541/+3470
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* Merge pull request #604 from aerostitch/reformat_javamvglasow2018-05-291-4/+2
|\ | | | | Cleanup:android: re-attach return type to function declaration
| * Cleanup:android: re-attach return type to function declarationJoseph Herlant2018-05-291-4/+2
|/
* cleanup:cmake:retab all CMakeLists.txt filesJoseph Herlant2018-05-2521-937/+937
|
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-25244-1049/+1049
|
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-25215-83360/+79633
|
* Update:i18n:Updated Čeština translation from launchpad (#602)Pierre GRANDIN2018-05-251-404/+686
|
* Update:i18n:Updated Dutch translation from launchpad (#601)Pierre GRANDIN2018-05-251-400/+707
|
* Update:i18n:Updated Serbian translation from launchpad (#600)Pierre GRANDIN2018-05-251-382/+672
|
* Add:Android:checkstyle-javadoc (#595)jandegr2018-05-2517-372/+689
| | | | | | | | | | | | | | | | | | | | | | | | * Android checkstyle and javadoc * bump gradle version * bump gradle version * Android checkstyle and javadoc * ArrayTypeStyle as failure * fix Array brackets at illegal position. * typo * fix Array brackets at illegal position. * CustomImportOrder severity error * optimize imports * optimize imports
* fix:maptool:coverity #262887 - leaked_storage: Variable f going out of scope ↵Joseph Herlant2018-05-241-2/+3
| | | | leaks the storage it points to. (#598)
* change:ci:rename ci folder to scripts (#593)Joseph Herlant2018-05-2428-22/+22
|
* fix:config:Fix dtd to allow real xmlint (#583)jkoan2018-05-241-1/+1
| | | xmllint --noout --dtdvalid navit/navit.dtd navit/navit_shipped.xml
* Add:build:Add cmake4eclipse artifacts to .gitignore (#594)mvglasow2018-05-231-0/+4
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Android:Fix:remove unused dependency libpng (#592)jandegr2018-05-171-0/+1
|
* Android translations (#589)jandegr2018-05-1413-3394/+3890
| | | | | | | | | | | | | | | | | | * Add files via upload store translations in artefacts * Add files via upload * Add files via upload * Add files via upload * remove the last java files from cmakelists in po * move all java UI strings into strings.xml * translate UI strings by their id's
* Update:doc:Remove overused space characters from README.md (#591)KAMiKAZOW2018-05-141-9/+9
|
* Android lint check (#586)jandegr2018-05-124-53/+22
| | | | | | | | | | | | * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload
* Merge pull request #551 from navit-gps/fix_log_replaymvglasow2018-05-071-8/+6
|\ | | | | fix:core:fix log replay