Commit graph

1493 commits

Author SHA1 Message Date
krille-chan
d53d0d8083
chore: Follow up sendfile snackbars 2024-09-22 19:20:10 +02:00
krille-chan
b83503585f
feat: Sending multiple files at once 2024-09-22 19:18:08 +02:00
krille-chan
5c9880f0b2
refactor: Load bytes from sending files later to not let app crash 2024-09-22 15:45:41 +02:00
krille-chan
6866a996a3
chore: Follow up imageviewer 2024-09-22 14:36:35 +02:00
krille-chan
838dcb413e
chore: Make imageviewer full window 2024-09-22 09:38:57 +02:00
choreo development
9cc96580d7 made toolbar visible when clicking in transparent msg row 2024-09-19 15:32:11 -04:00
Krille
75d28e16ea
chore: Follow up waveform color 2024-09-18 10:13:53 +02:00
Krille-chan
b7cbd12b04
Merge pull request #1319 from q234rty/patch-1
fix: Bypass image compression in flutter_file_picker
2024-09-17 08:17:33 +02:00
Krille
3355e66e9a
chore: Fix formatting 2024-09-16 08:08:13 +02:00
ggurdin
3a7d46fc18
add blue effect to overlat background, made toolbar backdrop slightly darker 2024-09-12 15:30:54 -04:00
ggurdin
f7fdffaaa4
disable suggestions in input bar 2024-09-12 11:49:35 -04:00
ggurdin
397f32fcbc
don't show toolbar is message is redacted 2024-09-12 09:34:40 -04:00
ggurdin
0124ce6d24
Merge branch 'merge' into merge-analytics 2024-09-11 15:28:57 -04:00
ggurdin
2001e51171
Merge branch 'main' into merge 2024-09-11 15:28:44 -04:00
ggurdin
bd25cda630
only show toolbar if the message is text or audio 2024-09-11 15:26:39 -04:00
ggurdin
e8275adbc6
Merge branch 'merge' into merge-analytics 2024-09-11 12:29:16 -04:00
ggurdin
f3d32fa7ef
Merge branch 'main' into merge 2024-09-11 12:29:04 -04:00
ggurdin
36537b0dc7
scroll to center of screen if toolbar causes header overflow, scroll the overlay up if there's a footer overflow 2024-09-11 12:14:23 -04:00
ggurdin
2e139be658
position message overlay directly over the underlying message 2024-09-11 12:13:39 -04:00
krille-chan
54306847f8
chore: Follow up audioplayer design 2024-09-11 13:56:28 +02:00
krille-chan
a732ea62e2
feat: New audio message design with displayed body 2024-09-11 11:45:46 +02:00
ggurdin
c5ccf6dac2
merge analytics updates into fluffychat merge branch 2024-09-10 12:57:23 -04:00
ggurdin
25b0e09123
Merge branch 'main' into learning-analytics-summary 2024-09-10 12:39:14 -04:00
ggurdin
f15acbd872
merge main and update matrix dart SDK 2024-09-10 12:38:30 -04:00
ggurdin
f9f0945655
speed up toolbar on click message 2024-09-10 09:49:09 -04:00
q234rty
341a76412c
fix: Bypass image compression in flutter_file_picker
We do our own image compression in the dark sdk anyway.

Might fix #1168
2024-09-08 01:07:51 +08:00
ggurdin
9eb40e2b21
removed duplicate emoji picker widgets and fixed name of variable in chat controller to resolve late initialization error when sending an emoji reaction 2024-09-05 15:33:43 -04:00
ggurdin
c91391b274
fluffychat merge - resolve conflicts 2024-09-05 09:26:26 -04:00
ggurdin
c58226807a
fluffychat merge - resolve conflicts 2024-09-05 09:13:08 -04:00
ggurdin
5e347144aa
fluffychat merge - resolve conflicts 2024-09-05 09:01:34 -04:00
ggurdin
03da94ff41
fluffychat merge - resolve conflicts 2024-09-04 16:05:22 -04:00
ggurdin
1b03644380
fluffychat merge - resolve conflicts 2024-09-04 16:02:00 -04:00
ggurdin
6a83249236
fluffychat merge - resolve conflicts 2024-09-04 15:53:37 -04:00
ggurdin
346cd1ab5f
fluffychat merge - resolve conflicts 2024-09-04 15:48:51 -04:00
ggurdin
31412c2a13
fluffychat merge - resolve conflicts 2024-09-04 15:01:13 -04:00
ggurdin
7bf3a9ab94
fluffychat merge - resolve conflicts 2024-09-04 14:43:45 -04:00
ggurdin
9efe214b6d
Merge commit '83490de6fd967ba8545d5960c0a6cebd410e0580' into merge 2024-09-04 14:01:56 -04:00
ggurdin
cca5bb382f
fluffychat merge - resolve conflicts 2024-09-04 14:01:03 -04:00
ggurdin
2a710841a6
fluffychat merge - resolve conflicts 2024-09-04 12:53:01 -04:00
ggurdin
5ea202062c
fluffychat merge - resolve conflicts 2024-09-04 12:12:32 -04:00
ggurdin
ebc4a88d4e
fluffychat merge - resolve conflicts 2024-09-04 11:06:10 -04:00
ggurdin
816fe43d3e
fluffychat merge - resolve conflicts 2024-09-04 10:55:50 -04:00
ggurdin
e80e3ba1b8
Merge branch 'main' into learning-analytics-summary 2024-09-04 10:31:41 -04:00
ggurdin
03e04ee752
improved text selection handling, added text selection handling for HTML messages, clear selection on close overlay 2024-09-04 10:20:22 -04:00
ggurdin
11627c2bfb
enable toolbar on click for html messages 2024-09-03 16:15:18 -04:00
Krille-chan
6bdeba7cd7
Merge pull request #1269 from selfisekai/flutter-3.24
chore: upgrade flutter to 3.24
2024-08-31 15:02:09 +02:00
ggurdin
57b1ef04ef
Merge branch 'main' into learning-analytics-summary 2024-08-30 14:41:00 -04:00
ggurdin
9f641633e4
merge main branch into combined selection view branch 2024-08-30 10:49:43 -04:00
ggurdin
14ba8bf47b
merge main into analytics branch 2024-08-30 10:28:56 -04:00
ggurdin
cace965456
wrap chat input row in stateful widget and rebuild on choreo update to keep hint text and send button up-to-date 2024-08-30 10:11:43 -04:00