Gordon Williams
cc1d369f28
Add option for driving on left (affects roundabout icons in navigation)
...
plus docs on message options
2023-09-14 10:40:48 +01:00
Alex Meyer
f6f40b7017
add repeatCalls option
2023-09-05 22:51:12 -04:00
Gordon Williams
2b6f7765cc
Fix buzz.js - whenever called this used to keep firing an interval every 100ms, and they would build up!
2023-06-08 19:26:12 +01:00
Targor
9f96ae0955
fixes buzzing behavior in de messages app.
2023-05-10 16:56:58 +02:00
Richard de Boer
ec410fdac7
Message widgets: we don't need a library
2022-12-08 22:33:04 +01:00
Richard de Boer
bdaa9661cd
messages: erase messages file instead of writing empty []
...
for #2370
2022-12-07 21:18:35 +01:00
Gordon Williams
3e5c0538a9
Support for provides_widgets entry in metadata, and try and tag existing widgets
...
Support for 'default' tag and add it to apps that we expect would be used by default with the Bangle
split widalarm out of alarm
fixes https://github.com/espruino/BangleApps/issues/2353
2022-12-06 10:25:32 +00:00
Richard de Boer
e9c673e119
messages,messagegui: fix handling of music
...
The library combines musicinfo+musicstate messages, and waited for a
"complete" message before emitting the event.
But once you are playing music you don't get new music state events.
The problem was that when the first "complete" message arrives, the UI
is load()ed, so the library forgets its state, and doesn't emit anymore
music events until the play state changes.
This
- changes the library to keep combining music messages, but always
emit an event
- makes the UI only launch itself if it sees a "complete" music event
- makes the UI also combine musicinfo+musicstate messages
2022-11-30 23:58:36 +01:00
Gordon Williams
a7364f716b
Keep messages version rising so it'll actually update to the new version automatically
2022-11-28 15:03:00 +00:00
Gordon Williams
d0d35ecec7
renaming
2022-11-28 14:48:46 +00:00
Richard de Boer
2a506e7421
messages: split library/gui/widget into separate apps
2022-11-26 16:52:17 +01:00
Gordon Williams
0fb45cb6fc
Add module app type and provides_modules,
2022-11-16 15:17:28 +00:00
Gordon Williams
28d8f7c57e
0.53: Messages now uses Bangle.load() to load messages app faster (if possible)
2022-11-15 10:48:09 +00:00
Gordon Williams
721c2a6af5
messages 0.52: Fix require("messages").buzz() regression
...
+ Fix background color in messages list after one unread message is shown
2022-10-21 11:35:03 +01:00
Richard de Boer
fb10f8125e
messages: emit "message" events
2022-09-24 17:13:24 +02:00
Gordon Williams
fa8b20f3f1
messages 0.50: Option to disable auto-open of messages
2022-08-15 12:58:58 +01:00
Gordon Williams
2d99d5f92c
messages 0.49: Change messages icon (to fit within 24px) and ensure widget renders icons centrally if they're not 24px
2022-07-25 15:53:59 +01:00
Gordon Williams
f70ccd5aea
messages 0.48: When getting new message from the clock, only buzz once the messages app is loaded
2022-07-22 11:23:21 +01:00
Gabriele Monaco
dad7246bfb
Added some notification icons
2022-07-19 08:36:12 +02:00
Gordon Williams
6ca63def2f
messages 0.46: Add 'Vibrate Timer' option to set how long to vibrate for, and fix Repeat:off
...
+ Fix message removal from widget bar (previously caused exception as .hide has been removed)
2022-07-15 12:10:52 +01:00
Felix Wiedenbach
f10ac1f54e
Adds new app colors and icons
2022-07-10 18:19:37 +02:00
Marco H
f06168af97
Merge branch 'master' into message_buzz_pattern_for_calls
2022-07-07 07:30:47 +02:00
xxpasixx
095f1c6dd5
Update metadata.json
2022-07-06 12:19:47 +02:00
Marco Heiming
39e6ccb823
Merge branch 'master' into message_buzz_pattern_for_calls
2022-07-06 11:32:41 +02:00
Leon Matthes
b00c6e48c4
Fix "Vibrate: off" being ignored by messages app
2022-07-05 23:18:11 +02:00
Marco Heiming
0f4fc046f6
Merge branch 'master' into message_buzz_pattern_for_calls
2022-06-29 14:28:52 +02:00
Lubomir
23086cc0df
Merge branch 'master' into icon-notifs
2022-06-28 22:27:06 +10:00
Marco Heiming
4cf04308ee
Separate buzz pattern for incoming calls
2022-06-28 12:43:25 +02:00
Alessandro Cocco
42c2b5c8a2
Use default Bangle formatter for booleans
2022-06-18 22:08:51 +02:00
Lubomir (Mac)
263ae1ab9a
Merge branch 'master' into icon-notifs
2022-06-08 14:36:36 +10:00
Alessandro Cocco
d4edeb5096
[Messages] Don't turn on the screen after unread timeout expires
2022-05-26 22:39:36 +02:00
Lubomir
6202286fe6
Merge branch 'master' into icon-notifs
2022-05-25 17:45:37 +10:00
Gabriele Monaco
43b07419b9
messages 0.38: using Telegram icon on Telegram FOSS
2022-05-25 09:10:40 +02:00
Lubomir
1fb256b9de
messages: Replace mail icon with color notif icons
2022-05-24 22:24:38 +10:00
Gordon Williams
0a36095dc1
Merge branch 'messages-back'
2022-05-11 09:10:32 +01:00
Gordon Williams
b7f00b1ee9
0.36: Ensure a new message plus an almost immediate deletion of that message doesn't load the messages app ( fix #1362 )
2022-04-27 16:28:11 +01:00
Gordon Williams
48f01ae708
eset graphics colors before rendering a message (possibly fix #1752 )
2022-04-26 09:42:41 +01:00
Gordon Williams
b9e76dd293
messages 0.34: Don't buzz for 'map' update messages
2022-04-21 10:29:10 +01:00
Eskild Hustvedt
a7bab80dc3
Allow timeouts to run on the message list screen
...
Stops the app from displaying a message that then gets removed and after that
permanently "hanging" on the message screen.
2022-04-20 15:39:11 +02:00
Eskild Hustvedt
6c0f16a45f
Bumped to 0.32 for quiet mode auto-open setting
2022-04-19 14:09:52 +02:00
storm64
1d23c4f2e4
massages: Add option to disable icon flashing
...
Update ChangeLog, metadata.json, README.md and settigns.js:
- Add option to toggle icon flashing.
Update widget.js:
- Add option to toggle icon flashing.
- Correct clearRect y2 value.
- Moved icon 1px up to be more centered.
2022-04-07 01:30:39 +02:00
xxpasixx
6b55faae97
Add new Icons
...
Add new Icons (Youtube, Twitch, MS TODO, Teams, Snapchat, Signal, Post & DHL, Nina, Lieferando, Kalender, Discord, Corona Warn, Bibel)
2022-04-02 13:49:14 +02:00
Gordon Williams
172df0dc27
messages 0.29: Fix message list overwrites on Bangle.js 1 ( fix #1642 )
2022-04-01 09:54:25 +01:00
Gordon Williams
45cde94a26
messages 0.29: Support for the setUI 'back' icon in the top left
2022-04-01 09:49:57 +01:00
Gordon Williams
ee739ec447
minor tweaks
2022-03-31 13:47:35 +01:00
Gordon Williams
c34ade140c
messages 0.27: Add 'mark all read' option to popup menu ( fix #1624 )
2022-03-28 10:30:26 +01:00
Richard de Boer
d492c95442
messages: auto-open music
2022-03-10 20:42:26 +01:00
Gordon Williams
e0937a942b
messages 0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets ( fix #1550 )
2022-03-09 13:39:19 +00:00
Richard de Boer
9ff42c928e
messages: auto-open music
2022-03-07 22:46:57 +01:00
Richard de Boer
2353191df4
messages: Remove left-over debug statement
2022-02-24 15:08:56 +01:00