Skip to content

Releases: nextcloud/Android-SingleSignOn

Nextcloud SingleSignOn 0.5.0 RC1

28 Oct 09:33
229d985

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

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

Choose a tag to compare

Add support for nextcloud dev app

Nextcloud SingleSignOn 0.3.1

21 May 16:56
590a787

Choose a tag to compare

Merge pull request #64 from nextcloud/improve-query-params-parsing

parse query parameters in url and put them into the parameterMap

Nextcloud SingleSignOn 0.3.0

03 Mar 20:22
82bbca0

Choose a tag to compare

Added annotation support for retrofit apis

Nextcloud SingleSignOn 0.2.0

29 Jan 08:52
fb9cdbc

Choose a tag to compare

Add support for WebDAV Methods.

added: PROPFIND / MKCOL
updated: POST / PUT

Nextcloud SingleSignOn 0.1.3

04 Jan 10:33
f43804a

Choose a tag to compare

Merge pull request #38 from nextcloud/fix-api-init-crash

make requests wait for api to initialize properly

Nextcloud SingleSignOn 0.1.2

30 Sep 20:53

Choose a tag to compare

update gradle to 4.6

Nextcloud SingleSignOn 0.1.0

14 Sep 08:17
1d41e41

Choose a tag to compare