NewPipe/app/src/main/java/org/schabi/newpipe/local
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
..
bookmark Migrate rest of AlertDialogs to AppCompat 2021-04-04 10:26:38 -04:00
dialog Migrate rest of AlertDialogs to AppCompat 2021-04-04 10:26:38 -04:00
feed convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
history convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
holder Correctly save stream progress at the end of a video 2021-06-09 15:53:51 +02:00
playlist convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
subscription Refactoring by Android Studio 2021-06-23 14:30:01 +02:00
BaseLocalListFragment.java Annotate some overridden methods and parameters as NonNull 2021-06-19 18:37:02 -04:00
HeaderFooterHolder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemBuilder.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
LocalItemListAdapter.java Fix trying to delete object not in list (#6127) 2021-05-12 14:33:00 +02:00