ggurdin
9f69360f24
use construct use type pointValues to calculate XP and level
2024-07-31 12:52:43 -04:00
ggurdin
c5187c7639
added learning summary to chat list, removed references to summary analytics
2024-07-29 14:52:09 -04:00
ggurdin
bed27abe51
added sentry breadcrumbs to help track down ios logout issue
2024-07-24 12:59:52 -04:00
WilsonLe
584dd421b6
Merge branch '481-use-forked-matrix-sdk' of https://github.com/pangeachat/client into 481-use-forked-matrix-sdk
2024-07-19 14:30:29 -04:00
WilsonLe
65c4f4472d
add extra class method to prevent breaking changes
2024-07-19 14:30:19 -04:00
Wilson
c3248f14e7
Merge branch 'main' into 481-use-forked-matrix-sdk
2024-07-19 14:29:03 -04:00
ggurdin
6378c59a2b
reduced the number of calls to postLoad and the number of awaits for analytics room management
2024-07-19 13:06:19 -04:00
WilsonLe
6a02db73bb
integrate forked matrix sdk, addressing breaking changes of newer versions of matrix sdk
2024-07-17 12:14:07 -04:00
ggurdin
70de0fc866
Merge branch 'main' into blue7/08
2024-07-16 09:58:25 -04:00
ggurdin
c0cd10a0e2
filter out analytics events from syncs. hide space analytics
2024-07-15 14:06:27 -04:00
bluearevalo
425b7ddcf1
oops formatting fix
2024-07-10 13:37:39 -04:00
bluearevalo
a5cdafcb65
Added null checks, error handling, and used non-null version of l10n
2024-07-10 13:24:13 -04:00
William Jordan-Cooley
ffbc62ba55
consolidating language constants and using for unknown detection instance
2024-06-28 11:34:55 -04:00
ggurdin
eedb050ce1
merge main
2024-06-19 12:34:08 -04:00
ggurdin
e7f1dcf6a3
merge main
2024-06-19 12:28:14 -04:00
ggurdin
a2fb240c6e
inital work to combine class and exchanges into generalized spaces
2024-06-19 12:18:18 -04:00
ggurdin
c2245f045f
enables recording on web
2024-06-18 10:16:17 -04:00
ggurdin
5db8527ba5
fluffychat merge
2024-06-17 10:54:26 -04:00
ggurdin
6d3bb87bf6
fluffychat merge
2024-06-17 10:32:40 -04:00
ggurdin
c9b6c52761
fluffychat merge
2024-06-17 09:22:04 -04:00
ggurdin
971c74f6a6
fluffychat merge
2024-06-17 09:17:05 -04:00
ggurdin
923e2cc8f2
fluffychat merge
2024-06-17 09:11:34 -04:00
ggurdin
413d4adaec
fluffychat merge
2024-06-17 09:05:27 -04:00
ggurdin
0cb6fe6daf
fluffychat merge
2024-06-14 16:12:51 -04:00
ggurdin
c13afdea3a
fluffychat merge
2024-06-14 15:51:12 -04:00
ggurdin
42bf07f477
fluffychat merge
2024-06-14 15:48:25 -04:00
ggurdin
5a2c5155c5
fluffychat commits
2024-06-14 15:39:27 -04:00
ggurdin
a9105c0804
Merge branch 'main' into analytics-rooms-data
2024-06-13 16:37:22 -04:00
Kelrap
8cc377a3f4
Finish fixing capacity enforcement bugs
2024-06-06 11:58:11 -04:00
Kelrap
ff198f64bc
Check capacity when joining room
2024-06-04 16:43:59 -04:00
ggurdin
12e364a32d
move student summary analytics events to analytics rooms
2024-06-03 11:47:33 -04:00
krille-chan
d82211b7af
chore: Change default timeout to 30 min
2024-05-26 09:06:37 +02:00
krille-chan
f7096d5dee
refactor: Delete database file on failed app start
2024-05-26 08:39:05 +02:00
ggurdin
208a5ef095
Spanish translations
2024-05-23 09:24:54 -04:00
Krille
78a3ef102c
chore: Increase default network request timeout
2024-05-21 12:47:04 +02:00
td
4095560412
fix: voip code breaking from 0.28
...
have not tested it but should mostly be fine, rewrite should get in someday anyway :p
2024-04-30 18:19:10 +05:30
Krille
a14b69623d
build: Update dependencies
2024-04-26 09:14:50 +02:00
krille-chan
a705a5b399
refactor: Download on android and iOS with file_picker
2024-04-21 10:34:09 +02:00
krille-chan
86df13d6d8
chore: Let error reporter fill out bug report
2024-04-20 17:23:34 +02:00
krille-chan
d2f12452fc
build: Update matrix dart sdk
2024-04-17 09:54:35 +02:00
krille-chan
e43a4ad65f
design: Adjust chat settings design
2024-04-14 12:00:43 +02:00
krille-chan
d14276f5a9
fix: Allow unencrypted database if gnome keyring not present or platform does not support it
2024-04-13 16:57:38 +02:00
Krille
5128785c66
fix: More logs when database fails to init and trycatch sendInitNotification
2024-04-11 08:15:12 +02:00
Krille
be0df9e19b
fix: Localizations from weblate confused by unknownEvent locale
2024-04-10 09:05:11 +02:00
Brord van Wierst
2f04f52943
Merge remote-tracking branch 'fluffychat/main' into auto-pr
2024-04-08 19:17:32 +02:00
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
3c532f90ba
chore: unify desktop and mobile databases ( #764 )
...
* chore: unify desktop and mobile databases
- migrate `package:sqflite_flutter` to `sqlcipher_flutter_libs`
- use FFI for all SQLite operations
- use `SQfLiteEncryptionHelper` for database encryption
- enforce encryption for new SQLite datbase implementation
- migrate existing SQLite databases
- encrypt unencrypted ones
- migrate database locations to unified approach
- drop dependency on sqlite
Signed-off-by: The one with the braid <info@braid.business>
* chore: add sqlcipher to macos CI
Signed-off-by: The one with the braid <info@braid.business>
---------
Signed-off-by: The one with the braid <info@braid.business>
2024-03-29 14:47:11 +00:00
krille-chan
3e9ff75efe
chore: Remove print
2024-03-29 15:35:44 +01:00
Krille
8a9715cac2
chore: Follow up database broken handling
2024-03-29 12:28:47 +01:00
Krille
eb9cf18d30
chore: Fix formatting
2024-03-29 11:32:28 +01:00
Krille
9c1bf05c0d
chore: better logs on client init failed
2024-03-29 11:31:54 +01:00