2021-11-04 17:16:02 +00:00
|
|
|
0.01: New App!
|
|
|
|
0.02: Add 'messages' library
|
2021-11-10 13:41:58 +00:00
|
|
|
0.03: Fixes for Bangle.js 1
|
2021-11-23 16:28:34 +00:00
|
|
|
0.04: Add require("messages").clearAll()
|
2021-11-23 20:20:37 +00:00
|
|
|
0.05: Handling of message actions (ok/clear)
|
2021-11-25 15:12:04 +00:00
|
|
|
0.06: New messages now go at the start (fix #898)
|
|
|
|
Answering true/false now exits the messages app if no new messages
|
|
|
|
Back now marks a message as read
|
|
|
|
Clicking top-left opens a menu which allows you to delete a message or mark unread
|
2021-11-25 15:50:07 +00:00
|
|
|
0.07: Added settings menu with option to choose vibrate pattern and frequency (fix #909)
|
2021-12-06 14:27:11 +00:00
|
|
|
0.08: Fix rendering of long messages (fix #969)
|
2021-12-06 11:08:26 +00:00
|
|
|
buzz on new message (fix #999)
|
2021-12-06 14:27:11 +00:00
|
|
|
0.09: Message now disappears after 60s if no action taken and clock loads (fix 922)
|
2021-12-06 15:38:06 +00:00
|
|
|
Fix phone icon (#1014)
|
2021-12-10 23:04:10 +00:00
|
|
|
0.10: Respect the 'new' attribute if it was set from iOS integrations
|
2021-12-10 23:06:31 +00:00
|
|
|
0.11: Open app when touching the widget (Bangle.js 2 only)
|
2021-12-14 11:27:05 +00:00
|
|
|
0.12: Extra app-specific notification icons
|
|
|
|
New animated notifcationicon (instead of large blinking 'MESSAGES')
|
|
|
|
Added screenshots
|
2021-12-15 09:09:27 +00:00
|
|
|
0.13: Add /*LANG*/ comments for internationalisation
|
|
|
|
Add 'Delete All' option to message options
|
|
|
|
Now update correctly when 'require("messages").clearAll()' is called
|
2021-12-17 00:39:45 +00:00
|
|
|
0.14: Hide widget when all unread notifications are dismissed from phone
|
2021-12-17 20:54:02 +00:00
|
|
|
0.15: Don't buzz when Quiet Mode is active
|
2022-01-04 14:27:23 +00:00
|
|
|
0.16: Fix text wrapping so it fits the screen even if title is big (fix #1147)
|
2022-01-04 15:54:06 +00:00
|
|
|
0.17: Fix: Get dynamic dimensions of notify icon, fixed notification font
|
2022-01-11 18:16:05 +00:00
|
|
|
0.18: Use app-specific icon colors
|
2022-01-11 18:17:16 +00:00
|
|
|
Spread message action buttons out
|
2022-01-11 18:18:19 +00:00
|
|
|
Back button now goes back to list of messages
|
2022-01-12 09:14:33 +00:00
|
|
|
If showMessage called with no message (eg all messages deleted) now return to the clock (fix #1267)
|
2022-02-07 10:42:48 +00:00
|
|
|
0.19: Use a larger font for message text if it'll fit
|
2022-02-08 10:49:13 +00:00
|
|
|
0.20: Allow tapping on the body to show a scrollable view of the message and title in a bigger font (fix #1405, #1031)
|