| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
https://github.com/navit-gps/navit/pull/877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* Fix android indentation
* cleanup:android:Fix WhitespaceAround checkstyle issues
* cleanup:android:Fix NeedBraces checkstyle issues
* cleanup:android:Fix EmptyLineSeparator checkstyle issues
* cleanup:android:Fix WhitespaceAround checkstyle issues
* Fix linebreaks for codefactor
* cleanup:android:Fix a forgotten linebreak issue
* cleanup:android:Fix ArrayTypeStyle checkstyle issues
* cleanup:android:Fix CustomImportOrder checkstyle issues
* Fix checkstyle indentation warnings on NavitRestoreTask
* cleanup:android:Use try-with-resource construct to avoid emtpy catch block + fix AbbreviationAsWordInName in NavitRestoreTask
* cleanup:android:We support Java pre-7 so no try-with-resource block
* cleanup:android:Some more indentation cleanup and case fix
* fix:checkstyle:The array indentation should be 4 like the rest
* cleanup:android:Fix indentation warnings from checkstyle
* cleanup:android:Fix checkstyle OperatorWrap
* cleanup:android:Fix checkstyle LineLength
* cleanup:android:Fix checkstyle MethodParamPad and ParenPad
* cleanup:android:Fix checkstyle SeparatorWrapComma
* cleanup:android:Fix checkstyle NoWhitespaceBefore
|
|
* Rename navit/android/navit_checkstyle.xml to navit_checkstyle.xml
* Rename navit_checkstyle.xml to checkstyle.xml
* Update build.gradle
|