Add heartbeat notifications#270
Add heartbeat notifications#270n8fr8 merged 10 commits intoguardianproject:masterfrom lukeswitz:dev2
Conversation
Add heartbeat preferences for active/delay time
Note: the values can be seen on Android 6+ only when used in XML. Hard coded into there for compatibility.
|
Excellent, so happy to see this work underway! |
|
In quick testing, it seems to send the heartbeat when the app is open, not just when there is an active monitoring session. Is that the case? I will look through the code more, but just curious what your intention was. |
|
Thanks, that was the intent, to make sure the app is still alive. I didn't hook into any service/activity; when testing, the leaked handler would cease alerts but keep monitoring locally. Your help & thoughts on where/when to monitor are very much appreciated : ) |
|
In talking with some of our most committed users, they sometimes have incidents where they forget whether they have activated Haven or not. To them the heartbeat, was a way to confirm that active monitoring was engaged, and if it stopped, to know that someone had turned it off. I would tie this all into the Monitor Service to enable that. |
|
On it. |
|
Cool. Will review soon! |
Feature Description:
Updated
Fills feature request from #54
EmojiCompatdependency