Michal Polívka
Michal Polívka
**Describe the bug** When using the TrustKit on 5.0 device, I am getting javax.net.ssl.SSLHandshakeException: Certificate validation failed for ... When checking the log, it has correct parameters: E/CERT ERROR: "include-subdomains":...
This PR fixes a memory leak that can happen in AndroidView when navigating to another screen. The Lifecycle ON_DESTROY event is never called because in onDispose we remove the mapLifecycleObserver...
Memory leak
I have mentioned this in https://github.com/googlemaps/android-maps-compose/issues/26 , but it is already closed, so I am opening a new issue. I am getting a leak if the map component is cleared...
Linking to work done in https://github.com/TakahikoKawasaki/nv-websocket-client/pull/225 For some reason, AGP included these dependencies also for lower versions, but the newest build system removes them and we shouldn't call them on...
## What feature would you like to see? Many developers have moved from activities and fragments to compose. Compose usually has 1 activity, no fragments and internal navigation using composables....
Hello, it seems that the new compose updates caused a bug on animated transition - see https://issuetracker.google.com/issues/270656245 Here is a sample project to reproduce: https://github.com/polivmi1/Bug270656245 To reproduce you have to:...