Commit graph

277 commits

Author SHA1 Message Date
Christian Pauly
8eb2e2fb9d feat: Enhanced configuration 2020-12-11 17:40:33 +01:00
Christian Pauly
11c2a8bb26 refactor: Update sdk 2020-12-11 13:22:34 +01:00
Christian Pauly
b5ec986d08 feat: Implement experimental bootstrapping 2020-12-10 15:06:17 +01:00
Christian Pauly
c0042c9d52 chore: Update SDK 2020-12-10 11:25:49 +01:00
Christian Pauly
94d4cdbf7a Merge branch 'mark_unread' into 'main'
feat: add ability to mark a room as unread

See merge request ChristianPauly/fluffychat-flutter!286
2020-12-09 17:23:42 +00:00
Kévin Commaille
cec9629883 transparent background for logo 2020-12-09 10:55:37 +01:00
Christian Pauly
dfec9560bf fix: Format 2020-12-08 15:55:42 +01:00
Marcus Hoffmann
98f5c43249 feat: add ability to mark a room as unread
This also add tooltips to all the room context actions.
2020-12-08 15:28:04 +01:00
Christian Pauly
cc85be655a fix: join public room 2020-12-06 14:54:58 +01:00
Christian Pauly
d0ae048a83 feat: Implement discover groups page 2020-12-06 12:51:40 +01:00
Christian Pauly
67614205c9 design: Use outlined icons 2020-12-06 10:31:35 +01:00
Christian Pauly
4c8744f027 feat: Add chat permissions settings 2020-12-05 13:03:57 +01:00
Christian Pauly
0035c03f9e fix: Missing localization 2020-12-01 07:11:49 +01:00
Christian Pauly
8cd75724d0 feat: Multiline dialog text field 2020-11-27 11:30:21 +01:00
Christian Pauly
a5efac8857 Merge branch 'krille/add-notification-settings' into 'main'
feat: Implement rich notification settings

See merge request ChristianPauly/fluffychat-flutter!297
2020-11-25 21:14:47 +00:00
Christian Pauly
ef8638eede feat: Implement rich notification settings 2020-11-25 21:52:12 +01:00
Christian Pauly
313b3854ee fix: Analyzer bug 2020-11-25 21:50:47 +01:00
Christian Pauly
ec7a5a0684 fix: Set chat avatar on web 2020-11-25 20:54:30 +01:00
Christian Pauly
4909f0be94 feat: Annoy user with dialog to add a recovery method 2020-11-24 15:49:27 +01:00
Christian Pauly
b041cc2bb9 feat: Implement password recovery 2020-11-24 14:30:11 +01:00
Christian Pauly
b7b180df78 fix: Minor fixes 2020-11-23 14:27:10 +01:00
Christian Pauly
8de1960a54 chore: Update adaptive dialogs 2020-11-23 08:06:15 +01:00
Christian Pauly
3dd15d0bf5 refactor: Make verification in dialogs 2020-11-22 22:48:10 +01:00
Christian Pauly
a05eabc950 refactor: matrix to link prefix 2020-11-22 21:51:30 +01:00
Christian Pauly
321e3dd776 feat: Collapse room create states 2020-11-22 19:34:19 +01:00
Christian Pauly
af48de312f Merge branch 'krille/minor-design-improvements' into 'main'
feat: Minor design improvements

See merge request ChristianPauly/fluffychat-flutter!291
2020-11-22 14:47:05 +00:00
Christian Pauly
44219cd23b feat: Minor design improvements 2020-11-22 15:25:13 +01:00
Christian Pauly
a9b2ac3c4e fix: Minor key request design fix 2020-11-22 14:52:14 +01:00
Christian Pauly
f235f9de24 feat: Improved encryption UI 2020-11-22 11:53:19 +01:00
Sorunome
ee192b5147 fix: Copying an event did not obey edits 2020-11-21 15:30:51 +01:00
Sorunome
31aa4c41d4 feat: Add svg support and better image handling 2020-11-19 10:26:31 +01:00
Sorunome
3afb4a9366 fix: resolve some sentry issues 2020-11-16 11:31:31 +01:00
Christian Pauly
0fae270165 chore: Switch to adaptive dialogs 2020-11-14 10:24:01 +01:00
Christian Pauly
e621a83406 chore: Switch from bottoast to flushbar 2020-11-14 09:17:42 +01:00
Sorunome
79c991f11c Merge branch 'soru/hide-events' into 'main'
feat: Option to hide redacted and unknown events

Closes #147

See merge request ChristianPauly/fluffychat-flutter!257
2020-11-09 09:35:29 +00:00
Sorunome
d500476fbc feat: Option to hide redacted and unknown events 2020-11-08 20:10:00 +01:00
Sorunome
921cef71bc fix: Don't re-render message widgets on insertion of new messages, making e.g. audio playing not stop
fix: Don't cancle playing audio if a new message arrives

fix: Don't re-render message widgets on insertion of new messages, making e.g. audio playing not stop
2020-11-08 19:39:07 +01:00
Sorunome
274ca76db8 feat: Better encryption / verification 2020-11-08 12:57:52 +01:00
Christian Pauly
e17f9fe3ee fix: Add missing safearea 2020-11-07 10:18:51 +01:00
Christian Pauly
7ff11fbef2 chore: Update sdk 2020-10-28 08:54:30 +01:00
Christian Pauly
e3f1fc757c Krille/remove status feature 2020-10-28 06:23:50 +00:00
Sorunome
c58df5c99c fix: Multiple related store things 2020-10-25 17:21:29 +01:00
Inex Code
ee321f91a4 fix: return text field to the previous state after editing message 2020-10-23 15:45:22 +00:00
Christian Pauly
41205b2ed6 fix: Minor design fix 2020-10-17 13:04:33 +02:00
Christian Pauly
5d7cd7f2e7 fix: Minor design fixes 2020-10-17 12:43:32 +02:00
Christian Pauly
380e09489f feat: Implement mouse select chat list items 2020-10-17 09:28:33 +00:00
Christian Pauly
525fa8320a Merge branch 'swipe-to-reply' into 'main'
feat: Swipe to reply

Closes #129

See merge request ChristianPauly/fluffychat-flutter!208
2020-10-17 09:15:55 +00:00
Inex Code
1a4225f77e fix replying to wrong message
when new message arrives during the gesture
2020-10-17 09:15:55 +00:00
Christian Pauly
ccb140bb95 Merge branch 'krille/implement-linux-desktop-notifications' into 'main'
feat: Implement linux desktop notifications

See merge request ChristianPauly/fluffychat-flutter!226
2020-10-17 08:25:36 +00:00
Christian Pauly
6f29f1d6fa feat: Implement linux desktop notifications 2020-10-17 10:12:33 +02:00