Christian Pauly
e728ccc1ba
feat: Implement discover groups page
2020-12-06 12:51:40 +01:00
Christian Pauly
adb445f668
design: Use outlined icons
2020-12-06 10:31:35 +01:00
Christian Pauly
bf4b439572
feat: Add chat permissions settings
2020-12-05 13:03:57 +01:00
Christian Pauly
cb191e211a
fix: Missing localization
2020-12-01 07:11:49 +01:00
Christian Pauly
8d05a83970
feat: Multiline dialog text field
2020-11-27 11:30:21 +01:00
Christian Pauly
2c5b247b49
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
87a73dd777
feat: Implement rich notification settings
2020-11-25 21:52:12 +01:00
Christian Pauly
be428dd8a8
fix: Analyzer bug
2020-11-25 21:50:47 +01:00
Christian Pauly
621fcb77a9
fix: Set chat avatar on web
2020-11-25 20:54:30 +01:00
Christian Pauly
d9ec9f66b4
feat: Annoy user with dialog to add a recovery method
2020-11-24 15:49:27 +01:00
Christian Pauly
4b2fef548c
feat: Implement password recovery
2020-11-24 14:30:11 +01:00
Christian Pauly
11e2dd5c1b
fix: Minor fixes
2020-11-23 14:27:10 +01:00
Christian Pauly
0061660142
chore: Update adaptive dialogs
2020-11-23 08:06:15 +01:00
Christian Pauly
1f9e953296
refactor: Make verification in dialogs
2020-11-22 22:48:10 +01:00
Christian Pauly
1aa9c08a3e
refactor: matrix to link prefix
2020-11-22 21:51:30 +01:00
Christian Pauly
fc0c0386e2
feat: Collapse room create states
2020-11-22 19:34:19 +01:00
Christian Pauly
418a4e2397
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
0b8cc24117
feat: Minor design improvements
2020-11-22 15:25:13 +01:00
Christian Pauly
0ed29b60cd
fix: Minor key request design fix
2020-11-22 14:52:14 +01:00
Christian Pauly
2516848e81
feat: Improved encryption UI
2020-11-22 11:53:19 +01:00
Sorunome
0cb262c39c
fix: Copying an event did not obey edits
2020-11-21 15:30:51 +01:00
Sorunome
f70bbc3333
feat: Add svg support and better image handling
2020-11-19 10:26:31 +01:00
Sorunome
2c3693e4eb
fix: resolve some sentry issues
2020-11-16 11:31:31 +01:00
Christian Pauly
9ea7afc4f2
chore: Switch to adaptive dialogs
2020-11-14 10:24:01 +01:00
Christian Pauly
e2195935c0
chore: Switch from bottoast to flushbar
2020-11-14 09:17:42 +01:00
Sorunome
a9fe65a6a1
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
36315a45ec
feat: Option to hide redacted and unknown events
2020-11-08 20:10:00 +01:00
Sorunome
25b2997025
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
1ff986e7be
feat: Better encryption / verification
2020-11-08 12:57:52 +01:00
Christian Pauly
caab868895
fix: Add missing safearea
2020-11-07 10:18:51 +01:00
Christian Pauly
87737705ff
chore: Update sdk
2020-10-28 08:54:30 +01:00
Christian Pauly
a241310c81
Krille/remove status feature
2020-10-28 06:23:50 +00:00
Sorunome
36405f8216
fix: Multiple related store things
2020-10-25 17:21:29 +01:00
Inex Code
08e61c0db1
fix: return text field to the previous state after editing message
2020-10-23 15:45:22 +00:00
Christian Pauly
a713a2f352
fix: Minor design fix
2020-10-17 13:04:33 +02:00
Christian Pauly
e9aa285f1a
fix: Minor design fixes
2020-10-17 12:43:32 +02:00
Christian Pauly
6d41136587
feat: Implement mouse select chat list items
2020-10-17 09:28:33 +00:00
Christian Pauly
bd597d39c2
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
f9904863a8
fix replying to wrong message
...
when new message arrives during the gesture
2020-10-17 09:15:55 +00:00
Christian Pauly
51745b0aee
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
75cd6f1f23
feat: Implement linux desktop notifications
2020-10-17 10:12:33 +02:00
Christian Pauly
c5c7ee7e07
fix: Change device displayname
2020-10-15 09:34:40 +02:00
Kateřina Churanová
060156ce12
fix: fixed mxid input method, removed code redundancy
2020-10-11 13:25:06 +02:00
Sorunome
56967a9284
fix: resize images in a separate isolate
2020-10-06 19:17:04 +02:00
Christian Pauly
bd1508c545
Merge branch 'soru/fix-device-name' into 'main'
...
fix: Show device name in account information correctly
Closes #170
See merge request ChristianPauly/fluffychat-flutter!207
2020-10-06 15:44:02 +00:00
Christian Pauly
bfd3888607
feat: Implement change device name
2020-10-06 07:03:50 +00:00
Sorunome
751dcb7600
fix: send images as images, not files
2020-10-05 16:41:29 +02:00
Sorunome
468c2587aa
fix: Show device name in account information correctly
2020-10-04 21:17:49 +02:00
Christian Pauly
aee854e5d5
fix: Minor fixes
2020-10-04 20:30:06 +02:00
Christian Pauly
7ec349b980
fix: TextField
2020-10-04 17:39:49 +02:00