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
|
|
@ -245,7 +245,6 @@
|
|||
<string name="clear_search_history_title">検索履歴を消去</string>
|
||||
<string name="clear_search_history_summary">検索キーワードの履歴を削除します</string>
|
||||
<string name="search_history_deleted">検索履歴を削除しました</string>
|
||||
<string name="toast_no_player">このファイルを再生するためのアプリがインストールされていません</string>
|
||||
<string name="import_settings">設定もインポートしますか?</string>
|
||||
<string name="caption_setting_title">字幕</string>
|
||||
<string name="channels">チャンネル</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue