straw/app/src/main/java/org/schabi/newpipe
kt programs 0c5e3ae828 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
..
about Replace CircleImageView with ShapeableImageView 2022-02-23 15:11:25 -05:00
database Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
download Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00
error Apply feedback 2022-02-20 20:17:04 +01:00
fragments Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
info_list Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
ktx Fixed SonarLint problems 2022-01-21 22:49:24 +01:00
local Update ktlint to 0.44.0 2022-02-26 16:08:10 -05:00
player Remember adjustment step size for playback controls (speed and pitch) 2022-03-01 16:27:20 +08:00
settings Merge pull request #7904 from Stypox/fix-raw-use-of-parameterized-class 2022-02-26 16:14:23 +01:00
streams Android 10+ only allows SAF -> Respect that in the dialog 2021-12-08 20:22:26 +01:00
util Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
views Fixed "Changing the seeks duration does not update the displayed seconds" 2022-01-25 20:44:49 +01:00
App.java Update ACRA library 2022-02-02 13:12:29 -05:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
CheckForNewAppVersion.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
DownloaderImpl.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
MainActivity.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
NewPipeDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
NewVersionManager.kt Respect expires header when checking for new version 2021-01-23 09:02:11 +01:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
QueueItemMenuUtil.java Load uploaderUrl when showing Channel Details from Play Queue 2022-01-25 11:00:34 +08:00
RouterActivity.java Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00