Commit graph

3273 commits

Author SHA1 Message Date
krille-chan
d2f12452fc
build: Update matrix dart sdk 2024-04-17 09:54:35 +02:00
krille-chan
1f12b72271
chore: Follow up change own power level 2024-04-17 09:48:27 +02:00
krille-chan
2a4fd6927c
chore: Follow up nicer dropdownbuttons 2024-04-15 10:12:37 +02:00
krille-chan
216d3bd403
design: Improve user permission settings 2024-04-15 09:50:50 +02:00
krille-chan
ac7e424b7b
design: Redesign permissions settings with dropdownbuttons 2024-04-15 09:32:06 +02:00
krille-chan
de68f62aef
chore: Follow up manage aliases 2024-04-15 09:13:06 +02:00
krille-chan
4dbe85b278
chore: Follow up manage room aliases 2024-04-15 08:49:25 +02:00
krille-chan
0684bb63ac
chore: Follow up join rules 2024-04-15 07:59:38 +02:00
krille-chan
9720dcf8ee
chore: Follow up share room alias 2024-04-15 07:58:13 +02:00
krille-chan
2095e3ebad
chore: Follow up share alias 2024-04-14 20:36:38 +02:00
krille-chan
2d5f496d3c
chore: Follow up localize join rules 2024-04-14 16:41:07 +02:00
krille-chan
4353c8ddd1
chore: Follow up knock room 2024-04-14 16:29:11 +02:00
krille-chan
45e72428e2
chore: follow up accept decline kick 2024-04-14 16:23:39 +02:00
krille-chan
c300220773
design: New chat access settings 2024-04-14 15:49:46 +02:00
krille-chan
cbdea13772
design: Follow up settings design 2024-04-14 13:06:30 +02:00
krille-chan
1366113823
design: Follow up chat settings design 2024-04-14 12:39:37 +02:00
krille-chan
e43a4ad65f
design: Adjust chat settings design 2024-04-14 12:00:43 +02:00
krille-chan
e11195f4fc
design: Adjust settings design 2024-04-14 11:48:51 +02:00
krille-chan
23f4c64e50
Revert "chore: Do not send video msc object yet"
This reverts commit 86b0d04041.
2024-04-13 18:23:02 +02:00
krille-chan
86b0d04041
chore: Do not send video msc object yet 2024-04-13 17:52:20 +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
71afa17806
fix: Background color of images with transparency 2024-04-10 18:01:31 +02:00
Krille-chan
ec85988a83
Merge pull request #999 from krille-chan/krille/update-and-clean-up-dependencies
build: Update all dependencies and remove vibrator package
2024-04-10 09:08:50 +02:00
Krille
be0df9e19b
fix: Localizations from weblate confused by unknownEvent locale 2024-04-10 09:05:11 +02:00
krille-chan
58c873c5a7
build: Update all dependencies and remove vibrator package 2024-04-07 16:06:30 +02:00
krille-chan
7627f7b8ed
build: Update flutter_map package 2024-04-07 16:06:30 +02:00
krille-chan
97292c1e3a
build: Update emoji picker package 2024-04-07 16:06:30 +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
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
Krille
68aa2250f2
chore: Follow up input bar padding 2024-03-28 11:17:20 +01:00
Krille
0436c5c517
chore: Adjust ticker of notifications for Android 2024-03-28 08:25:32 +01:00
The one with the braid
5257d89b53 fix: never use root navigator for bottom sheets
Signed-off-by: The one with the braid <info@braid.business>
2024-03-28 02:02:30 +01:00
Krille
6e13c17682
chore: Follow up text selection color 2024-03-27 13:49:36 +01:00
Krille
cba1a9bd5e
chore: Follow up audioplayer design 2024-03-27 09:30:16 +01:00