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.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
Support for all CPU architectures compatible with API 21+
- armeabi-v7a
- arm64-v8a
- x86
- x86_64
0.3.2
0.3.1
Fixed segmentation fault crash when importing keys.
0.3
API changes:
- New
Storj.getFile()
method for getting the file metadata from file ID UploadFileCallback
now provides aFile
object for the uploaded file #10getBucketId()
method added to theFile
class #9Storj.downloadFile()
now accept alocalPath
argument for customizing the download location for the file #13- API method variants with String IDs as parameters instead of
Bucket
andFile
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
0.1
Initial version of the Android library extracted from the Hello Storj app.