zulip-mobile
zulip-mobile copied to clipboard
Zulip mobile apps for Android and iOS.
With a prep commit that came from @gnprice's investigation into some code in `react-native` that needed to change; thanks Greg for that! Fixes: #5877
In the webapp, typing `#stream>` will open a typeahead for topics in the `#stream` (or `#stream-name` or whatever) stream. We should implement this on the mobile app as well.
Implement the functionality that exists on the web at: https://chat.zulip.org/#settings/your-account Important: * Email, Full name, Password * Upload new avatar Secondary: * Deactivate account * Custom profile fields
If you upload a file from the Android app, then download it on any client, its filename will have non-ASCII characters (such as Korean characters) stripped out of it. We...
Currently, when my device's network is temporarily unavailable or the server is undergoing maintenance, the search function on the Android client cannot be used. Can we add a feature in...