Skip to content

Releases: nextcloud/Android-SingleSignOn

Nextcloud SingleSignOn 0.5.6

03 Jan 10:37
2ec4c0e

Choose a tag to compare

  • Revert/restore breaking change of 0.5.5

Nextcloud SingleSignOn 0.5.5

02 Jan 10:32
c358c43

Choose a tag to compare

  • #280 Fix unhandled exception when http code was below 400 (e.g. 302)
  • #286 Fix Retrofit NetworkOnMainThreadException with Observable<ResponseBody>
  • Fix bug: Version check should pass if files beta is installed and stable is not

Nextcloud SingleSignOn 0.5.4

29 Oct 14:14
85f88d9

Choose a tag to compare

#270 Use SSO auth token to let files app detect if new account was requested via SSO

Nextcloud SingleSignOn 0.5.3

07 Aug 15:48
8e919ed

Choose a tag to compare

Nextcloud SingleSignOn 0.5.2

23 Jul 07:07
c452b6e

Choose a tag to compare

#204 Provide HTTP-Header information on demand
Dependency updates

Nextcloud SingleSignOn 0.5.1

29 May 05:28
20aff0e

Choose a tag to compare

#203 ExceptionMessage should implement Serializable

Nextcloud SingleSignOn 0.5.0

05 Mar 08:17
7d91446

Choose a tag to compare

#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 for NextcloudAPI and NetworkRequest

❗ 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

23 Feb 13:52
7a76497

Choose a tag to compare

Pre-release

#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 for NextcloudAPI and NetworkRequest

❗ 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

19 Feb 07:38
9c93c87

Choose a tag to compare

Pre-release

#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

10 Feb 14:07
3cc5ca0

Choose a tag to compare

Pre-release

#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