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
|
|
@ -537,7 +537,6 @@
|
|||
<string name="related_items_tab_description">Kapcsolódó elemek</string>
|
||||
<string name="error_report_open_github_notice">Ellenőrizze, hogy létezik-e már olyan jegy, amely az összeomlásával foglalkozik. Ha duplikált jegyet ad fel, akkor olyan időt vesz el tőlünk, amelyet a hiba javítására tudnánk fordítani.</string>
|
||||
<string name="minimize_on_exit_title">Minimalizálás alkalmazásváltáskor</string>
|
||||
<string name="service_provides_reason">A(z) %s ezt az okot adta meg:</string>
|
||||
<string name="local_search_suggestions">Helyi keresési javaslatok</string>
|
||||
<string name="remote_search_suggestions">Távoli keresési javaslatok</string>
|
||||
<string name="start_main_player_fullscreen_title">A fő lejátszó teljes képernyős indítása</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue