NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player/helper
kt programs 62c0e6605c Remember adjustment step size for playback controls (speed and pitch)
- Add adjustment_step_key to settings_keys.xml to be used when
saving/loading the step size.
- Remove the global stepSize variable and the code that saves it to
outState/loads it from savedInstanceState because it's now saved to
Shared Preferences.
- Move initially setting step size to setupStepSizeSelector to be
consistent with the other view setup methods, using the value loaded
from Shared Preferences.
- Save the step size to Shared Preferences inside setStepSize.

Fixes: #7031
2022-03-01 16:27:20 +08:00
..
AudioReactor.java Update ExoPlayer to 2.14.2 2021-11-12 19:17:51 +01:00
CacheFactory.java Use final where possible 2020-08-16 10:25:09 +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 Simplify code and add annotations 2021-10-10 20:33:05 +02:00
PlaybackParameterDialog.java Remember adjustment step size for playback controls (speed and pitch) 2022-03-01 16:27:20 +08:00
PlayerDataSource.java Add JavaDoc for PlayerDataSource.PLAYLIST_STUCK_TARGET_DURATION_COEFFICIENT 2022-01-30 20:42:02 +01:00
PlayerHelper.java Use DefaultLoadcontrol 2021-11-14 20:12:12 +01:00
PlayerHolder.java Do not show enqueue button if play queue not ready 2022-01-27 17:11:16 +01:00