Myzel394 / Alibi

Use your phone as a dashcam and save the last 30 minutes when you need them.
GNU General Public License v3.0
232 stars 11 forks source link

Auto Boot Reminder #39

Open QuarTheDev opened 9 months ago

QuarTheDev commented 9 months ago

I have a quick idea for a new Alibi feature:

Upon device boot, a notification will appear reminding the user that Alibi's recording has been interrupted, and offering a quick direct button to begin/resume recording.

Here is my idea implemented using MacroDroid - my work is a little sloppy, but hopefully it gets the idea across.

Screenshot_20231025-121308_One UI Home.png

I'd also love if there were toggles in the settings to switch between three modes:

No Reminder - Does not prompt the user to restart Alibi (the current behavior). Reminder - Reminds the user via push notification that Alibi has been interrupted. Automatic - Automatically restarted Alibi's recording upon boot, eliminating the need for any input.

Myzel394 commented 9 months ago

Automatic - Automatically restarted Alibi's recording upon boot, eliminating the need for any input.

Due to Android restrictions, this is not possible; But we can show a notification.

Myzel394 commented 9 months ago

but to be honest, only showing a notification doesn't really benefit in my opinion. The user should already be aware that they are recording, since a notification is displayed normally

Myzel394 commented 9 months ago

Nevermind, just found out it is actually possible!

Myzel394 commented 9 months ago

There seems to be a bug in a current library, I'll wait until it is fixed