Skip to content

Releases: barbeau/gpstest

v3.2.11

07 Aug 18:29
Compare
Choose a tag to compare

Released straight to production on Google Play on August 7th, 2019. F-Droid release will be generated from this tag.

versionCode 51
minSdkVersion 14
maxSdkVersion 17

Google changed the minimum API level supported by MotionLayout after their initial post - see #287. I originally released 3.3.x to API levels 14 and higher, but based on the latest Google documentation MotionLayout is compatible with only API 18 and higher. So, I'm re-releasing v3.2.10 as v3.2.11 with a higher versionCode than the latest version (v3.3.4) so devices <= 17 pick up this update instead of v3.3.4.

v3.3.5 and higher will have a minSdkVersion of 18.

Includes cherry-picked commits:

  • Fix #302 - Read key password from secure properties file for releases

v3.3.4

12 Jul 18:47
Compare
Choose a tag to compare

Released to beta on Google Play on July 12th, 2019. F-Droid release will be generated from this tag. Released to production on Google Play on July 15th, 2019.

versionCode 50

Bug fixes:

  • Fix #309 - Only show vertical accuracy if location includes it
  • Fix #310 - Only stop GPS if user set preference AND didn't rotate device

v3.3.3

02 Jul 17:51
Compare
Choose a tag to compare

Released to beta on Google Play on July 2nd, 2019. F-Droid release will be generated from this tag. Released to production week of July 15th.

versionCode 49

Enhancements:

  • Add Spanish translation
  • Update German, Greek, Italian, Russian, and Chinese translations

Bug fixes:

  • Fix #302 - Read key password from secure properties file for releases

v3.3.2

22 May 18:14
Compare
Choose a tag to compare

Released to beta on Google Play on May 22nd, 2019. Started rollout to Google Play production on May 30th, 2019. F-Droid release will be generated from this tag.

versionCode 48

Enhancements:

  • Add Czech translation
  • Update other translations
  • #275 - Update translations docs for Transifex
  • #284 - Allow user to change language within app (PR #290)
  • Switch back to default OSMDroid map tiles for Map view for now...

Bug fixes:

  • Fix #287 - Update to ConstrainLayout library version beta1
  • Fix #259 - Fix emulator-based testing on Travis (PR #278)
  • Fix #281 - Only push English strings to Transifex on master branch builds

v3.3.1

17 Apr 16:31
Compare
Choose a tag to compare
v3.3.1 Pre-release
Pre-release

Released to beta on Google Play on April 17th, 2019. F-Droid release will be generated from this tag.

versionCode 47

Enhancements:

  • Update Dutch translation
  • #261 - Set up Transifex for translations
  • #264 - Add support for GLONASS L1 and L3 CDMA signals

Bug fixes:

  • Fix #274 - Validate ground truth location based on locale

v3.3.0

10 Apr 16:46
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

Released to beta on Google Play on April 10th, 2019. F-Droid release will be generated from this tag.

versionCode 46

Enhancements:

  • Fix #168 - Add simple accuracy benchmarking (#235)
  • Fix #258 - Add new Galileo satellites for legacy GpsStatus API
  • Fix #270 - Add missing CF labels for EGNOS and MSAS SBAS
  • Use EU icon/flag for Galileo satellites

Bug fixes:

  • Fix #273 - Add Proguard rule for sliding panel and API 28

v3.2.10

29 Jan 18:47
Compare
Choose a tag to compare

Released to beta on Google Play on January 29th, 2019. Roll out to production started February 1st, 2019. F-Droid release will be generated from this tag.

versionCode 45

Enhancements:

  • German translation updates (#248)
  • Chinese translation update (#249)
  • fix: Japanese translation (#251)
  • fix Chinese: Sync and shorten H/V (#252)
  • Fix: Japanese translation (#254)

Bug fixes:

  • Fix #253 - Add support for $GNGGA NMEA sentences for MSL altitude

v3.2.9

09 Jan 17:35
Compare
Choose a tag to compare
v3.2.9 Pre-release
Pre-release

Released to beta on Google Play on January 9th, 2019. F-Droid release will be generated from this tag.

versionCode 44

Enhancements:

  • Add Japanese translation (#240)
  • Re-write Chinese translation (#241)

v3.2.8

13 Dec 01:34
Compare
Choose a tag to compare

Pushed to production on Google Play on December 12, 2018. F-Droid release will be generated from this tag.

versionCode 43

Bug fixes:

  • Fix #239 - Resume GNSS on return to foreground when stopped in background

v3.2.7

21 Nov 18:14
Compare
Choose a tag to compare

Pushed to beta on Google Play on November 21, 2018. F-Droid release will be generated from this tag.

versionCode 42

Enhancements:

  • #202 - Add B1C Beidou carrier frequency
  • #237 - Add option to stop GNSS when app is in background