Skip to content

Releases: mendhak/gpslogger

v74 - OpenGTS SSL and Commons Net refactoring

17 Mar 22:33
v74
Compare
Choose a tag to compare
    Allow user to specify app Language/Locale 
    OpenGTS - Add support for SSL 


    Apache Commons Net for SMTP refactoring
    Dropbox SDK v2 refactoring

v73 - nmea sentence validity check

07 Mar 02:15
v73
Compare
Choose a tag to compare

v72 - Doze, error messages, privacy, satellites

06 Mar 22:46
v72
Compare
Choose a tag to compare
  • 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.

v71 - Android 6 Permissions

21 Feb 20:09
v71
Compare
Choose a tag to compare

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

v70 - Profiles

30 Jan 19:23
v70
Compare
Choose a tag to compare

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

v69 - Basic auth

25 Oct 17:33
v69
Compare
Choose a tag to compare

v69:

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

v68 - minor bugfix

11 Sep 19:01
v68
Compare
Choose a tag to compare

v67 - new FAQ screen, log when app launched

04 Sep 17:46
v67
Compare
Choose a tag to compare

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

v66 - Log View section

16 Aug 20:49
v66
Compare
Choose a tag to compare
  • 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)

Version 65 - ownCloud

12 Jul 16:58
v65
Compare
Choose a tag to compare

ownCloud upload contributed by @codeling