| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
|
|
| |
Doing so breaks resizing and is probably not needed
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
| |
| |
| | |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
|/
|
|
| |
Signed-off-by: mvglasow <michael -at- vonglasow.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 NavitGraphics.java
* Update NavitGraphics.java
|
| |
|
|
|
|
|
|
|
|
| |
* Delete NavitTextTranslations.java
* Add files via upload
* Add files via upload
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Update Navit.java
* Update Navit.java
* Update CMakeLists.txt
* Update CMakeLists.txt
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Delete acra-4.8.5.jar
* Update NavitAppConfig.java
* Update AndroidManifest.xml.cmake
|
|
|
|
|
|
|
| |
* Delete TTS_library_stub.jar
* Delete NavitSpeech.java
* Update speech_android.c
|
|
|
|
|
|
|
|
|
|
| |
* fix:android:Made main notification working again.
It now uses NotificationCompat from android support to support android from api 4 and up.
* fix:android:Made main notification working again.
It now uses NotificationCompat from android support to support android from api 4 and up.
|
| |
|
|
|
|
| |
deprecated (#350)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
http://trac.navit-project.org/ticket/1071
The menu-button Toggle POIs in the Android port toggles the POI Symbols layer. It makes sense to have it also toggle the related POI Labels layer. Attached a patch to make this happen.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ndk downgrade
ndk downgrade
* ndk downgrade
* Update build_android.sh
* Update build_android_x86.sh
* Update build_android.sh
* Update build_android_x86.sh
* Update build_android_x86.sh
* Update build_android.sh
* Update NavitAppConfig.java
* Add files via upload
* Delete acra-4.3.0b2.jar
* Update NavitAppConfig.java
* Update Navit.java
* Update AndroidManifest.xml.cmake
* Update Navit.java
* Update Navit.java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ndk downgrade
ndk downgrade
* ndk downgrade
* Update build_android.sh
* Update build_android_x86.sh
* Update build_android.sh
* Update build_android_x86.sh
* Update build_android_x86.sh
* Update build_android.sh
* Update NavitAppConfig.java
* Add files via upload
* Delete acra-4.3.0b2.jar
* Update NavitAppConfig.java
|
| |
|
| |
|
|
|
|
|
| |
Setting use_overlay attr of <osd type="button"> now is supported and
enabled in default config.
|
|
|
|
|
|
|
|
|
| |
There's no way to make navigation and status bar translucent nor
transparent before KITKAT, see https://developer.android.com/about/versions/android-4.4.html#UI
So corresponding code realted to SystemBarTintView should be enabled since
API 19, KITKAT.
It actually was breaking navit on my API 17 device, drawing unrelated
semitransparent bars on the top and right sides of the screen.
|