zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
When users click on an email address during web authentication, an "Open With" dialog appears, prompting them to open email apps instead of proceeding with authentication. This happens on the...
Quoting @alya from https://github.com/zulip/zulip-flutter/issues/1226#issuecomment-2704508602 : > A possible follow-up [to #1226] is to offer to mark a topic / channel **unread** instead when all messages are read already. Low priority;...
The issue regarding New topic modal Resolving issue #1385 https://github.com/user-attachments/assets/0ec2f9de-6287-4ec1-b0bf-23fa77d97e08
The current zulip android client , won't let you upload image file larger than 10MB, I suggest we should auto compress image file to lower than 10MB, then upload it...
zulip-mobile issue: https://github.com/zulip/zulip-mobile/issues/5165 We should make it possible to move some messages in a topic by adding a "Move message(s)" option to the message action sheet. Selecting this option should...
The server now returns the realm URL from https://zulip.com/api/register-queue in `realm_url`, as well as in `realm_uri`, and the latter is now deprecated. So we should start getting the value from...
When we launch this app, it will go out as the new version of the Zulip mobile app on the Play Store and App Store. That means that users who...
Zulip's Markdown flavor supports TeX for mathematical notation, using [KaTeX](https://katex.org/). This will be one of the more complex message-content features for us to support. The way this works for web...
This Zulip feature: https://zulip.com/help/mute-a-user . This issue only covers respecting the user's existing choice to mute (or unmute) a given user. Offering UI for changing that choice is a feature...
This corresponds to the "New DM" and "New group DM" buttons which zulip-mobile has at the top of the DM-conversations screen. ### Design The design for this UI is in...