zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
closes #1673 | Web | Mobile | |-----|--------| | |
### App Version: Reproduced on version 30.0.264. ### Steps to Reproduce: 1. Launch the Zulip app. Confirm the main bottom navigation bar (containing "Inbox", "DMs", "Channels", etc.) is visible on...
I observed an odd symptom today on my phone, which @chrisbobbe and I debugged far enough to know how to fix. The symptom: there was a message which the app...
In https://github.com/zulip/zulip/pull/34618, we added an option to report a message to moderators from the web app. We should support this feature on mobile as well. The feature should be accessible...
That's these: https://zulip.com/api/get-events#restart Handling these mostly just means updating our record of the server's version, including zulipFeatureLevel. ### Getting a new event queue There's one other wrinkle this calls for;...
In /api/register-queue , the server accepts a client capability `user_list_incomplete`. See docs: https://zulip.com/api/register-queue#parameter-client_capabilities We should send that capability. Before merging such a change, we should manually test situations where it...
A follow up to #1956. Marking it as draft for now, will need to rebase on top of #1956. Screenshot | Before | After | | --- | --- |...
Device: Android iOS: Not tested ### Description When the app remains in the background (in the recent apps stack), tapping on a notification for a specific conversation opens the wrong...
Fixes #1963. Displaying Semantic widget tree by wrapping the required widget with [SemanticDebugger](https://api.flutter.dev/flutter/widgets/SemanticsDebugger-class.html#:~:text=description-,SemanticsDebugger,-class) . Possible Cause: Flutter Automatically rearranging the semantics nodes in wrong order? Changes Displayed using SemanticsDebugger widget(Updated)...
I think the current value (`HSLColor.fromAHSL(1, 0, 0, 0.11).toColor()`) might have been taken from a value that web used in the past? Not sure how we ended up with a...