Commit Graph

273 Commits (e3416c967f2b961644f9815fc37ff45341fb93e6)

Author SHA1 Message Date
ggurdin e3416c967f
pass up audio card error to practice activity card 1 year ago
ggurdin 22625f461c
showToolbar on click non-toolbar message, don't re-launch on toolbar on token selected, and highlight selected tokens when appropriate 1 year ago
wcjord d554d72019
Hidden-words (#950)
* controller for calculating tokens with xp

* Update main.dart

* replace ConstructWithXP with ConstructUses

* wait for analytics data to load before setting token analytics for practice activities

* pull tokenwithxp constructs from getAnalyticsModel ConstructListModel

* added commented out workaround for server not returning target constructs

* still some bugs but its working

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
1 year ago
ggurdin 66a59d233a
check if mounted before calling setState in overlay message text 1 year ago
ggurdin 939a27f809
Merge branch 'main' into docs/explain-why-grapheme-cluster-is-important 1 year ago
WilsonLe ae44e758d6 explain why using grapheme clustering is important 1 year ago
ggurdin ed1494fce7
Merge branch 'main' into no-original-sent 1 year ago
ggurdin c5ffa0e037
removed toolbar border and added space between between overlay message and toolbar 1 year ago
ggurdin d033547128
increase minimum dimensions of toolbar 1 year ago
ggurdin f3841fe0ec
don't rely on fixed dimensions to render pressable buttons, animate in opacity/blur change in overlay backdrop 1 year ago
ggurdin a2513c7bd4
stretch toolbar button rows to hold buttons 1 year ago
ggurdin 8df77c6ed7
in message toolbar, use the display representation instead of originalSent so that immersion mode still works 1 year ago
ggurdin 4d805d8206
fixes audio message overlay warping 1 year ago
ggurdin 43b663d66b
revent change to padding in message overlay 1 year ago
ggurdin 8330f2c505
mmove reaction picker down into row with reply button 1 year ago
ggurdin 7beb14dfaf
reorder options in chat header 1 year ago
ggurdin c315d5b970
added press animations to toolbar buttons 1 year ago
ggurdin 26e850af27
enable other toolbar buttons in message not in l2 1 year ago
ggurdin ea1ad9bc61
make missing voice warning into an instructions popup 1 year ago
ggurdin acd5bad957
display error to user if launching tts settings fails 1 year ago
ggurdin aa2f949e39
don't log error for message sent on or before september 25th without original sent, log senderID and timestamp in error message 1 year ago
ggurdin a2175d5206
removed unused context variable from tokensGlobal function 1 year ago
ggurdin a4c346b07c
Merge branch 'main' into sentry 1 year ago
ggurdin 5c239641ed
Merge branch 'main' into 730-fix-accept-replacement 1 year ago
WilsonLe cbec09fec7 fix word sticking together, finally 🤯 1 year ago
ggurdin a0faa99730
restrict width of missing voice button 1 year ago
ggurdin 5dad3e5337
check if overlay message text is still mounted before calling setState 1 year ago
ggurdin 04f6e7df13
handle case of null voices list 1 year ago
ggurdin d0caf01e4d
some refactoring to subscriptions, added auto 1-day pretrial 1 year ago
William Jordan-Cooley a3c5ab15d8 allow sending if in manual igc mode 1 year ago
ggurdin 99d25932c0
check if overlay renderbox has size before getting size/offset 1 year ago
ggurdin 6791e410bd
close choreo error button on press 1 year ago
ggurdin 54975adbb3
require non-null error in card error widget 1 year ago
ggurdin fa8526d58d
added copy to arb file, added padding to widget to show text in toolbar 1 year ago
ggurdin 358e874ce4
merge in main branch 1 year ago
choreo development cd50460939 got rid of practice activity for non target language 1 year ago
ggurdin 1a151e90b7
removed print statement 1 year ago
ggurdin 9e3111f97c
don't play token text if null message audio is playing 1 year ago
ggurdin dc79a50fda
only init one instance of ttscontroller, don't stop tts twice 1 year ago
ggurdin cb566d06bc
add minimum dimensions to toolbar contents 1 year ago
ggurdin 9b97895a9d
merge main into toolbar-min-dimensions 1 year ago
William Jordan-Cooley e30267bf8e turn off analytics setting in multiple choice 1 year ago
William Jordan-Cooley dfe1ca6653 commenting out audio button in debug attempt 1 year ago
ggurdin f6bab92733
better error handling for renderbox errors 1 year ago
ggurdin 696bd0f129
in message overlay, wrap any calls to get renderbox or media query in a try catch block to get better error handling 1 year ago
ggurdin 5d190cc51e
check for null content in message translation card 1 year ago
ggurdin 0b2c32904a
only call setState in message_selection_overlay if mounted 1 year ago
ggurdin d5eee79f4c
log actual error in message_audio_card logging statements instead of empty exception 1 year ago
ggurdin 2a7fd9a962
always provice error message to card error widget 1 year ago
ggurdin c028f64f60
tts web version always return null on stop(), don't log error 1 year ago