NewPipe-app-android/app/src/main/java/org/schabi/newpipe
AudricV 2cf7764714
Fix crash when building the play queue audio track menu if the player is null
As the player can be null in some cases, we have to make sure that the player
is not null, by using Optionals on the player itself instead of its methods
returning Optionals.

If the player is null, the play queue audio track menu will now be hidden.
2023-11-15 21:45:56 +01:00
..
about Use "done" button to close license dialogs. 2023-09-23 13:56:49 +02:00
database Separate imageListToDbUrl from choosePreferredImage 2023-09-22 10:14:44 +02:00
download Merge pull request #10165 from TeamNewPipe/fix/media-format 2023-09-19 15:54:12 +02:00
error Update extractor and remove DeobfuscateException 2023-09-22 10:43:37 +02:00
fragments Fix inconsistency when LocalPlaylist is used as MainFragment tab 2023-10-02 02:56:30 +02:00
info_list Implement better image selection strategy 2023-09-22 10:14:44 +02:00
ktx Add reusable classes extending AnimatorListenerAdapter. 2022-08-05 06:08:13 +05:30
local Fix inconsistency when LocalPlaylist is used as MainFragment tab 2023-10-02 02:56:30 +02:00
player Fix crash when building the play queue audio track menu if the player is null 2023-11-15 21:45:56 +01:00
settings Merge pull request #9987 from Edwardsoen/add_high_resolution_to_default_option 2023-09-24 17:54:18 +02:00
streams Fix doc formatting 2023-09-20 19:44:23 +02:00
util Merge pull request #9987 from Edwardsoen/add_high_resolution_to_default_option 2023-09-24 17:54:18 +02:00
views Fixed some Sonar warnings 2023-08-03 12:02:08 +02:00
App.java Implement better image selection strategy 2023-09-22 10:14:44 +02:00
BaseFragment.java Fix three memory leaks 2023-09-19 00:13:16 +02:00
DownloaderImpl.java Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Simplify MainActivity.tabSelected(MenuItem) 2023-08-19 21:58:44 +02:00
NewPipeDatabase.java Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id 2023-02-05 20:32:34 +01:00
NewVersionWorker.kt Use AndroidX's PendingIntentCompat class. 2023-04-13 10:53:46 +05:30
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Support obtaining multiple images from the extractor 2023-09-22 09:57:33 +02:00
RouterActivity.java Channels are now an Info 2023-09-18 23:22:32 +02:00