Skip to content

Releases: Augustyniak/FileExplorer

v1.0.4

03 Dec 14:57
Compare
Choose a tag to compare
  • [added] Image stays centered when its zoom scale is lesser than 1.0.
  • [added] Show spinner when file or directory deletion process is in progress.
  • [added] Fetch data of directories and files on background thread.

v1.0.3

02 Dec 10:49
Compare
Choose a tag to compare
  • [changed] Minimum SDK version changed from 10.0 to 9.0.
  • [fixed] Removed Xcode warning in FileExplorer workspace.

v1.0.2

01 Dec 15:27
Compare
Choose a tag to compare
  • [fixed] Improve documentation.
  • [added] Possibility to subclass built-in classes that implement FileSpecificationProvider protocol.

v1.0.1

01 Dec 15:05
Compare
Choose a tag to compare
  • [fixed] Added missing documentation.
  • [fixed] Added view which is displayed when file with unrecognized type is opened.
  • [fixed] Fixed reference screenshots used by FBSnapshotTestCase.
  • [added] Make file that make it super easy to run tests. Use make test to run all tests or make clean to clean build artifacts.