2021-10-22 10:47:23 +00:00
|
|
|
# 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.
|
|
|
|
|
2021-12-06 14:27:11 +00:00
|
|
|
## 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.
|
2021-10-22 10:47:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Requests
|
|
|
|
|
|
|
|
Please file any issues on https://github.com/espruino/BangleApps/issues/new?title=messages%20app
|
|
|
|
|
|
|
|
## Creator
|
|
|
|
|
|
|
|
Gordon Williams
|