Skip to content

Releases: storj/uplink-android

1.0.0-rc.1

21 Oct 13:23
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

This release candidate version of new uplink bindings for Android.

  • Based on Uplink-C v1.0.6

0.12.0

07 Apr 10:25
Compare
Choose a tag to compare

Introduced new API methods to support multi-tenant scenario in a single app bucket:

  • Key.getSaltedKeyFromPassphrase(byte[] salt, String passphrase)
  • EncryptionAccess.overrideEncryptionKey(String bucket, String prefix, Key key)

0.11.0

12 Dec 12:55
3df00d0
Compare
Choose a tag to compare
  • Based on libuplink v0.27.1

0.10.0

15 Nov 10:27
d65311d
Compare
Choose a tag to compare
  • Performance improvements
  • Based on libuplink v0.25.1

0.9.0

24 Oct 12:37
Compare
Choose a tag to compare
  • Fixed serialization issue with BucketInfo and ObjectInfo
  • Fixed performance issue in downloading
  • New API for range download
  • ObjectInputStream and ObjectOutputStream made public, with cancel() method
  • BucketOption renamed to BucketCreateOption
  • Based on libuplink v0.23.5

0.8.0

16 Oct 14:16
3a5a45e
Compare
Choose a tag to compare

First official V3 Java API.