Allow ErrorInfo messages with formatArgs
- ErrorInfo.getMessage() now returns an ErrorMessage instance that can be formatted into a string using a context (this allows the construction of an ErrorInfo to remain independent of a Context) - now the service ID is used in ErrorInfo.getMessage() to customize some messages based on the currently selected service - player HTTP invalid statuses are now included in the message - building a custom error message for AccountTerminatedException was moved from ErrorPanelHelper to ErrorInfo
This commit is contained in:
parent
28218408cc
commit
fc567dae55
72 changed files with 154 additions and 146 deletions
|
|
@ -605,7 +605,6 @@
|
|||
<string name="disable_media_tunneling_title">Desativar túnel multimédia</string>
|
||||
<string name="downloads_storage_ask_summary_no_saf_notice">Sempre que descarregar um ficheiro, terá que indicar o local para o guardar</string>
|
||||
<string name="no_dir_yet">Ainda não definiu uma pasta para as descargas. Escolha agora a pasta a utilizar</string>
|
||||
<string name="service_provides_reason">%s fornece este motivo:</string>
|
||||
<string name="account_terminated">Conta encerrada</string>
|
||||
<string name="feed_load_error_fast_unknown">O modo de fonte rápida não fornece mais informações sobre isto.</string>
|
||||
<string name="feed_load_error_terminated">A conta do autor foi encerrada.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue