Commit Graph

72 Commits (b5611ead785f29522a3152ede168efa8cb9e182c)

Author SHA1 Message Date
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 29fc8f4d1a
messages: move buzz from widget to library 2022-09-24 17:26:16 +02:00
Richard de Boer 143bbf858d
messages: Add `getMessages` and `status` functions to library
Apps/widgets should use the library instead of opening "messages.json"
For #2081
2022-08-09 16:11:36 +02:00
Richard de Boer b854e58a96
messages: improve memory usage
Clear `layout` when going back from message to list
2022-07-27 20:08:47 +02: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
Marco Heiming 4cf04308ee Separate buzz pattern for incoming calls 2022-06-28 12:43:25 +02:00
Gordon Williams 78734a1670
Merge branch 'master' into notificationColor 2022-06-06 12:03:38 +01:00
Martin Boonk 4efbf72011 Set theme matching default color for message type icon 2022-06-05 18:41:07 +02:00
Alessandro Cocco dcac7426ac [Messages] Small code improvements 2022-05-27 08:57:01 +02:00
Gordon Williams a6d92c1115 inline tick/cross images to save some space 2022-05-25 10:00:27 +01:00
Gordon Williams 68edab1a18 Move getMessageImage/getMessageImageCol to the library as per
https://github.com/espruino/BangleApps/pull/1872

No version bump as no functionality changes
2022-05-25 09:58:02 +01:00
Gordon Williams 8e4063004c changelog and duplicate fix 2022-05-25 08:24:20 +01:00
Gabriele Monaco 43b07419b9 messages 0.38: using Telegram icon on Telegram FOSS 2022-05-25 09:10:40 +02:00
Gordon Williams 0a36095dc1 Merge branch 'messages-back' 2022-05-11 09:10:32 +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
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 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 9ff42c928e
messages: auto-open music 2022-03-07 22:46:57 +01:00
Marco H 8535b50a0d Messages: icon for alarms 2022-02-25 09:44:34 +01:00
Gordon Williams 2d9259db4c Merge branch 'master' of https://github.com/nh-99/BangleApps into nh-99-master
Tweaks to do partial text redraw for scrolling - not everything

# Conflicts:
#	apps/messages/app.js
#	apps/messages/metadata.json
2022-02-24 14:24:06 +00:00
Marco H f3c0dfcdca Change threema icon to 24x24px 1bit color 2022-02-24 11:19:35 +01:00
Marco H e3b558b1f0 Threema icon and color 2022-02-23 20:29:29 +01:00
Gordon Williams 79e434d0c2 color adjustment - all 'accented' background items are now bg2, only unread messages are bgH 2022-02-23 16:22:54 +00:00
Gordon Williams ffa5b96de6 messages +0.23: Change message colors to match current theme instead of using green
+      Now attempt to use Large/Big/Medium fonts, and allow minimum font size to be configured
2022-02-23 10:44:48 +00:00
Gordon Williams d13631f4be
Merge branch 'master' into messages-home-assistant-logo 2022-02-22 10:12:01 +00:00
Noah Howard 33a1c2f19d
Merge branch 'master' into master 2022-02-21 11:50:31 -05:00
Noah Howard 405711e82b
End scrolling at end of text 2022-02-19 17:31:29 -05:00
Noah Howard 7d9ef97800
Make music text scroll 2022-02-19 17:18:21 -05:00
Noah Howard b25611ee84
Fix track name, artist, and album names clipping 2022-02-19 16:37:34 -05:00
Richard de Boer c0921c6a1d
messages: add Home Assistant icon 2022-02-19 21:24:13 +01:00
Jeroen Peters a4c97850dd #1132: Messages: Allow disabling repetition of buzzer 2022-02-18 19:53:11 +01:00
Gordon Williams 621813968b messages 0.21: Improve list readability on dark theme 2022-02-14 12:41:49 +00:00
Gordon Williams 9d5e2bb612 workaround for e00585c173 2022-02-08 11:27:01 +00:00
Gordon Williams bc242a6cf2 tweak - always allow scrollable message by tapping on the message body, even if it fit in the main message view 2022-02-08 10:49:13 +00:00
Gordon Williams 83a849a9d1 0.20: If message doesn't fit, allow tapping on the body to show a scrollable
view of the message and title in a bigger font (fix #1405, #1031)
2022-02-08 10:41:56 +00:00
Amos Blanton 77d89ad0db
Allow large font for message body that fits in 2 lines 2022-02-06 13:26:04 +01:00
Amos Blanton 4274503bff
When message body is < 1 line wide, use large font. 2022-02-06 11:25:30 +01:00
Gordon Williams e56d75eb88 minor extra language translations 2022-01-19 11:49:59 +00:00
Gordon Williams 5e353b6755 messages : If showMessage called with no message (eg all messages deleted) now return to the clock (fix #1267) 2022-01-12 09:14:33 +00:00
Richard de Boer a945a32f51
messages: Back button now goes back to list of messages 2022-01-11 19:30:00 +01:00
Richard de Boer d32674f825
messages: Spread message action buttons out 2022-01-11 19:30:00 +01:00
Richard de Boer 8467a8810a
messages: app-specific icon colors 2022-01-11 19:29:59 +01:00
Gordon Williams eaaddae946 fix broken instagram icon 2022-01-10 14:06:50 +00:00
Gordon Williams 128f2d4e66 messages 0.16: Fix text wrapping so it fits the screen even if title is big (fix #1147) 2022-01-04 14:27:23 +00:00
Richard de Boer 43f2252bbf messages: don't buzz during Quiet Mode 2021-12-17 21:54:02 +01:00
Gordon Williams 25e1fc5f28 messages 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-15 09:09:27 +00:00