kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
remove mixpanel
rodzic
506796c54b
commit
8812793cbd
2
TODO.md
2
TODO.md
|
@ -73,7 +73,6 @@ rules at the BluetoothDevice level. Either make SafeBluetooth lock at the devic
|
|||
* test with an oldish android release using real hardware
|
||||
* stop using a foreground service
|
||||
* use platform theme (dark or light)
|
||||
* remove mixpanel analytics
|
||||
* require user auth to pair with the device (i.e. press button on device to allow a new phone to pair with it).
|
||||
Don't leave device discoverable. Don't let unpaired users do things with device
|
||||
* if the rxpacket queue on the device overflows (because android hasn't connected in a while) send a special packet to android which means 'X packets have been dropped because you were offline' -drop oldest packets first
|
||||
|
@ -165,6 +164,7 @@ Don't leave device discoverable. Don't let unpaired users do things with device
|
|||
* use git submodule for androidlib
|
||||
* update play store listing for public beta
|
||||
* track radio brands/regions as a user property (include no-radio as an option)
|
||||
* remove mixpanel analytics
|
||||
|
||||
Rare bug reproduced:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import com.google.firebase.crashlytics.FirebaseCrashlytics
|
|||
import com.mapbox.mapboxsdk.Mapbox
|
||||
|
||||
|
||||
class MeshUtilApplication : GeeksvilleApplication(null, "58e72ccc361883ea502510baa46580e3") {
|
||||
class MeshUtilApplication : GeeksvilleApplication() {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d6f7cba6f55a1ff61b97d5b284d649ff4e925386
|
||||
Subproject commit 669bc3fbb54ffaef3db086d1a756489b781fb2a0
|
Ładowanie…
Reference in New Issue