Testing for regressions
Debug APK (built by our CI in #8889): NewPipe_v0.24.0_RC3_debug.zip
Release APK (built and signed by @Stypox): NewPipe_v0.24.0_RC3_release.zip
Please report only regressions (i.e. new issues) here, not issues that were already present in previous releases!
TODO
NewPipeExtractor version
This version of NewPipe will ship with NewPipe Extractor commit TeamNewPipe/NewPipeExtractor@5c710da.
-> we are going to change the exposed extractor API again soon, so no official release will be done until then ;-)
App changelog
New
Improved
Fixed
Localization
Development
Testing for regressions
Debug APK (built by our CI in #8889): NewPipe_v0.24.0_RC3_debug.zip
Release APK (built and signed by @Stypox): NewPipe_v0.24.0_RC3_release.zip
Please report only regressions (i.e. new issues) here, not issues that were already present in previous releases!
TODO
Show future videosicon behavior Release v0.24.0 (please TEST!) #8890 (comment) Show correct tooltips for actions in feed #8966NewPipeExtractor version
This version of NewPipe will ship with NewPipe Extractor commit TeamNewPipe/NewPipeExtractor@5c710da.
-> we are going to change the exposed extractor API again soon, so no official release will be done until then ;-)
App changelog
New
minSdkto 21 (Android 5 Lollipop) and drop support for Android 4.4 KitKat Bump minSdk to 21 - Android 5 / Lollipop #7613Improved
scaleTypefitCenterMake thumbnails'scaleTypefitCenter#8573Fixed
Localization
Development
ViewCompat.setBackgroundTintList()Use ViewCompat.setBackgroundTintList(). #8633List.of(),Set.of(),Map.of()Use Java 9 collection factories. #8631 Fix ListHelperTest failure caused by immutable list being used #8679MathUtils.clamp()Use range-limiting methods. #8651 Replace coerceIn() with MathUtils.clamp(). #8737FocusAwareCoordinatorRemove deprecated method calls in FocusAwareCoordinator. #8670Throwable.stackTraceToString()Use Throwable.stackTraceToString(). #8701setBottomSheetCallback()Remove uses of setBottomSheetCallback(). #8669LicenseFragmentHelperRefactor LicenseFragmentHelper. #8682OnClickGesturean interface Make OnClickGesture an interface. #8721View.ktsize Reduce View.kt size. #8708toArray()with zero-length arrays Use toArray() with zero-length arrays. #8724Comparatorfactory methods Use Comparator factory methods. #8728Collectors.joining()Use Collectors.joining(). #8738