gpslogger

Lightweight GPS Logging Application For Android.

OTHER License

Stars
2K
Committers
135

Bot releases are hidden (Show)

gpslogger - v83 - less intrusive notifications

Published by mendhak almost 8 years ago

  • Option to hide notification from the status bar
  • Removed notification from appearing on lock screen
  • Added milliseconds to timestamps being logged
  • Fixed bug with duplicate uploads
  • Increased 'maximum speed' detection to about 1200 km/h
  • Some translations clean up, removed duplicates
gpslogger - v82 - OpenStreetMap authorization fix

Published by mendhak almost 8 years ago

gpslogger - v81 - Custom SSL Keystore

Published by mendhak almost 8 years ago

  • More display formats for lat/long - change it in General settings
  • Custom URL can send activity name
  • Improved accuracy by filtering points that jump too fast
  • Important - custom SSL certificates now require validation! Click "Validate SSL Certificate" if you self sign or use a custom CA
gpslogger - v80 - new directory picker

Published by mendhak about 8 years ago

Fixed altitude offset - allows negative
New dir picker, check for write permissions first
FAQ redone using MarkDown

gpslogger - v79 - CSV logging extras

Published by mendhak about 8 years ago

CSV now contains hdop,vdop,pdop,geoidheight,ageofdgpsdata,dgpsid

gpslogger - v78 - static / dynamic custom file name

Published by mendhak over 8 years ago

Added time display to timestamp on detailed screen
Option to disable changing custom file name dynamically
Ability to add profile name to custom file name
Updated Dropbox SDK
Moved custom URL from dialog to its own screen

gpslogger - v77 - Stability

Published by mendhak over 8 years ago

Mostly stability fixes:
Slight improvement to keeping self alive
Throttled uploads to prevent overwhelming connections (OpenGTS)
Minor doze mode improvement (app should work at much reduced rate during doze)
Bugfix regarding retry timer

gpslogger - v76 - annotation quickfix

Published by mendhak over 8 years ago

gpslogger - v75 - Android Wear

Published by mendhak over 8 years ago

  • Android Wear, basic start/stop app
  • Can add %ver app version in file name
  • Added app version to GPX file header
  • Fix for Postfix SMTP servers
  • Slight improvement to accuracy to prevent jumpy points
  • Fix for Android N crash when asking permissions
  • Updated translations
gpslogger - v74 - OpenGTS SSL and Commons Net refactoring

Published by mendhak over 8 years ago

    Allow user to specify app Language/Locale 
    OpenGTS - Add support for SSL 


    Apache Commons Net for SMTP refactoring
    Dropbox SDK v2 refactoring
gpslogger - v73 - nmea sentence validity check

Published by mendhak over 8 years ago

Bugfix for v72, Fixes #404

gpslogger - v72 - Doze, error messages, privacy, satellites

Published by mendhak over 8 years ago

  • Added provider and satellite count to CSV logger
  • Fixed satellite count in URL/GPX/CSV to be satellites used in fix
  • Added privacy policy and other links to general screen
  • Some error dialogs (eg senders testing) can show more detailed error messages
  • Ability to email debug log
  • New folder chooser, hopefully less confusing than before
  • Disabled passive listener by default, causing too many jumpy points
  • Android 6 doze mode - will go quiet during doze mode, and restore logging/sending when out of doze

Technical:

  • Massive refactoring to make the code more like Java and less like C# - method naming, package structure, etc.
  • Added proguard due to being pushed over the 65k limit. It was either that or multidexing which would cause app slowdowns. Would like to try proguard first.
  • Removed usage of legacy Apache HTTP client where I could but Dropbox SDK still uses it. Added OKHTTP client for the first time.
gpslogger - v71 - Android 6 Permissions

Published by mendhak over 8 years ago

Android 6 permission requests
Get OwnCloud uploader to create directory before uploading

gpslogger - v70 - Profiles

Published by mendhak over 8 years ago

Profiles - ability to have different profiles with different settings
Note: settings changed in one profile will not reflect in other profiles
Can set profiles via intents (Tasker, Llama...)

Custom filename month/day/hour/minute will be two digits
Add last position of yesterday as first of today
OwnCloud upload allows self signed certificate
Custom URL logging allows TLS-only destinations

gpslogger - v69 - Basic auth

Published by mendhak almost 9 years ago

v69:

  • Multiple file upload bugfix
  • Clearer 'up' icon in folder selector dialog
  • Custom URL now allows basic authentication (http://user:pass@server/...)
gpslogger - v68 - minor bugfix

Published by mendhak about 9 years ago

gpslogger - v67 - new FAQ screen, log when app launched

Published by mendhak about 9 years ago

v67:

  • Option to start logging when app is launched (General options)
  • File path links to file manager if available
  • Reduced data usage caused by uploads to queue up
  • Fixed altitude spike caused by missing geoid
  • New FAQ screen is now in-app, not online
  • Fixed a crash caused by network state change
gpslogger - v66 - Log View section

Published by mendhak about 9 years ago

  • Added an experimental new section: Log view - shows a sampling of log messages and errors. Doesn't show absolutely everything, but just enough. (Access it via top dropdown)
  • Added option to auto-upload on Wifi only
  • Allow installing on SD card
  • Fixed a strange Moto G bug
  • gpslogger.properties can take comma separated listeners
  • Added timeouts for HTTP requests (@stream101)
  • Added error alerts if manual upload fails (@stream101)
gpslogger - Version 65 - ownCloud

Published by mendhak over 9 years ago

ownCloud upload contributed by @codeling

gpslogger - Version 64

Published by mendhak over 9 years ago

Minor bug fixes, month number fix