NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player/helper
Stypox 8187a3bc04
Move PlayerType into its own class and add documentation
Also replace some `isPlayerOpen` with direct `playerType == null` checks.
2022-07-13 23:33:18 +02:00
..
AudioReactor.java updated: ExoPlayer to 2.17.1. 2022-03-19 15:56:45 -04:00
CacheFactory.java Improve CacheFactory and PlayerDataSource code 2022-06-17 22:00:51 +02:00
LoadController.java Use DefaultLoadcontrol 2021-11-14 20:12:12 +01:00
LockManager.java Use ContextCompat.getSystemService() and the Context.getSystemService() extension function. 2020-10-09 08:52:05 +05:30
MediaSessionManager.java Fix hiding player controls when playing from media button 2022-04-30 17:43:30 +08:00
PlaybackParameterDialog.java Refactor player: separate UIs and more 2022-07-13 23:25:26 +02:00
PlayerDataSource.java Wrap debug log in if(DEBUG) 2022-06-18 18:09:12 +02:00
PlayerHelper.java Move PlayerType into its own class and add documentation 2022-07-13 23:33:18 +02:00
PlayerHolder.java Move PlayerType into its own class and add documentation 2022-07-13 23:33:18 +02:00
PlayerSemitoneHelper.java Refactored code 2022-04-16 21:21:56 +02:00