BangleApps/apps/messages
Richard de Boer c9ffee04a7 messages: Open app when touching the widget 2021-12-09 20:57:04 +01:00
..
ChangeLog messages: Open app when touching the widget 2021-12-09 20:57:04 +01:00
README.md messages 0.35: Change App/Widget settings to 'App Settings' so it fits on Bangle screen 2021-12-06 14:27:11 +00:00
app-icon.js Adding BETA messages app 2021-10-22 11:47:23 +01:00
app.js We check lowercase strings, so also lowercase checks :-) 2021-12-07 23:19:12 +01:00
app.png Adding BETA messages app 2021-10-22 11:47:23 +01:00
lib.js Merge branch 'master' of https://github.com/espruino/BangleApps into espruino-master 2021-12-08 02:39:24 +01:00
settings.js messages 0.35: Change App/Widget settings to 'App Settings' so it fits on Bangle screen 2021-12-06 14:27:11 +00:00
widget.js messages: Open app when touching the widget 2021-12-09 20:57:04 +01:00

README.md

Messages app

THIS APP IS CURRENTLY BETA

This app handles the display of messages and message notifications. It stores a list of currently received messages and allows them to be listed, viewed, and responded to.

It is a replacement for the old notify/gadgetbridge apps.

Settings

You can change settings by going to the global Settings app, then App Settings and Messages:

  • Vibrate - This is the pattern of buzzes that should be made when a new message is received
  • Repeat - How often should buzzes repeat - the default of 4 means the Bangle will buzz every 4 seconds
  • Unread Timer - when a new message is received we go into the Messages app. If there is no user input for this amount of time then the app will exit and return to the clock where MESSAGES will be shown in the Widget bar.

Requests

Please file any issues on https://github.com/espruino/BangleApps/issues/new?title=messages%20app

Creator

Gordon Williams