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
|
|
@ -227,7 +227,6 @@
|
|||
<string name="feed_update_threshold_title">Limite de atualização da fonte</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="subscription_update_failed">Não foi possível atualizar a subscrição</string>
|
||||
<string name="toast_no_player">Não existe uma aplicação para reproduzir este ficheiro</string>
|
||||
<string name="remove_watched_popup_yes_and_partially_watched_videos">Sim e também os vídeos parcialmente vistos</string>
|
||||
<string name="short_million">M</string>
|
||||
<string name="no_playlist_bookmarked_yet">Ainda não há listas de reprodução favoritas</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue