zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
This is a follow-up to #348, which aims for implementing a design matching the legacy mobile app. That doesn't support some state transitions, though. See https://github.com/zulip/zulip-flutter/pull/1041#discussion_r1854906513 for what we might...
As @alexmv reported [in chat](https://chat.zulip.org/#narrow/stream/48-mobile/topic/Multiple.20spaces/near/1773776), the Flutter app treats adjacent spaces (e.g. https://chat.zulip.org/#narrow/stream/7-test-here/topic/Alex/near/1773775) differently than the React Native app or the web app: | Flutter | RN | Desktop |...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Counterpart to zulip/zulip-mobile#438. Quoting from there: > We want to show a badge on the app's icon on the iOS home screen when the user has notifications for messages they...
When there are no topics on the topic-list page, we should display a helpful text or other UI feedback to the user. Right now, it just shows an empty page.
Fixes #1824 Chat thread: [#mobile-dev-help > unlike other video icon get filled with color property @ 💬](https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/unlike.20other.20video.20icon.20get.20filled.20with.20color.20property/near/2294564) ### Design | Before | After | After(Clicking Button) | |---|---|---| | ...
Fixes-partly: #1088 ----- A follow-up to #1959, clearing one of the TODOs on the `UnreadCountBadge` widget. Screenshots: | Before | After | | --- | --- | | | |...
Ingest String `topics_policy` field. Will be used to hide the topic input in the general-chat-only channel.
Clients don't get send-message or edit-message events in unsubscribed channels. There are three behaviors that feel especially buggy that we'd like to fix, with special handling when the channel is...