Andrei

Results 3 issues of Andrei

Hello, we've faced with a strange ANR on Android 11. It will happen, if you use FragmentTransaction with AnimatorSet, which includes translate(X/Y) animation to a fragment, containing MapView. Minimal reproducible...

Method `onClosed(String reason)` not called when device lost internet connection. After reconnection other methods, such as `onOpen(), onMessage()`, etc also not called. Tested on my app and android-chat-tutorial app.

**Description**: Fix for https://github.com/uber/RIBs/issues/499, the problem was in storing router objects in `RibEventPayload`, even though they weren't required for correct plugin work. Added a new class `RouterInfo` for storing router-related...