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
|
|
@ -592,7 +592,6 @@
|
|||
<string name="night_theme_title">Yöteema</string>
|
||||
<string name="description_select_disable">Poista käytöstä tekstinvalinta kuvauskentän sisältä</string>
|
||||
<string name="description_select_note">Voit nyt valita tekstin kuvauskentän sisältä. Huomioithan, että valintatilan aikana sivu voi vilkkua ja linkit eivät ehkä ole klikattavia.</string>
|
||||
<string name="service_provides_reason">%s tuo tämän syyn:</string>
|
||||
<string name="seekbar_preview_thumbnail_title">Säätövivun kuvakkeen esikatselu</string>
|
||||
<string name="disable_media_tunneling_summary">Poista median tunnelointi käytöstä, jos havaitset mustan näyttöruudun tai änkytystä videon toistossa.</string>
|
||||
<string name="disable_media_tunneling_title">Poista median tunnelointi käytöstä</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue