From eaa5af8fece7212a55faab6ad50aa95f11966c8f Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 10 Feb 2020 20:17:42 -0800 Subject: [PATCH] experiment with trying to find the users name - no joy --- TODO.md | 2 + app/src/main/AndroidManifest.xml | 3 + .../java/com/geeksville/mesh/MainActivity.kt | 97 +++++++++++++++++-- .../geeksville/mesh/service/MeshService.kt | 2 +- app/src/main/proto/mesh.proto | 3 + 5 files changed, 96 insertions(+), 11 deletions(-) diff --git a/TODO.md b/TODO.md index 8d35d756..49a8b831 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,8 @@ # High priority MVP features required for first public alpha +* do setOwner every time we connect to the radio, use our settings +* send location data for devices that don't have a GPS - https://developer.android.com/training/location/change-location-settings * make nodeinfo card not look like ass * when a text arrives, move that node info card to the bottom on the window - put the text to the left of the card. with a small arrow/distance/shortname * all chat in the app defaults to group chat diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9c02cf5f..88f16985 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,6 +12,9 @@ + + +