zulip-mobile
zulip-mobile copied to clipboard
Zulip mobile apps for Android and iOS.
Users should be able to share their location as part of a message, both in a stream or private conversation. The MVP version of this would just take the coordinate...
Draft messages are currently not synced between mobile and web. This creates a bad user experience, e.g. when a user starts composing a message on mobile and wants to finish...
Expected behavior: 1. Someone sends a poll message. 2. The message gets some reactions; it gets edited or moved; and you star it. 3. In mobile, you view it in...
On welcome page where user is asked to enter a zulip organisation url. If the user does'nt have any existing zulip organisation, He should be provided with a link to...
There is a small constellation of intertwined problems with message-sending. * All outbox messages are sent immediately, with no throttling. * Outbox messages may be sent in any order, regardless...
I'm thinking that for iOS notifications in `zulip-flutter` (zulip/zulip-flutter#122, etc.), it'll help to demonstrate a working implementation that doesn't depend on `@react-native-community/push-notification-ios`, since that library's code can be unnecessarily opaque,...
On the info page for a stream, we have an option to add subscribers, but not an option to remove them. It would be good to have a UI to...
Forking from https://github.com/zulip/zulip-mobile/issues/3026, which is otherwise mostly resolved. Currently, the entire html body in the WebView is replaced on any change to the message list (a new message is received,...
Instead of clicking on `x` to close an image, dragging an image down to close it will make it much easier and user-friendly. It also improves reachability issues when using...
When a new user joins a realm with lots of history, Zulip search [by default won't include](https://zulip.com/help/search-for-messages#searching-shared-history) any of the history they have access to from before they joined. This...