Releases: ykasidit/bluetooth_gnss
Releases · ykasidit/bluetooth_gnss
v1.0.51
v1.0.50
v1.0.49
v1.0.48
v1.0.47
v1.0.46
v1.0.45
v1.0.43
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
Full Changelog: v1.0.41...v1.0.42
v1.0.41
- 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