Commit Graph

1027 Commits (f803836dd8e19c423f7dc0d1e5b418d1054d2cb8)

Author SHA1 Message Date
krille-chan 8cedd2a45a
build: Update go router 1 year ago
krille-chan fc959ce3e5
refactor: Use file selector on linux 1 year ago
krille-chan 5ee30c35c6
build: Update flutter local notifications package 1 year ago
baltevl 96ecc878b4
build: Add unifiedpush_ui package
Add unifiedpush_ui as part of unifiedpush was split off into it.
1 year ago
Krille c636bc573a
build: Update emoji picker package 1 year ago
krille-chan 8e5474b4e4
build: Update dependencies 1 year ago
krille-chan 5c9880f0b2
refactor: Load bytes from sending files later to not let app crash 1 year ago
Krille c63a53bbcc
build: Update to matrix dart sdk 0.33 1 year ago
krille-chan 3ce4df8425
build: Fix build linux after flutter 3.24.1 and add handy_window 1 year ago
Krille e38ccbebbe
build: Update matrix dart sdk 1 year ago
Krille-chan 53b8b5290e
Merge pull request #1291 from krille-chan/krille/use-auth-media
feat: Use matrix authenticated media
1 year ago
Krille 158a6855c3
feat: Use matrix authenticated media 1 year ago
krille-chan dec588d0c0
refactor: Simplify login UX 1 year ago
krille-chan 249c6e0fa2
build: Update video compress and other dependencies 1 year ago
krille-chan 2615632881
chore: Remove emoji proposals feature 1 year ago
krille-chan 28473cda60
build: Bump version to v1.22.0 1 year ago
Krille 02430a952d
build: Update to Matrix SDK 0.32.0 1 year ago
Krille a7473af40f
feat: Record voice message with opus/ogg if supported 1 year ago
Krille 0bd61ced3f
feat: Convert opus to aac on iOS before playing 1 year ago
Krille 21e7c3f8cb
build: Update matrix dart sdk 1 year ago
krille-chan b8345e2ca6
chore: Follow up avatars 1 year ago
krille-chan 69fcb01988
build: Fix build snap 1 year ago
Krille 86b1314c61
refactor: Use cached network image for mxc image uris 1 year ago
krille-chan 82a7f5de51
build: Update dependencies after release 1 year ago
Krille 3018a5213f
build: Bump version to v1.21.2 1 year ago
Krille bc52c9f677
build: Update matrix dart sdk 1 year ago
Krille 520d854e68
build: Update matrix dart sdk 1 year ago
Krille 79ecfd96fa
build: Update matrix dart sdk 1 year ago
Krille 7e7ad46f98
build: Release v1.21.1 1 year ago
Krille 13ecf58329
build: Update Matrix Dart SDK 1 year ago
krille-chan 6d906ad637
build: Bump version to v1.21.0 1 year ago
krille-chan 5f40393dd9
build: Use correct pubspec.yaml format for hosted dependency 1 year ago
Krille 3d35a6adcf
refactor: Update to Matrix Dart SDK 0.29.9 1 year ago
Krille 71ff94b622
build: Update matrix dart sdk 1 year ago
Krille 8a738ad25f
chore: Go back to pub.dev matrix sdk 1 year ago
Krille bd6b180b7c
chore: Re-add native_imaging 1 year ago
Krille efd2bcb00a
chore: Hotfix create missing objectbox 1 year ago
Krille f46288aead
build: Update to matrix 0.29.3 1 year ago
krille-chan b954362104
build: Use matrix sdk main branch 1 year ago
krille-chan 6bd9997fe5
build: Try out store inbound group sessions performance fix 1 year ago
Krille-chan a4e8ffdc7f
Merge pull request #998 from krille-chan/krille/update-record-package
build: Update record package
1 year ago
Krille c447e15949
build: Update matrix dart sdk to 0.29.2 1 year ago
krille-chan 81b254f82c
Revert "chore: Disable db cache test"
This reverts commit 286acbc11a.
1 year ago
krille-chan 286acbc11a
chore: Disable db cache test 1 year ago
krille-chan 3d4ddeaa40
build: Update record package 1 year ago
Krille 938e1a91ae
Revert "refactor: Move back to cached network image for better avatar performance"
This reverts commit d9ab6ad8b3.
1 year ago
Krille d9ab6ad8b3
refactor: Move back to cached network image for better avatar performance 1 year ago
Krille ce8513d2b5
build: Update matrix dart sdk 1 year ago
Krille fb54548e5c
build: Update matrix dart sdk 1 year ago
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
2 years ago
Krille 4affd97db4
build: Bump version to 1.20.0 2 years ago
Krille a14b69623d
build: Update dependencies 2 years ago
krille-chan a705a5b399
refactor: Download on android and iOS with file_picker 2 years ago
krille-chan d2f12452fc
build: Update matrix dart sdk 2 years ago
krille-chan e72a5af5b3
build: Bump version to 1.19.2 2 years ago
Krille-chan ec85988a83
Merge pull request #999 from krille-chan/krille/update-and-clean-up-dependencies
build: Update all dependencies and remove vibrator package
2 years ago
krille-chan da25c139c8
build: Bump version to 1.19.1 2 years ago
krille-chan 58c873c5a7
build: Update all dependencies and remove vibrator package 2 years ago
krille-chan 7627f7b8ed
build: Update flutter_map package 2 years ago
krille-chan 97292c1e3a
build: Update emoji picker package 2 years ago
krille-chan 6998c87b62
Revert "build: Use libhandy for linux desktop again"
This reverts commit 6349afae2b.
2 years ago
krille-chan 6349afae2b
build: Use libhandy for linux desktop again 2 years ago
ShootingStarDragons 54cff3cd32
chore: do not use static openssl
I close this option, to make it compilable on archlinux.
2 years ago
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>
2 years ago
Krille 97f606799e
build: Bump version to v1.19.0 2 years ago
Krille 25ec229ace
refactor: Use dart blurhash 2 years ago
Krille 19dab63858
build: Update matrix dart sdk 2 years ago
Krille 1712d30c2f
feat: Support refresh tokens 2 years ago
Krille 03511a1e8d
build: Update Matrix Dart SDK 0.25.11 2 years ago
Krille-chan 8cb9d79578
Merge pull request #906 from selfisekai/license-checker
ci: add a license compliance check
2 years ago
krille-chan 0e8363221b
design: Nicer QR Code design 2 years ago
lauren n. liberda cd6294b421
ci: add a license compliance check 2 years ago
krille-chan 549291ab40
build: Update adaptive_dialog 2 years ago
krille-chan 6435e703e4
feat: Add insert content via gboard 2 years ago
Krille 278c3d165b
build: Add changelog for 1.18.0 2 years ago
krille-chan 826cce6573
refactor: Better download UX with file picker for android and iOS 2 years ago
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.
2 years ago
krille-chan dee9323d47
feat: Add notification shortcuts to android 2 years ago
Krille e68306c8b3
chore: Bump version 2 years ago
Krille 74b1553662
build: Follow up update errors 2 years ago
Krille ccda4514c1
build: Update dependencies 2 years ago
Krille d5e77f7276
build: Update matrix dart sdk to 0.25.7 2 years ago
Krille 7fe8d196fb
build: Bump version and add changelog 2 years ago
Krille 9c74604838
build: Update sdk to 0.25.6 2 years ago
Krille 9981826f7b
build: Bump version to 1.17.1 2 years ago
Krille 77007d86e5
build: Update matrix sdk 0.25.5 2 years ago
Krille d8414e8d15
build: Update matrix dart sdk to 0.25.4 2 years ago
Krille 9dea9fa50a
build: Update to matrix dart sdk 0.25.3 2 years ago
krille-chan b491ca209e
build: Add changelog v1.17.0 2 years ago
Krille e70ecfcf04
build: Update matrix dart sdk to 0.25.2 2 years ago
Krille 6b53d27c4c
fix: Some links not clickable in messages 2 years ago
Krille f11e9ec6d2
build: Update matrix dart sdk to 0.25.1 2 years ago
krille-chan 4214785b00
chore: Follow up fetch presences from server 2 years ago
krille-chan 33839c4df8
fix: New json url for homeserver list 2 years ago
Krille 46d9879a45
build: Bump version 2 years ago
Krille 14781201a2
build: Update to matrix sdk 0.25.0 2 years ago
Krille 96ca7f41cd
build: Update matrix dart sdk 2 years ago
Krille 655193e569
build: Update matrix sdk 2 years ago
Krille 129c1ab697
feat: Try out FluffyBox 2 database 2 years ago
Krille f903d54d52
fix: Web SSO 2 years ago
Krille f79143cffb
build: Changelog for 1.16.0 2 years ago
krille-chan 615e712e14
build: Set olm to 1.3.2 to fix android build 2 years ago
Krille bac4dd22ad
build: Update flutter_olm 2 years ago
Krille 6d011dbb3e
build: Update openssl crypto 2 years ago
Krille 1a83d33cf5
build: Update Matrix Dart SDK to 0.24.0 2 years ago
krille-chan c6007a3c3d
refactor: Check if app is in foreground on pushhelper 2 years ago
Krille 61ade15fa9
build: Update matrix dart sdk to 0.23.0 2 years ago
krille-chan 3f46b90fd8
build: Update dependencies 2 years ago
lauren n. liberda 58fe80de0f
chore: upgrade flutter to 3.16.0 2 years ago
krille-chan fbaeb1807f
build: Workaround for broken flutter secure storage on linux 2 years ago
krille-chan b149283ec6
build: Update dependencies 2 years ago
Krille f39851f9da
build: Release v1.15.1 2 years ago
Krille 0919d75b04
chore: Downgrade record back to 4.4.4 2 years ago
krille-chan 3a9c6e8773
chore: Use correct audiorecorder file extension 2 years ago
krille-chan bedd4e9ade
chore: More revert recorder 2 years ago
krille-chan fd22b4330e
chore: Downgrade record 2 years ago
Krille 9d29f9dcd2
build: Add changelog for v1.15.0 2 years ago
krille-chan f028b12185
refactor: Update FutureLoadingDialog 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan 991bba2535
build: Update record package 2 years ago
krille-chan 59b357681e
build: Update matrix dart sdk 2 years ago
Krille 18851e2a03
build: Bump version 2 years ago
Krille 35367389f0
fix: Remove uncompatible dependencies connectivity_plus and wakelock 2 years ago
Krille bed7e34a36
build: Bump version to 1.14.4 2 years ago
Krille f0fb415316
build: Bump version to 1.14.3 2 years ago
krille-chan 9a808abdc6
refactor: Remove flutter_app_lock package and use own AppLock implementation 2 years ago
krille-chan 90789d9feb
feat: New simplified lockscreen design 2 years ago
Krille 1c863fe769
build: Bump version to 1.14.2 2 years ago
krille-chan accf15c6e8
build: Bump version 2 years ago
krille-chan 9cd6bd21da
build: Update archive to 3.3.9 2 years ago
krille-chan 3a0924e312
build: Fix snapcraft color-flip by removing handy window package 2 years ago
Krille 5ac48d98d0
build: Bump version to 1.14.0 2 years ago
Krille e5a74e8376
build: Update Matrix dart sdk to 0.22.3 2 years ago
krille-chan 3b12d8ab84
refactor: Update badge 2 years ago
krille-chan 55871de866
fix: Remove mpv and zenity to fix linux snap builds 2 years ago
Krille 739edde729
refactor: Replace vrouter with gorouter 2 years ago
krille-chan cb9d731b80
build: Add webrtc again but with fixed rpath version 2 years ago
krille-chan 3aaf21fb8b
build: Disable webrtc on linux again 2 years ago
krille-chan efbe16b52c
chore: readd handy window 2 years ago
krille-chan 3b7fec2baf
build: Remove handy window extension 2 years ago
The one with the braid 0c70017cd8
feat: support import of Emoji packs as zip file
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
ShootingStarDragons 2ae4551bcc feat: paste image from clipboard 2 years ago
Krille 851f6079e2
builds: Changelog for version 1.12.1 2 years ago
Krille b255ddcd61
chore: Remove windows gitlab CI workaround 2 years ago
Krille 71f3c66599
chore: Use correct versions of adaptive_dialog 2 years ago
Krille 91fc889bce refactor: Update dependencies 2 years ago
Krille 131fa6b3a9 chore: Enable webrtc for linux again 2 years ago
Krille 3d9e2dd8bf build: Change wakelock hotfix 2 years ago
Krille e851349bf2 builds: Bump version 2 years ago
Krille f4107a8344 chore: Update dependencies 2 years ago
Krille e3bbc8f1ab builds: Update flutter table html 2 years ago
Krille bc9a6b122f builds: Update flutter_html 2 years ago
Krille 847bda89e8 fix: User pills 2 years ago
Krille f2601c638b chore: Follow up linkify in html message 2 years ago
Krille 79549c3a59 chore: Disable linux webrtc 2 years ago
Krille 5627e50c8f Revert "refactor: Update dependencies"
This reverts commit 2bb0dce7a15d4831eb30c39fc7ba5d863cbcd55e
2 years ago
Krille c2495eb1a7 refactor: Update dependencies 2 years ago
Krille 5ad32f2915 builds: Update file_picker to 5.3.0 2 years ago
Krille 1d72ab512a chore: Readd support for html tables 2 years ago
Krille a6d135bdbe chore: Update flutter webrtc 2 years ago
Krille 796a6fdae1 refactor: Reimplement flutter matrix html locally 2 years ago
Krille d330ca0ff7 chore: Remove macos_ui dependency 2 years ago
Krille 208bac0531 chore: Remove webrtc override 2 years ago
Krille 526f5dce47 chore: Follow up update flutter matrix html 2 years ago
Krille cb0fe173d9 chore: Minor code clean up 2 years ago
lauren n. liberda 1e0988dd4c builds: migrate to dart 3.0/flutter 3.10 2 years ago
Krille ab1e2d8db8 chore: Disable webrtc on linux again 2 years ago
Krille 1ce60aecf4 build: Remove dependency overwrite for ffi 3 years ago
Krille 55de4387f2 build: Update dependencies 3 years ago
Krille a2cb9ff84b chore: Bump version 3 years ago
Krille 77a43b6b8e chore: Bump version 3 years ago
Krille 272925b0e3 chore: Bump version 3 years ago
ShootingStarDragons b9104f243e feat: change to flutterwebauth2 3 years ago
Krille d9aa2f8e44 refactor: Switch to file_picker package and get rid of some dependency overrides 3 years ago
Christian Kußowski 6e747c3153 chore: Update matrix sdk to 0.18.0 3 years ago
Christian Kußowski d235f3e511 chore: Follow up qr code width 3 years ago
Christian Kußowski 901b4862e4 chore: Update build number 3 years ago
Krille 7ce9612a88 chore: disable webrtc on linux again 3 years ago
Krille 038f6bd9ff refactor: Remove unused dependency 3 years ago
Krille 0641793353 chore: Switch back to main webrtc 3 years ago
Krille 885a327f86 chore: Bump version 3 years ago
Krille 8f77f133a3 chore: Lookup l10n in pushhelper if null 3 years ago
Krille f8052c9cae chore: Update matrix package to 0.17.0 3 years ago
Christian Pauly 339276b94a style: Use robotomono to display device keys 3 years ago
q234rty a47bbb38a8 Fix file picker on Linux 3 years ago
Christian Pauly ffd7904f3a refactor: Use dynamic color package instead of system theme 3 years ago
Krille 7424547c0f chore: Bump version 3 years ago
Christian Pauly d00b0b4d6c fix: Shared preferences package for flutter 3.7 3 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 3 years ago
Krille d343c71703 chore: Update Matrix SDK and refactor 3 years ago
Krille c47ca99aaa chore: Update dependencies 3 years ago
Krille 2c45552c8e chore: Update flutter_map 3 years ago
Krille c2f6441a8a chore: Remove unused translations 3 years ago
Krille Fear 547c758827 chore: Bump version 3 years ago
Krille Fear 680dd886d8 feat: Add audio message support to linux 3 years ago
TheOneWithTheBraid 8f647f6dcd chore: bump matrix sdk
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 368ebdf300 chore: Remove workaround of record package 3 years ago
Krille Fear c908ea5fe0 chore: Update dependencies 3 years ago
Krille Fear a35229bf7d feat: Use Android system accent color 3 years ago
Krille Fear 5f3e8791dd fix: Libhandy windows 3 years ago
Krille Fear 9f058ceeb3 fix: Disable linux webrtc until it is fixed 3 years ago
Christian Pauly 03080a9014 chore: Update unifiedpush 3 years ago
Krille Fear 5e587060e7 chore: Update Linux build files 3 years ago
Christian Pauly 64b1a9c5e4 chore: Update matrix sdk 3 years ago
Krille 51487e38ee Merge branch 'main' into 'braid/android-notification'
# Conflicts:
#   pubspec.lock
#   pubspec.yaml
3 years ago
Christian Pauly 438ecff171 chore: Bump version 3 years ago
Christian Pauly e8adc5e9e2 chore: Update webrtc 3 years ago
Christian Pauly 188dc21171 chore: Revert ci changes 3 years ago
Christian Pauly f3655310b3 chore: Update webrtc 3 years ago
TheOneWithTheBraid 7806deb46f feat: support Android notification channels
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 4436051530 chore: Update Matrix SDK 3 years ago
Krille Fear e38adcfe53 chore: Revert webrtc update 3 years ago
TheOneWithTheBraid 78bfe2dec7 chore: use Famedly runners
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 94091b489a chore: Bump version 3 years ago
TheOneWithTheBraid d90b02bc17 feat: implement cute events
Cute events help against social distancing. You can send googly eyes,
hugs and cuddles.

Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 428610b27b chore: Revert webrtc linux support 3 years ago
Krille Fear fa845dfaf2 chore: Update webrtc 3 years ago
Krille Fear dc002aa115 chore: Bump version 3 years ago
Krille Fear 53aaee9911 refactor: Remove unused dependencies 3 years ago
Christian Pauly dd6cd28db2 chore: Updatem matrix SDK 3 years ago
Christian Pauly 63f1a10a4c fix: Update emoji picker for web and desktop 3 years ago
Christian Pauly 46a9b6e00d chore: Update dependencies 3 years ago
Christian Pauly 65511ca114 chore: Update local notifications package 3 years ago
Christian Pauly 3e31c9945f chore: Update matrix sdk 3 years ago
TheOneWithTheBraid 2926f44d66 chore: remove dependency overrides
- Flutter foreground task plugin was merged
- Connectivity Plus plugin was merged

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 507b5e5638 chore: update WebRTC interface
- fixes "dial" starting when opening FluffyChat

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 4f051a1f60 chore: Update matrix SDK 3 years ago
Christian Pauly 17dc6ee3a8 chore: Add unread badge to navigation rail and adjust design 3 years ago
td 34b039a6c0 feat: background and terminated calls [android] 3 years ago
Christian Pauly 32cc2415b3 chore: Bump version 3 years ago
Christian Pauly d45a1c23b2 chore: Update matrix sdk 3 years ago
Christian Pauly 1085bddcd2 chore: Migrate back to collection 3 years ago
Christian Pauly a1912e5818 chore: Revert hive collections changes 3 years ago
Christian Pauly 2ef03b09dd fix: secure storage on iOS was not setting up correctly 3 years ago
Christian Pauly e9f6029b94 chore: Bump version 3 years ago
Christian Pauly 7b65a50a4e chore: Migrate back to flutter hive collections 3 years ago
Christian Pauly 12dacb5337 chore: Update provider package and remove dep override 3 years ago
Christian Pauly ef763846d0 fix: Sharing on iPad 3 years ago
Christian Pauly 184d62250b chore: Downgrade webrtc to fix iOS build 3 years ago
Krille Fear b685e87104 chore: Bump version 3 years ago
Christian Pauly 59e245ecc9 chore: Migrate from Hive 2.2.1 back to FluffyBox 3 years ago
Christian Pauly 7a74a8a93f chore: Update dependencies 3 years ago
Christian Pauly da7e433ea3 chore: Update SDK and add webworker support for web 3 years ago
Christian Pauly 84ad3b88d4 chore: Remove error logging with sentry 3 years ago
Christian Pauly 4ddc1386ba chore: Update matrix homeserver recommendations 3 years ago
The one with the Braid 99cc9f068b Merge branch 'braid/windows' into 'main'
chore: Windows support

See merge request famedly/fluffychat!949
3 years ago
TheOneWithTheBraid 542115a1ee chore: Windows support
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 9784f1cc0a chore: Follow up fix secure storage 3 years ago
Krille Fear bdc5860be5 Merge branch 'krille/update-record' into 'main'
chore: Update record package

See merge request famedly/fluffychat!975
3 years ago
Christian Pauly 670a6ab05b chore: Update record package 3 years ago