Commit graph

672 commits

Author SHA1 Message Date
krille-chan
2c2e6d0941
chore: Follow up file selector 2024-10-04 17:53:56 +02:00
Krille
cc928c64bc
chore: Follow up file selector 2024-10-04 15:09:01 +02:00
Krille
fe06f2efb3
chore: Follow up pick files with file selector 2024-10-04 10:04:09 +02:00
krille-chan
fc959ce3e5
refactor: Use file selector on linux 2024-10-03 21:21:34 +02:00
krille-chan
86c9354cfd
refactor: Reuse flutter local notifications object 2024-10-03 16:42:19 +02:00
Krille-chan
8b90c30f50
Merge pull request #1376 from baltevl/main
build: Add unifiedpush_ui package
2024-10-03 16:07:31 +02:00
baltevl
96ecc878b4
build: Add unifiedpush_ui package
Add unifiedpush_ui as part of unifiedpush was split off into it.
2024-10-03 15:28:00 +02:00
krille-chan
542b4bf928
chore: Nicer representation of invited DMs 2024-10-03 14:10:47 +02:00
Krille
de7b85819f
chore: Group notifications on android by first space parent 2024-09-29 17:08:01 +02:00
krille-chan
b83503585f
feat: Sending multiple files at once 2024-09-22 19:18:08 +02:00
krille-chan
5c9880f0b2
refactor: Load bytes from sending files later to not let app crash 2024-09-22 15:45:41 +02:00
Krille
2cad97fac7
build: Update dependencies 2024-09-19 18:41:08 +02:00
Krille
aa3de2816b
chore: Follow up design textfields 2024-08-27 07:47:48 +02:00
Krille
158a6855c3
feat: Use matrix authenticated media 2024-08-25 12:46:15 +02:00
Krille
8784acc7e6
chore: Disable record on web 2024-08-12 09:00:10 +02:00
krille-chan
ebd8b700b1
chore: Show short forms of months and week days in UI 2024-08-11 12:31:10 +02:00
krille-chan
1c6d8a0579
chore: Make VOIP plugin less noisy in logs 2024-08-11 08:56:48 +02:00
Krille-chan
9731fb461a
Merge pull request #1261 from CodeThomnics/refactor/reduce_context_calls_theme
Refactor: Reduce .of(context) calls theme
2024-08-09 16:13:00 +02:00
Krille
02430a952d
build: Update to Matrix SDK 0.32.0 2024-08-09 11:35:11 +02:00
Thomas Klein Langenhorst
5d2aaef3ca
Refactor: Reduce .of(context) calls theme
Signed commit
2024-08-06 13:24:08 +02:00
Krille
47481eb676
feat: Send voice messages from web 2024-08-06 11:55:01 +02:00
krille-chan
a928ecec1e
Revert "refactor: Only initialize FlutterLocalNotificationsPlugin once"
This reverts commit d3a13705bd.
2024-08-01 09:47:49 +02:00
krille-chan
d3a13705bd
refactor: Only initialize FlutterLocalNotificationsPlugin once 2024-08-01 09:18:12 +02:00
Krille
e5bbb755d9
design: Add snackbar with link to changelog on new version 2024-07-31 15:23:25 +02:00
Krille
21e7c3f8cb
build: Update matrix dart sdk 2024-07-29 08:37:43 +02:00
krille-chan
d71d633cce
chore: nicer bottom sheets 2024-07-26 17:32:36 +02:00
Krille
ef5ea57c58
refactor: Omit local types 2024-07-04 15:42:00 +02:00
Krille
e88afdd357
chore: Follow up use 24 hour format 2024-07-04 15:37:28 +02:00
Krille
fc867b33a1
chore: Follow up time of day format 2024-07-04 10:59:52 +02:00
Krille
873362428c
fix: Follow up matrix sdk update 2024-07-03 15:14:10 +02:00
Krille
2b630aca4d
fix: Correctly localize time of date 2024-06-27 15:27:16 +02: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
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
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
0436c5c517
chore: Adjust ticker of notifications for Android 2024-03-28 08:25:32 +01:00