Commit graph

10924 commits

Author SHA1 Message Date
ggurdin
d5f8be57b5
added buttonHeight as parameter of pressable button and added completer to prevent up animation from starting before the down animation finishes 2024-11-06 11:58:08 -05:00
krille-chan
d2c2284182
Revert "refactor: Performance boost for avatar widget"
This reverts commit 58577bb9e8.
2024-11-06 17:25:37 +01:00
ggurdin
4c5c31a3d8
Merge pull request #923 from pangeachat/filter-redacted-activities
filter redacted events from _practiceActivityEvents to prevent them f…
2024-11-06 09:30:48 -05:00
ggurdin
e48d8d57c9
filter redacted events from _practiceActivityEvents to prevent them from being sent to the choreographer 2024-11-06 09:30:11 -05:00
Krille
58577bb9e8
refactor: Performance boost for avatar widget 2024-11-06 14:10:31 +01:00
WilsonLe
775feca02d Merge branch '730-fix-accept-replacement-2' of https://github.com/pangeachat/client into 730-fix-accept-replacement-2 2024-11-06 17:22:10 +07:00
WilsonLe
d468b50785 fix accept replacement incorrectly reconstructing new full text 2024-11-06 17:21:34 +07:00
ggurdin
8df77c6ed7
in message toolbar, use the display representation instead of originalSent so that immersion mode still works 2024-11-05 16:10:43 -05:00
ggurdin
70db558bf4
Merge pull request #919 from pangeachat/audio-message-overlay
fixes audio message overlay warping
2024-11-05 14:26:32 -05:00
ggurdin
4d805d8206
fixes audio message overlay warping 2024-11-05 14:24:28 -05:00
ggurdin
58664c0d52
Merge pull request #918 from pangeachat/fix-padding
revent change to padding in message overlay
2024-11-05 13:19:30 -05:00
ggurdin
43b663d66b
revent change to padding in message overlay 2024-11-05 13:19:03 -05:00
ggurdin
e4df92aa91
Merge pull request #917 from pangeachat/912-bring-back-record-button
added back record button
2024-11-05 13:03:52 -05:00
ggurdin
7d80d8f6e2
added back record button 2024-11-05 13:03:25 -05:00
ggurdin
fda59d48c8
Merge pull request #916 from pangeachat/reorder-chat-options
Reorder chat options
2024-11-05 12:59:09 -05:00
ggurdin
8330f2c505
mmove reaction picker down into row with reply button 2024-11-05 12:58:29 -05:00
ggurdin
7beb14dfaf
reorder options in chat header 2024-11-05 11:55:05 -05:00
ggurdin
7525acfa05
Merge pull request #913 from pangeachat/pushable-buttons
added press animations to toolbar buttons
2024-11-05 11:32:29 -05:00
ggurdin
c315d5b970
added press animations to toolbar buttons 2024-11-05 11:31:44 -05:00
ggurdin
17e295b168
Merge branch 'main' into 896-group-constructs-according-to-categories 2024-11-05 09:47:26 -05:00
ggurdin
e427a85f40
Merge pull request #911 from pangeachat/829-remove-bad-activities
redact the current activity event when submitting feedback
2024-11-05 09:46:54 -05:00
ggurdin
425779e868
redact the current activity event when submitting feedback 2024-11-05 09:43:17 -05:00
ggurdin
aa926ed932
Merge pull request #910 from pangeachat/904-allow-accessing-all-tools-except-practice-activities-when-detected-=-target-language
enable other toolbar buttons in message not in l2
2024-11-04 16:15:25 -05:00
ggurdin
26e850af27
enable other toolbar buttons in message not in l2 2024-11-04 16:14:22 -05:00
ggurdin
85266463f5
Merge pull request #909 from pangeachat/890-address-case-of-tts-not-being-available-on-certain-devices
890 address case of tts not being available on certain devices
2024-11-04 16:03:35 -05:00
ggurdin
ea1ad9bc61
make missing voice warning into an instructions popup 2024-11-04 16:02:39 -05:00
ggurdin
fe41800e05
Exclude the word_focus_listening activity from the list of client compatible activities 2024-11-04 14:55:40 -05:00
ggurdin
acd5bad957
display error to user if launching tts settings fails 2024-11-04 14:26:59 -05:00
ggurdin
eab4a314fd
resolved merge conflict 2024-11-04 13:46:22 -05:00
ggurdin
aa22cb8596
Merge pull request #772 from pangeachat/move-server-main
Move server main
2024-11-04 13:44:02 -05:00
ggurdin
94e52d8d9f
added pagination to constructs list in analytics popup to speed up rendering 2024-11-04 13:42:26 -05:00
ggurdin
506629b07f
long sentry error on missing grammar copy 2024-11-04 12:42:36 -05:00
ggurdin
4c26e4629a
more grammar copy updates 2024-11-04 12:30:37 -05:00
ggurdin
e7e5367595
added some missing grammar copy 2024-11-04 12:21:50 -05:00
Brord van Wierst
bdbcc820dc
Merge branch 'move-server-main' of https://github.com/pangeachat/client into move-server-main 2024-11-04 17:21:21 +01:00
Brord van Wierst
d0e306d0d0
correct url 2024-11-04 17:20:19 +01:00
ggurdin
d904c59d6a
added xp number to xp progress bar 2024-11-04 10:25:06 -05:00
ggurdin
7f651417fd
Merge branch '896-group-constructs-according-to-categories' of https://github.com/pangeachat/client into 896-group-constructs-according-to-categories 2024-11-04 09:51:29 -05:00
ggurdin
71b090683d
use ConstructIdentifier to sort constructs into groups 2024-11-04 09:51:09 -05:00
ggurdin
542958dcb3
cast subscription duration as enum value 2024-11-04 09:40:07 -05:00
Krille
9906668f1c
chore: Follow up appbar shadow 2024-11-04 14:12:58 +01:00
Krille
a2e7356bd0
chore: Follow up homeserver picker 2024-11-04 14:06:07 +01:00
Krille
4b7345d0fe
chore: Follow up login page 2024-11-04 13:58:10 +01:00
Krille
3a8bb47e2c
chore: Polish login design 2024-11-04 13:52:43 +01:00
Krille
c447c2087f
chore: Follow up update snackbar 2024-11-04 12:48:07 +01:00
Brord van Wierst
b1524bc7e7
Merge branch 'main' into move-server-main 2024-11-03 17:42:48 +01:00
Krille
448a111c48
feat: Add about server page 2024-11-03 16:58:04 +01:00
Krille
cdaaad9c54
chore: Design follow up 2024-11-03 15:07:08 +01:00
Krille
65fd8a4184
chore: Follow up homeserverpicker UX 2024-11-03 14:39:22 +01:00
krille-chan
2f39b1e8f4
chore: Follow up colors 2024-11-03 13:03:03 +01:00