Results 11 issues of umesh gupta

Error:Execution failed for task ':app:crashlyticsCleanupResourcesDebugTest'. > Crashlytics Developer Tools error.

When picking audio and video of around 150mb with/without metadata and with/without preview image, taking around 10-20 sec. You should ask for max file size to pass at init of...

enhancement

If not can you guide me how to do that using this library.

**Strict mode configuration** ``` StrictMode.setThreadPolicy (new StrictMode.ThreadPolicy.Builder () .detectDiskReads () .detectDiskWrites () .detectNetwork () .detectAll ()// or .detectAll() for all detectable problems .penaltyLog () .build ()); StrictMode.setVmPolicy (new StrictMode.VmPolicy.Builder ()...

bug

Failed to connect to 'frainz.com:80': failed to connect to frainz.com (port 80) after 10000ms com.neovisionaries.ws.client.WebSocketException: Failed to connect to 'frainz.com:80': failed to connect to frainz.com (port 80) after 10000ms at...

`warning: Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: shared. Please specify the bundle ID explicitly using the -Xbinary=bundleId= compiler...

current code not working.Having latest library 23.2.0 and 1.1.3 of super recyclerview ``` ```

``` coroutineScope.launch { //var image: ImageBitmap? by remember { mutableStateOf(null) } val result = picker.pickImage(MediaSource.CAMERA) try { result.toImageBitmap() } catch (e: Exception) { } } ``` ``` java.lang.ClassCastException: dev.icerock.moko.media.picker.MediaPickerFragment cannot...

bug

Fatal Exception: kotlin.UninitializedPropertyAccessException: lateinit property myTargetView has not been initialized at com.codertainment.materialintro.view.MaterialIntroView.show(MaterialIntroView.kt:441) at com.sandboxx.android.views.CoachMark.show(CoachMark.kt:67)