meshtastic-android/TODO.md

26 wiersze
751 B
Markdown
Czysty Zwykły widok Historia

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