Commit graph

5339 commits

Author SHA1 Message Date
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
2025-02-21 12:19:51 -05:00
ggurdin
0255a71929
feat: use text instead of icons for analytics buttons (#1878) 2025-02-21 11:02:25 -05:00
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>
2025-02-21 09:35:26 -05:00
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>
2025-02-21 09:25:26 -05:00
ggurdin
c46ec1d459
fix: delete selection are around input bar textfield (#1871) 2025-02-20 15:43:09 -05:00
ggurdin
2012c45900
feat: add option to go back from user settings signup page by logging out (#1870) 2025-02-20 14:19:23 -05:00
ggurdin
8a4ca7ee98
fix: update base/target language on dropdown value change in activity planner (#1869) 2025-02-20 14:07:02 -05:00
ggurdin
820e79593c
fix: wait for bot options to be saved before closing conversation bot dialog (#1868) 2025-02-20 13:58:48 -05:00
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>
2025-02-20 13:43:48 -05:00
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
2025-02-20 13:23:21 -05:00
ggurdin
e591ce3a4d
fix: dynamically update input bar height to offset event list (#1859) 2025-02-20 09:25:28 -05:00
ggurdin
99b7b7cd42
fix: always show display event in toolbar (#1855) 2025-02-19 16:13:28 -05:00
ggurdin
05a046de63
fix: don't allow users to have same base and target short langCode (#1854) 2025-02-19 15:32:34 -05:00
ggurdin
32d314c026
feat: fetch new tokens for messages without originalsent representations (#1853) 2025-02-19 15:21:18 -05:00
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
2025-02-19 13:53:32 -05:00
ggurdin
3c0a1b9e56
fix: fix emoji rendering issues in message token text (#1842) 2025-02-18 16:17:19 -05:00
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>
2025-02-18 16:06:06 -05:00
ggurdin
6ee37c0216
fix: set profile to public by default (#1840) 2025-02-18 15:21:16 -05:00
ggurdin
b1b5e998ce
fix: move shouldDoActivity function to pangeaMessageEvent to prevent giving activities for messages not in user's l2 (#1832) 2025-02-18 09:57:48 -05:00
ggurdin
cd51e68474
chore: revert updates to grammar icons in analytics summary (#1831) 2025-02-18 09:32:08 -05:00
wcjord
b154eacac5 refactor(morph_meaining): simplifying morph response 2025-02-18 08:44:56 -05:00
ggurdin
8176d691bf
fix: normalize space chat count copy (#1829) 2025-02-17 17:03:00 -05:00
ggurdin
beb0e91c07
fix: fix for splitting up tokens with combined punctuation (#1828) 2025-02-17 16:48:39 -05:00
ggurdin
eaf2119d22
fix: go to space after clicking join even if already in the space (#1827) 2025-02-17 16:18:48 -05:00
ggurdin
3116c798f6
fix: lock app in portrait mode (#1823) 2025-02-17 15:02:16 -05:00
ggurdin
0e48228cd1
fix: more accurate splitting of tokens containing punctuation (#1822) 2025-02-17 14:52:27 -05:00
ggurdin
339f2258b5
choreo: lower case text before tts (#1817) 2025-02-17 12:56:57 -05:00
ggurdin
5a60e15832
fix: if SVG content is already cached, don't use a FutureBuilder in C… (#1816)
* fix: if SVG content is already cached, don't use a FutureBuilder in CustomizedSVG

* chore: fix emoji button width
2025-02-17 12:51:51 -05:00
ggurdin
87581e8cfc
fix: when merging punctuation into tokens to prevent line breaks, account for punctuation preceding tokens (#1812) 2025-02-17 11:52:00 -05:00
ggurdin
9d13d2fa73
feat: only show window of tokens surrounding highlighted words in lemma use examples messages (#1811) 2025-02-17 10:54:59 -05:00
Wilson
6af450efb2
make word meaning activity refetch new definition if cache expires (#1779)
* make word meaning activity refetch new definition if cache expires

* generated

* bake expire at into response json

* generated

* add expire at in to and from json method

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-02-14 12:58:01 -05:00
ggurdin
91ab045365
fix: update morph feature sort order (#1796) 2025-02-14 12:15:48 -05:00
ggurdin
f296012a0e
fix: if example message contains multiple of the same lemma, bold each of them instead of showing as seperate messages (#1795) 2025-02-14 12:06:43 -05:00
ggurdin
918c3193af
feat: custom sort order for morph features (#1794) 2025-02-14 11:06:45 -05:00
ggurdin
a0ef9c4424
feat: maintain scroll position in vocab/morph analytics view (#1791) 2025-02-14 09:52:59 -05:00
ggurdin
9a94045e5d
feat: use custom vocab and morph icons (#1787) 2025-02-13 16:20:55 -05:00
ggurdin
ffb08ff336
fix: remove analytics from memory on logout (#1786) 2025-02-13 16:07:02 -05:00
ggurdin
08126fd38b
fix: make learning settings dropdowns stand out against background (#1784) 2025-02-13 14:58:55 -05:00
ggurdin
4fe67a9384
fix: combine token with following punctuation to prevent punctuation from causing newline (#1783) 2025-02-13 12:30:38 -05:00
ggurdin
cd0650f6b7
fix: dispose TextPainter after use (#1777) 2025-02-12 16:00:38 -05:00
Kelrap
a218591805
Remove routes that can lead to space chats (#1757)
* Use push instead of go when traversing spaces
* Redirects from space chat page

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-02-12 14:28:15 -05:00
ggurdin
811e732371
fix: update out-of-date language cache (#1775) 2025-02-12 13:57:15 -05:00
ggurdin
a71f519700
1719 grammar detailed view in analytics (#1728)
* feat: grammar analytics details page

---------

Co-authored-by: wcjord <32568597+wcjord@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-12 13:54:38 -05:00
ggurdin
8988cce68a
chore: updated input bar copy (#1774) 2025-02-12 13:30:34 -05:00
ggurdin
3af3f78d93
chore: reduce padding in learning setting dropdowns (#1772) 2025-02-12 12:24:30 -05:00
wcjord
c72a2da7fc
Unborked locales (#1741)
* feat: localized languages

---------

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>
2025-02-12 11:59:23 -05:00
ggurdin
0eb24f5ebf
fix: resolve memory leak on iOS caused by theme data (#1768) 2025-02-12 11:25:45 -05:00
ggurdin
cc42bee88a
fix: remove expanded widget from country tile (#1765) 2025-02-11 13:36:26 -05:00
Wilson
420a5dc4a7
allow user to simply search for username without prefix and suffix (#1761)
* allow user to simply search for username without prefix and suffix

* remove debug print

* 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>
2025-02-10 16:40:07 -05:00
ggurdin
6540885100
chore: add missing grammar copy (#1762) 2025-02-10 16:29:33 -05:00