Skip to content

Releases: nextcloud/Android-SingleSignOn

Nextcloud SingleSignOn 0.5.3

07 Aug 15:48
8e919ed
Compare
Choose a tag to compare

Nextcloud SingleSignOn 0.5.2

23 Jul 07:07
c452b6e
Compare
Choose a tag to compare

#204 Provide HTTP-Header information on demand
Dependency updates

Nextcloud SingleSignOn 0.5.1

29 May 05:28
20aff0e
Compare
Choose a tag to compare

#203 ExceptionMessage should implement Serializable

Nextcloud SingleSignOn 0.5.0

05 Mar 08:17
7d91446
Compare
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
Compare
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
Compare
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
Compare
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

Nextcloud SingleSignOn 0.5.0 RC1

28 Oct 09:33
229d985
Compare
Choose a tag to compare
Pre-release

#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

21 Jul 19:21
014f36e
Compare
Choose a tag to compare

add gson as an sso dependency. Special thanks to @burningthumb for fixing this!

Nextcloud SingleSignOn 0.4.0

28 Jun 17:17
eb3627a
Compare
Choose a tag to compare

Add support for nextcloud dev app