Gpslogger Versions Save

:satellite: Lightweight GPS Logging Application For Android.

v131-rc1

1 month ago

Using Android WorkManager. PR is here: https://github.com/mendhak/gpslogger/pull/1126

v130

1 month ago

First release made using Github Actions. This should be convenient going forward.

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

v130-rc3

1 month ago

v130-rc2

2 months ago

PR: #1122

v130-rc1

2 months ago

v129

6 months ago

image

image

Accidentally broke dynamic filenames.

v128

6 months ago

Bugfix - Disallow certain characters in the filename such as asterisk, slashes.

https://github.com/mendhak/gpslogger/issues/1082 - default to auto send when logging stops

https://github.com/mendhak/gpslogger/issues/1059 - check passive locations to ensure their time is greater than the previous location's time

https://github.com/mendhak/gpslogger/pull/1092 - fix for monochrome icon on Nothing OS theme.

https://github.com/mendhak/gpslogger/issues/1099 - OpenStreetMap, switch to OAuth2

v128-rc1

10 months ago

v127

1 year ago

Issue https://github.com/mendhak/gpslogger/issues/1056 - On Android R and above, the folder path in simple/detailed view is a clickable link, which opens the folder in the DocumentsUI application.

Issue https://github.com/mendhak/gpslogger/issues/1055 - Monochrome icon

Issue https://github.com/mendhak/gpslogger/issues/792 - Add element to tags in GPX files

v126

1 year ago

Custom URL and Annotation textbox is bigger to see more lines at once, for easier input. The code removes newlines on submit.

image

#952 If killed due to low memory, set an 'alarm' to restart after 5 minutes.

#267 The GPS status fix sends two additional values, distance, duration.

#1007 The misnamed emailAlarm intent is renamed to immediateautosend. When invoked from automation tools, initiates file uploads.

Annotation View with buttons #1013

image

Long press a button to edit it

image