Commit Graph

80 Commits

Author SHA1 Message Date
Christian Pauly 4a7b980aea chore: Follow up fix 2022-07-22 13:15:20 +02:00
Christian Pauly 0237ada0bc feat: Send multiple images at once 2022-07-10 09:59:47 +02:00
Christian Pauly a3d41da047 fix: Sharing on iOS and iPad 2022-06-20 08:32:59 +02:00
Christian Pauly c2df8f4b4b refactor: Switch to Hive Collections DB 2022-06-09 11:37:21 +02:00
Christian Pauly 2eac52a006 refactor: Update Matrix SDK 2022-05-18 09:04:32 +02:00
Christian Pauly 822b45d885 refactor: Migrate to share_plus 2022-05-06 09:00:11 +02:00
Christian Pauly 2c8a1803cf chore: Follow up fix ios share files 2022-05-05 09:13:54 +02:00
TheOneWithTheBraid a9275fc4f6 chore: defaultly save files on Android
- defaultly save files on Android instead of share
- add dedicated share button for files and images on Android
- use ListTile instead of row to display file event
- update file_picker_cross

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-05-01 10:33:51 +02:00
Christian Pauly 6fe94d5910 refactor: New push 2022-04-14 18:02:05 +02:00
Christian Pauly 35a2f95eae feat: Better image sending experience 2022-03-30 11:46:24 +02:00
TheOneWithTheBraid 30ce5c7f57 feat: implement an emoji keyboard
- add button to show emoji keyboard
- change database directory for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-02-16 11:01:07 +01:00
Christian Pauly 9bd8b6aa44 fix: Notifications for reactions 2022-02-14 15:46:49 +01:00
Krille Fear ef4c5089d5 refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear 0b361698f8 chore: Follow up stories fix ios badge 2022-01-24 16:54:24 +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 e9bc6ae53b chore: Set retention state for story rooms 2022-01-15 13:31:10 +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 36ec6cda44 chore: Add topic to story rooms 2022-01-02 19:08:42 +01:00
Dependency Update Bot fee446489f chore: Update dependencies 2021-12-27 11:29:25 +01:00
Christian Pauly fb48da8e0e chore: FIx first story invite 2021-12-27 08:48:06 +01:00
Christian Pauly b1a4d3a314 followup: Improve stories 2021-12-25 08:56:35 +01:00
Krille Fear 062ed11d0f feat: Stories 2021-12-24 13:18:09 +00:00
Krille Fear cec80533e2 refactor: Make most of the utils null safe 2021-12-03 17:29:32 +01:00
Krille Fear f08a683000 fix: Hotfix database migration 2021-11-30 22:13:40 +01:00
Krille Fear 7ad14465d2 chore: Update SDK and remove boxes on corruption 2021-11-21 12:01:53 +01:00
Krille Fear 6894c732fd fix: Minor fixes 2021-11-21 09:07:33 +01:00
Krille Fear 15070da78d fix: Android download 2021-11-20 16:53:04 +01:00
Krille Fear 746f06d834 fix: Pass hive cipher 2021-11-19 09:50:04 +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 fc84245555 fix: Open database on android 2021-11-18 12:50:10 +01:00
Krille Fear 1f01950e92 feat: Set pragmas on desktop as well 2021-11-18 11:18:55 +01:00
Krille Fear 9ce6743948 feat: Configure database 2021-11-18 10:46:08 +01:00
Krille Fear 0138238109 fix: Web 2021-11-18 08:32:04 +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 db013043a7 feat: Test FluffyBox store 2021-11-17 19:17:40 +01:00
Krille Fear d9263e775d fix: FluffyBox logs 2021-11-17 12:51:54 +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 e2cdad27e0 feat: new design 2021-11-13 16:10:16 +01:00
Krille Fear 69429fcd3e Merge branch 'td/fix-downloading-stuff' into 'main'
fix: download path for saving files

Closes #636

See merge request famedly/fluffychat!545
2021-11-11 19:43:46 +00:00
Krille Fear 43fd4c903f feat: Sembast store 2021-11-11 18:09:04 +01:00
Jayesh Nirve 967f64247e
fix: download path for saving files 2021-11-09 22:01:23 +05:30
Krille Fear 15ee1f02b5 refactor: Sort imports 2021-10-26 18:50:34 +02:00
Krille Fear f884e8082f chore: Update SDK 2021-10-25 10:46:58 +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