summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2018-08-30 19:23:03 -0700
committerGitHub <noreply@github.com>2018-08-30 19:23:03 -0700
commit633f229ac131bf9afe1957b6f461ec14d3c3e25e (patch)
treee7d930e6774279f160c7f60daae5816f27016bbf /.circleci
parent751676252e813ab32196f48763d103314125cfb9 (diff)
downloadnavit-633f229ac131bf9afe1957b6f461ec14d3c3e25e.tar.gz
cleanup:android:Fix android checkstyle complains (#645)
* 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
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8fb38998c..0700f4c38 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -126,6 +126,10 @@ jobs:
path: navit/android/build/outputs/apk
destination: apk
- store_artifacts:
+ name: Store translations
+ path: po
+ destination: translations
+ - store_artifacts:
name: Store logs
path: navit/android/build/outputs/logs
destination: logs