Releases: barbeau/gpstest
v3.10.5
v3.10.4
Tried rollout to production on Google Play on Dec 28, 2024 but was blocked by targetSdkVersion not high enough. F-Droid release will be generated from this tag.
versionCode 24098
targetSdkVersion 33
Enhancements:
- PR #705 - Implement runtime permissions for notifications (Fixes #694 and #622)
- PR #657 - Add support for BDS B2b and IRNSS L1
Bug fixes:
- Fix Status log signal count and signal index values (Fixes #696)
- fix: Don't minify the library so we can build releases
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