From 8812793cbd9abe4241d424702c83e5e253b1eecb Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 15 Mar 2020 21:43:12 -0700 Subject: [PATCH] remove mixpanel --- TODO.md | 2 +- app/src/main/java/com/geeksville/mesh/MeshUtilApplication.kt | 2 +- geeksville-androidlib | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 3737dcd4..7a12da49 100644 --- a/TODO.md +++ b/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: diff --git a/app/src/main/java/com/geeksville/mesh/MeshUtilApplication.kt b/app/src/main/java/com/geeksville/mesh/MeshUtilApplication.kt index 3e5d3a0e..c7e570bd 100644 --- a/app/src/main/java/com/geeksville/mesh/MeshUtilApplication.kt +++ b/app/src/main/java/com/geeksville/mesh/MeshUtilApplication.kt @@ -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() diff --git a/geeksville-androidlib b/geeksville-androidlib index d6f7cba6..669bc3fb 160000 --- a/geeksville-androidlib +++ b/geeksville-androidlib @@ -1 +1 @@ -Subproject commit d6f7cba6f55a1ff61b97d5b284d649ff4e925386 +Subproject commit 669bc3fbb54ffaef3db086d1a756489b781fb2a0