Ana Krulec

Results 10 issues of Ana Krulec

I've tried using `calendarView.setupAsync`, but I've noticed that my view might be destroyed before this function completes. For example, I start drawing Fragment that contains the calendar, and I realize...

First, thank you for this powerful library. I'm using the week view, and I'm trying to figure out what is the best way to populate/refresh the data. I want the...

https://github.com/android/health-samples/blob/03dee706728b0303b7d7e450b613ba0a2e6356cc/health-services/ExerciseSampleCompose/app/src/main/java/com/example/exercisesamplecompose/service/ExerciseService.kt#L59 Hi, I tried running the application on an emulator in Android studio and I see the following. I have successfully ran it before, and I haven't changed any source...

We ask for reading permissions from media store before they can pick the image: ``` fun canReadMediaStore(context: Context) = checkSelfPermission(context, READ_MEDIA_IMAGES) == PackageManager.PERMISSION_GRANTED && checkSelfPermission(context, READ_MEDIA_VIDEO) == PackageManager.PERMISSION_GRANTED ``` But...

This is how I use the video compressor: ``` VideoCompressor.start( context = CoPilotApplication.application.applicationContext, uris = listOf(uri), isStreamable = true, sharedStorageConfiguration = SharedStorageConfiguration( saveAt = SaveLocation.movies, // => default is movies...

Hi, I'm using this library for some video uploading, and I keep seeing this error pop up in Firebase Crashlytics: ``` Fatal Exception: java.lang.IllegalStateException Failed to build unique file: /storage/emulated/0/Movies/compressed_video_temp.mp4...

If I use this similar sample adding a scope in WearableListenerService causes the Wear OS Small API Round API 30 to ANR after 56 seconds. Removing having the scope, removes...

### Library information: - Version: [2.6.0-beta02] - View or Compose module: Compose ### Describe the bug** I recently migrated from Views to Compose, so I just went with the newest...

https://github.com/kizitonwose/Calendar/blob/64b7adbce7c6c7581895575a359fcc8e5d188416/compose-multiplatform/sample/src/commonMain/kotlin/Utils.kt#L123 I've tried using this function the following way. The goal is that if the user scrolls the week calendar, we automatically select the same day in the week the...

### Version Media3 1.8.0 ### More version details _No response_ ### Devices that reproduce the issue Pixel 10 XL Pro, running Android 16 ### Devices that do not reproduce the...

bug
needs triage