zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
Fixes #1587 Fix vertical layout shift in plain-text emoji picker by enforcing 44px minimum row height to match icon-based rows. Before Default Plain Text After Default Plain Text
Fixes #1558. This change improves the user experience by displaying a consistent placeholder when an avatar image fails to load from its URL. Adds an `errorBuilder` to the `AvatarImage` widget...
Since https://github.com/flutter/flutter/commit/e45fd36aa the flutter tool now uses a combination of git commands, instead of using the result of `git describe` to generate the version string. So, we update the check...
A user reports wanting to see more quickly which org is focused in the UI: [#mobile > feedback: goro muta @ 💬](https://chat.zulip.org/#narrow/channel/48-mobile/topic/feedback.3A.20goro.20muta/near/2198521) > What I'm dissatisfied with is that it's...
In the UI where we list your accounts, we should identify each realm using its icon and name, rather than its URL. While we're making changes to that UI, we...
The touch targets aren't tall enough: | Default setting | Plain-text setting | | --- | --- | |  |  |
From [beta feedback](https://chat.zulip.org/#narrow/channel/48-mobile/topic/Beta.3A.20after.20open.20via.20notification.2C.20back.20opens.20old.20server/near/2013981): > Steps to reproduce: > - have at least two servers configured in the app > - use the app on one server, then switch away from...
I just noticed on CZO another kind of channel icon, specifically for archived channels: We should ask Vlad for a version of that to use in mobile.
# Pull Request ## Description This merge request introduces a new **Download Image** button to the bottom app bar, enabling users to download images. When tapped, the button initiates a...
We should make it possible to record voice messages, so that users don't have to type the content out on a mobile keyboard. Design details TBD, but I expect the...