-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Hi,
Some apps I will leave running and by that messages will not auto display since Bangle. CLOCK=1 is not set.
I want to list some apps that should let messages auto display. But I don't want clock face specific widgets to show as would be the case if I set CLOCK=1
Maybe it would also make sense to differentiate apps that should let messages auto-display always or just if the screen is locked.
So I have two suggestions:
- Set
Bangle.CLOCK=2to say this app should let messages auto-display but not show clock face widgets. Maybe set=3to say it should auto-display messages only if the screen is locked.
or
- Add
Bangle.AUTO_SHOW_MESSAGES=0/1/2or similar to allow messages to take over the app. (0 - no, 1 - yes, 2 - only when locked)
The next step, as I imagine, would be to create a bootloader type app for setting the value depending on which app is running and user preferences.
Does this speak to anyone else? Is there a better solution?
Metadata
Metadata
Assignees
Labels
No labels