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
|
|
@ -207,7 +207,6 @@
|
|||
<string name="settings_file_replacement_character_title">อักขระทดแทน</string>
|
||||
<string name="charset_letters_and_digits">ตัวอักษรและตัวเลข</string>
|
||||
<string name="charset_most_special_characters">อักขระพิเศษส่วนใหญ่</string>
|
||||
<string name="toast_no_player">ไม่มีแอพที่ติดตั้งเพื่อให้เล่นไฟล์นี้ได้</string>
|
||||
<string name="title_activity_about">เกี่ยวกับ NewPipe</string>
|
||||
<string name="title_licenses">สัญญาอนุญาตของบุคคลที่สาม</string>
|
||||
<string name="copyright" formatted="true">© %1$s โดย %2$s ภายใต้ %3$s</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue