-
Notifications
You must be signed in to change notification settings - Fork 102
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
move position per update by delta Lat Long #75
base: master
Are you sure you want to change the base?
Conversation
Update app version to 11/1.9.3-beta Move minsdk update from 16 to 21 (required for some libraries) Add required USE_EXACT_ALARM permission ApplyMockBroadcastreceiver doesn't need to be exported apparently
I think the onDestroy() check is what's really needed.
Also remove check for older, now unsupported android.
But we still reuse the SCHEDULE_REQUEST_CODE. This should have the result of canceling/replacing the current pendingintent. Using FLAG_CANCEL_CURRENT with FLAG_IMMUTABLE results in an error.
Extract the version code manually. Dn't think this is actually used for anything.
Don't use custom colors- just use theme defaults. (previously added the material library)
… speed. IHMO BroadcastReceiver should not be used for events some seconds ahead
Previously, the attribution was not shown properly. This makes it so it is always shown (even when the keyboard is open due to the flex approach)
Also remove check for older, now unsupported android.
But we still reuse the SCHEDULE_REQUEST_CODE. This should have the result of canceling/replacing the current pendingintent. Using FLAG_CANCEL_CURRENT with FLAG_IMMUTABLE results in an error.
Extract the version code manually. Dn't think this is actually used for anything.
Previously, the attribution was not shown properly. This makes it so it is always shown (even when the keyboard is open due to the flex approach)
ApplyMockBroadcastreceiver doesn't need to be exported apparently
Hello there! Could you please rebase on |
… speed. IHMO BroadcastReceiver should not be used for events some seconds ahead
I'm on the go and can rebase, but I can't really test. I've also decided to implement a new app for simulating GPX and joystick inputs. I had the feeling that this app was no longer being maintained. It's a pity. I hope the rebase helps you anyway. schöne Grüße nach Passau |
Thanks and no problem - I will test thoroughly myself! Yeah, this app was unmaintained for quite a while, but I contacted mcastillof via email and he agreed to add me as a collaborator. So, I picked up the torch :) |
Hi,
based on the changes from fat-tire I have added a real movement. In the settings you can specify the delta lat long per step.
Due to the fact position may change in seconds not hours I have changed the timer mechanism used.
Regards
gonso