From 55d6c9448b42d6d61916560f4487f1e3470513d6 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 7 Jul 2020 13:29:16 -0700 Subject: [PATCH] if app gets upgraded, restart the service after the upgrade --- TODO.md | 1 - app/src/main/AndroidManifest.xml | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5bf41ae0e..e0d620d0c 100644 --- a/TODO.md +++ b/TODO.md @@ -37,7 +37,6 @@ the channel is encrypted, you can share the the channel key with others by qr co * keep past messages in db, one db per channel (currently we just keep an array in saved preferences) * show user avatars in chat (use the google user info api) * let users save old channels (i.e. have a menu of channels the user can use) -* also add a receiver that fires after a new update was installed from the play store * if the rxpacket queue on the device overflows (because android hasn't connected in a while) send a special packet to android which means 'X packets have been dropped because you were offline' -drop oldest packets first * make sw update work over BLE diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 343f5515d..7dd67e5fb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -149,6 +149,7 @@ + @@ -160,6 +161,15 @@ + + + + + +