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
1bde2dcd9f
commit
a369deeef4
72 changed files with 154 additions and 146 deletions
|
|
@ -611,7 +611,6 @@
|
|||
<string name="description_select_disable">Deshabilitar la selección de texto de la descripción</string>
|
||||
<string name="description_select_enable">Habilitar la selección de texto de la descripción</string>
|
||||
<string name="description_select_note">Ahora puede seleccionar el texto dentro de la descripción. Note que la página puede parpadear y los links no serán cliqueables mientras está en el modo de selección.</string>
|
||||
<string name="service_provides_reason">%s da esta razón:</string>
|
||||
<string name="feed_load_error_account_info">No fue posible cargar el feed por \'%s\'.</string>
|
||||
<string name="account_terminated">Cuenta cancelada</string>
|
||||
<string name="feed_load_error_fast_unknown">El modo de muro rápido no arroja más información sobre esto.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue