zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
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:  It should switch smoothly...
## 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...
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,...
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...
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...
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 :)
Fixes #1961. Changes Displayed using SemanticsDebugger widget **### Semantic Label of orDivider changed** | Before(Turned Off Debugger) | Before(Turned On Debugger) | After(Turned On Debugger) | |---|---|---| |  |...