Android-SingleSignOn icon indicating copy to clipboard operation
Android-SingleSignOn copied to clipboard

Single sign-on for Nextcloud (Android Library Project)

Results 53 Android-SingleSignOn issues
Sort by recently updated
recently updated
newest added

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...

dependencies
2. to review

Bumps appcompat from 1.4.2 to 1.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.4.2&new-version=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...

dependencies
2. to review

Bumps gradle from 7.1.3 to 7.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.1.3&new-version=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...

dependencies
2. to review

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)...

bug

Recently a user contacted me with the following error prompt in the Notes Android app (LineageOS 18.1): ![image](https://user-images.githubusercontent.com/4741199/169645851-a5f7d42f-72ce-4a20-9f65-19680c19c744.png) Separate from being guilty myself for the failure itself, I was curious...

bug

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(...

enhancement

See https://github.com/gradle/wrapper-validation-action

2. to review

### 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...

bug
approved