mikef-dk

Results 8 issues of mikef-dk

There's an error in the library right inside the `onTouchEvent` method. It always jumps into the else-clause, because of this the Button is always tinted with the darkened color. **Fix:**...

We recently encountered a weird issue after upgrading to the Android Gradle Plugin 7.0.2. When running our release build and therefore Proguard, the application crashes right at the start of...

While investigating an issue with our Socket Connection I noticed that Scarlets' [SocketIoClient](https://github.com/Tinder/Scarlet/blob/0.2.x/scarlet-protocol-socketio-client/src/main/java/com/tinder/scarlet/socketio/client/SocketIoClient.kt) has a problem when we are trying to reconnect after the Server triggered a disconnect. To go...

While implementing Scarlet in our application I noticed that Scarlets' [SocketIoClient](https://github.com/Tinder/Scarlet/blob/0.2.x/scarlet-protocol-socketio-client/src/main/java/com/tinder/scarlet/socketio/client/SocketIoClient.kt#L119-L141) doesn't support the `JSONArray` type. When an event is received it only checks for `JSONObject`, `String` and `ByteArray`. Since...

### Version Media3 1.2.1 ### More version details _No response_ ### Devices that reproduce the issue Reproducible on any device ### Devices that do not reproduce the issue _No response_...

bug
wont fix: intended behavior

Recently we've done some tracing regarding our app start performance. What we noticed is that the very first time `typeOf` is invoked it takes a long time (~1 second). While...

### Version Media3 main branch ### More version details Can be reproduced with Media3 1.3.1 as well. ### Devices that reproduce the issue All devices (including Emulator) ### Devices that...

bug

### Version Media3 1.4.1 ### More version details Issue reproduced in 1.4.1 and 1.4.0 - 1.3.1 is working fine. After doing some `git bisect` we were able to pin down...

bug