zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
mentions: Enable navigation to user profiles on tap on chat threads Before, tapping on an @-mention in a message had no effect. This was inconsistent with tapping a sender's name...
This is the feature expressed by the `topic_links` field on message objects (https://zulip.com/api/get-messages). In web, this is shown as a "link out" icon in the recipient header. It's the first...
From our TeX content survey, at [#mobile-team > KaTeX survey results @ 💬](https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/KaTeX.20survey.20results/near/2202450), @rajveermalviya writes: """ > 607 messages failed because of unsupported inline css property: border-bottom-width. > 174 messages...
Fixes #1953. The Scale down and Scale up as well as Ink Splash animation occurs after a finite delay of [100ms](https://main-api.flutter.dev/flutter/gestures/kPressTimeout-constant.html). Mainly due to `GestureDetector` used inside `AnimatedScaleOnTap`. This can...
When a DM conversation has many users in it, or their names are long, they might not all fit in the app bar. We should offer a page that lists...
### Description Mismatch in the animation behavior of home bottom nav bar icon button and Menu Page button (Possibly issue is originating from `AnimatedScaleOnTap` in `button.dart`) The Scale down and...
Requested in chat: [#mobile > Share user's location @ 💬](https://chat.zulip.org/#narrow/channel/48-mobile/topic/Share.20user's.20location/near/2256123) > Is there a plan to support posting/sharing a user's location to a topic from the mobile app? I envision...
We have a retry loop on `/register` requests. Besides the normal happy case (getting well-formed data from a supported server) we break the loop in three cases: - Invalid-auth response...
After #1902, we'll have an autocomplete for channels in the compose box. It will show the channel icon and name, but not the description, which is what this issue is...
The "Direct messages" tab on the app's home screen, which shows your DM conversations by recency, should have a search box. That way if a conversation you're looking for isn't...