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.5

01 Feb 17:13
Compare
Choose a tag to compare
0.5
  • Javadoc added for all public API
  • New API methods for getting bucket/file id by name
  • Error codes are exposed in the API
  • Storj.verifyKeys() can check with the Bridge if a mnemonic is valid, i.e. can decrypt bucket metadata.

0.4

12 Jan 15:35
Compare
Choose a tag to compare
0.4

Support for all CPU architectures compatible with API 21+

  • armeabi-v7a
  • arm64-v8a
  • x86
  • x86_64

0.3.2

10 Jan 10:27
Compare
Choose a tag to compare

Fixed crash due to multithreading access to JNIEnv #15

0.3.1

09 Jan 13:51
Compare
Choose a tag to compare

Fixed segmentation fault crash when importing keys.

0.3

04 Jan 12:28
58c5bf3
Compare
Choose a tag to compare
0.3

API changes:

  • New Storj.getFile() method for getting the file metadata from file ID
  • UploadFileCallback now provides a File object for the uploaded file #10
  • getBucketId() method added to the File class #9
  • Storj.downloadFile() now accept a localPath argument for customizing the download location for the file #13
  • API method variants with String IDs as parameters instead of Bucket and File objects #12
  • Bridge URL can be specified for connecting to bridges other than api.storj.io

Other:

  • User agent is set in the format java-libstorj-<version>

0.2

12 Dec 22:18
f41c9bd
Compare
Choose a tag to compare
0.2
  • Simplify library setup
  • Fixed #6: Call correct error message handler

0.1

12 Dec 22:11
Compare
Choose a tag to compare
0.1

Initial version of the Android library extracted from the Hello Storj app.