Commit graph

11889 commits

Author SHA1 Message Date
Christian Kußowski
816b753efb
chore: Follow up custom reactions dialog 2025-06-17 10:58:34 +02:00
Christian Kußowski
aa4a575c5c
build: Update to flutter 3.32.4 2025-06-17 10:52:16 +02:00
Krille-chan
505f2e149a
Merge pull request #1965 from algorithmiker/fix-try-load
fix: fix compile error related to MxcImage
2025-06-17 10:51:49 +02:00
Krille-chan
8f7ff403ea
Merge pull request #1960 from weblate/weblate-fluffychat-translations
Translations update from Hosted Weblate
2025-06-17 10:49:19 +02:00
Christian Kußowski
7673795077
chore: Make max timeline width smaller 2025-06-17 10:32:56 +02:00
Christian Kußowski
e55adbd65c
chore: improve message selection UX 2025-06-17 10:21:02 +02:00
Christian Kußowski
0a10d4fb7d
chore: highlight select mode actions 2025-06-17 10:13:54 +02:00
Christian Kußowski
13f27eda9f
chore: Follow up new reactions picker 2025-06-17 09:20:22 +02:00
gilice
e1ec87d3aa fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
     - '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
          _tryLoad(_);
```

This patch fixes that error.
2025-06-17 07:43:51 +02:00
ggurdin
73c138b0a8
Merge pull request #3093 from pangeachat/3054-feedback-on-emojis
chore: remove background color from emoji reactions
2025-06-16 16:56:55 -04:00
ggurdin
5f535a9d95
chore: remove background color from emoji reactions 2025-06-16 16:56:29 -04:00
ggurdin
d8c3aeddfb
Merge pull request #3092 from pangeachat/toolbar-phonetics
chore: add phonetic transcription to audio message toolbar
2025-06-16 16:51:44 -04:00
ggurdin
c4b582c93f
chore: add phonetic transcription to audio message toolbar 2025-06-16 16:51:18 -04:00
ggurdin
583281af26
Merge pull request #3077 from pangeachat/3046-add-phonetic-transcription-for-language-with-a-non-latin-script
3046-add-phonetic-transcription-for-language-with-a-non-latin-script
2025-06-16 16:36:03 -04:00
ggurdin
4e8184353b
Merge branch 'main' into 3046-add-phonetic-transcription-for-language-with-a-non-latin-script 2025-06-16 16:35:55 -04:00
ggurdin
620508a838
resolve merge conflict 2025-06-16 16:35:32 -04:00
ggurdin
7756f2fe9f
chore: clean up vocab analytics details popup 2025-06-16 16:32:13 -04:00
wcjord
daeaf900f3 fix(phonetic_transcription): fixed models 2025-06-16 16:13:40 -04:00
ggurdin
dd8e32ff2f
Merge pull request #3082 from pangeachat/translate-button-tooltip
Use translate tooltip for speech translation button
2025-06-16 16:02:04 -04:00
ggurdin
a23d4dfeb8
Merge pull request #3083 from pangeachat/remove-space-chat-default
Don't use public space default image/description for joining chats in space
2025-06-16 16:01:25 -04:00
Kelrap
20fab6a5d2 Don't use space default image/description for joining chats in space 2025-06-16 15:04:37 -04:00
Kelrap
1a0061b35a Use translate tooltip for speech translation button 2025-06-16 14:50:02 -04:00
ggurdin
197b36bbfb
Merge pull request #3080 from pangeachat/3064-use-different-error-description-when-audio-cant-be-transcribed
chore: update transcription error message
2025-06-16 14:13:20 -04:00
ggurdin
a92237fc8b
chore: update transcription error message 2025-06-16 14:12:49 -04:00
ggurdin
40a6e5a10b
chore: started adding widget to show phonetic transcription 2025-06-16 13:52:32 -04:00
Christian Kußowski
37d313c271
refactor: Nicer popupmenus 2025-06-16 18:21:10 +02:00
Christian Kußowski
033feed6b1
refactor: New message context menu 2025-06-16 18:11:49 +02:00
ggurdin
fec4854a66
Merge pull request #3076 from pangeachat/3070-clicking-a-different-word-in-a-message-doesnt-change-emoji-selection
chore: update emojis when switching between different tokens
2025-06-16 12:01:22 -04:00
ggurdin
9139c992ac
chore: update emojis when switching between different tokens 2025-06-16 12:00:53 -04:00
ggurdin
26c353a56c
Merge pull request #3071 from pangeachat/get-started-readability
Make get started background grayer and more opaque
2025-06-16 11:55:41 -04:00
ggurdin
38bd6ec586
Merge branch 'main' into get-started-readability 2025-06-16 11:55:34 -04:00
ggurdin
1de5a921a7
Merge pull request #3072 from pangeachat/no-self-start-conversation
Remove option to start conversation to self
2025-06-16 11:53:43 -04:00
ggurdin
007162ea02
chore: update how client instance is accessed 2025-06-16 11:53:22 -04:00
ggurdin
e50e1db16a
feat: initial work for add duration to in-chat activities 2025-06-16 11:50:21 -04:00
Kelrap
bf1b4397df Does not show option to start a conversation for the user's own profile popup 2025-06-16 11:15:08 -04:00
Kelrap
742bc0d8de Make get started background grayer and more opaque 2025-06-16 11:01:34 -04:00
ggurdin
9830bdf49f
Merge pull request #3063 from pangeachat/fix-language-overflow
Fix language overflow
2025-06-16 09:42:18 -04:00
avashilling
d5a157db5e Merge branch 'main' into 2576-level-up-ui-tweaks 2025-06-16 09:39:56 -04:00
Christian Kußowski
0eecd0a669
build: Update Matrix dart sdk 1.0.1 2025-06-16 12:35:54 +02:00
avashilling
fe22e2bcd2 All real data, confetti tweaks, remove test button, timing and animation tweaks, added copy to arb file 2025-06-13 16:29:49 -04:00
wcjord
68b1382ba2 feat(phonetic_transcription): repo set up 2025-06-13 14:57:45 -04:00
Kelrap
01b8a4ff38 Stop overflow in language selection entries 2025-06-13 13:35:26 -04:00
Kelrap
c4349babcf Fix duplicate language warning overflow 2025-06-13 13:04:06 -04:00
ggurdin
cc305e758c
Merge pull request #3062 from pangeachat/3041-preview-message-spans-too-many-lines
chore: always restrict number of lines shown in chat list subtitle
2025-06-13 11:57:45 -04:00
ggurdin
cb4975e1ef
chore: always restrict number of lines shown in chat list subtitle 2025-06-13 11:57:16 -04:00
ggurdin
3c8bc2642b
Merge pull request #3061 from pangeachat/3043-time-stamp-spans-two-lines-again
chore: fix audio time going to two lines when font size is large
2025-06-13 11:35:33 -04:00
ggurdin
19d3b3fd7c
chore: fix audio time going to two lines when font size is large 2025-06-13 11:35:04 -04:00
ggurdin
ecf6113f95
Merge pull request #3060 from pangeachat/3044-the-getting-started-screen-should-not-be-within-a-space
chore: remove getting started view from space view
2025-06-13 11:21:04 -04:00
ggurdin
de9c982f61
chore: remove getting started view from space view 2025-06-13 11:20:37 -04:00
ggurdin
cff07f7a4d
Merge pull request #3059 from pangeachat/3045-why-cant-i-message-someone-from-my-space-page-list
chore: add option to DM to member action popup menu
2025-06-13 11:19:16 -04:00