zulip-mobile icon indicating copy to clipboard operation
zulip-mobile copied to clipboard

Zulip mobile apps for Android and iOS.

Results 115 zulip-mobile issues
Sort by recently updated
recently updated
newest added

See https://github.com/zulip/zulip/issues/9391, where Tim pointed out that clients should upload files in chunks. I think it's quite plausible that the timeouts are part of #4340, which has #4475 as a...

We see some stack traces in Sentry that involve a "No server data found" error on this `getOwnUserId` call in `narrowToNotification`: https://github.com/zulip/zulip-mobile/blob/4a22417749b0239d853b739c36bb6e8b64281fa1/src/notification/notifOpen.js#L232-L236 I believe what this means for the user...

a-notifications
a-multi-org

Our layout is designed for phones. On a larger screen, like a tablet, it doesn't use the space well: it tends to wind up as some small text, stretched out...

a-layout

v5 was #4296. v6 was released just a few hours ago; I bet they'll have a blog post soon. Edit: https://reactnavigation.org/blog/2021/08/14/react-navigation-6.0/ From their handy ["Upgrading from 5.x"](https://reactnavigation.org/docs/upgrading-from-5.x) guide: > React...

P1 high-priority
a-navigation

In #5014 / #5238 we added support for showing that a stream is web-public, with the same "globe" icon as the web app uses. @timabbott adds there: In theory, we...

https://github.com/zulip/zulip/pull/17872 adds a couple of new custom error codes for errors that I'd expect us to see when trying to connect to a deactivated organization with the mobile apps (and...

help wanted
api migrations

On the search screen, when you first enter a search, we show a loading indicator in the form of a spinning circle centered in the area where the results will...

a-message list

I've only had a few notifications be triggered on Android, but it quickly stopped. I'm not entirely too sure as to why, since all notifications are enabled. I also don't...

a-Android
a-notifications
P1 high-priority

Hello, For some time members of our organization (self- hosted) can't share their photos using the mobile app. It won't upload. Using desktop is no problem. Is this a software...

a-share-to

- Store the value in Redux (get it from the `/register` response and realm update events) - Read the file size of a file/image/video the user wants to upload -...

a-compose/send