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
|
|
@ -655,7 +655,6 @@
|
|||
<string name="disable_media_tunneling_title">मीडिया टनलिंग अक्षम करें</string>
|
||||
<string name="show_crash_the_player_title">\"क्रैश द प्लेयर\" दिखाएं</string>
|
||||
<string name="feed_subscription_not_loaded_count">लोड नहीं हुआ: %d</string>
|
||||
<string name="service_provides_reason">%s इसका कारण प्रदान करता है:</string>
|
||||
<string name="metadata_tags">टैग</string>
|
||||
<string name="metadata_licence">लाइसेंस</string>
|
||||
<string name="faq_description">यदि आपको ऐप का उपयोग करने में परेशानी हो रही है, तो सामान्य प्रश्नों के इन उत्तरों को देखना सुनिश्चित करें!</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue