Skip to content

Sentry File Manager v2.0.1

Choose a tag to compare

@void-616 void-616 released this 07 Jun 09:37
· 12 commits to master since this release

What's New in v2.0.1

Bug Fixes

  • Fixed media files on SD card opening instantly in external apps (MX Player, VLC, etc.)
    • Root cause: SD card files accessed via SAF (Storage Access Framework) were going through a slow proxy file descriptor, causing 1-2 minute delays before playback
    • Fix: App now resolves the real Linux path (/storage/sdcard/...) from the DocumentTree storage and passes it through the FileProvider, giving external apps direct fast file access
    • Result: Near-instant file opening for video/audio on SD card

Notes

  • This fix applies to files on SD card added via "Add storage → Document tree"
  • Internal storage files were not affected by this issue
  • Fix works because MANAGE_EXTERNAL_STORAGE permission (already required) gives direct Linux path access to SD card volumes