Highlights
- Arctic Code Vault Contributor
Pinned
901 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 92 commits in 1 repository
Created a pull request in zulip/zulip-mobile that received 6 comments
React Navigation v5 upgrade (part 2)
This is the next PR toward fixing #4296, the React Navigation v5 upgrade, and it includes making the upgrade itself!
+11,606
−4,299
•
6
comments
Opened 8 other pull requests in 1 repository
zulip/zulip-mobile
2
open
6
merged
- Draft: Upgrade to React Native v63.
- Prepare to remove several definitions in `navActions`.
- Anticipate and fix a few Flow errors we'd get with RN v0.63 and Flow 0.122.
- messagesReducer: Address a performance TODO for EVENT_NEW_MESSAGE.
- Clarify some message-list code (part 1).
- UserAvatar: Don't send auth headers to s3 backend.
- Store `state.messages` as an `Immutable.Map`.
- redux-persist: Fix a recent regression in handling migrations.
Reviewed 8 pull requests in 1 repository
zulip/zulip-mobile 8 pull requests
- internal_link: allow streamID without stream name
- user: Convert to UserItemById from whole-User-taking UserItem
- unreads: Prepare for converting to efficient data structures
- swipe from message view back
- Get and maintain a handy optimized data structure of recent PM conversations
- Fix a `recipients` bug, preparing to use recent-PMs data
- narrow: Stop storing emails!
- Avatar-UI : giving a white background and cornering the status Indicator
Created an issue in zulip/zulip-mobile that received 2 comments
Android: `RealmScreen` unusable in landscape orientation when input is focused.
I discovered this while working on #4315, but then I found out that it was happening with or without the changes in #4315. Reproduction recipe (wor…
2
comments

