Commit graph

68 commits

Author SHA1 Message Date
Krille
d630238142 feat: Add read marker 2023-03-24 08:31:28 +01:00
Krille
f88837232b chore: Follow up lastreadeventisvisible marker 2023-03-22 15:06:40 +01:00
Krille
5c70dd39bc feat: Jump to last read event 2023-03-22 13:16:00 +01:00
Krille
c00a6e3d00 feat: Use fragmented timeline to jump to event 2023-03-22 09:16:07 +01:00
Krille
ae99606531 style: Minor adjustments for modal bottom sheets 2023-03-15 19:31:14 +01:00
Christian Pauly
1aaf2f9a15 chore: Fix formatting 2023-03-02 11:54:20 +01:00
Malin Errenst
ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
Christian Pauly
b176811f7c design: Adjust design to new material 3 capabilities of Flutter 3.7 2023-02-02 09:57:53 +01:00
Krille
d343c71703 chore: Update Matrix SDK and refactor 2023-01-20 16:59:50 +01:00
Krille
033cc8de31 chore: Follow up leave abandoned DM room 2023-01-15 10:05:54 +01:00
Krille
eac784e33b fix: Archive 2023-01-13 10:38:39 +00:00
Christian Pauly
06305b8300 feat: Nicer design for abandonded DM rooms 2023-01-06 08:54:17 +01:00
Krille
e9fb280970 design: More clear chat background and rounded popup menu 2023-01-03 18:29:03 +01:00
Krille Fear
2f71b0ac1d chore: Add gradient to chat background 2022-12-24 12:07:41 +01:00
Mg138
a04b8ad8c7 improved (most) icons/image scaling, including avatar scaling 2022-10-31 05:07:18 +08:00
Christian Pauly
17dc6ee3a8 chore: Add unread badge to navigation rail and adjust design 2022-09-11 11:07:04 +02:00
Christian Pauly
92fa413156 fix: Popup menu without elevation 2022-09-10 12:11:11 +02:00
Christian Pauly
7eac054323 chore: Adjust bubble color in dark mode 2022-08-31 16:06:53 +02:00
Christian Pauly
ef763846d0 fix: Sharing on iPad 2022-08-21 08:42:02 +02:00
Christian Pauly
84ad3b88d4 chore: Remove error logging with sentry 2022-08-14 16:18:18 +02:00
Christian Pauly
ba3b86d48a chore: Revert onRoomUpdate logic 2022-08-10 21:47:24 +02:00
Christian Pauly
9d7bc52513 fix: Do not rebuild chat view twice on each message 2022-08-10 21:38:08 +02:00
Christian Pauly
983066e4a7 chore: Adjust design 2022-08-05 17:07:46 +02:00
Christian Pauly
2fe40d34b9 chore: Follow up appbar design 2022-07-12 21:37:04 +02:00
Christian Pauly
f1ebc81cf6 chore: Adjust design 2022-07-09 09:12:11 +02:00
Christian Pauly
78664e8dbd chore: Always display header elevation in chat 2022-07-08 09:59:40 +02:00
Christian Pauly
ccfda5bc96 feat: New material 3 design 2022-07-07 20:18:40 +02:00
Christian Pauly
2ce48ec563 refactor: Chat view 2022-06-28 16:51:29 +02:00
Christian Pauly
c249ebb97c refactor: Switch to Hive Collections DB 2022-06-09 11:37:21 +02:00
Christian Pauly
15f41f77f0 feat: Initial material you support 2022-05-18 08:54:50 +02:00
Christian Pauly
ac4fb8e800 fix: Send read receipts on all taps 2022-03-13 10:55:52 +01:00
Christian Pauly
af21353634 fix: Emojipicker issues 2022-03-03 07:52:31 +01:00
Krille Fear
74100bd777 chore: Make webRTC opt-in 2022-02-19 11:58:21 +01:00
Krille Fear
0e55c50c34 Merge branch 'krille/direct-chat-calls' into 'main'
chore: Hide call button for group chats

See merge request famedly/fluffychat!748
2022-02-17 21:01:07 +00:00
Krille Fear
73b68cf0b4 chore: Hide call button for group chats 2022-02-17 21:38:37 +01:00
Krille Fear
7f0bd867ec fix: Set read marker only on user interaction 2022-02-17 21:12:47 +01:00
Krille Fear
04ba24b6a6 chore: Do not create VoipPlugin on not supported platforms 2022-02-17 19:46:02 +01:00
Christian Pauly
71af35fade chore: Webrtc follow up fixes 2022-02-17 15:07:29 +01:00
Christian Pauly
472783c306 design: Redesign chat app bar 2022-02-17 12:52:58 +01:00
Christian Pauly
b9098d7411 chore: Adjust start video call UX 2022-02-17 09:11:45 +00:00
TheOneWithTheBraid
34600ac165 feat: implement WebRTC calls
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 14:50:48 +01:00
TheOneWithTheBraid
b1d1744df8 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
18300eba89 Apply 1 suggestion(s) to 1 file(s) 2022-02-16 07:51:41 +00:00
TheOneWithTheBraid
704fd404b1 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
TheOneWithTheBraid
31bec1a0d8 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
55f0300f9f refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear
f543da1575 Merge branch 'background-click' into 'main'
Click on background to clear selected events

See merge request famedly/fluffychat!631
2022-01-03 16:12:09 +00:00
S1m
78fd5d5192 change: Click on background to clear selected events 2022-01-03 16:12:09 +00:00
Christian Pauly
c0e2f66bf6 feat: Save files images and videos 2021-12-27 15:35:25 +01:00
S1m
6c1a76f2ea fix: Show scrollDownButton only if selectedEvents is empty 2021-12-22 09:03:24 +00:00