Skip to content

v1.4.2

Compare
Choose a tag to compare
@yasirkula yasirkula released this 19 Jan 16:45
· 54 commits to master since this release
  • Added ShowHiddenFiles and DisplayHiddenFilesToggle static properties to FileBrowser
  • Selected quick link is now highlighted
  • Added CopyFile, CopyDirectory, MoveFile, MoveDirectory and GetDirectoryName functions to FileBrowserHelpers. These functions can be used to copy selected files/folders to persistentDataPath (or vice versa) on all supported platforms
  • Up button is now visible on Android 10+
  • Added android:requestLegacyExternalStorage="true" line to AndroidManifest so that Storage Access Framework doesn't have to be used on Android 10 (it is still used on Android 11+)
  • Fixed #30