0761a4bf064239eb0c7d4c21e8d1d8c00eb3be93
The strings were complex to localize, especially since they used formatting that needed to be carefully reconstructed for cases where the amount of data appears in the middle of a string. Also, we already had a localization for file sizes, which we should avoid redoing, to minimize discrepancies. Finally, we are now bidi wrapping the usage amount, as it may break in the RTL locales otherwise, since the RTL locales may be using Latin abbreviations for gigabyte etc that are LTR. Since formatting needs to be applied to everything except the number of units in the amount of data used, and markup should be avoided since it will confuse bidi wrapping, the code carefully constructs CharSequence templates that are then decorated with spans after getting filled in. Bug: 28747101 Change-Id: I18756b4de99eb551a51fe5e74d1c9cf505551f08
Merge "Fix Continous loop in unifed screenlock when trying to Trust a CA cert" into nyc-dev am:
b0054ec4e2
am: e8df0892d4
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%