mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
961 B
961 B
- fix bluetooth update
- add real messaging code/protobufs
- use https://codelabs.developers.google.com/codelabs/jetpack-compose-basics/#4 to show service state
- connect to bluetooth device automatically using minimum power
Medium priority
-
remove secret google settings json before open sourcing
-
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
-
remove example code boilerplate from the service
Low priority
- make analytics optional
- possibly use finotes for analytics https://finotes.com/
- also add a receiver that fires after a new update was installed from the play stoe
Done
- assert() is apparently a noop - change to use my version of assert
- DONE add crash reporting
- DONE add analytics (make them optional)
- make frontend using https://developer.android.com/jetpack/compose/tutorial