Skip to content

Releases: timonus/TJDropbox

0.7

27 Aug 16:15
Compare
Choose a tag to compare
  • Adds TJDropboxAuthenticator for performing end-to-end auth on iOS and iPadOS (TJDropboxAuthenticationViewController is now deprecated).
  • Support for Dropbox refresh tokens (long lived tokens are being deprecated at the end of September 2021).
  • Adds support for PKCE authentication.
  • Adds ability to revoke access tokens.
  • Adds ability to mute desktop notifications for some actions.
  • Adds search functionality.
  • Uses the delete_v2 and move_v2 endpoints.
  • Improved error handling.
  • Performance improvements.

0.6

23 Jul 20:10
Compare
Choose a tag to compare
0.6
  • Adds tvOS and watchOS support to the pod spec.
  • Adds utility to help detect if errors are due to invalid Dropbox credentials being used.
  • Fixes issue migrating Dropbox API v1 to v2 tokens.
  • Adds method to get file thumbnails.
  • Exposes internal method that returns requests to download files.
  • Simplifies authentication by dropping need for redirect URLs, client can use a URL scheme they register instead.
  • Adds support for monitoring progress of large file uploads.
  • Allows users to specify "overwrite" upload policy instead of "add".
  • Updates docs to cover SFAuthenticationSession and other new API changes.

0.5

24 Aug 04:29
Compare
Choose a tag to compare
0.5
  • Add support for saving URL contents to Dropbox.
  • Add support for getting short links and links that are shareable while file uploads are occurring.
  • Add support for monitoring upload and download progress.
  • Add support for fetching authenticated account info.
  • Add CocoaPods support.

0.4

05 Aug 02:06
Compare
Choose a tag to compare
0.4
  • Add support for moving files.
  • Add support for getting file info.
  • Add support for getting user's used and available space.
  • Add support for large file uploads.
  • Add support for getting deleted files when listing folder contents.
  • Add error handling utility.

0.3

29 May 20:30
Compare
Choose a tag to compare
0.3

This version of TJDropbox handles file paths with non-ASCII characters correctly. Thanks to @qianbodong for pointing out that this was an issue here

0.2

20 May 04:37
Compare
Choose a tag to compare
0.2

This version of TJDropbox adds support for authenticating directly with the Dropbox app.

0.1

30 Apr 16:50
Compare
Choose a tag to compare
0.1

This version corresponds with Close-up 1.8.11, the first version to incorporate it.