Kevin Hester
4bce536506
fix crashlytics: if user shuts off bluetooth during scan, ignore failure
2020-03-03 11:00:01 -08:00
Kevin Hester
b753d52b93
don't incorrectly ask for CAMERA permission
2020-03-02 10:30:32 -08:00
Kevin Hester
e1753cfa18
fix BLE permissions error found by the autotester:
...
/// The following call might return null if the user doesn't have bluetooth access permissions
val s: BluetoothLeScanner? = bluetoothAdapter.bluetoothLeScanner
if(s == null) {
ScanUIState.errorText = "This application requires bluetooth access. Please grant access in android settings."
}
2020-02-29 14:14:52 -08:00
Kevin Hester
a0db3e0ccd
new notification status stuff seems to work
2020-02-28 20:10:42 -08:00
geeksville
2c8c7ac8d6
if phone ble stack is hosed restart it
2020-02-25 09:28:47 -08:00
geeksville
91cf6b7253
begin letting users edit ownername
2020-02-18 10:40:02 -08:00
geeksville
8a7de21814
new bt scan works on emulator
2020-02-18 09:09:49 -08:00
geeksville
f715091399
begin bt scan cleanup
2020-02-18 08:56:53 -08:00
geeksville
4f75601786
bt scan kinda works
2020-02-13 20:08:10 -08:00
geeksville
d4cf41c98a
new bt scan gui kinda works
2020-02-13 19:02:40 -08:00
geeksville
bd65bfee0a
begin making new bt scan gui
2020-02-13 09:25:39 -08:00