BangleApps/apps/messagesoverlay
Martin Boonk aacf2e3c1a messagesoverlay - Only add listeners once 2023-02-28 07:57:06 +01:00
..
ChangeLog messagesoverlay - Fix handlers being restored incorrectly if message removed 2023-02-27 23:43:16 +01:00
README.md messagesoverlay - Add low memory mode 2023-02-26 21:24:43 +01:00
app.png messagesoverlay - Initial fork of messages_light with drawing to overlay 2023-02-26 11:44:24 +01:00
boot.js messagesoverlay - Initial fork of messages_light with drawing to overlay 2023-02-26 11:44:24 +01:00
lib.js messagesoverlay - Only add listeners once 2023-02-28 07:57:06 +01:00
metadata.json messagesoverlay - Remove unused files 2023-02-27 23:43:16 +01:00
screen_call.png messagesoverlay - Adds screenshots and more README 2023-02-26 13:07:00 +01:00
screen_message.png messagesoverlay - Adds screenshots and more README 2023-02-26 13:07:00 +01:00

README.md

Messages overlay app

This app handles the display of messages and message notifications as an overlay pop up.

It is a GUI replacement for the messages apps.

Messages are ephemeral and not stored on the Bangle.

Usage

Close app by tapping the X and scroll by swiping. The border of the pop up changes color if the Bangle is locked. The color depends on your currently active theme.

Firmware hint

Current stable firmware draws incorrect colors for emojis. Nightly firmware builds correct this.

Low memory mode

If free memory is below 2000 blocks, the overlay automatically only uses 1 bit depth. Default uses roundabout 1300 blocks, while low memory mode uses about 600.

Creator

halemmerich Forked from messages_light by Rarder44