Releases: mendhak/gpslogger
Releases · mendhak/gpslogger
v74 - OpenGTS SSL and Commons Net refactoring
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
Bugfix for v72, Fixes #404
v72 - Doze, error messages, privacy, satellites
- 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
Android 6 permission requests
Get OwnCloud uploader to create directory before uploading
v70 - Profiles
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
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
v67 - new FAQ screen, log when app launched
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
- 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
ownCloud upload contributed by @codeling