This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Releases: storj-archived/android-libstorj
Releases · storj-archived/android-libstorj
0.12.0 (Storj V3)
Adopt libuplink-android:0.7 (Storj v0.19.1)
0.11.0 (Storj V3)
Adopt libuplink-android:0.6
0.10.0 (Storj V3)
- Adopted the changes from libuplink 0.14.0 with shared file access
- Serialized encryption access is now used instead of encryption key
0.9.1 (Storj V3)
- Canceling download or upload operator won't result in an error
onError()
returnsGENERIC_ERROR
(-1) instead ofNO_ERROR
(0) code.
0.9 (Storj V3)
- Migrated to work with Storj V3
- Mostly backward-compatible with the Storj V2 API
- See https://github.com/storj/android-libstorj/tree/v3 for details
0.8
Configurable Bridge URL.
0.7.2
- Fixed regression with determining MIME type on Android 6.0 and lower storj-archived/storj-mobile#15
- Fixed deadlock due of using the same event loop in multiple threads storj-archived/storj-mobile#19
0.7.1
- Fixed deadlock if
Storj.importKeys()
is the first method called after constructing theStorj
object #25 - Fixed memory double free crash on upload file error
- Config directory will be created if does not exist
- Fixed unhandled exception when calling
File.getMimeType()
for file with special characters in file name #24 - Thread pool size of libuv is increased to 64 (from default 4), so the event loop is more responsive when transferring large files
0.7
0.6
- API for canceling file transfer
- New error codes for cURL and file system errors
- Storj environment is reused between calls to avoid
Failed to initialize Storj environment
errors.