straw/app/src/main/java/org/schabi/newpipe
Tryton Van Meer b70fd826e7 Fix crash when returning to player.
When switching apps or locking the phone, destroyPlayer is called which sets audioManager to null. So upon returning to the player and pressing play, the app crashes.
So now initPlayer checks if audioManager is null and sets it if needed.
2017-10-11 14:27:32 +02:00
..
about Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
database Improve search 2017-09-28 10:06:48 -03:00
download Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
fragments Improve search 2017-09-28 10:06:48 -03:00
history Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
info_list Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
player Fix crash when returning to player. 2017-10-11 14:27:32 +02:00
report Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
settings Support dark theme in file picker (#699) 2017-09-19 18:38:27 +02:00
util Improve search 2017-09-28 10:06:48 -03:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
BaseFragment.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
Downloader.java Improve search 2017-09-28 10:06:48 -03:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
MainActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
NewPipeDatabase.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
RouterActivity.java Open youtube links directly from search (fixes #35) (#692) 2017-09-19 18:38:27 +02:00
RouterPopupActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00