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
|
|
@ -608,7 +608,6 @@
|
|||
<string name="description_select_enable">Ενεργοποίηση επιλογής κειμένου στην περιγραφή</string>
|
||||
<string name="description_select_note">Τώρα μπορείτε να επιλέξετε κείμενο εντός της περιγραφής. Σημειώστε ότι, η σελίδα μπορεί να παρουσιάζει αστάθεια κατά τη διάρκεια της κατάστασης επιλογής κειμένου.</string>
|
||||
<string name="open_website_license">Ανοικτή ιστοσελίδα</string>
|
||||
<string name="service_provides_reason">Το %s παρέχει αυτή την αιτία:</string>
|
||||
<string name="account_terminated">Ο λογαριασμός διαγράφηκε</string>
|
||||
<string name="feed_load_error_fast_unknown">Η κατάσταση γρήγορης τροφοδοσίας δεν παρέχει περισσότερες πληροφορίες.</string>
|
||||
<string name="feed_load_error_terminated">Ο λογαριασμός του δημιουργού έχει διαγραφεί.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue