Meshtastic-Android/TODO.md

26 lines
751 B
Markdown
Raw Normal View History

2020-01-21 09:37:39 -08:00
2020-01-22 14:27:22 -08:00
* make frontend using https://developer.android.com/jetpack/compose/tutorial
2020-01-22 14:27:22 -08:00
*fix bluetooth
2020-01-21 09:37:39 -08:00
# Medium priority
2020-01-22 13:02:24 -08:00
* remove secret google settings json before open sourcing
2020-01-21 12:07:03 -08:00
* 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
2020-01-22 14:27:22 -08:00
2020-01-21 09:37:39 -08:00
* remove example code boilerplate from the service
2020-01-22 14:27:22 -08:00
2020-01-21 09:37:39 -08:00
# Low priority
2020-01-22 14:27:22 -08:00
* make analytics optional
2020-01-22 13:02:24 -08:00
* possibly use finotes for analytics https://finotes.com/
2020-01-22 14:27:22 -08:00
* 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)