Skip to content

messagegui: refactor the messages scroller and use it more (WIP) #3685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fb83687
messagegui: refactor `global` -> `globalThis`
Feb 26, 2025
a8e878f
messagegui: rm unused parameter + add semicolon
Feb 26, 2025
5376ef2
messagegui: suspend unread timeout while the watch is unlocked
Feb 26, 2025
53579a5
messagegui: rename `showMessage` -> `showMessageOverview`
Feb 26, 2025
f8ad9f9
messagegui: add a routing function for `showMessage*` functions
Feb 26, 2025
b3b6fae
messagegui: refactor `showMessageScroller` to `showMessagesScroller`
Feb 26, 2025
ef84254
messagegui: move some plumbing from `showMessageOverview`
Feb 26, 2025
bb095b3
messagegui: bump version
Feb 26, 2025
70887a7
messagegui: WIP lr-swipes for neg/pos-handling on msgsscroller
Mar 6, 2025
7104bd2
messagegui: bump version
Mar 24, 2025
3937d31
messagegui: avoid use of the overview screen
Mar 25, 2025
f18ddc8
messagegui: use images for pos and neg response indication
Mar 26, 2025
5fbadc1
messagegui: speed optimization for drawing images hopefully
Mar 26, 2025
e530f48
messagegui: add a back button image to messagesscroller
Mar 26, 2025
49a6076
messagegui: add hamburger menu indicator
Mar 27, 2025
580c395
messagegui: move the back and menu button to their own row
Mar 27, 2025
98f81c0
messagegui: misc tweaks
Mar 28, 2025
03d12b2
messagegui: small tweaks
Mar 29, 2025
f01b30d
messagegui: add back persist variable that got lost
Apr 21, 2025
6f6d4d7
messagegui: move hw btn action to back fn of E.showScroller
Apr 21, 2025
1df532b
messagegui: separate logic to find selected msg to helper fn
Apr 21, 2025
ad59ca7
messagegui: restructuring and adding some descriptive cmnts
Apr 21, 2025
8ae6e67
messagegui: remove back fn reliance on select fn
Apr 21, 2025
0c3cffe
messagegui: use global consistently, not globalThis.
Apr 21, 2025
98d7998
messagegui: remove dead code for music handling
Apr 21, 2025
5027312
messagegui: keep idx info of selected messages in messagesScroller
Apr 21, 2025
3e95baf
messagegui: fix marking messages read
Apr 21, 2025
dff3bc7
messagegui: fix calls so the route to the overview screen
Apr 22, 2025
7a449d8
messagegui: default route msg to messagesScroller
Apr 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/messagegui/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@
0.83: Add option to not open the first unread message
0.84: Fix: Assign show message entry to the settings menu and not the message itself.
0.85: Use new Rebble fonts if available
Remove workaround for 2v10 (>3 years ago) - assume everyone is on never firmware now
0.86: Refactor to display a scroller with all messages loaded.
Initial scroll position is at the chosen message.
Loading