This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
1.2.1 - Bug fixes and Refactoring of Mount process
Fixed
- searching for files returned empty result (#44)
- unable to stream video files with vlc (#45)
- maximum number of concurrent mounts restricted by number of CPU cores (#46)
Changed
- API: changed unmount() in Mount interface that
IllegalArgumentException
is required to be catched - API: added unmountForced() method in Mount interface
- API: returned Mount object only allows reveal() and unmounting
- Internal: mount thread is executed on given executorService
- Internal: If thread holding mount ends, mount status is correctly set