Commit Graph

3721 Commits (rc1.26.0-1)

Author SHA1 Message Date
Krille b895ca5523
chore: Follow up file message design
Signed-off-by: Krille <c.kussowski@famedly.com>
3 months ago
krille-chan 1b42cf44fc
chore: Follow up message design 3 months ago
krille-chan 8c75e31612
chore: Follow up message design 3 months ago
krille-chan a8a15e900b
chore: Follow up members list 3 months ago
Krille 6edfb40207
chore: Follow up scaffold dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
3 months ago
Krille 64ba93d8ea
chore: Nicer scaffold dialog for column mode
Signed-off-by: Krille <c.kussowski@famedly.com>
3 months ago
Krille 60fe90233b
fix: Text scale factor in Linkify widgets
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille a1223c0e9b
chore: Follow up public rooms dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille c01e4ba797
refactor: Move public room bottom sheet into dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 5e7b0bf724
feat: Filter for room members page and easier approve knocking users
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 3594fa4f6d
refactor: Implement avatar image viewer and adjust design
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 2873a047f8
chore: Follow up permissions slider dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
krille-chan 764c614c14
chore: Use Cupertino Activity Indicator in ChatEventList 4 months ago
krille-chan ceeb262a55
chore: Follow up user dialog theme 4 months ago
Krille 32a856609b
build: Update matrix dart sdk to 0.39.0
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille b6ebe960e7
chore: Follow up dialog themes
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille eeb630b5fc
chore: Follow up dialog themes
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 8db9a05071
chore: Follow up dialog themes
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 7e8f223eff
refactor: Replace user bottom sheet with menu and small dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille a12c48fae6
refactor: Replace user bottom sheet with menu and small dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille b6b1d6ddb1
chore: Follow up new room design
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille e0525940ba
chore: Improve avatar designg
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
krille-chan 782d0577a2
fix: Null error in ClientChooserButton 4 months ago
Rafał Hirsch 706d0bf060
feat: clearly mark when a video is to be downloaded
This shows a download icon instead of the play icon on top of the video if the video player isn't supported.
4 months ago
Rafał Hirsch cfcbf944ff
feat: support inline video playback on macOS
It turns out that video_player supports macOS, so we can simply enable it.
4 months ago
Rafał Hirsch d9ee3fbec6
fix: properly dispose VideoPlayerController
This ensures that a playing video stops playing when we navigate away from the chat.

I also reorganized the code a little.
4 months ago
Krille-chan c4fb6e4886
Merge pull request #1702 from xegim/ui_padding_fix
fix: Consistent element padding between server picker and login view
4 months ago
Krille 5a96438ceb
refactor: Migrate more config options to config viewer
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
xegim 75a61980b3
fix: Consistent element padding between server picker and login view 4 months ago
Krille d72998e7e9
build: Update openssl to 0.5.0
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 072a6d0960
chore: Follow up formatting
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 430099b30a
chore: Follow up update matrix dart sdk
Signed-off-by: Krille <c.kussowski@famedly.com>
4 months ago
Krille 3bf6134125
refactor: Formatting 4 months ago
Krille 47240e47db
Revert "chore: Follow up code formatting"
This reverts commit 0f000f952f.
4 months ago
Krille 0f000f952f
chore: Follow up code formatting 4 months ago
Krille 92db578365
chore: Make push gateway configurable
Signed-off-by: Krille <c.kussowski@famedly.com>
5 months ago
Krille 03ea244e64
chore: Follow up config editor
Signed-off-by: Krille <c.kussowski@famedly.com>
5 months ago
Krille 251bcb3ebe
chore: Simpler changing config variables
Signed-off-by: Krille <c.kussowski@famedly.com>
5 months ago
Krille 4c37811878
chore: disable echoCancel for audio messages 5 months ago
Krille 97fad52c03
chore: Use other join endpoint for room upgrades 5 months ago
Krille dda45f783f
refactor: Easier shift enter logic for text input 5 months ago
krille-chan 8956f81e4e
chore: divider when scrolled up 5 months ago
Krille b645193f7b
refactor: Improved UX for room upgrades 5 months ago
Krille 730fb22be3
feat: Add advanced configuration page 5 months ago
krille-chan cd83c6e5ab
refactor: Remove custom font and emoji font workaround 5 months ago
Krille a91646d2ba
fix: Add missing <s> html tag to render 5 months ago
Krille 7a47a6a595
fix: Remove too sensitive dismiss gesture on chat list items 5 months ago
ggurdin eb83cd90eb
fix: update condition in account deletion function to allow deletion to go through 5 months ago
Krille-chan 954607f339
Merge pull request #1641 from ggurdin/ggurdin/prevent-empty-space-name
fix: prevent users from creating group chats or spaces with empty names
5 months ago
ggurdin 6959d8be00
fix: prevent users from creating spaces with empty names 5 months ago