Digipom

Results 14 issues of Digipom

### Media3 Version 1.0.0-beta01 ### Devices that reproduce the issue Wear OS emulator -- Android 11.0 Wear OS 3 - Preview | arm64 Samsung Galaxy Watch4 (Android 11 Wear OS...

bug
needs triage

### [REQUIRED] Use case description I want to be able to stop playback when exiting a screen. For example: controller.stop() controller.seekTo(0) controller.release() The problem here is that calling release() causes...

bug

While integrating media3 into a wear app, I ran into some issues with setMediaItem silently failing until I figured out that I can't just send a URI from the controller....

enhancement

The tutorial here implicitly depends on using a day/night theme in themes.xml: https://developer.android.com/codelabs/jetpack-compose-basics For example, themes.xml in the solution contains this code: ``` false true ``` However, creating a new...

That's the main issue that I send people to the site for, and I'd be willing to contribute test code for this. Thank you.

Version 0.1.11 I've only seen this crash in production so far. It's the most frequent crash on the Wear OS version of my app. I haven't yet reproduced this locally....

I created a SwiftUI project in the same spirit as the Android project. This way we could have both an example of how to integrate using Objective-C, and an example...

**Description** Please pass in PermissionStatus to onPermissionResult instead of a boolean. **Steps to reproduce** Observe onPermissionResults signature. **Expected behavior** Receiving a PermissionStatus allows us to check the rationale. **Additional context**...

stale

Horologist 0.5.6. This is due to the state resetting to "Loading" while the seek is in progress. This causes the progress to reset to 0. Can be mitigated with the...

bug
Compose

After migrating from the "deprecated" clientApp.acquireTokenSilentAsync, I started encountering this error. Looking at Stack Overflow and GitHub, it seems the current solution is to use the deprecated methods; however, the...

Inevstigation