Skip to content

Releases: mendhak/gpslogger

v131-rc1

13 Apr 19:18
v131-rc1
a372dd8
Compare
Choose a tag to compare
v131-rc1 Pre-release
Pre-release

Using Android WorkManager. PR is here: #1126

v130 - choose point with best accuracy, faster custom url autosend

27 Mar 23:11
v130
8561aa8
Compare
Choose a tag to compare

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

27 Mar 23:02
v130-rc3
3929b8a
Compare
Choose a tag to compare
v130-rc3 Pre-release
Pre-release
v130 RC3

v130 RC2 - Best accuracy, better custom URL auto-send performance

02 Mar 21:19
v130-rc2
6697f96
Compare
Choose a tag to compare

v130 RC1 - Choose a point with the best accuracy

01 Mar 15:41
v130-rc1
2fa588d
Compare
Choose a tag to compare

Pull request: #1122

v129 - OSM Oauth2, bugfix for passive locations, accidentally broke dynamic file names

12 Nov 18:48
v129
ac39aca
Compare
Choose a tag to compare

v128 - OSM Oauth2, bugfix for passive locations

05 Nov 11:45
v128
269cf99
Compare
Choose a tag to compare

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

#1082 - default to auto send when logging stops

#1059 - check passive locations to ensure their time is greater than the previous location's time

#1092 - fix for monochrome icon on Nothing OS theme.

#1099 - OpenStreetMap, switch to OAuth2

v128 RC1

07 Jul 18:39
v128-rc1
fefb481
Compare
Choose a tag to compare
v128 RC1 Pre-release
Pre-release
v128-rc1

v128-rc1

v127 - monochrome icon, folder click, name element

06 May 14:30
v127
6621620
Compare
Choose a tag to compare

Issue #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 #1055 - Monochrome icon

Issue #792 - Add element to tags in GPX files

v126 - Annotation view

13 Feb 20:55
v126
e87e166
Compare
Choose a tag to compare

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