straw/app/src/main/java/org/schabi/newpipe
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
..
about Fix the compile error 2021-06-11 12:19:29 +02:00
database Merge pull request #3371 from mauriciocolli/feed-hide-played-items 2021-06-18 09:18:48 +02:00
download Reimplement storing backup import/export path 2021-06-08 10:41:24 +02:00
error Fix an error and add a new method in the ShareUtils class 2021-06-11 12:12:09 +02:00
fragments convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
info_list Merge pull request #3371 from mauriciocolli/feed-hide-played-items 2021-06-18 09:18:48 +02:00
ktx Make some minor changes 2021-05-15 18:48:16 +03:00
local convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
player convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
settings Don't enable SAF on Fire TV (#6516) 2021-06-20 19:01:06 +00:00
streams Reimplement storing backup import/export path 2021-06-08 10:41:24 +02:00
util convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
views Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
App.java Support SAF properly 2021-06-08 10:40:44 +02:00
BaseFragment.java Move description to a tab alongside related streams and comments 2021-01-17 15:26:25 +01:00
CheckForNewAppVersion.java Don't use a chooser for other intents than opening a content in a browser or sharing a content to other apps 2021-06-11 12:12:05 +02:00
DownloaderImpl.java Merge pull request #5649 from FireMasterK/ff-ua 2021-03-24 17:59:17 +01:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
ImageDownloader.java Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
MainActivity.java convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00
NewPipeDatabase.java Use final where possible 2020-08-16 10:25:09 +02:00
NewVersionManager.kt Respect expires header when checking for new version 2021-01-23 09:02:11 +01:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
RouterActivity.java convert PlayerHolder to Singleton, handle context within, bugfix ServiceConnection leak 2021-07-06 12:31:26 +02:00