Commit Graph

9932 Commits (89695e935993c775615b3baea4f6541b180a6a73)
 

Author SHA1 Message Date
ggurdin 89695e9359
chore: revert changes to hide chat filters for new accounts, seperate chat types by default (#1959) 9 months ago
ggurdin f2c1029508
chore: simplify enforcement of room capacity, remove capacity option for spaces (#1951) 9 months ago
ggurdin 6ddb18b6ec
fix: added fix to remove matches if they don't align with tokens and to use characters when replacing originalInput (#1948) 9 months ago
ggurdin 2a9f3a6e96
fix: update logic for checking if short lang code TTS is available (#1946) 9 months ago
ggurdin 907ad15f79
chore: when choices array goes off screen, stop playing TTS (#1945) 9 months ago
ggurdin 2140bbf0bb
fix: enable account deletion (#1943) 9 months ago
ggurdin 940d8814b7
fix: removed duplicate question in activities (#1936) 9 months ago
ggurdin 2d8937e4ca
chore: if in space with knock join rule, redirect to space in public room bottom sheet (#1935) 9 months ago
ggurdin 91c13b56b8
chore: fix some spacing issues on small screens (#1930) 9 months ago
ggurdin 6618fdeb46
chore: move learning settings button to fix overflow in analytics summary (#1929) 9 months ago
ggurdin 534fe2dfee
Mobile stt (#1928)
* chore: if user's language is not in langList, refresh langList

* chore: simplify logic for setting TTS lang, set TTS lang each time speak is called
9 months ago
ggurdin 81f0b296dc
chore: remove filters overflow by replacing ListView with SingleChildScrollView (#1921) 9 months ago
ggurdin 7271f6da10
fix: update key in MorphFeature.fromJson function (#1925) 9 months ago
ggurdin 97b8d61afe
chore: make textfields in toolbar work on firefox/safari (#1922) 9 months ago
ggurdin 5564663ce8
chore: account for chat details column width in message overlay max width (#1920) 9 months ago
ggurdin 897425620d
chore: in TTS, use full langCode voice if available, and short langCode voice if not (#1919) 9 months ago
ggurdin ea9142b552
fix: make text dialog autosubmit work as expected (#1918) 9 months ago
ggurdin becd9d7395
chore: revert deleting selection area in input bar (#1915) 9 months ago
ggurdin 1ce541d254
fix: before popping in futureloadingdialog, check if canPop (#1914) 9 months ago
ggurdin 5367dbfb59
fix: fetch morphs once and sort after fetching instead of using future builder in grammar analytics view (#1890) 9 months ago
sienna-sterling ba4800adcc
1759-get-rid-of-redundant-language-selection-error (#1799)
* fix(error message): made it so the same error message does not appear twice

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
9 months ago
ggurdin 419e08479f
fix: don't call span_details on IT match (#1889) 9 months ago
sienna-sterling 65ea468b00
1797-improve-grammar-icon-loading (#1887)
* fix(image caching): used the CachedNetworkImage for icons to stop fetching them with every rebuild

* generated

* update dependencies

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
sienna-sterling 4c1594d6f0
fix(storage optimization): Removed and replaced used of PStore with G… (#1730)
* fix(storage optimization): Removed and replaced used of PStore with GetStorage

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
ggurdin 67b118387c
fix: switch vocab / grammar buttons to use icon and text (#1888) 9 months ago
ggurdin ea2896c3dc
fix: add back emoji button (#1886) 9 months ago
ggurdin 939e70ef75
feat: added reusable widget to show user's public language and level, added to participant list items (#1885) 9 months ago
ggurdin 62d5a7190f
1846 word specific audio player not working (#1882)
* feat: tie TTS enabled to target lang, show warning popup when disabled

* fix: prevent top overflow for popups
9 months ago
ggurdin 0255a71929
feat: use text instead of icons for analytics buttons (#1878) 9 months ago
wcjord 14dc4ed187
fix(pangea_token_model): don't give activities on tokens you just use… (#1856)
* fix(pangea_token_model): don't give activities on tokens you just used in a message

* generated

* generated

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
9 months ago
Sofanyas Genene fbf8abd987
Use system keyboard setting in Learning Settings (#1867)
* Use system keyboard setting in Learning Settings

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
9 months ago
ggurdin c46ec1d459
fix: delete selection are around input bar textfield (#1871) 9 months ago
ggurdin 2012c45900
feat: add option to go back from user settings signup page by logging out (#1870) 9 months ago
ggurdin 8a4ca7ee98
fix: update base/target language on dropdown value change in activity planner (#1869) 9 months ago
ggurdin 820e79593c
fix: wait for bot options to be saved before closing conversation bot dialog (#1868) 9 months ago
Kelrap 19abec6422
Adds logging when redirecting from space chat (#1862)
* Adds logging when redirecting from space chat

* generated

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
9 months ago
ggurdin 33208aa30c
1814 add future loading dialog to prevent user interaction during signup login loading (#1866)
* chore: updates for running on android for flutter 3.29.0

* feat: show future loading dialog on signup and login

* chore: enable build on iOS for flutter 3.29.0
9 months ago
ggurdin e591ce3a4d
fix: dynamically update input bar height to offset event list (#1859) 9 months ago
ggurdin 99b7b7cd42
fix: always show display event in toolbar (#1855) 9 months ago
ggurdin 05a046de63
fix: don't allow users to have same base and target short langCode (#1854) 9 months ago
ggurdin 32d314c026
feat: fetch new tokens for messages without originalsent representations (#1853) 9 months ago
ggurdin 21b9b7e720
Fix arb types (#1848)
* chore: move over all fluffychat copy changes, revert any differenced between FluffyChat and Pangea copy

* chore: sort copy between FluffyChat and Pangea, update metadata types for FluffyChat copy

* chore: update metadata type for pangea chat copy

* chore: add placeholders to Pangea vietnamese copy
9 months ago
ggurdin 3c0a1b9e56
fix: fix emoji rendering issues in message token text (#1842) 9 months ago
Sofanyas Genene 11c681576b
Update background color in language_level_dropdown.dart and p_languag… (#1841)
* Update background color in language_level_dropdown.dart and p_language_dropdown.dart

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9 months ago
ggurdin 6ee37c0216
fix: set profile to public by default (#1840) 9 months ago
ggurdin b1b5e998ce
fix: move shouldDoActivity function to pangeaMessageEvent to prevent giving activities for messages not in user's l2 (#1832) 9 months ago
ggurdin cd51e68474
chore: revert updates to grammar icons in analytics summary (#1831) 9 months ago
Brord van Wierst d9a416d94b
feat(github): GitHub production release flow (#1807)
* changed to produciton push release

* test version title

* set to production
9 months ago
wcjord b154eacac5 refactor(morph_meaining): simplifying morph response 9 months ago
ggurdin 8176d691bf
fix: normalize space chat count copy (#1829) 9 months ago