Commit graph

3508 commits

Author SHA1 Message Date
ggurdin
ab9f7e2696 removed unused comments 2024-05-02 12:00:27 -04:00
Gabby Gurdin
62514c4555 update to main menu button 2024-05-02 11:50:48 -04:00
Gabby Gurdin
55bb8191e6 inital work for usability test updates 2024-05-02 11:13:48 -04:00
Gabby Gurdin
7964d155ce remove duplicate archive button 2024-05-01 09:16:50 -04:00
Gabby Gurdin
60f202b019 allow students to leave chats and class via the archive button 2024-05-01 09:09:21 -04:00
Waqas
6c96f849fa Archive Button 2024-04-29 11:20:27 -04:00
Gabby Gurdin
cfa457a803 use initial state to add bot_options to room on adding of bot 2024-04-22 13:45:59 -04:00
Gabby Gurdin
076bcea553 don't override class power levels with bot power level 2024-04-22 11:29:55 -04:00
Gabby Gurdin
e4ceb91757 fix for freezing after joining space 2024-04-22 11:04:18 -04:00
Gabby Gurdin
70e085e4f0 merge github-issues into auto-pr 2024-04-22 11:02:45 -04:00
Gabby Gurdin
d8a9336bf1 merge main conflicts 2024-04-19 12:15:34 -04:00
Gabby Gurdin
05116eba31 Merge branch 'main' into open-details 2024-04-19 10:54:26 -04:00
Gabby Gurdin
40fbdb2ec7 fix for audio messages not starting from beginning, switched record package to version fluffychat uses 2024-04-19 10:48:33 -04:00
Gabby Gurdin
614f83ad29 cache pangea reps so direct translation is not called multiple times, don't translate names of audio message files 2024-04-18 15:18:35 -04:00
Gabby Gurdin
1d507226f3 don't change add to space toggle value if error when trying to add 2024-04-18 14:30:04 -04:00
Gabby Gurdin
6fc676c5e7 fix for error in join space dialog 2024-04-18 13:33:11 -04:00
Gabby Gurdin
96e6d76051 updates dependencies to match fluffychat, remove unused dependencies 2024-04-16 15:25:18 -04:00
Gabby Gurdin
c0f2d6ea39 merge in sentry updates 2024-04-16 14:03:53 -04:00
Gabby Gurdin
f6a8583246 fix for emojis not showing correctly in input bar 2024-04-12 12:44:16 -04:00
Gabby Gurdin
63f6dcc32d added push rule to prevent notifications for text-to-speech events 2024-04-11 13:01:22 -04:00
William Jordan-Cooley
df17a8fdd0 push don't add teachers to DMs or bot chat 2024-04-10 14:52:41 -04:00
William Jordan-Cooley
2b9c5ecc95 if in two column mode, open space details when active space is set 2024-04-10 12:38:19 -04:00
Gabby Gurdin
b25e10ba76 add power level check before inviting bot to space and setting power level 2024-04-09 14:27:24 -04:00
Gabby Gurdin
3c1d29d037 don't log error for user cancelling signup 2024-04-09 14:10:30 -04:00
Gabby Gurdin
12df14dcdb remove messages that have already been added from analytics bulk update 2024-04-09 13:34:14 -04:00
Gabby Gurdin
a791d40016 fix for room already in use analytics room error 2024-04-09 13:00:17 -04:00
Gabby Gurdin
25d0fe2fb7 Merge branch 'auto-pr' of https://github.com/pangeachat/client into auto-pr 2024-04-09 09:38:55 -04:00
Gabby Gurdin
bad30b0c4c overlay message updates 2024-04-09 09:37:48 -04:00
Brord van Wierst
eb19a49b15
fix analytics and add git merge cmd 2024-04-08 22:54:43 +02:00
Brord van Wierst
2f04f52943
Merge remote-tracking branch 'fluffychat/main' into auto-pr 2024-04-08 19:17:32 +02:00
krille-chan
6f9da100a0
fix: Login with SSO on web 2024-04-07 16:05:24 +02:00
krille-chan
f6c6898fb6
fix: Make chat permission settings null and type safe 2024-04-07 10:34:37 +02:00
krille-chan
02ceddf9e8
feat: Show/hide third column in chat view 2024-04-07 10:30:21 +02:00
Gabby Gurdin
64112c2a3c prevent pangea message events made from encrypted messages, display enrypted messages correctly 2024-04-05 16:55:12 -04:00
Gabby Gurdin
ede472e0e8 commented out references to keyboard_shortcuts 2024-04-05 14:45:53 -04:00
Gabby Gurdin
a2fb362bde catch null _choreo and _event earlier in flow, switch from error to warning 2024-04-05 14:35:57 -04:00
krille-chan
e81a366a5b
refactor: Move room headers into appbar bottom field 2024-04-01 12:47:10 +02:00
krille-chan
f42509f710
design: Adjust some colors in inputbar 2024-04-01 10:32:11 +02:00
krille-chan
a8606f18b6
refactor: new flutter only typing animation 2024-03-31 19:28:19 +02:00
krille-chan
4fca106a51
fix: Always send info object for stickers 2024-03-31 14:40:12 +02:00
krille-chan
f4196f38c3
chore: Follow up hovermenu 2024-03-30 09:10:32 +01:00
krille-chan
c51fc600a2
chore: Follow up sticker design 2024-03-30 08:37:24 +01: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
Krille-chan
a06bd7e093
Merge pull request #956 from krille-chan/braid/adaptive-bottom-sheet-navigator
fix: never use root navigator for bottom sheets
2024-03-29 09:27:10 +01:00
Krille
654a423e41
chore: Follow up padding 2024-03-28 11:45:05 +01:00
Krille
1be21e6c12
chore: Follow up paddings 2024-03-28 11:44:11 +01:00