• Joined on 2026-05-23
istalri pushed to custom_emoji_picker_stickers_and_more at istalri/nexus 2026-07-31 18:59:07 -04:00
941e1c0e69 WIP: New Emoji Picker
istalri pushed to main at istalri/nexus 2026-07-31 18:57:46 -04:00
115bec5f05
slightly tweak readme
fc4aa5a10d
persist member list opened status
f3c31db244
update build requirements
419d75ca83
wrap messages with unknown message types
9831446c66
add a little padding to send errors
Compare 17 commits »
istalri pushed to custom_emoji_picker_stickers_and_more at istalri/nexus 2026-07-31 18:57:13 -04:00
49b94a2e34 Merge remote-tracking branch 'origin/main' into custom_emoji_picker_stickers_and_more
3536f74851
mark encrypted media as done
fa451621de
use gomuks for downloading media
90230651e6
default auth method to none
92b88e46ac
fix attachments disappearing when editing messages
Compare 7 commits »
istalri pushed to main at istalri/nexus 2026-07-28 14:31:24 -04:00
5f13d3fbf5
don't show errors when url preview fails
eca9d3b411
use gomuks for URL previews
16fdf0c420
download audio and video using gomuks
Compare 3 commits »
istalri pushed to main at istalri/nexus 2026-07-27 14:16:03 -04:00
3536f74851
mark encrypted media as done
fa451621de
use gomuks for downloading media
90230651e6
default auth method to none
92b88e46ac
fix attachments disappearing when editing messages
1799e02844
update gomuks vendorHash
Compare 6 commits »
istalri pushed to custom_emoji_picker_stickers_and_more at istalri/nexus 2026-07-25 13:07:35 -04:00
0813597a53 Small refactor of emoji controller and widget
istalri created branch custom_emoji_picker_stickers_and_more in istalri/nexus 2026-07-25 13:07:35 -04:00
istalri deleted branch support_pinned_messages from istalri/nexus 2026-07-25 11:14:37 -04:00
istalri commented on issue Nexus/nexus#38 2026-07-25 08:31:11 -04:00
Replace emoji picker package with a custom impl

Shortly discussed with @Henry-Hiles that I want to work on it.

istalri pushed to main at istalri/nexus 2026-07-25 07:56:02 -04:00
716541b457
fixup oauth animation
965c7ea2dc
add media for twim
85d02f2ac9
bump gomuks
1c446c4cdf
bump gomuks
51430d2830
Verify state on login
Compare 22 commits »
istalri pushed to main at istalri/nexus 2026-07-21 16:12:43 -04:00
a557cffdbf
remove old comment in gradle
9d7156d176
remove un-needed context
b792247575
slight wording tweak
35fbe1094f
update login status in readme
05d1c3b04a
link to macos issue
Compare 22 commits »
istalri pushed to support_pinned_messages at istalri/nexus 2026-07-11 19:37:46 -04:00
82f72f99c0 Corrected return type for SetState from JSON to String & replaced IIFE in room_chat with default builder function call.
istalri pushed to support_pinned_messages at istalri/nexus 2026-07-11 18:19:32 -04:00
135be17555 Added a context menu entry for pinning/unpinning
istalri pushed to support_pinned_messages at istalri/nexus 2026-07-11 18:14:06 -04:00
5fef08b88e use stale data if needed instead of showing loading in pinned events drawer
cdb657a209 use EventRenderer card for pins
7d823193b9 use ErrorDialog to show errors
bc5cace70c remove duplicate center
c33583bd23 use a double scaffold approach for pins drawer
Compare 15 commits »
istalri pushed to main at istalri/nexus 2026-07-11 06:28:33 -04:00
7b734a89ac
add client perm for MacOS
ceb749d272
trim SDK path
45240f6cb0
fix generate.dart on macos
4c90fbd7d1
get xcode sdk
8e76da4ac2
remove macos titlebar
Compare 6 commits »
istalri commented on pull request Nexus/nexus#49 2026-07-08 02:20:51 -04:00
Support for pinned messages

Okay, I see. I will look into it.

istalri commented on pull request Nexus/nexus#49 2026-07-07 03:16:53 -04:00
Support for pinned messages

Yeah, makes sense, seperation of concern is a useful standard. This would make it cleaner.

istalri commented on pull request Nexus/nexus#49 2026-07-07 03:15:37 -04:00
Support for pinned messages
istalri commented on pull request Nexus/nexus#49 2026-07-07 03:06:51 -04:00
Support for pinned messages

Oh then I understood something wrong. I though it was needed for this:

istalri created pull request Nexus/nexus#49 2026-07-06 18:58:58 -04:00
WIP: Support for pinned messages.