Krille
2f6799470c
refactor: Client in ChatPage
2023-03-25 14:58:51 +01:00
Krille
507cd1f17e
refactor: Use correct Matrix instance
2023-03-25 14:57:27 +01:00
Krille
2e73051b81
feat: Add read marker
2023-03-24 08:31:28 +01:00
Krille
c2768ae40a
feat: Jump to last read event
2023-03-22 13:16:00 +01:00
Krille
a4a852ede8
feat: Use fragmented timeline to jump to event
2023-03-22 09:16:07 +01:00
Krille
156217c3ae
refactor: Switch to file_picker package and get rid of some dependency overrides
2023-03-18 17:02:12 +01:00
Malin Errenst
5212d7ce4d
refactor: Added and applied require_trailing_commas linter rule
2023-03-02 11:21:40 +01:00
Christian Pauly
a76ea48d84
fix: Display error when user tries to send too large file
2023-02-13 15:38:08 +01:00
Christian Pauly
8503bbd33c
refactor: Migrate to Flutter 3.7.0
2023-01-26 13:18:42 +01:00
Krille
972df73dd9
chore: Update Matrix SDK and refactor
2023-01-20 16:59:50 +01:00
Krille
4afb9a4790
chore: Follow up leave abandoned DM room
2023-01-15 10:05:54 +01:00
Krille
a1f60b7ff9
fix: Archive
2023-01-13 10:38:39 +00:00
Krille
fbb68686ea
style: New modal bottom sheets
2023-01-08 11:07:31 +01:00
Christian Pauly
754b919531
feat: Nicer design for abandonded DM rooms
2023-01-06 08:54:17 +01:00
Krille
835d97f439
chore: Follow up draft fix
2022-12-30 18:24:34 +01:00
Krille
c9f4904d99
refactor: Remove dart from folder name
2022-12-30 17:54:50 +01:00
Krille Fear
1e1e591d27
feat: Store drafts
2022-12-30 13:32:52 +01:00
Krille Fear
3cb7842a7b
chore: Make audio player dialog not dismissable
2022-12-30 12:53:42 +01:00
Christian Pauly
4517c4f6ff
chore: Update dependencies
2022-11-03 15:37:40 +01:00
Christian Pauly
c365469dc5
design: Hide unimportant state events instead of folding
2022-10-15 10:38:06 +02:00
td
1104f1dc6f
feat: background and terminated calls [android]
2022-09-10 15:42:52 +05:30
Christian Pauly
1b857d461e
feat: Automatic key requests and better key error dialog
2022-09-08 09:12:08 +02:00
Christian Pauly
67f5a76f16
fix: Sharing on iPad
2022-08-21 08:42:02 +02:00
Christian Pauly
236c5b1648
fix: Wait for init before showing room on web start
2022-08-07 12:54:26 +02:00
Jorge Menjivar
2273505d9b
Fixed Issue #973
2022-08-06 02:41:06 -07:00
Christian Pauly
0237ada0bc
feat: Send multiple images at once
2022-07-10 09:59:47 +02:00
Christian Pauly
9f5a553c1b
chore: Update SDK
2022-06-26 12:52:05 +02:00
Christian Pauly
c2df8f4b4b
refactor: Switch to Hive Collections DB
2022-06-09 11:37:21 +02:00
Christian Pauly
0c7c3bcf5a
fix: Send sticker without blocking the UI
2022-05-30 10:06:41 +02:00
Christian Pauly
a718152905
refactor: Upgrade to Flutter 3.0.0
2022-05-12 13:23:19 +02:00
Christian Pauly
35a2f95eae
feat: Better image sending experience
2022-03-30 11:46:24 +02:00
Krille Fear
d4f0c6c526
fix: Open room from notification click produces errors
2022-03-20 15:46:03 +01:00
Christian Pauly
6d28953434
fix: Emojipicker issues
2022-03-03 07:52:31 +01:00
Krille Fear
5df9dc0db8
chore: Better call UX sounds and timeline design
2022-02-19 11:16:33 +01:00
Krille Fear
e4cdd2837b
fix: Set read marker only on user interaction
2022-02-17 21:12:47 +01:00
Krille Fear
0f167387ee
chore: Do not create VoipPlugin on not supported platforms
2022-02-17 19:46:02 +01:00
Christian Pauly
ed41b924f7
chore: Webrtc follow up fixes
2022-02-17 15:07:29 +01:00
Christian Pauly
5a5efe9de2
chore: Follow up fix pinned event ids
2022-02-17 14:02:17 +01:00
Christian Pauly
5bd892668a
design: Redesign chat app bar
2022-02-17 12:52:58 +01:00
Christian Pauly
890db2bc45
chore: Adjust start video call UX
2022-02-17 09:11:45 +00:00
Christian Pauly
ffe387a7e2
chore: Fix keyboard
2022-02-17 09:18:50 +01:00
TheOneWithTheBraid
e5c03ffb53
feat: implement WebRTC calls
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 14:50:48 +01:00
Christian Pauly
edb3adf208
chore: Follow up pinned events allow unpin via appbar button
2022-02-16 11:32:46 +00:00
Christian Pauly
e023d52bef
refactor: Remove deprecated jitsi call generator
2022-02-16 12:02:01 +01:00
TheOneWithTheBraid
30ce5c7f57
feat: implement an emoji keyboard
...
- add button to show emoji keyboard
- change database directory for debug builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 11:01:07 +01:00
Krille Fear
0eba2ae859
Apply 1 suggestion(s) to 1 file(s)
2022-02-16 10:14:16 +01:00
TheOneWithTheBraid
8d1e27a0bf
feat: implement pinned messages
...
- render pinned events on the chat top
- support scroll up for several pinned messages
- ask to unpin messages
- add button to pin message
- fix some null-safety issues
- fix the Linux database directly for debug builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 07:51:41 +00:00
Christian Pauly
3d7287993f
feat: Display indicator for unread muted rooms
2022-02-14 11:22:36 +01:00
TheOneWithTheBraid
60f6f15f2e
feat: implement retreiving widgets
...
- display a bottom sheet with widgets
- open widgets in a browser
- fixes in .gitignore
- Windows UWP build files
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-10 17:48:45 +01:00
Krille Fear
ef4c5089d5
refactor: Migrate to null safety
2022-01-31 16:33:42 +01:00