NewPipe
NewPipe copied to clipboard
Use LinkifyCompat.
What is it?
- [x] Codebase improvement (dev facing)
Description of the changes in your PR
- Use
LinkifyCompat
to backportLinkify
improvements for older API levels.
Fixes the following issue(s)
- Fixes #
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
- [x] I read the contribution guidelines.
to backport Linkify improvements
Idle curiosity. What are these improvements?
to backport Linkify improvements
Idle curiosity. What are these improvements?
I checked the code, and it backports the implementations of the Linkify
methods on Android 9.0 and later.