Commit graph

5232 commits

Author SHA1 Message Date
ggurdin
d5fc7b5e78 fix for error with msg events with multiple of the same type of pangea match only showing the first instance 2024-05-16 14:46:08 -04:00
WilsonLe
c7c0634792 temporarily remove schedule and specific reaction 2024-05-16 14:17:51 -04:00
WilsonLe
a847389620 add trigger and reaction input 2024-05-16 13:35:06 -04:00
WilsonLe
8c19eb25dd add discussion topic and keywords input 2024-05-16 11:25:31 -04:00
ggurdin
40af297bca Merge branch 'main' into learning-settings-icon 2024-05-16 10:20:32 -04:00
ggurdin
ba72857114 merge conflicts 2024-05-16 10:15:22 -04:00
ggurdin
e03beac866 Merge branch 'main' into usability-5-14 2024-05-16 10:09:47 -04:00
ggurdin
ed1a483184 load accuracte number for num chats in space 2024-05-16 10:08:17 -04:00
Kelrap
46d6f9f115 Updated My Learning Settings icon in chat settings menu 2024-05-16 10:03:54 -04:00
ggurdin
48988c19e6
Merge pull request #204 from pangeachat/remove-audio-autoplay-as-default
Change default value of autoplay option to false
2024-05-16 09:31:27 -04:00
Kelrap
00c90ec9a0 Checks that message is not redacted before opening toolbar 2024-05-16 09:24:20 -04:00
lauren n. liberda
ae0c8f73d2
chore: upgrade flutter to 3.22.0 2024-05-16 09:07:45 +02:00
Kelrap
25daaad305
Change default value of autoplay option to false 2024-05-15 16:49:47 -04:00
ggurdin
a2fe15ae6a
Merge pull request #203 from pangeachat/words-per-ms
converting actually to words per hour so its an int
2024-05-15 15:29:28 -04:00
WilsonLe
a0ee1965b3 update conversation bot setting to write bot options to matrix 2024-05-15 15:18:47 -04:00
William Jordan-Cooley
fa0639b5d6 converting actually to words per hour so its an int 2024-05-15 15:17:30 -04:00
WilsonLe
2cb33d7ce1 implement dynamic zone with 4 modes 2024-05-15 15:14:44 -04:00
ggurdin
48445a5bf9 Merge branch 'main' into usability-5-14 2024-05-15 15:06:04 -04:00
ggurdin
f15d79179d usability test updates - don't stack space details, always suggest new chats in spaces 2024-05-15 15:03:35 -04:00
ggurdin
875b98cc5e
Merge pull request #201 from pangeachat/speech-to-text-fixes
fix for JSON datatype error
2024-05-15 14:26:24 -04:00
ggurdin
0bb5361603
Merge pull request #200 from pangeachat/Adjusted-Learning-Settings
Adjusted learning settings
2024-05-15 14:26:08 -04:00
ggurdin
b26d786d95 fix for JSON datatype error 2024-05-15 14:18:08 -04:00
Kelrap
09e4feb6c2
Added My Learning Settings button to main menu 2024-05-15 14:01:17 -04:00
ggurdin
bc47e84de2 uncommented error handling so warning message shows on card, instead of loading circle 2024-05-15 13:58:57 -04:00
Kelrap
cd05450581
Removed the Learning Settings button 2024-05-15 13:52:55 -04:00
ggurdin
7131fd47a8 fix for speech to text matrix event 2024-05-15 13:43:21 -04:00
WilsonLe
cb5b92c94c implement bot preset select 2024-05-15 13:28:44 -04:00
William Jordan-Cooley
daaa83b00d fixing two oops 2024-05-15 11:01:20 -04:00
William Jordan-Cooley
326d2b5fbd adding words per minute to speech to text feedback 2024-05-15 10:57:34 -04:00
Krille
62fcea5b0b
chore: Set a maxsize for textfields 2024-05-15 11:59:19 +02:00
Krille
8a64bdd82d
refactor: Remove unnecessary FutureBuilder 2024-05-15 08:20:43 +02:00
ggurdin
8b8fc7e4b8 replaced pangea comments 2024-05-14 15:01:12 -04:00
ggurdin
5855cb2de5 updated record package version for iOS fix 2024-05-14 14:59:58 -04:00
ggurdin
536d3ddfd8 added helper functions to reduce duplications in functions to add analytics rooms to spaces and to join analytics rooms via spaces 2024-05-14 12:16:00 -04:00
ggurdin
61bcf059d3 removed unused function 2024-05-14 11:14:04 -04:00
ggurdin
308bd9ee49 ensure that users' analytics rooms are consistently made for users and that teachers are added to analytics rooms are soon as possible 2024-05-14 11:12:23 -04:00
ggurdin
f7fa048bde
Merge pull request #191 from pangeachat/sentry-warnings
allow sentry error levels to be set
2024-05-14 10:16:04 -04:00
ggurdin
ffb532b1dd allow sentry error levels to be set 2024-05-14 10:14:41 -04:00
Kelrap
a4c930c629
Checks if teacher is user before adding to invite list 2024-05-14 09:58:39 -04:00
ggurdin
8d75d74aab don't translate chat list subtitle if users' langauges aren't set 2024-05-13 14:27:36 -04:00
krille-chan
3d4ddeaa40
build: Update record package 2024-05-12 10:19:46 +02:00
krille-chan
9da309be62
chore: Make bottomnavbar labels always visible 2024-05-10 17:31:32 +02:00
krille-chan
3c85786c10
refactor: Improve performance of chat list 2024-05-10 16:32:14 +02:00
Krille
3d362df80a
refactor: Remove no longer necessary mx-reply workaround 2024-05-10 15:26:17 +02:00
Krille
938e1a91ae
Revert "refactor: Move back to cached network image for better avatar performance"
This reverts commit d9ab6ad8b3.
2024-05-10 12:49:40 +02:00
Krille
d9ab6ad8b3
refactor: Move back to cached network image for better avatar performance 2024-05-10 12:49:32 +02:00
Krille
53c2601945
chore: Follow up audioplayer 2024-05-10 10:03:18 +02:00
Krille
4dee111c73
chore: Revert audioplayer changes 2024-05-10 09:52:55 +02:00
Krille
d4fb0ce1a7
chore: Follow up audioplayer 2024-05-10 08:34:46 +02:00
krille-chan
6a220ffb4b
refactor: Precache theme and directchatmatrixid to improve performance in chat list item 2024-05-09 09:37:41 +02:00