Commit Graph

567 Commits

Author SHA1 Message Date
Lanna Michalke
e207b26008 fix: display WebRTC call overlay in web 2022-02-19 08:27:03 +00:00
Krille Fear
2a9fde6b35 fix: Linux notification not showing when room is open but window in background 2022-02-18 21:13:36 +01:00
Christian Pauly
ddecffa531 chore: Follow up migrate old preferences 2022-02-17 09:53:48 +01:00
Christian Pauly
c94db72041 fix: Use shared preferences for storing custom data 2022-02-17 08:50:16 +01:00
TheOneWithTheBraid
e5c03ffb53 feat: implement WebRTC calls
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 14:50:48 +01:00
Krille Fear
0eba2ae859 Apply 1 suggestion(s) to 1 file(s) 2022-02-16 10:14:16 +01:00
TheOneWithTheBraid
8d1e27a0bf feat: implement pinned messages
- render pinned events on the chat top
- support scroll up for several pinned messages
- ask to unpin messages
- add button to pin message
- fix some null-safety issues
- fix the Linux database directly for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 07:51:41 +00:00
Christian Pauly
24ea7daccf refactor: SSO Login and remove flutter in app view 2022-02-15 06:51:49 +00:00
Christian Pauly
9bd8b6aa44 fix: Notifications for reactions 2022-02-14 15:46:49 +01:00
Christian Pauly
3d7287993f feat: Display indicator for unread muted rooms 2022-02-14 11:22:36 +01:00
Christian Pauly
be34303609 chore: Update SDK 2022-02-14 10:51:52 +01:00
Serra Allgood
62a4eebb86 fix: SSO in web 2022-02-13 17:29:04 +00:00
Christian Pauly
2d49cd04b1 chore: Bump version 2022-02-12 07:26:36 +01:00
Christian Pauly
c0546b4d2e chore: Update SDK 2022-02-04 09:14:51 +01:00
Christian Pauly
213976ad59 fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
2022-02-03 07:35:44 +01:00
Krille Fear
ef4c5089d5 refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear
ec791d372f Merge branch 'linux-seahorse-fix' into 'main'
fix: Seahorse does not properly work on many Linux devices

See merge request famedly/fluffychat!680
2022-01-22 10:23:44 +00:00
Christian Pauly
194724833f chore: Update SDK 2022-01-15 12:02:21 +01:00
TheOneWithTheBraid
4c6bae722e fix: Seahorse does not properly work on many Linux devices
- stop use of `flutter_secure_storage` for Linux in favor of unencrypted
  storage

Unlike many other platforms, many Linux distributions have built-in
support for FDE or home directory encryption. As long as
`flutter_secure_storage` makes FluffyChat useles on many Linuxes, this
seems to be the only solution until they stop using Seahorse.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-01-15 09:57:28 +01:00
Krille Fear
080a780dec chore: Update SDK 2022-01-08 10:55:19 +01:00
Krille Fear
684ef66115 chore: Bump version 2022-01-02 12:37:19 +01:00
Christian Pauly
964515d76c feat: Recording dialog with displaying amplitude 2022-01-01 15:19:03 +01:00
Christian Pauly
d49515011d feat: Enable compression and thumbnails for videos 2021-12-27 13:01:51 +01:00
Christian Pauly
541d488f53 chore: Go back to chewie 2021-12-27 12:37:16 +01:00
Dependency Update Bot
fee446489f chore: Update dependencies 2021-12-27 11:29:25 +01:00
Christian Pauly
e1cb8baf53 feat: Better in app video player 2021-12-27 09:35:07 +01:00
Christian Pauly
a1d581e114 chore: Update future loading dialog 2021-12-25 10:20:57 +01:00
Krille Fear
062ed11d0f feat: Stories 2021-12-24 13:18:09 +00:00
Krille Fear
d94ba80fdd Merge branch 'animations' into 'main'
Improved animations in chat view when changing account

See merge request famedly/fluffychat!538
2021-12-22 08:11:30 +00:00
The one with the Braid
fe95c8b2ca design: Improved animations in chat view when changing account 2021-12-22 08:11:30 +00:00
Krille Fear
a04bf5fdbf Merge branch 'ci-bot/dependency-updates' into 'main'
chore: automated dependency update

See merge request famedly/fluffychat!623
2021-12-13 09:04:32 +00:00
Dependency Update Bot
2508fd5bec chore: Update dependencies 2021-12-13 09:45:52 +01:00
S1m
1ae9eaabe3 Update unifiedpush libs 2021-12-13 08:57:19 +01:00
Krille Fear
13cd4b8606 chore: Bump version 2021-12-05 12:33:25 +01:00
Krille Fear
9bf2457d6f chore: Update Matrix SDK 2021-12-03 17:13:59 +01:00
Krille Fear
ca7066d746 fix: Update dependencies with flutter pub upgrade 2021-12-02 10:01:38 +01:00
Krille Fear
f08a683000 fix: Hotfix database migration 2021-11-30 22:13:40 +01:00
Krille Fear
96082e5330 fix: QR Code scanner in iOS 2021-11-30 19:07:07 +01:00
Krille Fear
2737768a60 feat: Drag&Drop to send multiple files on desktop and web 2021-11-28 11:43:36 +01:00
Krille Fear
02117921d3 chore: Bump version 2021-11-26 15:56:05 +01:00
Krille Fear
50e733d81c chore: Update SDK 2021-11-26 14:55:14 +01:00
Krille Fear
2825aa01ce chore: Update SDK 2021-11-25 13:27:32 +01:00
Krille Fear
68f730ac02 fix: SDK 2021-11-24 13:12:28 +01:00
Krille Fear
47106e7e66 chore: Update SDK 2021-11-23 16:13:09 +01:00
Krille Fear
278986c788 refactor: Use image package to resize images 2021-11-21 09:35:10 +01:00
Krille Fear
6c73e460df refactor: Remove sembast 2021-11-18 19:52:46 +01:00
Krille Fear
5fde793b29 fix: Use new FluffyBox 0.2.0 2021-11-18 15:26:53 +01:00
Krille Fear
28cfb6e5f9 fix: Start on Android and Linux 2021-11-18 07:59:35 +01:00
Krille Fear
c4fa46c9f3 fix: Use sqlcipher for FluffyBox 2021-11-17 19:29:17 +01:00
Krille Fear
4822737047 feat: FluffyBox 2021-11-17 12:20:15 +01:00
Krille Fear
815d4d5a35 Revert "feat: Use sembast over sqflite"
This reverts commit 2fbf7376f6.
2021-11-16 15:44:09 +01:00
Krille Fear
2fbf7376f6 feat: Use sembast over sqflite 2021-11-16 15:10:23 +01:00
Krille Fear
abfe6a138b chore: Add some stats for app start 2021-11-16 12:00:22 +01:00
Krille Fear
ae0a720d16 feat: Use SalomonBottomBar 2021-11-15 07:24:05 +01:00
Krille Fear
74f0469b83 fix: Sort imports 2021-11-11 19:19:59 +01:00
Krille Fear
0f1a4ae791 fix: Import sdk 2021-11-11 19:01:51 +01:00
Krille Fear
43fd4c903f feat: Sembast store 2021-11-11 18:09:04 +01:00
Krille Fear
416859bfa3 chore: Update SDK 2021-11-10 14:06:27 +01:00
Krille Fear
bda4727490 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-11-09 16:55:39 +01:00
Krille Fear
bcd0d56bea fix: Move to latest null safe sdk 2021-11-09 16:55:28 +01:00
Krille Fear
98d5475b2e Merge branch 'soru/update-flutter-matrix-html' into 'main'
chore: update flutter matrix html

See merge request famedly/fluffychat!544
2021-11-09 12:35:30 +00:00
Krille Fear
b903bf8472 feat: Speed up app start 2021-11-09 13:07:57 +01:00
Sorunome
c25f9356ff
chore: update flutter matrix html 2021-11-08 13:52:07 +01:00
Krille Fear
7a8a61d9b9 refactor: Switch to null safe sdk 2021-11-05 16:19:34 +01:00
Krille Fear
7d300eceff chore: Bump version 2021-11-04 17:17:12 +01:00
Krille Fear
d24558f675 fix: Sending ThreepidCreds in UIA 2021-11-04 16:09:12 +01:00
Krille Fear
42297aa6d0 chore: Bump version 2021-10-26 18:55:06 +02:00
Krille Fear
15ee1f02b5 refactor: Sort imports 2021-10-26 18:50:34 +02:00
Krille Fear
599c0acb7f fix: Remove global key 2021-10-25 11:36:30 +02:00
Krille Fear
f884e8082f chore: Update SDK 2021-10-25 10:46:58 +02:00
Krille Fear
e879278186 refactor: Add code quality reports 2021-10-16 09:59:38 +02:00
Krille Fear
58c6009188 Merge branch 'krille/remove-android-file-picker' into 'main'
remove: Android filepicker

See merge request famedly/fluffychat!535
2021-10-15 08:26:45 +00:00
Krille Fear
44ce92e8fb refactor: Switch to flutter_lints 2021-10-14 18:09:30 +02:00
Krille Fear
15db1c686b remove: Android filepicker 2021-10-14 17:32:32 +02:00
Krille Fear
344059a5c9 chore: Update version 2021-10-14 17:22:19 +02:00
Krille Fear
0a22621ce2 chore: Bump version 2021-10-14 17:10:35 +02:00
Raatty
9f25f2e898 fix backtick rendering on linux 2021-10-10 14:42:48 +13:00
Krille Fear
1169f4540e fix: Google services patch 2021-10-09 08:13:10 +02:00
Krille Fear
a9a3008687 chore: Bump version 2021-10-08 07:32:18 +02:00
Krille Fear
a9b496c083 chore: Bump version 2021-10-05 09:38:09 +02:00
Krille Fear
e8f439b795 chore: Update dependencies 2021-10-04 22:55:18 +02:00
Krille Fear
9fb5070f4f chore: Update dependencies 2021-10-04 22:47:21 +02:00
Krille Fear
0206e6c22a chore: Move to hosted geolocator_android 2021-10-04 11:03:17 +02:00
Krille Fear
9ada9f2da5 fix: Remove unnecessary import 2021-09-26 15:06:13 +02:00
Krille Fear
d8b0bb89aa fix: Outdated url 2021-09-26 14:58:23 +02:00
Krille Fear
1c3aec7ad8 fix: No pubspec.yaml found 2021-09-26 13:31:43 +02:00
Krille Fear
276bace287 fix: Use geolocator_android from geolocator_floss 2021-09-26 13:19:45 +02:00
Krille Fear
c408d22e22 fix: Update flutter_math_fork 2021-09-25 09:35:42 +02:00
Krille Fear
1bade5cf5f fix: Remove google from fcm_shared_isolate 2021-09-24 16:18:38 +02:00
Krille Fear
dc1f1e6623 chore: Add version code string to repo 2021-09-24 14:59:17 +02:00
Krille Fear
a519247457 chore: Use geolocator floss 2021-09-24 12:07:28 +02:00
Krille Fear
2c1768e711 chore: Update SDK 2021-09-22 06:22:52 +00:00
Sorunome
4ad77a115e
chore: Update flutter_matrix_html 2021-09-21 12:03:30 +02:00
Christian Pauly
396a433cae chore: Bump version 2021-09-20 17:45:26 +02:00
Krille Fear
cc491d3b5e chore: Update SDK 2021-09-20 12:47:30 +02:00
Krille Fear
d38da1f91a fix: Start-up time waits for first sync 2021-09-20 11:52:02 +02:00
Christian Pauly
09cd4ad40c chore: Bump version 2021-09-19 15:11:10 +02:00
Christian Pauly
46eeaeea3a feat: Add splash screen 2021-09-19 14:30:09 +02:00
Christian Pauly
0dc819f5a6 chore: Update SDK 2021-09-19 14:21:18 +02:00
Sorunome
a19903c5be
chore: update flutter_matrix_html 2021-09-16 14:22:18 +02:00