Skip to content

Releases: XilinJia/NewPipeX

0.26.9

20 May 09:45
Compare
Choose a tag to compare
  • suppressed Log.d message in release app
  • changed kapt to ksp

0.26.8

23 Apr 09:48
Compare
Choose a tag to compare
  • fixed the issue of androidx.media3.exoplayer.ExoPlaybackException on Android 9

0.26.7

22 Apr 21:16
Compare
Choose a tag to compare
  • fixed issue of sometimes no video when setting auto play
  • fixed issue (seen on my Android 9 devices, not on S21 Android 14) of no video when screen is turned back on

both of the above appear related to setting video size to 0 at some point, in code inherited from Java.

Issues

seen on my Android 9 device:

androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(160, null, null, video/avc, avc1.4D400C, 111557, null, [256, 144, 30.0, ColorInfo(BT709, Limited range, SDR SMPTE 170M, false, 8bit Luma, 8bit Chroma)], [-1, -1]), format_supported=YES

There is already an open issue on androidx.media3

0.26.6

22 Apr 13:31
Compare
Choose a tag to compare
  • fixed crash bug when opening a channel
  • changed file picker mime type from "application/json" to "*/*" for importing subscriptions as some pickers don't recognize "application/json" causing json files not enabled
  • fixed the issue of bottomsheet not expanding on Android 14 - Google requires an explicit broadcast.
  • corrected sending and receiving broadcast messages for Android 14

0.26.5

21 Apr 06:36
Compare
Choose a tag to compare
  • various bug fixes
  • further media3 tuning
  • some services like download, feedload, fetcher are now started as background services

Issues

Download process runs through but gets invalid mp4 files

The "something went wrong" popups don't seem to indicate anything important. Printed a stacktrace when it happens, basically:

 org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get comment id
 org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get comment text
 org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get author thumbnails
 org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get publishedTimeText

Noticed these Logcat messages on my S21 Android 14

BufferQueueProducer     org.schabi.newpipex.debug.main       W  [SurfaceView[org.schabi.newpipex.debug.main/org.schabi.newpipe.MainActivity]@0#1(BLAST Consumer)1](id:195c00000001,api:3,p:6492,c:6492) detachBuffer: slot 41 is not owned by the producer (state = FREE)
BufferQueueProducer     org.schabi.newpipex.debug.main       W  [SurfaceTexture-1-6492-0](id:195c00000002,api:3,p:6492,c:6492) detachBuffer: slot 50 is not owned by the producer (state = FREE)
BufferQueueProducer     org.schabi.newpipex.debug.main       W  [MediaCodec.release](id:195c00000003,api:3,p:6492,c:6492) detachBuffer: slot 42 is not owned by the producer (state = FREE)

0.26.4

19 Apr 14:15
Compare
Choose a tag to compare
  • app built to target to SDK 34
  • set bottomsheet to collapsed when video view is closed, rather than hidden.

Issues

The reason to set it to collapsed is this: on my S21 Android 14 device, bottomSheetBehavior!!.setState(BottomSheetBehavior.STATE_EXPANDED) doesn't expand the bottomsheet, whether it was hidden or collapsed. Originally, the bottomsheet was set to hidden, so when starting a new video from the list, the view is still invisible, making it appear like nothing is happening.

Now it's set to collapsed, so when a new video is starting, on S21 Android14, the user need to manually expand the bottomsheet.

On my Android 9 device however, expand on play is automatic.

0.26.3

19 Apr 09:44
Compare
Choose a tag to compare
  • fixed crash bug when doing download

0.26.2

16 Apr 13:24
Compare
Choose a tag to compare
  • introductory migration to androidx.media3: removed exoplayer2 et al, commented out functions related to MediaSessionConnector etc.
  • though not thoroughly tested, app appears working

0.26.1

15 Apr 11:49
Compare
Choose a tag to compare
  • disabled checkstyle and ktlint in build.gradle
  • updated most existing dependencies
  • all java code converted to Kotlin
  • resolved some issues and ensured null safety
  • added the following to the ShapeableImageView to stop the logcat errors: app:strokeColor="@null"
  • built using SDK 34 and target to SDK 33

Issues

  • sometimes when starting playing a video, this is the popup at the bottom saying "something went wrong" though things appear normal. But when tap on "Report" in the popup, the app crashes. Logcat reports a runtime exception

  • no such issue on my S21 Android 14 device, but on my Android 9 device:

    • if auto play is set, play from related items only plays audio; unset auto play makes the video to play normally.
  • if build target to SDK 34, there appear various issues on my S21 Android 14 device

  • sometimes when starting playing a video, this is the popup at the bottom saying "something went wrong" though things appear normal. But tapping on "Report" in the popup, crashes the app. Logcat reports a runtime exception of:

ACRA caught a RuntimeException for org.schabi.newpipe.debug.main                                                                                                  java.lang.RuntimeException: Failure from system
Caused by: android.os.TransactionTooLargeException: data parcel size 1257884 bytes                                                                                                at android.os.BinderProxy.transactNative(Native Method)