Sebastian Rutofski

Results 26 comments of Sebastian Rutofski

@fgl27 I tried to add the simpler code variant, not really sure if the code for passing it to the webview is correct. You can test it using adb `adb...

At least on my instance this can be fixed by manually deinstalling the `dacite` dependency and force installing `dacite==1.8.1`. @LaggAt Could you maybe try to bump the `dacite` dependency to...

I'd like to have this feature as well for a home-assistant integration. I have some experience developing android apps and might be able to develop the android side for this....

Seems like I'm not able to build the app without requiring bigger changes. Seems like https://github.com/GCX-HCI/tray is deprecated and not available from repositories anymore.

This is the error im getting: ``` Configuration cache state could not be cached: field `__librarySourceSets__` of task `:app:mapDebugSourceSetPaths` of type `com.android.build.gradle.tasks.MapSourceSetPathsTask`: error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection' > Could...

@fgl27 I'm able to build and run the app now (after commenting out the Firebase/Crashlytics stuff in PlayerActivity too) and can parse deeplink intents. But tbh I'm a bit lost...