Tolriq
Tolriq
The library is split in modules to avoid unwanted transient dependencies. DI is kinda mandatory these days. Lifecycle integration is also mandatory to allow composable to react to it and...
Modules are split by transitive deps. Bottomsheet embed Material so should be a module. Transition embed Animation so should be a module. I'm using hilt. For lifecycle https://medium.com/androiddevelopers/consuming-flows-safely-in-jetpack-compose-cde014d0d5a3 there's quite...
@icbaker Is there some docs published (apart from the standard Javadoc) about extractors and writing our own? Got more and more request to support DSD / DSF so I think...
Bump on this one I got more and more report about this :(
@rohitjoins This is not the same issue. This one is a music only file with an unwanted theora track that is unluckily first . The goal is not to support...
@rohitjoins I tried to look quickly into it, but I lack documentation about the extractors handling of multiple tracks in files. I asked earlier in this issue but got no...
Hum yes I understand that the need is relatively specific :( My use case is quite simple and I could probably write a custom component but since I already use...
I personally wrote a custom component to fit the need. Issue could probably be close, even if allowing easier customization from Kotlin would be a nice addition.
So this is due to again constraint_referenced_ids not being handled by the tool and so ignoring those ids as being used. Since the issue I created on the tracker have...
Yes I know but as I said in the issue OP I did not know how to match things with the obfuscated names to be able to create that repro....