Results 12 comments of Owen LeJeune

@rozPierog Thanks for the clarification. I changed my main activity to extend MonetCompatActivity instead of implementing it myself but I'm still getting the same error

@rozPierog Here is the code I'm using ``` kotin class MainActivity : MonetCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { setTheme(R.style.Theme_TVTime) super.onCreate(savedInstanceState) CoroutineScope(Dispatchers.IO).launch { SessionManager.initialize() } lifecycleScope.launchWhenCreated { monet.awaitMonetReady() } setContent(null)...

@huaweikai Thanks for the suggestion! I tried `MonetCompatDynamicTheme` with `MaterialTheme` and passing in the monet color scheme but I'm not getting a different error ``` E/AndroidRuntime: FATAL EXCEPTION: main Process:...

@huaweikai this is so bizarre, added `implementation "com.google.android.material:material:1.5.0-rc01"` to my build.gradle and getting ANOTHER new error now ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.owenlejeune.tvtime, PID: 15077 java.lang.NoSuchMethodError: No static method...

@mchowning I'd be happy to take a look at this if this a feature you want to support.

@mchowning It appears that episode share links with time stamps are not currently supported by **_pktc_** links so those are not supported by this new implementation either. In those cases,...

Came here to request this feature and saw you beat me to it. I've been missing this since I switched from the previous versions of Lawnchair the Alpha track. Please...