Releases: nextcloud/Android-SingleSignOn
Nextcloud SingleSignOn 0.5.3
#231 fix void return type @desperateCoder
Nextcloud SingleSignOn 0.5.2
#204 Provide HTTP-Header information on demand
Dependency updates
Nextcloud SingleSignOn 0.5.1
#203 ExceptionMessage should implement Serializable
Nextcloud SingleSignOn 0.5.0
#128 SSO: return response headers
#129 throw exception if SSO import is cancelled
#166 Multipart integration
#163 add more debugging output / destroy api when reconnect fails
❗ Breaking changes ❗
- AccountImporter now throws AccountImportCancelledException to inform if import process was cancelled by user, so that 3rd party apps can handle it correctly
@NonNull
Annotation forNextcloudAPI
andNetworkRequest
❗ Announcement ❗
- performNextcloudRequestAndBodyStreamV2
- performNextcloudRequestV2
were introduced, those return a Response object, which contains Inputstream (as known) and headers, so that e.g. eTag can be used
This deprecates these old methods: - performNextcloudRequestAndBodyStream
- performNextcloudRequest
These will be deleted in upcoming 0.6.0 release, so please adjust your app
Nextcloud SingleSignOn 0.5.0 RC4
#128 SSO: return response headers
#129 throw exception if SSO import is cancelled
#166 Multipart integration
#163 add more debugging output / destroy api when reconnect fails
❗ Breaking changes ❗
- AccountImporter now throws AccountImportCancelledException to inform if import process was cancelled by user, so that 3rd party apps can handle it correctly
@NonNull
Annotation forNextcloudAPI
andNetworkRequest
❗ Announcement ❗
- performNextcloudRequestAndBodyStreamV2
- performNextcloudRequestV2
were introduced, those return a Response object, which contains Inputstream (as known) and headers, so that e.g. eTag can be used
This deprecates these old methods: - performNextcloudRequestAndBodyStream
- performNextcloudRequest
These will be deleted in upcoming 0.6.0 release, so please adjust your app
Nextcloud SingleSignOn 0.5.0 RC3
#128 SSO: return response headers
#129 throw exception if SSO import is cancelled
#166 Multipart integration
#163 add more debugging output / destroy api when reconnect fails
❗ Breaking changes ❗
- AccountImporter now throws AccountImportCancelledException to inform if import process was cancelled by user, so that 3rd party apps can handle it correctly
❗ Announcement ❗
- performNextcloudRequestAndBodyStreamV2
- performNextcloudRequestV2
were introduced, those return a Response object, which contains Inputstream (as known) and headers, so that e.g. eTag can be used
This deprecates these old methods: - performNextcloudRequestAndBodyStream
- performNextcloudRequest
These will be deleted in upcoming 0.6.0 release, so please adjust your app
Nextcloud SingleSignOn 0.5.0 RC2
#128 SSO: return response headers
#129 throw exception if SSO import is cancelled
#166 Multipart integration
❗ Breaking changes ❗
- AccountImporter now throws AccountImportCancelledException to inform if import process was cancelled by user, so that 3rd party apps can handle it correctly
❗ Announcement ❗
- performNextcloudRequestAndBodyStreamV2
- performNextcloudRequestV2
were introduced, those return a Response object, which contains Inputstream (as known) and headers, so that e.g. eTag can be used
This deprecates these old methods: - performNextcloudRequestAndBodyStream
- performNextcloudRequest
These will be deleted in upcoming 0.6.0 release, so please adjust your app
Nextcloud SingleSignOn 0.5.0 RC1
#128 SSO: return response headers
#129 throw exception if SSO import is cancelled
❗ Breaking changes ❗
- AccountImporter now throws AccountImportCancelledException to inform if import process was cancelled by user, so that 3rd party apps can handle it correctly
❗ Announcement ❗
- performNextcloudRequestAndBodyStreamV2
- performNextcloudRequestV2
were introduced, those return a Response object, which contains Inputstream (as known) and headers, so that e.g. eTag can be used
This deprecates these old methods: - performNextcloudRequestAndBodyStream
- performNextcloudRequest
These will be deleted in upcoming 0.6.0 release, so please adjust your app
Nextcloud SingleSignOn 0.4.1
add gson as an sso dependency. Special thanks to @burningthumb for fixing this!
Nextcloud SingleSignOn 0.4.0
Add support for nextcloud dev app