Commit Graph

9634 Commits (c8bf68e4cd6c457b89320171ae1b14c9485e169d)
 

Author SHA1 Message Date
ggurdin c8bf68e4cd
Login signup fixes (#1277)
* made button same height when loading, added timeout to language settings / avatar page

* fix: make button click always work, shrink inputs and add more space between logo and page content

* fix: don't open keyboard automatically in signup/login pages

* fix: make language dropdown hint text accurate

* feat: if a user logs in with SSO, allow them to set their username in the account setup page
11 months ago
ggurdin 940b65d007
made button same height when loading, added timeout to language settings / avatar page (#1275) 11 months ago
ggurdin 341f44090d
use target tokens instead of target constructs to get practice activi… (#1274)
* use target tokens instead of target constructs to get practice activity uses

* save morph construct for token parts of speech
11 months ago
ggurdin 2641d31c55
Fix sso (#1273)
* fix: minor update to SSO

* remove debug print
11 months ago
ggurdin 16bdce9bd2
initial design updates to signup/login process (#1268)
* initial design updates to signup/login process

* feat: added signup/login assets, better button styling and animations

* fix: signup / login updated based on mobile testing
11 months ago
Kelrap d6d6875882
Bot animations (#1262)
* onPopinvok

* Randomly reset bot animation

* Use user ID to identify bot

* Keeps timer from acting on nonexistent widget

* fix: remove setState call in bot face SVG build function

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
11 months ago
ggurdin 6e7dc594f2
bump version (#1266) 11 months ago
ggurdin ff6a2a2918
upgrade to flutter 3.27.0 (#1256) 11 months ago
ggurdin 3e017d733f
wrap textfield in selection area to make typing work on Safari and Firefox (#1251) 11 months ago
ggurdin bf9e0aeba2
added scroll bars to search results (#1250) 11 months ago
ggurdin d3b405adc2
sign in copy change (#1249) 11 months ago
ggurdin 0fcc119c9a
improved logging for acceptReplacement index error (#1245)
* improved logging for acceptReplacement index error

* replace flutter_html package with fork with fix for safari regex

* better logging for cast error in PracticeActivityModel.fromJson
11 months ago
ggurdin 3cf1140039
added version numbers to update dialog (#1244) 11 months ago
ggurdin 966ab19ae0
Sentry (#1241)
* make tts response a warning

* use toString instead of typecast

* made _event without originalSent message a warning

* don't call showFirstMatch if matches is empty
11 months ago
Brord van Wierst 609eff1100
Gh action android (#1081)
* android n ios

* set this branch gh actions

* set this branch gh actions2

* set this branch gh actions3

* set this branch gh actions4

* set this branch gh actions4.1

* set this branch gh actions5

* made executable

* ...

* ...2

* ...3

* ...4

* ...5

* ...6

* ...7

* ...88

* ios test keys

* ios test keys2

* changed some fluufychat stuff

* reset activation

* pic update

* reverted integrate to run again

* ios-build1

* ios-build2

* android space clearing

* another attempt

* another attempt

* another attempt2

* another attempt3

* android downgrade

* undo cleanup

* remove cache

* sdk version force?

* sdk version force remove

* r8 fix

* material

* material remove agian

* reset gradle, up flutter

* downgfrade to 21

* android ndk up agian

* android ndk up agian2

* with disk spcae r4emove agian...

* allow ios modules

* allow ios modules2

* updated version to compile on ios

* how baout this

* ios generated files

* removed exclude group

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
11 months ago
ggurdin d41dd35075
if current version first version number is larger then remote version, or if first version is less than/equal to remote version and second number is bigger, don't show dialog (#1240) 11 months ago
ggurdin d03698ff93
updated version number to match iOS version number (#1239) 11 months ago
ggurdin 5af7bfb581
updates to level bar popup design (#1238) 11 months ago
ggurdin a4861cd15f
if version is bigger, don't account for build name (#1237) 11 months ago
ggurdin 50b435b7e9
added clicking sounds on button click (#1236) 11 months ago
ggurdin 0b5edffbf9
made PangeaLanguage.byLangCode nullable (#1235) 11 months ago
ggurdin 43855f1ac3
if user l1 is not set, return system language (#1234) 11 months ago
ggurdin 358f4bc4aa
only show option to enter code if room is space (#1232) 11 months ago
Wilson 3435658dbb
disable updating bot config if insufficient power level, remove respond on next reactions input (#1228)
* disable updating bot config if insufficient power level, remove respond on next reactions input

* comment .env file in pubspec.yaml

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
11 months ago
ggurdin ad64031688
if user doesn't have l1, return system lang (#1230) 11 months ago
ggurdin cef67731f0
in stateful builder use context instead of outside context (#1229) 11 months ago
ggurdin 9444aecfd3
added enabled tts learning setting, give user a warning message when tts not available for target language (#1227) 11 months ago
ggurdin 43040c4010
only show 100 most recent uses in level bar popup (#1224) 11 months ago
ggurdin 029dbef481
Compare version number base on broken down and parsed version number rather than string difference (#1223) 11 months ago
a_youngdiggs 4cc7483c27
fixed igc match and implemented cache system (#1165)
* fixed igc match and implemented cache system

* code cleanup

* remove unused spanDetailsCache

* updated igc request hash function, use igc request hash as cache key

* give both caches their own timer and clear on interval

* made igc data cache entries into futures and removed previous message cache

* clear IGC cache at the right time, restart timer if it's been stopped

---------

Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
11 months ago
ggurdin dee409e41d
added level bar popup with XP, level, and recent construct use info (#1217) 11 months ago
ggurdin c845c971d6
open roomID on click notification (#1216) 11 months ago
ggurdin e38c1a08ee
1110 check app version and prompt user to update (#1215)
* initial work for checking app version

* fix error in version endpoint url

* show dialog on new version available

---------

Co-authored-by: wcjord <32568597+wcjord@users.noreply.github.com>
11 months ago
ggurdin 07f56a7ff6
Merge pull request #1213 from pangeachat/1203-change-share-link-to-pangea-chat
Change share link to pangea chat
11 months ago
ggurdin 829d68eff6
Change share link to pangea chat 11 months ago
ggurdin 1fa87685df
Merge pull request #1212 from pangeachat/1206-dont-know-where-the-unread-messages-are
exclude analytics rooms from notification counts
11 months ago
ggurdin 3c83f3e943
exclude analytics rooms from notification counts 11 months ago
ggurdin 4d7686188a
Merge pull request #1211 from pangeachat/1207-orange-box-on-audio-select
don't rely on token offsets from speech_to_text endpoint for creating…
11 months ago
ggurdin 544a2e61c4
don't rely on token offsets from speech_to_text endpoint for creating text spans 11 months ago
ggurdin 6299fa38bf
Merge pull request #1202 from pangeachat/1185-allow-joining-space-with-classcode-via-search-results
added option to join space with code in public room bottom sheet
11 months ago
ggurdin d687044403
added option to join space with code in public room bottom sheet 11 months ago
ggurdin 2b1ca93bae
Merge pull request #1201 from pangeachat/replace-env
added .env file back to repo
11 months ago
ggurdin 7334da81e3
added .env file back to repo 11 months ago
ggurdin 4561c65603
Merge pull request #1199 from pangeachat/1187-feedback-on-new-spacechat-flow
new room copy updates
11 months ago
ggurdin 9e7397e757
new room copy updates 11 months ago
ggurdin 1894301f87
Merge pull request #1195 from pangeachat/1189-only-the-latest-message-is-clickable
removed redundant enabled parameter from PressableButton, always call…
11 months ago
ggurdin 266094d4e3
removed redundant enabled parameter from PressableButton, always call onPressed 11 months ago
ggurdin 76c1cab062
Merge pull request #1193 from pangeachat/1180-pressablebutton-message-messes-with-message-sizing-and-causes-overflow-on-mobile
updated pressable button widget to prevent it from changing the const…
11 months ago
ggurdin 570e933eca
updated pressable button widget to prevent it from changing the constraints of its child 11 months ago
ggurdin 89e6b0692c
Merge pull request #1192 from pangeachat/android-build-fix
fix android build
11 months ago