Skip to content
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

Milestone 130 - choose point with best accuracy, faster custom url autosend #1122

Merged
merged 27 commits into from
Mar 14, 2024

Conversation

mendhak
Copy link
Owner

@mendhak mendhak commented Feb 29, 2024

Test APK here: https://github.com/mendhak/gpslogger/releases/tag/v130-rc2

Issue #1059 #892 — I've changed the logic so that if passive location is enabled, then the passive location received needs to match the selected user type (satellite or network). But if neither satellite nor network are selected, then any passive type will be accepted.

Issue #1103 — If stoponapplaunch=true is in a .properties file it should stop on app launch. There's no UI preference added for this preference since it's not something a user would interact with.

Issue #654 #591 #453 — Instead of matching the first accurate point and logging it (default behavior), a new option added: when enabled, the app runs for the duration of retry interval, and chooses the most accurate point.

image

Issue #1073 — Group Custom URLs together when sending from a CSV, instead of one background job per line in the CSV. This should result in faster uploads and HTTP connection reuse. Same optimization goes for OpenGTS.

Issue #1112 — workaround, reduce a monochrome icon size so that the installer doesn't fail. Incorrectly marked resolved on Android issue tracker: https://issuetracker.google.com/issues/303849830

@mendhak mendhak changed the title Milestone 130 Milestone 130 - choose point with best accuracy Mar 1, 2024
@mendhak mendhak added this to the v130 milestone Mar 1, 2024
@mendhak mendhak changed the title Milestone 130 - choose point with best accuracy Milestone 130 - choose point with best accuracy, faster custom url autosend Mar 2, 2024
@mendhak mendhak merged commit d9e6b84 into master Mar 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants