Skip to content

Tags: ZIPit/dropbox-sdk-java

Tags

v3.0.3

Toggle v3.0.3's commit message
3.0.2 (2017-05-02)

---------------------------------------------
Fix the compatibility bug that cause sharing/get_file_metadata to crash.

v3.0.2

Toggle v3.0.2's commit message
Update api spec, readme and changelog for 3.0.2 release.

3.0.1

Toggle 3.0.1's commit message
Added Openwith code and example in android for 3.0.1 release

v3.0.1

Toggle v3.0.1's commit message
Added Openwith code and example in android for 3.0.1 release

3.0.0

Toggle 3.0.0's commit message
Update api specs and remove INSTANCE in OkHttp3Requestor for major ve…

…rsion update.

v2.1.2

Toggle v2.1.2's commit message
fix the bug in deserializers in union when union member is a enumerat…

…e subtype

v2.0.7

Toggle v2.0.7's commit message
2.0.7 (2016-08-02)

---------------------------------------------
- Backport of v2.1.1 critical deserialization bug fix.

v2.0.5.1

Toggle v2.0.5.1's commit message
v2.0.5.1 (2016-08-02)

---------------------------------------------

- Backport of v2.1.1 fix of critical deserialization bug.

v2.1.1

Toggle v2.1.1's commit message
2.1.1 (2016-08-01)

---------------------------------------------
- Fix "Required field ... missing" deserialization bug caused by certain backwards-compatible response changes from the server.

v2.1.0

Toggle v2.1.0's commit message
2.1.0 (2016-07-29)

---------------------------------------------
- Update to latest API specs:
  - Files
    - Add uploadSessionFinishBatch(..) endpoint for batch uploads.
  - Sharing:
    - Add changeFileMemberAccess(..) for changing a member's access to a shared file.
    - Add INVITE_VIEWER_NO_COMMENT and SHARE_LINK to FolderAction.
    - Add MemberAction.MAKE_VIEWER_NO_COMMENT.
    - Add preview URL to SharedFolderMetadata.
    - Add parent folder access information to MemberAccessLevelResult.
    - Add AddFolderMemberError.TOO_MANY_INVITEES.
    - Add AddMemberSelectorError.AUTOMATIC_GROUP.
    - Add MountFolderError.INSUFFICIENT_QUOTA.
  - Team:
    - Add TeamMemberStatus.Tag.REMOVED.
    - Add ability to update group management type for a group.
    - Add ability to include removed members when listing members of a team.
    - Add membersRecover(..) endpoint for recovering team members.
- Fix OkHttpRequestor/OkHttp3Requestor to support interceptors that consume request bodies, like Stetho.
  - Fix does not apply to streaming uploads.
- Fix OkHttpRequestor/OkHttp3Requestor to properly handle streaming uploads.
  - The requestors no longer buffer entire request body in memory for streams.
- Add configureRequest(..) method for simpler subclassing of OkHttpRequestor and OkHttp3Requestor.
- Fix BadRequest error when adding custom state to a DbxWebAuth.Request object.
- Remove final modifier from DbxClientV2 and DbxTeamClientV2 class declarations for easier mocking in tests.