Correctly open urls in browser on Android 11+
- Fix misconfiguration in manifest ('http|https|market' is not valid)
- Split ShareUtils functions taking a boolean parameter into pairs of functions with better names and less runtime checks
- Move all Kore-related functions to KoreUtils
- Remove the toast_no_player string
This commit is contained in:
parent
a17c32fada
commit
de067fe798
83 changed files with 125 additions and 267 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="fdroid_vlc_url">https://f-droid.org/packages/org.videolan.vlc/</string>
|
||||
<string name="rss_button_title">RSS</string>
|
||||
<string name="vlc_package">org.videolan.vlc</string>
|
||||
<string name="kore_package">org.xbmc.kore</string>
|
||||
<string name="peertube_instance_list_url">https://joinpeertube.org/instances#instances-list</string>
|
||||
<string name="notification_channel_id">newpipe</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue