kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
more app name changes
rodzic
19d577a720
commit
c9cf371991
15
README.md
15
README.md
|
@ -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 ;-).
|
||||
|
||||
|
@ -6,16 +6,15 @@ Questions? kevinh@geeksville.com
|
|||
|
||||
## Analytics setup
|
||||
|
||||
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
|
||||
Once this project is public, I'll happily let collaborators have access to the crash logs/analytics.
|
||||
|
||||
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
|
||||
adb shell setprop log.tag.FA 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
|
||||
|
||||
|
|
1
TODO.md
1
TODO.md
|
@ -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
|
||||
# Medium priority
|
||||
|
||||
* 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 thing with device
|
||||
|
|
|
@ -80,8 +80,8 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
@Composable
|
||||
fun composeView() {
|
||||
MaterialTheme {
|
||||
Column {
|
||||
Text(text = "Meshtastic Ugly UI", modifier = Spacing(8.dp))
|
||||
Column(modifier = Spacing(8.dp)) {
|
||||
Text(text = "Meshtastic", modifier = Spacing(8.dp))
|
||||
|
||||
Button(text = "Start scan",
|
||||
onClick = {
|
||||
|
|
Ładowanie…
Reference in New Issue