Commit Graph

2288 Commits (ac45ec9402e684e17c66f9cfb53fb6e0018ea2a1)

Author SHA1 Message Date
Christian Pauly ac45ec9402 fix: Use shared preferences for storing custom data 4 years ago
TheOneWithTheBraid 34600ac165 feat: implement WebRTC calls
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
4 years ago
Christian Pauly 61749a0e6a chore: Follow up pinned events allow unpin via appbar button 4 years ago
Christian Pauly 9c36a52308 refactor: Remove deprecated jitsi call generator 4 years ago
TheOneWithTheBraid b1d1744df8 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>
4 years ago
Krille Fear 0f448af5dc Apply 1 suggestion(s) to 1 file(s) 4 years ago
Krille Fear 18300eba89 Apply 1 suggestion(s) to 1 file(s) 4 years ago
TheOneWithTheBraid 704fd404b1 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>
4 years ago
Christian Pauly 9cf105e68e fix: Reply on stories with empty string 4 years ago
Christian Pauly ec6f761539 refactor: SSO Login and remove flutter in app view 4 years ago
Christian Pauly 1f8cdc0134 fix: Notifications for reactions 4 years ago
Christian Pauly 9a594824bb feat: Display indicator for unread muted rooms 4 years ago
Christian Pauly 28c5c8211f chore: Update SDK 4 years ago
Serra Allgood 4888f7528d fix: SSO in web 4 years ago
Christian Pauly ced37f02ec chore: Hide FAB story buttons on focus 4 years ago
TheOneWithTheBraid 31bec1a0d8 feat: implement retreiving widgets
- display a bottom sheet with widgets
- open widgets in a browser
- fixes in .gitignore
- Windows UWP build files

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
4 years ago
Krille Fear 0e2506cd2b design: Improve story header design 4 years ago
Krille Fear 97066eed0f chore: FIx share stories 4 years ago
Krille Fear d87c4de5b0 chore: Follow up null safety fixes 4 years ago
Christian Pauly 6e84720f0f design: Improve create story page design 4 years ago
Christian Pauly 2c550fe975 chore: Upgrade to Flutter 2.10 4 years ago
Krille Fear b9986fcad9 Merge branch 'krille/redesign-empty-stories' into 'main'
design: Use IconButton instead of listTile for first story

See merge request famedly/fluffychat!710
4 years ago
Krille Fear c374f4b0db Merge branch 'krille/open-chat-linux-notifications' into 'main'
feat: Open chat button from Linux notification

See merge request famedly/fluffychat!709
4 years ago
Christian Pauly a979bc5bf5 design: Use IconButton instead of listTile for first story 4 years ago
Christian Pauly d154aa524f feat: Open chat button from Linux notification 4 years ago
Christian Pauly c600c74e3e fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
4 years ago
Christian Pauly 30214daeef feat: Add button to report offensive users to server admins 4 years ago
Jayesh Nirve 734470ecf6 fix: suggestions menu and use empty map in html messages null return 4 years ago
Jayesh Nirve 79bbe5adeb fix: cast error in html messages 4 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 4 years ago
Christian Pauly a49ab34744 chore: Follow up fix filenames 4 years ago
Krille Fear 545d1ceb3b chore: Follow up fix uri encoding 4 years ago
Krille Fear 130b58b24a chore: Follow up fix Play audio and video messages 4 years ago
Krille Fear f2d9c9ecf1 refactor: Make widgets null safe 4 years ago
Krille Fear 89450dc763 fix: linux snap notification avatar 4 years ago
Christian Pauly 8cdf0ed9fe chore: fix Video audio filename 4 years ago
Christian Pauly 9284b7d7ee fix: Videoplayer filenames 4 years ago
Krille Fear 4feb01fc0c chore: Follow up stories fix ios badge 4 years ago
Krille Fear e3f1e551d0 Merge branch 'krille/desktopnotifications' into 'main'
feat: Display room avatar and actions and play sound for linux desktop notifications

See merge request famedly/fluffychat!691
4 years ago
Krille Fear c7e80074ed Merge branch 'linux-seahorse-fix' into 'main'
fix: Seahorse does not properly work on many Linux devices

See merge request famedly/fluffychat!680
4 years ago
Krille Fear 9cc19fc53c chore: Use wooden beaver sound 4 years ago
Krille Fear 9a99072108 feat: Display room avatar and actions and play sound for linux desktop notifications 4 years ago
Krille Fear e14ec8b3ba chore: Add missing localization 4 years ago
Krille Fear 4bff64c86e chore: Story design follow up 4 years ago
Christian Pauly 538c183771 chore: Set retention state for story rooms 4 years ago
Christian Pauly eb77fe0a91 chore: Fix design for smaller screens 4 years ago
Krille Fear 595e841c28 Merge branch 'krille/display-story-privacy-warning' into 'main'
chore: Display story privacy warning

See merge request famedly/fluffychat!684
4 years ago
Christian Pauly 8621dde5a9 chore: Display story privacy warning 4 years ago
Christian Pauly 7e2df0ff55 chore: Finetune add story page 4 years ago
TheOneWithTheBraid d5a0d68a33 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>
4 years ago