mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
work around for software update vs scan race condition
This commit is contained in:
parent
d536900808
commit
dcd1fd3b55
3 changed files with 123 additions and 94 deletions
2
TODO.md
2
TODO.md
|
|
@ -4,6 +4,7 @@
|
|||
* get signal running under debugger
|
||||
* DONE add broadcasters for use by signal (node changes and packet received)
|
||||
* make test implementation of server (doesn't use bluetooth)
|
||||
* make compose based access show mesh state
|
||||
* make a test client of the android service
|
||||
* add real messaging code/protobufs
|
||||
* use https://codelabs.developers.google.com/codelabs/jetpack-compose-basics/#4 to show service state
|
||||
|
|
@ -21,6 +22,7 @@ nanopb binaries available here: https://jpa.kapsi.fi/nanopb/download/ use nanopb
|
|||
|
||||
# Medium priority
|
||||
|
||||
* change info() log strings to debug()
|
||||
* 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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue