Commit Graph

136 Commits (68beb4af2def7fa105015a25803aaa5e508d677f)

Author SHA1 Message Date
fbievan 3aa43ac8bc feat: Add toggle to mute notifications from chat groups 2 years ago
Krille 2a1a68de22 feat: Implement new error reporting tool when critical features break like playing audio or video messages or opening a chat 2 years ago
Malin Errenst 2923817a9e chore: Clean unused translations 2 years ago
Krille 942fac427c feat: Permission dialog before open link in browser 2 years ago
Krille a5d0c4795a chore: Load chat at last read marker 2 years ago
Krille d630238142 feat: Add read marker 2 years ago
Krille 5c70dd39bc feat: Jump to last read event 2 years ago
Krille d9aa2f8e44 refactor: Switch to file_picker package and get rid of some dependency overrides 2 years ago
Vivianne Langdon e71bf46f18 Fix typo 2 years ago
Christian Pauly 55b46f2b85 style: Adjust key verification dialog 2 years ago
Christian Pauly aff10ab0ed fix: Display error when user tries to send too large file 2 years ago
Krille 5bd0689172 style: Enhance user device settings design 2 years ago
Krille c089262ea9 chore: Display warning when logout without backup 2 years ago
Christian Pauly 06305b8300 feat: Nicer design for abandonded DM rooms 2 years ago
Krille 976c12e471 chore: Change invite link textfield label 2 years ago
Krille c2f6441a8a chore: Remove unused translations 2 years ago
Krille Fear 075a5faa9c chore: Adjust onboarding design 2 years ago
TheOneWithTheBraid 71c61ad214 fix: minor issues in room list
- allow to discard focus of search field
- properly circle the search field's progress indicator
- always keep search sections visible in order to workaround annoying
  behavior: When quickly searching for a chat and one is fast at
clicking on a room, it often happens that server side results just drop
in at this moment and one clicks at the wrong item -> with a static
height as now set, this no longer happens.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2 years ago
Krille Fear 46d77bff5d design: New encryption page 2 years ago
Krille Fear e04730c904 chore: Add new start chat image 2 years ago
Christian Pauly 2c83fb7a3c chore: Update localizations 2 years ago
TheOneWithTheBraid d90b02bc17 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>
2 years ago
Christian Pauly d473a9e663 fix: Push error message 2 years ago
Christian Pauly 5668bfbad8 chore: Follow up nicer state events 2 years ago
Christian Pauly b642f89738 design: Hide unimportant state events instead of folding 2 years ago
Christian Pauly 5a74319b19 design: Nicer display notification short texts 2 years ago
Christian Pauly cdd5a9e821 chore: Follow up add backbutton support 3 years ago
Raatty de5c2c34ff Translated using Weblate (English)
Currently translated at 100.0% (631 of 631 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/en/
3 years ago
td 34b039a6c0 feat: background and terminated calls [android] 3 years ago
Christian Pauly e71dabca6e feat: New navigation design 3 years ago
Christian Pauly 5aea0c31fa feat: Automatic key requests and better key error dialog 3 years ago
Christian Pauly 67e8dedd5d fix: add missing command localizations 3 years ago
TheOneWithTheBraid 0a62f01f10 chore: ask for MXID before deleting account
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear e1a8648c24 Merge branch 'braid/spaces-hierarhy-fix' into 'main'
fix: errors in space hierarchy

See merge request famedly/fluffychat!978
3 years ago
TheOneWithTheBraid 36726f8a3e fix: errors in space hierarchy
- fix suggestions of joined rooms
- fix missing spaces when parent not joined

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 542115a1ee chore: Windows support
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly e7b851dda2 fix: Permission chooser dialog on iOS 3 years ago
TheOneWithTheBraid 855c735aef feat: implement space hierarchy
- implement spaces hierarchy
- create expandable navigation drawer tiles
- display suggested rooms below joined rooms when in space
- everything works nested
- fix shared preferenced conflic with debug builds on Linux
- add [`package:async`](https://pub.dev/packages/async)

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 56ba2341f4 feat: implement session dump
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly 765583dbbe feat: Send multiple images at once 3 years ago
Raatty a2c385df5a Translated using Weblate (English)
Currently translated at 100.0% (592 of 592 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/en/
3 years ago
Christian Pauly f983066566 feat: Redesign bootsstrap and offer secure storage support 3 years ago
Christian Pauly ccfda5bc96 feat: New material 3 design 3 years ago
Christian Pauly f72675c351 feat: Better sign up UX and allow signup without password 3 years ago
TheOneWithTheBraid 44ffaa1b41 feat: improve spaces
- support to show spaces in a list
- add a beautiful animation

This MR makes Spaces much easier to use on desktops and allows to better
find the right space in case they have no avatar.

There will be another MR builting on this work as soon as
https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/merge_requests/58
is merged.

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Christian Pauly aee89a9be0 refactor: New push 3 years ago
20kdc 4398c305d2 feat: Add "Show related DMs in spaces" settings 3 years ago
20kdc 919b0822e5 feat: Groups and Direct Chats virtual spaces option 3 years ago
TheOneWithTheBraid 0ddaff75db feat: allow to create widgets
- supported widget types: therpad, jitsi, video, custom
- update Matrix SDK

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
TheOneWithTheBraid 824fcfc27c feat: implement keyboard shortcuts
Added shortcuts for the following actions:

- search chats
- start chat
- chat details
- show widgets
- cycle accounts
- switch to account $i
- toggle emoji picker
- send file

Related: #849

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago