Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Releases: storj-archived/android-libstorj

0.12.0 (Storj V3)

29 Aug 15:52
3c18c2b
Compare
Choose a tag to compare

Adopt libuplink-android:0.7 (Storj v0.19.1)

0.11.0 (Storj V3)

29 Aug 15:51
a86b7c5
Compare
Choose a tag to compare

Adopt libuplink-android:0.6

0.10.0 (Storj V3)

28 Jun 12:55
1845704
Compare
Choose a tag to compare
  • 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)

17 May 13:42
634addf
Compare
Choose a tag to compare
  • Canceling download or upload operator won't result in an error
  • onError() returns GENERIC_ERROR (-1) instead of NO_ERROR (0) code.

0.9 (Storj V3)

17 May 13:40
36b6f3d
Compare
Choose a tag to compare

0.8

04 Dec 15:58
Compare
Choose a tag to compare
0.8

Configurable Bridge URL.

0.7.2

20 Apr 10:14
Compare
Choose a tag to compare

0.7.1

05 Apr 10:30
Compare
Choose a tag to compare
  • Fixed deadlock if Storj.importKeys() is the first method called after constructing the Storj 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

06 Mar 20:52
Compare
Choose a tag to compare
0.7

API for batch operations #11

0.6

08 Feb 21:25
Compare
Choose a tag to compare
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.