NewPipe-app-android/app
AudricV fbee310261
Move SimpleCache creation in PlayerDataSource to avoid an IllegalStateException
This IllegalStateException, almost not reproducible, indicates that another SimpleCache instance uses the cache folder, which was so trying to be created at least twice.
Moving the SimpleCache creation in PlayerDataSource should avoid this exception.
2022-06-17 22:00:51 +02:00
..
schemas/org.schabi.newpipe.database.AppDatabase
src Move SimpleCache creation in PlayerDataSource to avoid an IllegalStateException 2022-06-17 22:00:51 +02:00
build.gradle Add support of other delivery methods than progressive HTTP (in the player only) 2022-06-17 22:00:22 +02:00
proguard-rules.pro Fix proguard rules to keep Notifications settings fragment 2022-04-16 21:26:25 +02:00