Files
NewPipe/app
Daniel Jacob ChittoorandAayush Gupta 91e21cee35 subscription: Restore import type fallback from Java service
After subscription import was moved from the Java service to the worker,
picked files were classified using only the URI string. Files selected
through Android's document picker may use opaque content URIs, so a
subscriptions.csv file from Downloads could be treated as
application/octet-stream and rejected before parsing.

The previous StoredFileHelper path has been restored. The document
provider is asked for the type first, with the picked file name used as
a fallback. This matches the behavior used before the worker refactor.
2026-07-11 16:14:41 +08:00
..