Commit Graph

9285 Commits (596ea444f1c7e53178722a0eaad3c7f64d92a2a1)
 

Author SHA1 Message Date
ggurdin 596ea444f1
More gh actions fixes (#1151)
* copy .env file before production release

* copy .env file into assets folder

* bump version number
12 months ago
ggurdin 33883484cf
More gh actions fixes (#1150)
* copy .env file before production release

* copy .env file into assets folder
12 months ago
ggurdin 978863d630
copy .env file before production release (#1148) 12 months ago
ggurdin a2be39de28
added flutter clean / pub get lines before release build lines to resolve errors in release workflow (#1147) 12 months ago
ggurdin df60195d39
Dont play tokens on flag activity (#1145)
* don't play target tokens unless the hashcode of the activity model changes

* hide immersion mode
12 months ago
ggurdin a59a6730c9
uncomment typeaheadfield (#1141) 12 months ago
ggurdin c6efc97c96
1134 sound still playing when flagging an item (#1140)
* after redacting practice activity, wait for redaction event to come through before moving forward so the same event is not shown again

* don't play target token audio after flagging an activity
12 months ago
ggurdin 09c88b6e28
1137 room visibility changes (#1139)
* only show visbility toggles for parent spaces. update copy and toggle icon.

* when a space is added to another space, reset its join rules / visibility to defaults

* before adding space to space, give visibility warning
12 months ago
ggurdin e40dc33c0c
fix categorization issues, combine broad/specific categories at the first stage of processing instead of during category sorting (#1136) 12 months ago
wcjord f498727fe0 tweaks to token selection for activities 12 months ago
ggurdin f6175b9c09
Testing updates (#1131)
* extend time between activities

* if user clicks on punctuation token, select the closest non-punctuation token

* rebuild chat list after prevBatch is set
12 months ago
ggurdin 30722b0615
don't play individual audios while main audio is playing (#1130)
* don't play individual audios while main audio is playing

* bump version
12 months ago
ggurdin 2397c8f78d
1123 multiple options are highlighted and cant move to the next item (#1124)
* once user has selected correct choice, disable further interaction

* if not include tts on click, don't play tts on correct choice selected

* fix range error when logging warning about having multiple 'other' categories
12 months ago
ggurdin ceea63b3a2
don't play target tokens on practice activity init if it's a hidden word activity (#1121) 12 months ago
wcjord 78cb3afe0b
word focus turned off and tts on Choice click (#1118)
* word focus turned off and tts on Choice click

* play audio on word selection
12 months ago
ggurdin 25ab5e54bc
allow selection view for non-test/audio messages so they can be pinned, etc. (#1113) 12 months ago
ggurdin 401a26ef85
Sentry (#1111)
* better error logging when requesting notifications permission

* check that speech to text card in mounted before calling setState

* only log first 10 entries in other category keys list
12 months ago
ggurdin 7e34f40a48
log error if there's more than 1 'other' category in analytics (#1109) 12 months ago
ggurdin 4ac9a6e005
initial work on auto-enroll users in support space (#1097)
* initial work on auto-enroll users in support space

* made the joining of help space automatic

* don't try to join the space if you've previously left it
12 months ago
ggurdin 7ff4efadbc
if totalXP calculation is negative, reset to 0 (#1107) 12 months ago
wcjord b3ed80215a if you click it, you chose it 12 months ago
ggurdin ddeb55a337
fix speech-to-text inline tooltip overflow (#1100) 12 months ago
ggurdin e013ffb2f6
set value of searchability toggle to room visibility (#1095) 1 year ago
ggurdin 852bdfb534
Sentry (#1094)
* removed unreferences functions

* better error logging for null lang_code String in PracticeActivityModel.fromJson

* updated to dialogs while joining space with code
1 year ago
ggurdin 472f924304
call context.go to rooms when clearing active space (#1093) 1 year ago
William Jordan-Cooley 4c9cd60e95 tweaking activity selection 1 year ago
ggurdin 121f06cb3b
updated copy (#1091) 1 year ago
ggurdin 561359008c
allow users to set room's searchability and public/private status seperatly, ensure public/private status determines which rooms show in space hierarchy (#1090) 1 year ago
ggurdin 7c5c28162e
don't use null check operator on user l2 (#1089) 1 year ago
ggurdin 563744288f
added PageStorageKey to categories list to maintain its scroll position (#1088) 1 year ago
ggurdin 1c65aa393e
added spacing when overlay has footer overflow (#1087) 1 year ago
ggurdin d0196fe0f7
fix positioning of popups over input bar (#1086) 1 year ago
Wilson dd0f20e56c
enforce using bot transcription if exist (#1078)
* enforce bot transcription if exist

* follow snake case model key convention

* update text color in speech to text toolbar

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
1 year ago
ggurdin ff0ab7e00b
call async version of teachers in inviteSpaceTeachersToAnalyticsRoom … (#1082)
* call async version of teachers in inviteSpaceTeachersToAnalyticsRoom to ensure teachers aren't double invited to analytics rooms

* log breadcrumb on error getting message offset

* better error logging for activity fromJSON method
1 year ago
wcjord a7009e7b36
changing mute and chat details icons (#1080)
* changing mute and chat details icons

* update notifications icons and copy

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
1 year ago
ggurdin 6091fecb09
Testing fixes (#1079)
* make toolbar translation scrollable

* fix for playing audio on mobile for very long messages
1 year ago
ggurdin 82359a11fa
Sentry (#1077)
* better error logging in voiceMessageAction

* replace firstWhere with firstWhereOrNull in fromJson methods
1 year ago
ggurdin e3f1758f29
increased height of level badge (#1076) 1 year ago
ggurdin 34c6511387
1053 making font in the tool pop up the same size as message (#1075)
* give text in toolbar the same size / style as message text

* fix scrolling in overlay message and message translation, also fix overflow on mobile
1 year ago
ggurdin 1c997fd864
fixed span card overflowing (#1071) 1 year ago
wcjord 5bea087353
jsut use the top detection (#1070) 1 year ago
ggurdin e9f8483704
show language settings dialog on press start IGC button if text is empty (#1068) 1 year ago
wcjord ba08bd8386
opening toolbar on clicked word (#1066) 1 year ago
ggurdin 007467d488
added alternative tts package for windows users (#1065)
* added alternative tts package for windows users

* fix function for determining OS
1 year ago
ggurdin 27e829380c
group uncategorized constructs in with constructs with matching typing and lemma (#1063) 1 year ago
ggurdin 5f547deb58
rough draft of navigation menu design updates (#947) 1 year ago
ggurdin f9488cae01
1050 add users by link or code (#1062)
* update copy for inviting users by link or code

* update tts package
1 year ago
ggurdin 13b1647170
update copy for inviting users by link or code (#1061) 1 year ago
ggurdin dc14ee7383
changed group to chat in copy (#1060) 1 year ago
ggurdin bf505073ee
more overlay positioning fixes (#1059) 1 year ago