begin gradle support for auto play upload
|
|
@ -765,7 +765,7 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
|
|||
|
||||
// Cancel any notifications - because when the device comes back it might have forgotten about us
|
||||
notifyHandlers.clear()
|
||||
|
||||
|
||||
closeGatt()
|
||||
|
||||
failAllWork(BLEException("Connection closing"))
|
||||
|
|
@ -791,7 +791,7 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
|
|||
notifyHandlers[c.uuid] = onChanged
|
||||
// c.writeType = BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT
|
||||
gatt!!.setCharacteristicNotification(c, enable)
|
||||
|
||||
|
||||
// per https://stackoverflow.com/questions/27068673/subscribe-to-a-ble-gatt-notification-android
|
||||
val descriptor: BluetoothGattDescriptor = c.getDescriptor(configurationDescriptorUUID)
|
||||
?: throw BLEException("Notify descriptor not found for ${c.uuid}") // This can happen on buggy BLE implementations
|
||||
|
|
|
|||
1
app/src/main/play/contact-email.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
kevinh@geeksville.com
|
||||
1
app/src/main/play/contact-website.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
http://www.meshtastic.org
|
||||
1
app/src/main/play/default-language.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
en-US
|
||||
3
app/src/main/play/listings/en-US/full-description.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This is a beta release of the meshtastic.org project. We'd love you to try it and tell us what you think. You'll need to buy an inexpensive ($30ish) radio from a variety of vendors to use this application, see our website for details. We don't make these devices.
|
||||
|
||||
***Please*** if you encounter problems or have questions: post on our forum at meshtastic.discourse.group and we'll work together to fix them (we are volunteer hobbyists). We would really appreciate good Google reviews if you think this is a good project.
|
||||
BIN
app/src/main/play/listings/en-US/graphics/feature-graphic/1.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
app/src/main/play/listings/en-US/graphics/icon/1.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 152 KiB |
1
app/src/main/play/listings/en-US/short-description.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
An inexpensive open-source GPS mesh radio for hiking, skiing, flying, marching.
|
||||
1
app/src/main/play/listings/en-US/title.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Meshtastic
|
||||
1
app/src/main/play/listings/en-US/video-url.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=TY6m6fS8bxU
|
||||
1
app/src/main/play/release-notes/en-US/alpha.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|
||||
1
app/src/main/play/release-notes/en-US/beta.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|
||||
1
app/src/main/play/release-notes/en-US/internal.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
An internal build
|
||||
1
app/src/main/play/release-notes/en-US/production.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|
||||