NewPipe-app-android/app/src/main/java/org/schabi/newpipe/player
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
..
event
helper Remember adjustment step size for playback controls (speed and pitch) 2022-03-01 16:27:20 +08:00
mediasession
mediasource
playback
playqueue Merge pull request #7910 from avently/equalscheck 2022-02-26 16:20:27 +01:00
resolver Update JavaDoc of VideoPlaybackResolver.getStreamSourceType() 2022-02-20 19:40:03 +01:00
seekbarpreview
AudioServiceLeakFix.java
MainPlayer.java
NotificationConstants.java
NotificationUtil.java
PlayQueueActivity.java
Player.java Merge pull request #7349 from TiA4f8R/seamless-transition-players 2022-02-26 16:16:18 +01:00
PlayerServiceBinder.java
PlayerState.java