Skip to content

Sentry File Manager v2.0.2

Latest

Choose a tag to compare

@void-616 void-616 released this 16 Jun 21:20
· 1 commit to master since this release

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