Commit Graph

3245 Commits (rc1.19.1-1)

Author SHA1 Message Date
Krille a518f8a019
chore: New performant fade in for images 1 year ago
Krille bac2dceae4
chore: Follow up image bubble performance 1 year ago
Krille 5573c7fcbc
chore: Disable image transition for better performance 1 year ago
Krille 25ec229ace
refactor: Use dart blurhash 1 year ago
krille-chan 1271441eb0
chore: Follow up imagebubble 1 year ago
Krille ba05050c2b
chore: Follow up image size 1 year ago
krille-chan db747afb7b
chore: Add missing command hints 1 year ago
krille-chan 2104793ecd
design: Display images in correct ratio in timeline 1 year ago
Krille 508a7e78c7
chore: Adjust design of typing indicator 1 year ago
krille-chan f6eafd576e
fix: Do not sync in background mode 1 year ago
Krille c028c69b2d
design: Nicer reactions design with size animations 1 year ago
krille-chan 8dd8edae44
chore: Follow up set room read marker 1 year ago
krille-chan e0e1b65f77
chore: Follow up message bubble design 1 year ago
krille-chan 6073b46cfc
fix: Search in spaces view 1 year ago
krille-chan c842e3454b
chore: Follow up message bubble color 1 year ago
krille-chan 0387b955ed
chore: Follow up message bubble design 1 year ago
krille-chan 292e6c8834
design: Connect bubbles from same sender 1 year ago
krille-chan ca79beeddb
chore: Disable broken soft logout 1 year ago
krille-chan a31dce0a21
fix: Remove pantalaimon message with normal error message 1 year ago
Krille 1712d30c2f
feat: Support refresh tokens 1 year ago
Krille bb3865757b
chore: Follow up dismiss notifications logic 1 year ago
Krille 0eaa7aa73e
chore: Follow up notification logging 1 year ago
Krille 6d973db6fc
refactor: Better logic for removing outdated notifications 1 year ago
Krille c0ba68dff5
fix: Set readmarker on focus on web 1 year ago
Krille fdc77fb6d9
fix: Set read marker on web 1 year ago
Gavin Mogan a0f82a2aba
Point to correct path for auth.html so completing sso login flow no longer 404s 1 year ago
krille-chan f56758e1c4
feat: Reply with one button in desktop 1 year ago
krille-chan 0cf6a1d74a
refactor: Enhance logic when to mark room as read 1 year ago
krille-chan 0e8363221b
design: Nicer QR Code design 1 year ago
krille-chan db8e4c2916
chore: Follow up stickers 1 year ago
krille-chan 5a6016931b
design: New sticker picker next to emoji picker 1 year ago
krille-chan 6c5133abfe
chore: Follow up send filename for keyboard input 1 year ago
krille-chan 6435e703e4
feat: Add insert content via gboard 1 year ago
Krille 1324ce517d
refactor: Remove old aliases workaround 1 year ago
krille-chan 1c19c9a2a9
chore: Follow up set speed in voice messages 1 year ago
krille-chan bf1f8ebaf5
feat: Add speed button for audioplayer 1 year ago
krille-chan f12bf5a9bd
fix: Notifications open sometimes automatically on android 1 year ago
krille-chan 7ae9eb82e0
fix: Export session 1 year ago
krille-chan 826cce6573
refactor: Better download UX with file picker for android and iOS 1 year ago
Krille-chan 7488f620ec
Merge pull request #900 from rizzzvi/send-original-video-812
enhanced send video functionality by adding toggle send original
1 year ago
krille-chan 6f0d880ad8
chore: Follow up input content padding 1 year ago
krille-chan 477a8b858b
feat: Open chat on shortcut click on android 1 year ago
krille-chan ffeb8bb08e
chore: Follow up fix textfield design for flutter 3.19.0 1 year ago
Krille 859701e158
chore: Follow up android shortcuts 1 year ago
Krille d2a58422b4
refactor: Use hashcode instead of string to id workaround for notifications 1 year ago
Krille d6e797b04b
chore: Thumbnail follow up for notifications 1 year ago
Mubeen Rizvi 49caebcaa8 enhanced send video functionality by adding toggle send original 1 year ago
krille-chan a6b5acb451
fix: Open room by notification happened multiple times 1 year ago
krille-chan 88f1fc1720
fix: BuildContext crash when joining room 1 year ago
krille-chan 20154e3f24
chore: Follow up notification avatar 1 year ago
Krille e45101325f
chore: Follow up shortcut icon android 1 year ago
Krille cc277c1431
chore: Follow up android haptic feedback 1 year ago
Krille-chan e69f610c26
Merge pull request #890 from Bubu/fix_restoring_unimportant_event_setting
fix: properly initialize hideUnimportantStateEvents setting
1 year ago
Krille-chan ce5ad908de
Merge pull request #889 from Bubu/read_unread_icons
Fix swapped icons for mark read/unread and pin/unpin
1 year ago
Krille-chan f8fbbf4c3e
Merge pull request #892 from Bubu/hide_presences_list
feat: make showing user presence info optional
1 year ago
Krille 91f4cdc7e3
chore: Follow up shortcuts on android 1 year ago
krille-chan dee9323d47
feat: Add notification shortcuts to android 1 year ago
Marcus Hoffmann f8f73b7661 feat: add dialog to hide presence list with long-press 1 year ago
Marcus Hoffmann ccfa3fa8f6 feat: make showing user presence info optional
895de76e70 replaced the stories feature
with presence status messages. Stories were an optional feature but
right now presence information can only be disabled on a homeserver
level.

Introduce a setting to make this feature optional on a client level.
1 year ago
Marcus Hoffmann c6a79f7ad0 fix: properly initialize hideUnimportantStateEvents setting
This setting was not applied on app restart but always initialized to
the default value. The only way change this was to go into settings and
change the toggle twice after an app restart.
1 year ago
Marcus Hoffmann bc68a4faaa fix: use correct icons for chat pin/unpin
Similarly to the read/unread toggle this was also using the wrong icon.

If any selected room is not favourite, then show the pin icon (which
should represent the "mark as favourite" action as it corresponds to the
filled pin shown next to a favourited room. Otherwise show the outline
icon, representing the "unpin" action.
1 year ago
Marcus Hoffmann 3e4bbc4b2f fix: use correct icons for mark read/unread action
If any selected room is not marked unread
(anySelectedRoomNotMarkedUnread), then show the 'mark unread' action
icon, else show the 'mark as read' icon.

This makes it consistent with the notification on/off action.
1 year ago
krille-chan aa68e8fe3b
chore: Add more information to Person object in android notifications 1 year ago
krille-chan ecaac9eec2
fix: Open room links with event id 1 year ago
krille-chan 2e67695645
fix: Remove status msg not changeable from old cache 1 year ago
krille-chan f5c536878a
fix: Open room after join 1 year ago
Krille 6cc2c6a578
fix: Request notification permission on android 1 year ago
Krille 46a12d5225
fix: Share invite link of rooms 1 year ago
Krille 6fde2fbeaa
fix: whitespaces sometimes encoded in html message 1 year ago
Krille dce3c0ae52
chore: Wait for device keys before ask bootstrap 2 years ago
Krille 2af8691536
chore: Improved error handling for recovery key 2 years ago
Krille bad0579eb5
chore: Follow up status bubble color 2 years ago
Krille bfcfcc9a83
chore: Follow up wallpaper size 2 years ago
Krille 1a2a25d394
chore: Make stickers smaller 2 years ago
Krille e96090051d
chore: Follow up wallpaper thumbnail width 2 years ago
Krille 172cd651fc
fix: Render tg-forward html tags 2 years ago
Krille 3b9245c8c7
feat: New account data wallpaper feature 2 years ago
Krille 85a868522e
fix: Missing null check in public room bottom sheet 2 years ago
Krille 1a655d6f72
fix: Use HapticFeedback.selectionClick() for long press on message 2 years ago
Krille 03728ccb42
fix: onDragDone crashes when no files found 2 years ago
krille-chan d0090ad8d3
chore: Adjust status msg design 2 years ago
Krille 3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2 years ago
Krille 0d465b6deb
chore: Revert applock fix and downgrade flutter instead 2 years ago
Krille 1a0b240d5d
fix: Keyboard disappears in lockscreen 2 years ago
Krille 9c74604838
build: Update sdk to 0.25.6 2 years ago
krille-chan 20c678553a
chore: Add more explaining text for key verification 2 years ago
krille-chan f7c89ddf9e
chore: Resort settings and add more description text 2 years ago
krille-chan a7a8285a55
build: Do not load emojis at initial start on web 2 years ago
krille-chan 8ec3497b54
feat: Implement private read receipts 2 years ago
krille-chan e50153c2c8
fix: Open publicroombottomsheet by alias 2 years ago
krille-chan a7e8ec78ed
feat: Join room by alias by tpying alias in searchbar 2 years ago
krille-chan 315a43c1a4
refactor: Dialog BuildContext 2 years ago
Krille 40003628b9
fix: Add cancel button to key request dialog 2 years ago
Krille 708629acca
chore: Follow up linkify code 2 years ago
Krille e39f046b1e
fix: Encode component for links correctly 2 years ago
krille-chan c67df2e14f
fix: Forward arbitrary message content 2 years ago
krille-chan e95ed61257
refactor: Use popupmenudivider instead of workaround 2 years ago
Krille e6bbb8f980
fix: Wait for user device keys before start verification 2 years ago
Krille 23fe757599
fix: text nodes with multiple links crash the timeline 2 years ago
Krille e0ecdee5d5
chore: Remove vibration on iOS for long press 2 years ago