NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player
Stypox 510efaae97 Keep strong reference to Picasso thumbnail loading target
Before the Target would sometimes be garbage collected before being called with the loaded thumbnail, since Picasso holds weak references to targets
2022-08-25 17:02:52 +02:00
..
datasource Update ExoPlayer to 2.18.1 2022-07-24 14:11:31 -04:00
event Refactor player: separate UIs and more 2022-07-13 23:25:26 +02:00
gesture Replace coerceIn() with MathUtils.clamp(). 2022-08-05 06:19:06 +05:30
helper Create MediaSessionPlayerUi 2022-08-25 17:00:41 +02:00
mediaitem Update ExoPlayer to 2.18.0 2022-06-25 21:14:42 -04:00
mediasession Merge MediaSessionManager into MediaSessionPlayerUi 2022-08-25 17:02:52 +02:00
mediasource Use List.of(). 2022-07-20 04:39:11 +05:30
notification Even when thumbnails should not be shown, set it to null in notification 2022-08-25 17:02:51 +02:00
playback Remove useless MediaSessionCallback 2022-08-25 17:00:41 +02:00
playqueue Refactor notifying method in PlayQueue. 2022-07-21 08:02:23 +05:30
resolver Update ExoPlayer to 2.18.0 2022-06-25 21:14:42 -04:00
seekbarpreview Improve code style 2022-07-20 15:05:25 +02:00
ui Create MediaSessionPlayerUi 2022-08-25 17:00:41 +02:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayQueueActivity.java Solve some Sonarlint warnings 2022-07-13 23:33:16 +02:00
Player.java Keep strong reference to Picasso thumbnail loading target 2022-08-25 17:02:52 +02:00
PlayerService.java Create MediaSessionPlayerUi 2022-08-25 17:00:41 +02:00
PlayerType.java Move PlayerType into its own class and add documentation 2022-07-13 23:33:18 +02:00