Commit graph

9182 commits

Author SHA1 Message Date
ggurdin
4c1ecc6512
fix some null check errors in IT 2024-11-14 09:39:26 -05:00
ggurdin
2a84ce8b30
Merge pull request #1001 from pangeachat/969-direct-user-to-click-buttons
replace no more practice activities text with tooltip telling user to…
2024-11-13 15:54:11 -05:00
ggurdin
cf571c6a92
replace no more practice activities text with tooltip telling user to use language tools 2024-11-13 15:53:31 -05:00
ggurdin
d0eb98d141
Merge pull request #999 from pangeachat/967-give-a-message-about-what-it-is-before-the-message-about-clicking-and-holding-for-a-hint
added new IT instruction tooltip
2024-11-13 15:35:33 -05:00
ggurdin
24df171167
added new IT instruction tooltip 2024-11-13 15:34:58 -05:00
ggurdin
68ab868bda
added validation for selected chat mode, defaulted bot language to user's l2 (#997) 2024-11-13 15:07:57 -05:00
ggurdin
f4da4ac4bd
haptic feedback / lock animation when clicking on disabled toolbar buttons (#992) 2024-11-13 14:33:54 -05:00
Wilson
2ddd07791d
relax reconstruction error criteria (#959)
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2024-11-13 13:42:20 -05:00
ggurdin
af1561b49f
934 enrolling users automatically in several spaces (#975)
* allow users to set visibility of rooms in add chat or subspace dialog and in room details

* only allow room admins to change visibility
2024-11-13 13:38:17 -05:00
ggurdin
81d48236c4
Merge pull request #965 from pangeachat/bump-version
bump version
2024-11-13 11:46:21 -05:00
ggurdin
988e28d92d
bump version 2024-11-13 11:45:56 -05:00
ggurdin
fc8ad94687
Merge pull request #964 from pangeachat/958-handle-error-in-audio-of-practice-activity
958 handle error in audio of practice activity
2024-11-13 11:42:16 -05:00
ggurdin
7c7c3c999b
on error, reveal all tokens 2024-11-13 11:38:35 -05:00
ggurdin
e3416c967f
pass up audio card error to practice activity card 2024-11-13 11:27:05 -05:00
ggurdin
d227202d58
Merge pull request #963 from pangeachat/hidden-words-testing
showToolbar on click non-toolbar message, don't re-launch on toolbar …
2024-11-13 11:11:29 -05:00
ggurdin
7478802465
Merge branch 'main' into hidden-words-testing 2024-11-13 11:11:09 -05:00
ggurdin
22625f461c
showToolbar on click non-toolbar message, don't re-launch on toolbar on token selected, and highlight selected tokens when appropriate 2024-11-13 11:10:37 -05:00
ggurdin
bf738ebc98
Merge pull request #957 from pangeachat/949-grammar-analytics
guess grammar category when missing, saving form when available
2024-11-13 10:53:13 -05:00
ggurdin
c60d244f75
Merge branch 'main' into 949-grammar-analytics 2024-11-13 10:53:06 -05:00
ggurdin
deb57ba502
Merge pull request #961 from pangeachat/hidden-words-testing
make message analytics entry getter in practice activity card, split …
2024-11-13 10:23:47 -05:00
ggurdin
c72f250e1a
make message analytics entry getter in practice activity card, split token update function into two functions 2024-11-13 10:22:55 -05:00
ggurdin
4a518e053b
sort construct list on construct list update, don't repeat sort operation 2024-11-13 09:40:23 -05:00
ggurdin
f1a782eac5
Merge branch 'main' into 949-grammar-analytics 2024-11-13 09:22:59 -05:00
ggurdin
9f8fef3de0
Merge pull request #960 from pangeachat/fix-env
fixed .env file name
2024-11-13 09:21:37 -05:00
ggurdin
e0bd33491c
fixed .env file name 2024-11-13 09:21:13 -05:00
ggurdin
9d49a5542d
resolve merge conflicts 2024-11-13 09:19:28 -05:00
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>
2024-11-12 19:22:01 -05:00
William Jordan-Cooley
7dc9fa8a35 turning try-catch back on practice fetch activity 2024-11-12 17:22:28 -05:00
wcjord
5ffe5a2d73
Update main.dart 2024-11-12 17:20:36 -05:00
William Jordan-Cooley
159a25022b added some missing copy 2024-11-12 16:58:11 -05:00
William Jordan-Cooley
6e3795fe48 removed redundant category from label copy 2024-11-12 16:49:31 -05:00
William Jordan-Cooley
b37074459e guess grammar category when missing, saving form when available 2024-11-12 16:33:59 -05:00
ggurdin
2d2f063ba9
Merge pull request #948 from pangeachat/sentry
reset room in startBotChat function after waiting for it in sync
2024-11-12 11:04:08 -05:00
ggurdin
62cec74cab
fix level progress calculation for level 1 2024-11-12 11:03:03 -05:00
ggurdin
66a59d233a
check if mounted before calling setState in overlay message text 2024-11-12 10:33:58 -05:00
ggurdin
a061535bbe
updated initPangeaControllers function, don't check mounted for functions that don't rely on context 2024-11-12 10:06:32 -05:00
ggurdin
6a7ad14d91
better error logging for permission requests 2024-11-12 09:15:19 -05:00
ggurdin
1e490aaea7
log stack trace in signup error 2024-11-12 09:10:23 -05:00
ggurdin
22220beae2
reset room in startBotChat function after waiting for it in sync 2024-11-12 09:06:40 -05:00
ggurdin
dbafd05eab
Merge pull request #943 from pangeachat/sentry
don't call .floor() on level calculation if NaN or infinity, better e…
2024-11-11 14:12:54 -05:00
ggurdin
57f8515c96
Merge branch 'main' into sentry 2024-11-11 14:12:31 -05:00
ggurdin
5e74507558
don't call getDisplayCopy if category is other 2024-11-11 14:12:06 -05:00
ggurdin
fd7919ac42
convert datetime to string before logging error 2024-11-11 13:54:04 -05:00
ggurdin
1340f7eb42
Merge pull request #946 from pangeachat/935-shouldnt-be-calling-grammar_lite-without-langs-defined
don't call grammar_lite if l1 or l2 are unknown
2024-11-11 13:51:00 -05:00
ggurdin
3b3c8729f5
don't call grammar_lite if l1 or l2 are unknown 2024-11-11 13:50:20 -05:00
ggurdin
a498fd252b
don't try to send again if selectedEvents in empty, log more detailed error 2024-11-11 10:53:43 -05:00
ggurdin
1cd7e65aa3
added better error logging for potentially null variables in multiple choice activity updateChoice 2024-11-11 09:58:02 -05:00
ggurdin
cfbb9f0c24
added check for mounted context in error reporter widget 2024-11-11 09:40:12 -05:00
ggurdin
ce96984441
don't call .floor() on level calculation if NaN or infinity, better error logging if calculated level in NaN or infinity 2024-11-11 09:33:11 -05:00
ggurdin
59963e283a
Merge pull request #941 from pangeachat/practice-options-unique-keys
added unique ID parameter to choices to prevent duplicate keys in bac…
2024-11-08 16:48:26 -05:00