zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
I.e., this Zulip feature: https://zulip.com/help/emoji-reactions#viewing-who-reacted-to-a-message This is less critical than it would have been years ago, because we already show the names of who reacted when there are up to...
# Pull Request ## Description This PR improves archived stream support in the mobile app to match the web app’s behavior. Key updates include: - Appending " (archived)" to stream...
Fixes: #1083 ### Changes: * Add `causeStackTrace` field to `MalformedServerResponseException` * Include stack trace in the exception's `toString()` output * Add test to verify stack trace is included in error...
Repro steps: * On Android, launch the app. Wait for data to load. * Swipe back several times, until you're back at the system home screen. * Launch the app...
To reproduce: 1. Connect to CZO or another realm with feature level 334+ 2. Enter a channel narrow 3. Long-press a message; tap "Quote and reply" 4. See the content...
In a channel feed, if you tap the compose box and the topic input is empty (i.e. you haven't already entered something there), we'd like to put focus in the...
This pull request closes #996. In `dialog.dart`: Switched `alertDialog(` to `alertDialog.adaptive(`, as per #996. Defined new private widget `_adaptiveAction` which displays a `CupertinoDialogAction` for IOS and a `TextButton` otherwise. `_adaptiveAction(`...
Fixes: #1210 ### Description When opening a notification from a different account B while in account A and pressing back, the app should stay in account B's context rather than...
Fixes #1460. To test this manually, bring up mentions autocomplete in a channel view by entering `@` in the compose box, and move messages from different users around on another...
Currently, the app UI follows the device setting for what language it should try to display in. This issue is for an in-app setting to choose any language we have...