mirror of https://github.com/espruino/BangleApps
|
||
---|---|---|
.. | ||
ChangeLog | ||
README.md | ||
app-icon.js | ||
app.js | ||
app.png | ||
lib.js | ||
settings.js | ||
widget.js |
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 receivedRepeat
- How often should buzzes repeat - the default of 4 means the Bangle will buzz every 4 secondsUnread 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 whereMESSAGES
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