Releases: barbeau/gpstest
v3.10.3
Started rollout to production on Google Play on Aug 15, 2023. Full rollout finished Sept 18, 2023. F-Droid release will be generated from this tag.
versionCode 24097
Bug fixes:
v3.10.2
Started beta rollout on Google Play on April 28, 2023. Started production rollout May 3, 2023. F-Droid release will be generated from this tag. Pushed to 100% rollout on June 5, 2023.
versionCode 24096
Bug fixes:
v3.10.1
Started beta rollout on Google Play on April 24, 2023. F-Droid release will be generated from this tag.
versionCode 24095
New features:
- Copy the log file to “Downloads/GPSTest” after logging (Android 11 and up) (Closes #633)
- PR #601 - Add SouthPAN support (Closes #271)
Bug fixes:
- Add compatibility for older Android versions / lower end phones (Fixes #627)
- Make binding nullable and handle cases where it could be null (i.e., callbacks) (Fixes #634)
- Remove decimal places from Status elevation and azimuth (Fixes #626)
- Check for geo URIs with empty lat or lon (Fixes #635)
- Handle case where onCreateView() is called early for ShareDialogFragment (Fixes #636)
- Limit Google Maps KTX library to only google flavor (not osmdroid) (#631)
- Don't cap precision of entered benchmark coordinates (Fixes #628)
v3.10.0
Started beta rollout on Google Play on April 12, 2023. F-Droid release will be generated from this tag.
versionCode 24094
minSdkVersion 24
What’s New (message shown in app and on Google Play):
- Background execution - You can now log on your device while you do something else!
- GNSS status notification - Shows the number of signals & satellites in view and in use in a convenient notification.
- Filter the Sky - The filter feature now works on the Status AND Sky screens!
- Themed icon support (Android 13 and up) - No more disruptions to your otherwise color-perfect home screen :).
- Bug fixes - See https://bit.ly/gpstest-releases
New features:
- #606 - Themed icon support on Android 13 and up
- #589 - Add Location.isMock to logging
- #563 - Apply signal filter to Sky view (using same viewModel as Status)
- PR #550 - App overhaul:
Bug fixes:
- Add OSM attribution notices to F-Droid flavor maps (Fixes #620)
- Remove default sound and vibration for < API 26 (Fixes #623)
- Enable background execution when file logging starts (Fixes #587)
- Update SBAS PRN assignments to June 2021 doc (Fixes #618)
- Check for fullBiasNanos before logging fullBiasNanos
- Fix GnssClock log formatting error (Fixes #590)
- Ensure logged decimal values aren't in scientific notation (Fixes #593)
- Set the first fix flag with location in addition to GnssStatus (Fixes #495)
- Only indicate fix is lost if gap is > 1.5 seconds (Fixes #544)
Project maintenance:
v3.9.16
v3.9.15
Released to beta testing group on Google Play on September 23, 2021. F-Droid release will be generated from this tag.
versionCode 18092
Enhancements:
v3.9.14
v3.9.13
Released to beta testing group on Google Play on August 13th, 2021. F-Droid release will be generated from this tag.
versionCode 18090
Enhancements:
- #488 - Use new Android S GnssCapabilities APIs (PR #524)
- CI - Use GitHub Actions instead of Travis
- #528 - Import ground truth via Intents with geo: URI
- #490 - Request full tracking for raw measurements (S and higher)
Bug fixes:
- Update NMEA link in CSV log header
- Remove altitude support when reading geo URI - Please note that altitude is not yet supported as RFC 5870 requires altitude to be othrometric, or height above the WGS-84 reference geoid. Support for geoid offset is discussed more in #296 and #530.
- Correctly use savedInstanceState in checkbox dialog
v3.9.12
Released to beta testing group on Google Play on June 3rd, 2021, production rollout started on June 16, 2021 and pushed to 100% of users on June 26, 2021. F-Droid release will be generated from this tag.
versionCode 18089
Enhancements:
- Update translations
- #504 - Force "Use GNSS APIs" true to upload to database
- Add DEVICE to database submissions - Part 2. Initial implementation in 84af250 was incomplete. See #494.
- #508 - Clarify that logs are output to single file
- #517 - Code cleanup (PR #518)
Bug fixes:
- Only link URL in QR code message
v3.9.11
Released to beta testing group on Google Play on April 13th, 2021. F-Droid release will be generated from this tag. Rolled out to all users on April 17, 2021.
versionCode 18088
Enhancements:
- Add DEVICE to database submissions
- Cleanup various code style warnings (#487)
Bug fixes: