Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opening URLs in browser on API 30+ #9726

Merged
merged 1 commit into from Jan 29, 2023

Conversation

Stypox
Copy link
Member

@Stypox Stypox commented Jan 29, 2023

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

See https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9 and #9615. I used what @plasticanu suggested, except that I also added "http" and "market" to the used schemas.

I tried to install the Kore app and everything works well even without adding <package android:name="org.xbmc.kore" /> to the possible queries, so I didn't add it in the end. I tested on API 33.

Fixes the following issue(s)

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.

Due diligence

@sonarcloud
Copy link

sonarcloud bot commented Jan 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AudricV
Copy link
Member

AudricV commented Jan 29, 2023

What about the YouTube protocols?

@AudricV AudricV added bug Issue is related to a bug device/software specific Issues that only happen on some devices or with some specific hardware/software labels Jan 29, 2023
@AudricV AudricV changed the title Fix opening urls in browser on API 30+ Fix opening URLs in browser on API 30+ Jan 29, 2023
@Stypox
Copy link
Member Author

Stypox commented Jan 29, 2023

While we need to receive such links, do we ever need to open them in the browser? I don't think so

@Stypox Stypox merged commit 353db0b into TeamNewPipe:release-0.25.0 Jan 29, 2023
@Stypox Stypox mentioned this pull request Feb 7, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug device/software specific Issues that only happen on some devices or with some specific hardware/software
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants