v5.4.2
What's Changed
- Update dropbox-api-spec to point to more recent version (Sept 01, 2022) #431
- Generated stone api code is now checked into repository for greater visibility of spec changes #418
- Renamed
master
->main
#424 - Added gradle version catalog #414#436
- Moved android code from
dropbox-sdk-java
intodropbox-sdk-android
#429 - Converted Java code to Kotlin in
dropbox-sdk-android
while mostly maintaining binary compatibility. #430 - Binary Compatibility Changes since
v5.3.0
#449 (see changes):- The following classes are now
final
and cannot be extended.com.dropbox.core.android.Auth
com.dropbox.core.android.DbxOfficialAppConnector
- In
com.dropbox.core.android.AuthActivity
, constants for the Intent Extra Keys were moved tocom.dropbox.core.android.internal.DropboxAuthIntent
- The following classes are now
- Fixed NPE bug in login flow #347
New Contributors
- @wdziemia made their first contribution in #418
- @Hronom made their first contribution in #420
- @Kristianwhittick made their first contribution in #421
- @devPalacio made their first contribution in #431
Full Changelog: v5.4.1...v5.4.2