Testing for new Messages App? #7755
Replies: 7 comments 35 replies
-
Interesting, will try!
My effort here below, I closed the PR since I felt there were more to fix than I cared to work on for now :) |
Beta Was this translation helpful? Give feedback.
-
Hm - I wonder if your app loader points to the branch with these changes on, @gfwilliams? 🤔 |
Beta Was this translation helpful? Give feedback.
-
My feedback as a thread. |
Beta Was this translation helpful? Give feedback.
-
Please keep the old behavior as an option. I use the clock widget to tell me the time when a message is in the screen. So I can still see the time while I wait to deal with the message. |
Beta Was this translation helpful? Give feedback.
-
I've just merged this in to the development app loader: https://espruino.github.io/BangleApps I've been using this in my daily watch for a while and it seems like a big improvement. Not perfect if you have the International font installed (as it uses that by default for everything) but still |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Could an option be added to remove the [X <-- --> ✅] bar? I feel like after a while for some (if not most) users, it become ingrained into muscle memory and a reminder is no longer needed. It would also add a decent amount of vertical text space (perhaps 1 extra line of text) if the user decided that they would rather have that. Of course, the default would be set to on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've just been playing around with a new message ui for displaying messages.
The old gui displayed a fullscreen message, and you could tap it to get a scroller:
And I think @thyttan suggested this but I couldn't find an implementation - I made some changes that go straight to displaying the message in a scroller so if the message is too big you can swipe up/down immediately:
Widgets are hidden, but swipe left/right markers are still shown at the bottom. Swipe up/down for next/prev message works too (as long as you're at the top/bottom of the current message).
I think it works quite well, however:
But it'd be great if some of you could give it a go and let me know what you think. You can go to my app loader at:
https://gfwilliams.github.io/BangleApps/?id=messagegui
And install from there - and to go back you can just go back to the normal app loader and install that one
Beta Was this translation helpful? Give feedback.
All reactions