Zhanbolat Raimbekov

Results 10 issues of Zhanbolat Raimbekov

``` 10-12 11:26:59.611 16435-16496/kz.debug W/art: Long monitor contention event with owner method=long[] com.instacart.library.truetime.SntpClient.requestTime(java.lang.String, float, float, int, int) from SntpClient.java:4294967295 waiters=19 for 91.787s 10-12 11:26:59.923 16435-16558/kz.debug W/art: Long monitor contention event...

* OneSignal:3.15.2 * firebase-messaging:20.2.4 * play-services-location:17.0.0 **Android 8, Huawei Y6 Prime 2018** ``` Fatal Exception: java.lang.IllegalStateException: Not connected. Call connect() and wait for onConnected() to be called. at com.google.android.gms.common.internal.BaseGmsClient.checkConnected(BaseGmsClient.java:198) at...

Non-Reproducible
Possible Bug
Need More Information

Hi, v3.16.2 couldn't be found during the building. Please take a look at https://repo.maven.apache.org/maven2/com/onesignal/OneSignal/ Not urgent, but fyi. Thank you

Hi, Thank you for the library. May I know the reason why you deprecated it? I find your version very nice because Google's implementation has some drawbacks in terms of...

I am capturing the image on `Scene.OnUpdateListener`. But `com.google.ar.core.exceptions.DeadlineExceededException` is thrown on `Frame.acquireCameraImage()` even I close the image immediately? I tried to put an interval between getting images but no...

Hello! Please build a version where `OrmLiteSqliteOpenHelper` extends from `androidx.sqlite.db.SupportSQLiteOpenHelper`. Thank you in advance. https://developer.android.com/reference/androidx/sqlite/db/SupportSQLiteOpenHelper

Hi Arthur, thanks for the library, but I can't use core module because minSdkVersion is high. As in the [link](https://developer.android.com/topic/libraries/support-library/packages.html#v7-appcompat) stated, appcompat minSdkVersion is 14. It would be nice if...

Hi, Is there a way to apply multiple filters at once? For example, when I want to use 3 filters simultaneously: ``` TransformationOptions.Builder() .setVideoFilters(listOf(ContrastFilter(3f), BrightnessFilter(0.7f), SaturationFilter(0f))) ``` Only the last...

Hi, Could you please add a support for `com.google.android.exoplayer2.ui.PlayerView.setControllerVisibilityListener` so that we can listen to controls visibility? Thank you

Can you make exoplayer accessible through the wrapper?