Skip to content

[pull] dev from TeamNewPipe:dev#119

Merged
pull[bot] merged 8 commits intoabsurdlylongusername:devfrom
TeamNewPipe:dev
Feb 19, 2026
Merged

[pull] dev from TeamNewPipe:dev#119
pull[bot] merged 8 commits intoabsurdlylongusername:devfrom
TeamNewPipe:dev

Conversation

@pull
Copy link

@pull pull bot commented Feb 19, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dustdfg and others added 8 commits February 6, 2026 19:03
Because otherwise they will be caught by underlying view and
"click through" will happen. Workaround for #5600
Partially reverts c3dbed5
Fix the bug where collapse container for several crashlogs is created
when only one crash log present
Previously, TtmlConverter.process() caught all exceptions during TTML
to SRT conversion and returned opaque error codes (1 for IOException,
8 for other exceptions). These error codes were then wrapped by
Postprocessing.run() into a generic RuntimeException with the message
'post-processing algorithm returned N', losing the original exception
and its stack trace.

This made it impossible for users and developers to diagnose the root
cause of subtitle download failures, as reported in #13206.

Now, IOExceptions are re-thrown directly, and other exceptions are
wrapped in an IOException with the original exception as the cause.
This allows DownloadMission.doPostprocessing() to properly catch and
report the actual error, including the full stack trace in the crash
report.

Fixes #13206

Signed-off-by: pierreeurope <pierre.europe@pm.me>
…rough

VideoDetailFragment: Forcefully catch click events uncaught by children
…rror-reporting

Fix subtitle post-processing error losing original exception
Partially revert:  ErrorActivity: Kotlin-fy buildMarkdown method
@pull pull bot locked and limited conversation to collaborators Feb 19, 2026
@pull pull bot added the ⤵️ pull label Feb 19, 2026
@pull pull bot merged commit 834f136 into absurdlylongusername:dev Feb 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants