Skip to content

Releases: void-616/SentryFileManager

Sentry File Manager v2.0.2

16 Jun 21:20

Choose a tag to compare

What's New in v2.0.2

Conflict Resolution

  • Added conflict resolution dialog for file operations — choose to skip, replace, or rename when a file already exists at the destination
  • Auto modes available: auto-skip, auto-replace, auto-rename for bulk operations
  • Per-file and apply-to-all options in the dialog

Updates

  • Check for updates now shows release notes and changelog directly inside the app in a popup — no longer redirects to GitHub
  • Update button downloads the APK directly to Downloads folder
  • "Update later" option dismisses without action

Bug Fixes

  • Fixed duplicate imports in FileListFragment causing potential build issues
  • Fixed AppInitializers corruption — initializeCacheCleaner log message was malformed and initializePlugins was duplicated outside scope
  • Fixed PluginRegistry.registerExternal being appended outside the object block

Sentry File Manager v2.0.1

07 Jun 09:37

Choose a tag to compare

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

Sentry File Manager v2.0.0

05 Jun 18:13

Choose a tag to compare

Sentry File Manager v2.0.0

A major milestone release for Sentry File Manager focused on project identity, usability, and future expansion.

Highlights

  • New Sentry-branded About page
  • Updated project links and developer contact information
  • GitHub Releases integration
  • Improved project presentation and navigation
  • Foundation for future plugin-based extensions

Core Features

  • Material Design file management
  • Root access support
  • FTP server
  • SMB network storage support
  • Archive management
  • Advanced file search
  • Tabbed navigation

Developer

Sentry

Community

GitHub: https://github.com/void-616/SentryFileManager

Telegram: https://t.me/SentryFileManager