NewPipe/app
Profpatsch 6c3f31a721 WIP: integrate onBackPressed flow as callback
This sets up a little JavaFlow wrapper so we can register callbacks on
the back press flow in Java-land.

Inspired by one of the answers in
https://stackoverflow.com/questions/60605176/kotlin-flows-java-interop-callback

Kotlin generates default interface instances, but only if
`-Xjvm-default=all` is set in the compiler flags. The Java IDE
would propose using a lambda, which would fail because the kotlin
compiler would not generate the right ABI without that flag.
2024-12-25 18:33:49 +01:00
..
sampledata
schemas/org.schabi.newpipe.database.AppDatabase
src WIP: integrate onBackPressed flow as callback 2024-12-25 18:33:49 +01:00
build.gradle WIP: integrate onBackPressed flow as callback 2024-12-25 18:33:49 +01:00
check-dependencies.gradle gradle script to enforce dependencies order 2024-11-26 18:32:44 +00:00
proguard-rules.pro