NewPipe-app-android/app/src/main/java/org/schabi/newpipe/local/playlist
evermind 48c2c156cb convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak
- bugfix: have ServiceConnection created only once!

- select the context within the PlayerHolder to start, stop, bind or unbind the service
  -> we have to make sure the Service is started AND stopped within the same context
  -> so let PlayerHolder be the one to select the context

- remove removeListener() and replace the call with setListener(null)
- Compatibility: use ContextCompat.startForegroundService instead of startService()
2021-07-06 12:31:26 +02:00
..
LocalPlaylistFragment.java convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
LocalPlaylistManager.java Update most dependencies 2020-11-22 14:03:10 +01:00
RemotePlaylistManager.java Update most dependencies 2020-11-22 14:03:10 +01:00