|
|
fe871217b2
|
support for registering pushers
|
2026-08-23 14:09:53 -04:00 |
|
|
|
077044ec19
|
Move to Flutter 3.47, use the improvements that come with this (#64)
Reviewed-on: #64
|
2026-08-22 13:04:33 -04:00 |
|
|
|
a9993013f5
|
add rooms to mention chips
Needs handling for event links, plus clickability
|
2026-08-11 20:34:43 -04:00 |
|
|
|
2afd5ae258
|
put account data keys in model
|
2026-08-08 16:14:11 -04:00 |
|
|
|
83e8084213
|
catch parsing errors for invalid replies
|
2026-08-08 11:31:07 -04:00 |
|
|
|
ae5b6e2b40
|
bump gomuks, fix profile issues caused by this
|
2026-08-05 16:28:47 -04:00 |
|
|
|
f97c5548a3
|
add invite blocking support plus msc4494 support
To accomplish this I also reworked how account data is stored and added a method to fetch capabilities, and another method to set account data
|
2026-08-04 21:04:55 -04:00 |
|
|
|
fa451621de
|
use gomuks for downloading media
|
2026-07-26 23:01:36 -04:00 |
|
|
|
90230651e6
|
default auth method to none
Fixes auth on MAS
|
2026-07-26 18:26:20 -04:00 |
|
|
|
2a91959333
|
fix encrypted uploads
|
2026-07-21 21:34:49 -04:00 |
|
|
|
c4f63d18b5
|
add support for sending media
Still needs camera support.
|
2026-07-21 20:19:01 -04:00 |
|
|
|
7d106ad3a2
|
OAuth Support (#53)
Rips out the old auth method, adds OAuth support. Fixes #51.
Tested Platforms:
- [x] Linux
- [x] Flatpak
- [x] Native (Nix)
- [x] Android
- [ ] Windows
- [ ] MacOS
Reviewed-on: #53
|
2026-07-20 19:46:18 -04:00 |
|
|
|
7992f0e815
|
treewide(refactor): rename files to follow the same style
|
2026-07-18 12:12:54 -04:00 |
|
|
|
0ef9b25320
|
Add settings page (#46)
Fixes #37, fixes #47.
Reviewed-on: #46
|
2026-07-17 20:36:41 -04:00 |
|
|
|
818e582ddd
|
Support for pinned messages (#49)
The first draft to support pinned messages. Fixes #39.
Co-authored-by: Henry-Hiles <henry@henryhiles.com>
Reviewed-on: #49
|
2026-07-14 19:29:47 -04:00 |
|
|
|
6e02cce84f
|
WIP subspace support
|
2026-06-05 21:23:06 -04:00 |
|
|
|
fcdada6f3e
|
add support for v12 creators
|
2026-06-05 18:10:41 -04:00 |
|
|
|
d2ec5f035b
|
treewide: use dot shorthands where possible
Now this feature is stable, we should use it. I might have missed some usecases, but these can be added in future commits.
|
2026-06-02 12:50:56 -04:00 |
|
|
|
eb87cbc17b
|
more elegantly handle empty displaynames
|
2026-05-31 21:46:29 -04:00 |
|
|
|
451875b137
|
add sticker support
|
2026-05-26 19:43:25 -04:00 |
|
|
|
70eba46c76
|
add and render HistoryVisibilityContent
|
2026-05-26 19:22:53 -04:00 |
|
|
|
a0c2eefc1e
|
Add room alias support
|
2026-05-26 18:44:27 -04:00 |
|
|
|
b836c3b06e
|
show messages whilst sending
|
2026-05-26 12:07:43 -04:00 |
|
|
|
16cf126df4
|
Remove flutter chat (#26)
Had to squash merge manually as Forgejo was erroring
|
2026-05-21 17:02:08 -04:00 |
|
|
|
313dc377ec
|
fetch emoji list from gemoji for a more complete emoji list
|
2026-04-13 22:44:22 -04:00 |
|
|
|
3e8eba0872
|
disable react button while last action is pending
|
2026-04-12 15:07:49 -04:00 |
|
|
|
1dcf3018a2
|
Allow sending reactions
(but not redacting them yet)
|
2026-04-12 14:15:00 -04:00 |
|
|
|
5154e0fc6b
|
Try to fix error handling on sync
|
2026-04-10 11:53:32 -04:00 |
|
|
|
185ee37f04
|
fix checks for memberships
|
2026-04-04 17:52:42 -04:00 |
|
|
|
f38715c8ef
|
Add powerlevel checks
|
2026-04-04 17:44:55 -04:00 |
|
|
|
c3ca1e3491
|
Add dialog for kick/ban
|
2026-04-04 12:28:49 -04:00 |
|
|
|
3a1bcb5b8f
|
Add (WIP) ban/klck ability
|
2026-04-02 17:37:27 -04:00 |
|
|
|
e30355a6f1
|
Support stable identifiers for MSC4175
|
2026-04-02 10:58:34 -04:00 |
|
|
|
08cca4d3d3
|
Re-add custom hashCode and == on MessageConfig, fixing constant MessageController reloads due to room changing
|
2026-03-30 13:42:41 -04:00 |
|
|
|
55ecbc3590
|
Add better error handling, send messages early and update when delivered
|
2026-03-30 13:08:57 -04:00 |
|
|
|
60be7aaf72
|
don't pass room around, use many watches
|
2026-03-29 14:14:11 -04:00 |
|
|
|
92e5206326
|
Workaround for c10y 779
|
2026-03-29 11:39:43 -04:00 |
|
|
|
690d2549bc
|
Expandable room icons
|
2026-03-28 00:11:24 -04:00 |
|
|
|
9054b6b357
|
lazy load memberships
|
2026-03-22 16:35:15 -04:00 |
|
|
|
8b056d8ed1
|
dont fetch members on load
|
2026-03-22 14:30:46 -04:00 |
|
|
|
62f8e675a4
|
load replies at render time
|
2026-03-19 11:26:00 -04:00 |
|
|
|
0769ab4dbb
|
improve reply handling
|
2026-03-10 19:22:41 -04:00 |
|
|
|
f4eea1b882
|
Use gomuks editSource
|
2026-03-01 13:58:43 -05:00 |
|
|
|
97f4bc78f0
|
Fetch account data
|
2026-03-01 13:58:24 -05:00 |
|
|
|
b88f636e34
|
fix get event request json
|
2026-02-13 21:54:29 -05:00 |
|
|
|
2d90a2adfe
|
big performance improvements!!
|
2026-02-13 16:57:07 -05:00 |
|
|
|
82b6f2c647
|
joining rooms from matrix uri or plaintext
|
2026-01-30 20:22:51 +01:00 |
|
|
|
2372ecd141
|
Working images
|
2026-01-30 18:45:55 +01:00 |
|
|
|
34f45c929a
|
fix bug in timeline
|
2026-01-30 18:45:55 +01:00 |
|
|
|
bfd0b1ec47
|
wip
|
2026-01-30 18:45:55 +01:00 |
|