mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 13:53:53 +01:00
a57fd69fb4
Improve NewPipe's share on some devices + fix crash when no browser is set on some devices Catching ActivityNotFoundException when trying to open the default browser Use an ACTION_CHOOSER intent and put as an extra intent the intent to open an URI / share an URI when no default app is set. Add a LinkHelper class which set a custom action when clicking web links in the description of a content. This class also helps to implement a confirmation dialog when trying to open web links in an external app.
32 lines
788 B
XML
32 lines
788 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE suppressions PUBLIC
|
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
|
<suppressions>
|
|
<suppress checks="FinalParameters"
|
|
files="LocalItemListAdapter.java"
|
|
lines="221,293"/>
|
|
|
|
<suppress checks="FinalParameters"
|
|
files="InfoListAdapter.java"
|
|
lines="253,325"/>
|
|
|
|
<suppress checks="FinalParameters"
|
|
files="ListHelper.java"
|
|
lines="281,313"/>
|
|
|
|
<suppress checks="EmptyBlock"
|
|
files="ContentSettingsFragment.java"
|
|
lines="227,245"/>
|
|
|
|
<suppress checks="LineLength"
|
|
files="WebMWriter.java"
|
|
lines="156,158"/>
|
|
|
|
<suppress checks="FileLength"
|
|
files="Player.java"/>
|
|
|
|
<suppress checks="FileLength"
|
|
files="VideoDetailFragment.java"/>
|
|
</suppressions>
|