Commit Graph

690 Commits

Author SHA1 Message Date
Christian Pauly
feabc428ba fix: Missing mounted check 2022-11-21 17:53:01 +01:00
TheOneWithTheBraid
c07ffaa0c2 feat: implement cute events
Cute events help against social distancing. You can send googly eyes,
hugs and cuddles.

Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-21 11:11:21 +01:00
Christian Pauly
7e6a424b3e fix: Import session on iOS 2022-11-15 12:51:14 +01:00
td
b9210d1308
chore: fix similar error on homeserver picker page 2022-11-13 18:13:01 +01:00
td
04b87bcd03
fix: incorrect setState inside setState in ChatListController 2022-11-13 18:09:42 +01:00
Christian Pauly
38d65ba3ed fix: Password not obscure for a second when submitting login textfield 2022-11-13 12:01:11 +01:00
Christian Pauly
1c0a17056f fix: Remove emoji picker workaround 2022-11-13 11:57:47 +01:00
Christian Pauly
ee2d30bebe chore: Adjust colors 2022-11-04 13:33:21 +01:00
Christian Pauly
3a979a9524 chore: Adjust colors 2022-11-04 13:31:29 +01:00
Christian Pauly
a5c375bf6b chore: Design enhancements 2022-11-04 12:01:59 +01:00
Christian Pauly
4517c4f6ff chore: Update dependencies 2022-11-03 15:37:40 +01:00
Christian Pauly
93954d434a chore: Update local notifications package 2022-11-03 13:43:11 +01:00
Krille Fear
6c102df445 Merge branch 'main' into 'main'
Improve (most) icons and image scaling, including avatar scaling

See merge request famedly/fluffychat!1022
2022-11-03 12:23:17 +00:00
Mg138
70a8ee5d35 automatic formatting 2022-11-02 18:45:05 +08:00
Christian Pauly
893d7fa4c9 fix: Share files 2022-11-02 09:59:12 +01:00
Christian Pauly
f8555342ec refactor: Minor chatlist refactoring 2022-11-02 09:57:06 +01:00
Krille Fear
47075a72d7 chore: Follow up design fix 2022-11-02 09:19:50 +01:00
Mg138
4e3c1f14d1 improved (most) icons/image scaling, including avatar scaling 2022-10-31 05:07:18 +08:00
Krille Fear
464b0e575b chore: Follow up login fix 2022-10-27 15:32:05 +02:00
Krille Fear
3ad09b8065 fix: Hide password at login page 2022-10-27 15:22:27 +02:00
TheOneWithTheBraid
79c1c29a51 chore: update WebRTC interface
- fixes "dial" starting when opening FluffyChat

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-10-17 11:17:44 +02:00
Krille Fear
9361b3deee design: Improve login design 2022-10-16 15:06:02 +02:00
Christian Pauly
619a4adacb chore: Follow up chat list color 2022-10-15 16:31:42 +02:00
Christian Pauly
fe0452299f refactor: No longer need selected of chat list tile 2022-10-15 16:25:32 +02:00
Christian Pauly
7e4a4c88be chore: Follow up nicer state events 2022-10-15 11:11:36 +02:00
Christian Pauly
c365469dc5 design: Hide unimportant state events instead of folding 2022-10-15 10:38:06 +02:00
Christian Pauly
b4bf23cd34 chore: Better design chat list items 2022-10-15 09:23:17 +02:00
Christian Pauly
462fcea504 chore: Follow up search on spaces tab 2022-10-05 09:30:04 +02:00
Christian Pauly
6613f6b10c chore: Follow up navigationrail fixes 2022-09-12 17:19:56 +02:00
Christian Pauly
d6c7dadb24 chore: Add unread badge to navigation rail and adjust design 2022-09-11 11:07:04 +02:00
Christian Pauly
dc0f067b0a chore: Follow up add backbutton support 2022-09-11 10:22:05 +02:00
Christian Pauly
84dedcf9ac chore: Follow up fixes 2022-09-10 20:55:27 +02:00
Christian Pauly
c2d582f1f7 chore: Add keys to roomlist and stories header 2022-09-10 20:49:28 +02:00
Krille Fear
b06684111e Merge branch 'td/voip' into 'main'
feat: background and terminated calls [android]

Closes #874

See merge request famedly/fluffychat!911
2022-09-10 11:45:17 +00:00
Christian Pauly
518c688c58 refactor: Chat list body code 2022-09-10 13:32:46 +02:00
Christian Pauly
a4ee523849 chore: Follow up fixes spaces 2022-09-10 13:21:33 +02:00
td
1104f1dc6f
feat: background and terminated calls [android] 2022-09-10 15:42:52 +05:30
Christian Pauly
7f6c914fca fix: Popup menu without elevation 2022-09-10 12:11:11 +02:00
Christian Pauly
0b90e1ff88 chore: Sort subspaces on top 2022-09-10 11:57:58 +02:00
Christian Pauly
fa629f8fb7 chore: Minor follow up fixes 2022-09-10 11:53:39 +02:00
Christian Pauly
ae29343374 chore: Follow up spaces fix 2022-09-10 11:39:23 +02:00
Christian Pauly
57649c70e5 feat: New navigation design 2022-09-10 10:16:09 +02:00
Christian Pauly
1b857d461e feat: Automatic key requests and better key error dialog 2022-09-08 09:12:08 +02:00
Christian Pauly
28976ecdef fix: Styling and notification settings 2022-09-06 20:21:11 +02:00
Christian Pauly
db0d49269b fix: add missing command localizations 2022-09-05 17:56:50 +02:00
Christian Pauly
0a36f95ea4 chore: Update matrix sdk 2022-09-05 17:44:16 +02:00
Krille Fear
89b3c82ee6 Merge branch 'krille/flutter-update' into 'main'
chore: Update to flutter 3.3.0

See merge request famedly/fluffychat!1002
2022-08-31 18:08:28 +00:00
Christian Pauly
80266df85d chore: Update to flutter 3.3.0 2022-08-31 19:54:22 +02:00
Christian Pauly
1370e892cd chore: Adjust bubble color in dark mode 2022-08-31 16:06:53 +02:00
Christian Pauly
c40bdc3a6d design: Move chat backup header to settings 2022-08-28 13:34:57 +02:00