8000 Tags · ghosthamlet/zulip-mobile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ghosthamlet/zulip-mobile

Tags

12.3.83

Toggle 12.3.83's commit message
passwordAuthScreen: Fix two taps being required to hit "Log in".

One was used to remove focus from input & dismiss keyboard.
And second one was captured by the button.
To fix this pass keyboardShouldPersistTaps="always" to the
scrollView.

https://facebook.github.io/react-native/docs/scrollview.html#keyboardshouldpersisttaps

12.2.82

Toggle 12.2.82's commit message
fix: Final fix for iOS notifications

Read data from a key "zulip"

12.1.81

Toggle 12.1.81's commit message
refactor: Make notification handling more consistent

* no need for async for handlePendingNotifications
* proper name for the event handler
* handlePendingNotifications() in iOS the same as Android

12.0.80

Toggle 12.0.80's commit message
flow: Add types for the config object

Fixes Flow complaining about config.startup.notification

11.6.77

Toggle 11.6.77's commit message
Fix Stream title alignment issue on Android

11.5.76

Toggle 11.5.76's commit message
Update dependencies

11.4.75

Toggle 11.4.75's commit message
Show loading for conversations if users data is loading

Conversation data may be fetched already but can not be shown
before users are loaded so show loading.

11.3.74

Toggle 11.3.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On back navigation from narrow move to Home screen (zulip#2035)

After discussion with Rishi and Greg we decided to try the
navigation scheme WhatsApp uses. This allows for faster returning
to the Home screen. We should see how this feels in use.

11.1.73

Toggle 11.1.73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make the custom url input smarter and more resilient to inputs (zulip…

…#2025)

10.1.70

Toggle 10.1.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Calculate navigation if push notification on startup (zulip#1945)

0