zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

Future Zulip client using Flutter

Results 411 zulip-flutter issues
Sort by recently updated
recently updated
newest added

When tapping to switch focus between the topic and content inputs in the compose box, I'm seeing the keyboard quickly slide out then back in: ![Image](https://github.com/user-attachments/assets/efda3cb3-d867-4fc5-881d-bdce646ffef7) It should switch smoothly...

a-iOS
a-compose
upstream

## Summary Implements support for relative URLs in `display_icon` field for external authentication methods, as requested in #1969. ## Changes - Modified `lib/widgets/login.dart` to resolve relative URLs against `realmUrl` before...

This is a followup to: * #1981 For many of the enums in the Zulip server API, we gracefully handle the possibility that the server sends some value we didn't...

a-api

The `Emojiset` enum, corresponding to the "emojiset" user setting (search for "emojiset" at https://zulip.com/api/register-queue ), accepts a handful of known values. If the server sends an unexpected value in register-queue,...

a-api

In Web, if an @-mention autocomplete option is chosen, pressing backspace will reopen the autocomplete. For example, if the chosen option puts `@**Chris Bobbe**` in the compose box and then...

a-compose

In the [get-server-settings](https://zulip.com/api/get-server-settings) response, each external auth method may have a `display_icon` field with a URL. We use those for showing an icon in the corresponding button on the login...

a-login
server-12

closes #1676 | Web | Mobile | |-----|--------| | |

closes [#1375](https://github.com/zulip/zulip-flutter/issues/1375)

Stacked atop #1946. Replaces #1640. Fixes #1653. cc @alya, screenshots below :)

integration review
product review

Fixes #1961. Changes Displayed using SemanticsDebugger widget **### Semantic Label of orDivider changed** | Before(Turned Off Debugger) | Before(Turned On Debugger) | After(Turned On Debugger) | |---|---|---| | ![1000053717](https://github.com/user-attachments/assets/9c6e4e12-3ac0-4f8f-8ddf-5d68e28e1b80) |...