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:
Stypox 2023-02-23 23:38:20 +01:00
parent a17c32fada
commit de067fe798
83 changed files with 125 additions and 267 deletions

View file

@ -301,7 +301,6 @@
<string name="drawer_close">Fechar gaveta</string>
<string name="caption_setting_title">Legendas</string>
<string name="caption_setting_description">Mudar tamanho da legenda e estilos de plano de fundo. Requer reiniciar o app para ter efeito</string>
<string name="toast_no_player">Nenhum app instalado para reproduzir este arquivo</string>
<string name="clear_views_history_title">Excluir histórico de vídeo</string>
<string name="clear_views_history_summary">Exclui o histórico de vídeos e as posições de reprodução</string>
<string name="delete_view_history_alert">Excluir todo o histórico de vídeo\?</string>