Skip to content

Releases: ykasidit/bluetooth_gnss

v1.0.50

12 May 07:48
Compare
Choose a tag to compare
v1.0.50 Pre-release
Pre-release
  • try use wakelock's own state to enable/disable wakelocks
  • try omit refresh params/state on away from view app lifecycle states

v1.0.49

07 Jan 00:32
Compare
Choose a tag to compare

try handle nokia android 12 connect error requiring bluetooth perm

v1.0.48

11 Dec 10:32
Compare
Choose a tag to compare
  • adj perm to work with both android 9 and android 12 devices

v1.0.47

11 Dec 08:58
Compare
Choose a tag to compare
  • upgrade signing key

v1.0.46

11 Dec 08:32
Compare
Choose a tag to compare
  • handled android 12 permission requirements (tested on pixel 6)

v1.0.45

10 Dec 08:24
Compare
Choose a tag to compare
  • disabled gap read mode (causes users to face connect fail issues when it was somehow enabled)
  • handle bad elf gps pro+ height coming in gp nmea talker (thanks to bad elf for sending free devices to test!)

v1.0.43

16 Mar 10:33
Compare
Choose a tag to compare

Dev feature to broadcast the intents below:
public static final String POSITION_UPDATE_INTENT_ACTION = "com.clearevo.libbluetooth_gnss_service.POSITION_UPDATE";
public static final String PARSED_NMEA_UPDATE_NTENT_ACTION = "com.clearevo.libbluetooth_gnss_service.PARSED_NMEA_UPDATE";

You can try install the new app and try subscribing to above two intents and see the
"data_json" intent extra string to get the positions directly.

v1.0.42

01 Nov 23:33
Compare
Choose a tag to compare

Full Changelog: v1.0.41...v1.0.42

v1.0.41

29 Oct 04:49
Compare
Choose a tag to compare
  • removed geolocator for f-droid checks (using Ref lat,lon in sort by pos instead of google location services that seems to be a privacy issue for f-droid)
  • try keep last used logging folder permission, keep debug trace in logging, fail if access to logging folder failed
  • merged all sub libs
    

v1.0.40

19 Mar 02:01
Compare
Choose a tag to compare
  • not relying on ICY string in ntrip conn checks