Testing for new Messages App? #7755
Replies: 4 comments 24 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 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