-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix:android:64 bit and cleanup2 #877
Conversation
* fix android 64 * Update gslice.c * cosmetic * some changes ported from iOS 32 * Update fake.h * Update checkstyle.xml * Update checkstyle.xml * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update checkstyle.xml * Update checkstyle.xml * Update checkstyle.xml * style fixes * fix access * Add files via upload * don't litter recent devices * one more attempt to fix JLS * Add files via upload * Add files via upload * JLS * style issues * Update checkstyle.xml * style issues * style issue * Add files via upload * Add files via upload * Add files via upload * Update checkstyle.xml * style issues * Add files via upload * style issues * style issues * style issues * style issues * Update checkstyle.xml * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * Add files via upload * Update checkstyle.xml * style issues * Add files via upload * Add files via upload * Add files via upload * Update NavitVehicle.java * Update build.gradle * Update config.yml * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * doc style test * another doc style test * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issues * style issue * Add files via upload * Update build.gradle * Update build.gradle * fixes * fixes * fixes * fixes * cleanup * fixes * cleanup * cleanup * navitUtils * cleanup * fixes * fixes * test for cyclomatic complexity * test * cyclomatic complexity * test ontouch * further test onTouch * test onTouch * test onTouch * test onKeyDown * onKeyUp * handlerissue * cleanup * indent * make error default * indent * test onKeyDown * test onKeyDown * test callbackMessageChannel * test callBackMessageChannel * Update AndroidManifest.xml * test * test * more test * Update android.c * more test * more test * Add files via upload * fixes * Create test_junk.c * Create test_junk2.c * Update test_junk2.c * Update test_junk2.c * Update test_junk.c * Update test_junk2.c * Update test_junk.c * Update test_junk.c * Update test_junk.c * Update test_junk.c * Delete test_junk2.c * Delete test_junk.c * fixes * fixes * fixes * fixes * fixes * fixes * fixes * AOSPfixes * fixes * fixes * fixes * Add files via upload * fixes * switch break style * fixes * fixes * fixes * Update checkstyle.xml * fixes * style fixes * style fixes * cleanup * cleanup * cleanup * fix & pedestrian preliminary * whitespace * revert * lineendings * fixes and keyboard * fixes and keyboard * fixes and keyboard * pedestrian plugin * ROLL for pedestrian plugin * cleanup * cleanup * cleanup * fix mistake in commit for pedestrian plugin * keyboard * fixes * remove sdk version * fixes * fixes * fixes * fixes * fixes * whitespace * fixes * fixes * whitsepace
was a leftover from the pedestrian plugin test
* part of pr 812 (send geo intent) * fixes
Hi, STF @pgrandin is quite slow right now, so the screenshot is from a local jellybean device this time, @lains sending an intent works flawless, I just had the impression smth in #812 is only 95% identical to #794 but I could not resist testing it. Manifest already registers Navit as a receiver but obviously that won't work yet since the code itself is not included, but I tweaked the sending part so that it requires more than one receiving app to prevent sent intents from just being looped back to Navit. What are your thoughts about all of this ? |
@jandegr, yes you're perfectly right. #794 (now merged) was already containing features that were re-used for #812. |
I'd rather got for option 1, since option 2 maybe not as good because in the history, both features will be mixed, which makes it more difficult to debug. #812 is ready for merge to trunk, and it seems you already reviewed the code, so if that PR is OK for you, please post me review comment on #812 and I'll merge. |
Hi @lains |
Hi, By now I started reworking other stuff so I did a final and last commit on this PR. Known issues
The system bars become solid instead of transparent while dragging the map, a limitation of graphics not being informed by navit that it changes from mapview to gui_internal, subject to improvement. Reanimating the pedestrian plugin needs more work. Testing was done
Fixes all 327 of https://17312-30791823-gh.circle-artifacts.com/0/reports/checkstyleMain.html Bumps it from B to A- on codefactor, but at the rate new issues are created that won't last long. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
impressive fixes and cleanup. Thank you @jandegr !
A cleaned version as a followup on
#863
Many more fixes to do but I have to draw a line from time to time
after this you may have to set autobrief on doxygen if not already so
If the JAVADOC_AUTOBRIEF is set to YES then doxygen will interpret the first line (until the first dot) of a JavaDoc-style comment as the brief description.
fixes #828
fixes #832
fixes #550