Commit graph

714 commits

Author SHA1 Message Date
Krille 79ecfd96fa
build: Update matrix dart sdk 2024-06-17 12:31:48 +02:00
Krille 13ecf58329
build: Update Matrix Dart SDK 2024-06-17 06:53:54 +02:00
Krille 3d35a6adcf
refactor: Update to Matrix Dart SDK 0.29.9 2024-05-29 11:20:32 +02:00
Krille-chan d9edf9f05b
Merge branch 'main' into flutter-3.22 2024-05-26 08:41:24 +02:00
Krille 71ff94b622
build: Update matrix dart sdk 2024-05-23 10:53:28 +02:00
Krille 8a738ad25f
chore: Go back to pub.dev matrix sdk 2024-05-21 13:42:02 +02:00
Krille bd6b180b7c
chore: Re-add native_imaging 2024-05-21 13:17:17 +02:00
Krille efd2bcb00a
chore: Hotfix create missing objectbox 2024-05-21 13:09:15 +02:00
Krille f46288aead
build: Update to matrix 0.29.3 2024-05-21 12:46:17 +02:00
krille-chan b954362104
build: Use matrix sdk main branch 2024-05-20 16:47:17 +02:00
krille-chan 6bd9997fe5
build: Try out store inbound group sessions performance fix 2024-05-20 11:32:47 +02:00
krille-chan 421bd245ae
build: Update dependencies to flutter 3.22 but not flutter version yet 2024-05-20 08:45:51 +02:00
Krille-chan a4e8ffdc7f
Merge pull request #998 from krille-chan/krille/update-record-package
build: Update record package
2024-05-19 14:53:29 +02:00
lauren n. liberda ae0c8f73d2
chore: upgrade flutter to 3.22.0 2024-05-16 09:07:45 +02:00
Krille c447e15949
build: Update matrix dart sdk to 0.29.2 2024-05-14 15:06:18 +02:00
krille-chan 81b254f82c
Revert "chore: Disable db cache test"
This reverts commit 286acbc11a.
2024-05-12 11:55:16 +02:00
krille-chan 286acbc11a
chore: Disable db cache test 2024-05-12 10:25:47 +02:00
krille-chan 3d4ddeaa40
build: Update record package 2024-05-12 10:19:46 +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 ce8513d2b5
build: Update matrix dart sdk 2024-05-10 08:35:10 +02:00
Krille fb54548e5c
build: Update matrix dart sdk 2024-05-08 12:42:40 +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 d2f12452fc
build: Update matrix dart sdk 2024-04-17 09:54:35 +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 6998c87b62
Revert "build: Use libhandy for linux desktop again"
This reverts commit 6349afae2b.
2024-04-07 15:20:21 +02:00
krille-chan 6349afae2b
build: Use libhandy for linux desktop again 2024-04-07 14:31:51 +02:00
ShootingStarDragons 54cff3cd32
chore: do not use static openssl
I close this option, to make it compilable on archlinux.
2024-04-05 18:09:49 +08: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 25ec229ace
refactor: Use dart blurhash 2024-03-21 07:36:22 +01:00
Krille 19dab63858
build: Update matrix dart sdk 2024-03-15 12:28:50 +01:00
Krille 1712d30c2f
feat: Support refresh tokens 2024-03-08 12:46:26 +01:00
Krille 03511a1e8d
build: Update Matrix Dart SDK 0.25.11 2024-02-29 15:01:20 +01:00
Krille-chan 8cb9d79578
Merge pull request #906 from selfisekai/license-checker
ci: add a license compliance check
2024-02-25 20:29:37 +01:00
krille-chan 0e8363221b
design: Nicer QR Code design 2024-02-25 20:19:45 +01:00
lauren n. liberda cd6294b421
ci: add a license compliance check 2024-02-25 15:38:00 +01:00
krille-chan 549291ab40
build: Update adaptive_dialog 2024-02-25 15:27:27 +01:00
krille-chan 6435e703e4
feat: Add insert content via gboard 2024-02-25 15:09:02 +01:00
krille-chan 826cce6573
refactor: Better download UX with file picker for android and iOS 2024-02-22 18:53:31 +01:00
Krille 859701e158
chore: Follow up android shortcuts 2024-02-20 17:15:30 +01:00
lauren n. liberda be2c114647 fix web 2024-02-16 09:51:01 +01:00
lauren n. liberda fed9999f38 chore: upgrade to flutter 3.19.0
also removing dart_code_metrics. it is not maintained, and
relicensed to BSL. it shouldn't have been there in first place.
2024-02-16 09:28:29 +01:00
krille-chan dee9323d47
feat: Add notification shortcuts to android 2024-02-15 12:02:32 +01:00
Krille 74b1553662
build: Follow up update errors 2024-02-01 07:31:29 +01:00
Krille 135b61e6b5
Revert "build: Update minor versions"
This reverts commit 7c954c2e3a.
2024-02-01 07:28:39 +01:00
Krille 7c954c2e3a
build: Update minor versions 2024-02-01 07:17:40 +01:00