Skip to content

Releases: martinmimigames/little-file-explorer

v4.15

25 Mar 21:57
Compare
Choose a tag to compare
  • Fixed copying pasting not working properly in some cases
  • Fixed having grey area in cursors on some text inputs
  • Shrunk size
  • Reworded notification

v4.14

28 Nov 22:02
Compare
Choose a tag to compare
  • Fixed filter bug causing crash on startup
  • Fixed file not opening on some apps (missing metadata)
  • Fixed file size calculation incorrect
  • Now clear text input when create new folder
  • More natural-looking back button
  • Removed unused notification about invalid folder name
  • Now uses Future for concurrency management (less race condition)

v4.13

07 Oct 10:57
Compare
Choose a tag to compare
  • Fixed # in file name error
  • Added follow system dark mode
  • Fixed crash when open details of large files
  • Fixed error when empty clipboard
  • Now clear filter when entering/exiting folder
  • Added invalid name warning when creating/renaming files

v4.12

10 Sep 22:30
Compare
Choose a tag to compare
  • added md5 checksum calculation and verification (details page)
  • theme is now toggle-based (burger menu)
  • app now forget last path (feature reverted)

v4.11

10 Jul 12:17
Compare
Choose a tag to compare
  • Fix crashing if last exited on a non-existing folder
  • Fix unable to exit folders with access denied
  • Added details page for files
  • Added light mode (follows system settings)
  • Added sorting by file size
  • Moved storage info to the bottom
  • Added slight padding to dialogs

v4.10

23 Jun 17:34
Compare
Choose a tag to compare
  • Added "toggle hidden" option (available in menu button)
  • Added File/Folder name filtering (available on top bar)
  • Added display sorting (name, last modified time) (available in menu button)
  • Added file path remembering on app exit
  • Re-added share button in open list options
  • Fixed delete confirmation screen being full screen

v4.9

31 Mar 19:41
Compare
Choose a tag to compare
  • Fixed sticky selection state after leaving app
  • Fixed concurrent directory list modification
  • Removed share button from file option menu
  • Added duplicate folder warning when creating new folder
  • Changed rounding system for storage size display
  • Always update storage list quick switch display
  • Now use cache thread pool for reducing idle cpu usage and increase performance

v4.8

08 Mar 18:35
Compare
Choose a tag to compare
  • Allow folder path to be copied to clipboard
  • Fixed incorrect handling after path copying
  • Fixed delete conformation button being pushed out by long list
  • Fixed copying to incorrect directory when moved directory while in progress

v4.7

22 Jan 15:35
Compare
Choose a tag to compare
  • Added multi-share option (sdk 4+)
  • Added file path copy option
  • Allow open file with default apps
  • Reduced open list button size
  • Capitalised buttons
  • Changed opener text

v4.6

09 Jan 16:54
Compare
Choose a tag to compare
  • Fixed not opening when no sdcard inserted