more app name changes

pull/8/head
geeksville 2020-01-23 06:46:23 -08:00
rodzic 19d577a720
commit c9cf371991
3 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# MeshUtil Android # Meshtastic-Android
This is a tool for using Android with mesh radios. You probably don't want it yet ;-). This is a tool for using Android with mesh radios. You probably don't want it yet ;-).
@ -6,16 +6,15 @@ Questions? kevinh@geeksville.com
## Analytics setup ## Analytics setup
analytics is currently on, before beta is over I'll make it optional Once this project is public, I'll happily let collaborators have access to the crash logs/analytics.
on dev devices
adb shell setprop debug.firebase.analytics.app com.geeeksville.mesh
then go here: https://console.firebase.google.com/u/0/project/meshutil/analytics/app/android:com.geeeksville.mesh/debugview~2F%3Ft=1579727535152&fpn=484268767777&swu=1&sgu=1&sus=upgraded&cs=app.m.debugview.overview&g=1 * analytics is currently on, before beta is over I'll make it optional
* on dev devices "adb shell setprop debug.firebase.analytics.app com.geeeksville.mesh"
* To see analytics: https://console.firebase.google.com/u/0/project/meshutil/analytics/app/android:com.geeksville.mesh/overview
* To see crash logs: https://console.firebase.google.com/u/0/project/meshutil/crashlytics/app/android:com.geeksville.mesh/issues?state=open&time=last-seven-days&type=crash
for verbose logging for verbose logging
adb shell setprop log.tag.FA VERBOSE adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE adb shell setprop log.tag.FA-SVC VERBOSE
To see crash logs:
https://console.firebase.google.com/u/0/project/
meshutil/crashlytics/app/android:com.geeeksville.mesh/issues?state=open&time=last-seven-days&type=crash

Wyświetl plik

@ -20,6 +20,7 @@ https://jpa.kapsi.fi/nanopb/docs/
nanopb binaries available here: https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.0 nanopb binaries available here: https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.0
# Medium priority # Medium priority
* use platform theme (dark or light)
* remove mixpanel analytics * 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). * 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 thing with device Don't leave device discoverable. Don't let unpaired users do thing with device

Wyświetl plik

@ -80,8 +80,8 @@ class MainActivity : AppCompatActivity(), Logging {
@Composable @Composable
fun composeView() { fun composeView() {
MaterialTheme { MaterialTheme {
Column { Column(modifier = Spacing(8.dp)) {
Text(text = "Meshtastic Ugly UI", modifier = Spacing(8.dp)) Text(text = "Meshtastic", modifier = Spacing(8.dp))
Button(text = "Start scan", Button(text = "Start scan",
onClick = { onClick = {