Skip to content

OpenFiles 0.2.0

Latest

Choose a tag to compare

@TonmoyBishwas TonmoyBishwas released this 07 Jul 15:50

Bug-fix and performance release. No new permissions, no new dependencies — APK still ~1.9 MB.

Fixed

  • Recycled list rows could briefly show the wrong thumbnail while scrolling fast
  • Camera photos rendered sideways in thumbnails (EXIF orientation is now applied)
  • Recycle-bin index is now written atomically, so a crash can no longer corrupt the bin
  • Removed a fragile view-hierarchy cast in the category screen that could crash on layout changes

Faster / smoother

  • Tapping a checkbox in selection mode now updates only that row instead of rebinding the entire list — selection is no longer janky
  • The Move/Copy folder picker, Empty recycle bin, the home storage rows, and the Details dialog no longer do file I/O on the main thread — no more UI freezes on large folders or slow SD cards
  • Video thumbnails are scaled to display size before caching (previously full 512×384 frames), so the thumbnail cache holds ~5× more entries and scrolling media folders stays smooth
  • Fixed a layout-listener leak in the photo/video grid that made every layout pass more expensive the longer you browsed
  • Multi-file delete-to-bin no longer re-reads the bin index once per file