Eric Denman

Results 58 comments of Eric Denman

Gotcha, thanks for the reply! Would you be open to PRs to add tap-to-focus/flash/zoom? That's the only thing in this list that is at all concerning to me.

(i ended up just doing it manually but still think it'd be cool to make this generic)

Here's what I ended up doing: ``` private var savedState: Bundle? = null override fun onSaveInstanceState(outState: Bundle) { super.onSaveInstanceState(outState) map.onSaveInstanceState(outState) savedState = outState } override fun onStop() { super.onStop() val...

ahhh, i didn't know about the `@delegate:Transient` syntax, that works for me.

Yeah, I'd be in favor of that. Although it might be a surprising change if there's anybody out there relying on the current behavior to save computation even over a...

Cool, thanks for the quick reply! I'll post here if I end up open-sourcing something

Current version of the app has a Chromecast button but it can't find my Chromecast (it only shows my web browser on my computer and the DLNA device for my...

Sounds good. And yeah, Swiftfin just unfortunately doesn't support external playback control https://github.com/jellyfin/Swiftfin/issues/177 so I'm sticking with Emby for the time being.

Nobody actively works on ATS anymore, maybe try adding this to the sample app and submitting a PR that shows the brokenness? That would make it as easy as possible...

We haven't done any work on using this view in a dialog (and frankly, probably won't invest much in this). Pull requests welcome!