Márton Braun
Márton Braun
Adds the RemoteMediator and Transformation tests from [the documentation page](https://developer.android.com/topic/libraries/architecture/paging/test) to the project.
This is an attempt to fix #42. Instead of adding more excludes to remove unwanted libraries (JetBrains annotations and IntelliJ annotations), I've specified that only the contents of the `org.funktionale`...
This is the code of the `AndroidAudioRecorder` constructor in the code on GitHub: ```java private AndroidAudioRecorder(Activity activity) { this.activity = activity; } ``` However, this is the code of the...
This is something that's included (at least in parts) in the base library, and it would be nice to have here. ~~This issue will have to be dealt with once...
Available from [24.3.0](https://firebase.google.com/support/release-notes/android#firestore-ktx_v24-3-0)
Since `ViewScanner` doesn't hold any state or implementation, it can be more lightweight as an interface 😄
Fixes #467
This PR demonstrates trying the [K2 compiler](https://kotlinlang.org/docs/whatsnew19.html#new-kotlin-k2-compiler-updates) in an Android project. It should be continuously rebased onto `main` to ensure that everything still works on the K2 compiler, but only...