- Compile and target sdk is now 36 (Android 16).
- Dropped support for Android 6.
- Added
isExternalStorageWritablemethod. - Improved documentation.
- Fixes bug where assuming the internal storage path could cause a crash on some devices.
- Defaults to
DeviceStorageType.internalto avoid potentialArrayIndexOutOfBoundsExceptionerrors.
- Operations are now run on a separate thread via a coroutine.
getIsLowOnStoragenow uses the free storage to determine whether the device is low on storage.- The
thresholdparam forgetIsLowOnStorageandgetIsStorageBelowThresholdis now in MB instead of percent.
- Improved documentation.
- Initial release.