Commit graph

801 commits

Author SHA1 Message Date
Krille 520d854e68
build: Update matrix dart sdk 2024-06-24 13:46:41 +02:00
Krille 79ecfd96fa
build: Update matrix dart sdk 2024-06-17 12:31:48 +02:00
Krille 7e7ad46f98
build: Release v1.21.1 2024-06-17 09:34:40 +02:00
Krille 13ecf58329
build: Update Matrix Dart SDK 2024-06-17 06:53:54 +02:00
krille-chan 6d906ad637
build: Bump version to v1.21.0 2024-05-29 19:38:13 +02:00
krille-chan 5f40393dd9
build: Use correct pubspec.yaml format for hosted dependency 2024-05-29 19:06:01 +02:00
Krille 3d35a6adcf
refactor: Update to Matrix Dart SDK 0.29.9 2024-05-29 11:20:32 +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 a4e8ffdc7f
Merge pull request #998 from krille-chan/krille/update-record-package
build: Update record package
2024-05-19 14:53:29 +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 4affd97db4
build: Bump version to 1.20.0 2024-04-26 09:27:04 +02:00
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 e72a5af5b3
build: Bump version to 1.19.2 2024-04-13 17:23:47 +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-chan da25c139c8
build: Bump version to 1.19.1 2024-04-07 16:10:46 +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 97f606799e
build: Bump version to v1.19.0 2024-03-29 10:43:19 +01: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 278c3d165b
build: Add changelog for 1.18.0 2024-02-23 10:11:13 +01:00
krille-chan 826cce6573
refactor: Better download UX with file picker for android and iOS 2024-02-22 18:53:31 +01:00