Android-SingleSignOn
Android-SingleSignOn copied to clipboard
Single sign-on for Nextcloud (Android Library Project)
Bumps [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.1.5 to 1.2.2. Changelog Sourced from desugar_jdk_libs's changelog. Version 1.2.2 (2022-08-19) Add support for API level 33. Version 1.2.1 (2022-07-08) Update to cover all APIs up to...
Bumps appcompat from 1.4.2 to 1.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps gradle from 7.1.3 to 7.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
If users only have the dev version installed, the SSO connection doesn't work in the notes and news app. According to the report in the notes app (see ticket below)...
i18n: `Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE).`
Recently a user contacted me with the following error prompt in the Notes Android app (LineageOS 18.1):  Separate from being guilty myself for the failure itself, I was curious...
Hello. The dialog about missing Nextcloud app which is created by Nextcloud SSO library disappears whenever screen is rotated. This issue has been described for my app in [this comment](https://github.com/Andrewerr/NextcloudServices/issues/34#issuecomment-1075532844)....
Here is how I integrate NC SSO: ```kotlin override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) when (resultCode) { AppCompatActivity.RESULT_CANCELED -> setButtonsEnabled(true) else -> { AccountImporter.onActivityResult(...
### Issue When trying to make a request using `SEARCH` method like desribed here, exception is thrown https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/search.html ### Example code: ``` val request = NextcloudRequest.Builder() .setRequestBody(body) .setMethod("SEARCH") .setUrl(Uri.encode("/remote.php/dav/", "/"))...
I have an NC installation that was relocated in the past. To keep things for older installations/users working I added an HTTP redirect (302 at the moment). This breaks the...