From 02ec6b88ed4e6cf40cc257572b07c7277b7b6341 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 22 Aug 2012 17:26:40 -0700 Subject: add simple text to recovery UI - recovery takes a --locale argument, which will be passed by the main system - the locale is saved in cache, in case the --locale argument is missing (eg, when recovery is started from fastboot) - we include images that have prerendered text for many locales - we split the background states into four (installing update, erasing, no command, error) so that appropriate text can be shown. Change-Id: I731b8108e83d5ccc09a4aacfc1dbf7e86b397aaf --- res/images/error_text.png | Bin 0 -> 3119 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/images/error_text.png (limited to 'res/images/error_text.png') diff --git a/res/images/error_text.png b/res/images/error_text.png new file mode 100644 index 000000000..581347094 Binary files /dev/null and b/res/images/error_text.png differ -- cgit v1.2.3 From 8b240ccca1ad32cbd09d3807614f3086914ceaaf Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 29 Aug 2012 15:19:29 -0700 Subject: recovery locale handling fixes - change locale filename to "last_locale" so the main system doesn't delete it - clean up some chatty logging - update images with real German (other languages TBD) Change-Id: I2ebb4ed4e054bd1808a3042d9efbb2c18f3a044d --- res/images/error_text.png | Bin 3119 -> 844 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/error_text.png') diff --git a/res/images/error_text.png b/res/images/error_text.png index 581347094..91be5fe54 100644 Binary files a/res/images/error_text.png and b/res/images/error_text.png differ -- cgit v1.2.3 From 5fa8c23911759a9e81af0e7fb5eb431277b8e9a6 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 18 Sep 2012 12:37:02 -0700 Subject: localization for recovery messages Add images of text for all locales we support. Make the progress bar fill the correct way for RTL languages. (Flip the direction the spinner turns, too, just for good measure.) Bug: 7064142 Change-Id: I5dddb26e02ee5275c57c4dc4a03c6d68432ac7ba --- res/images/error_text.png | Bin 844 -> 17498 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/error_text.png') diff --git a/res/images/error_text.png b/res/images/error_text.png index 91be5fe54..b64b3d7ac 100644 Binary files a/res/images/error_text.png and b/res/images/error_text.png differ -- cgit v1.2.3 From b66cb69e3933d5f56f06d88cd31817f49d87df5f Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 18 Sep 2012 14:52:18 -0700 Subject: tweak recovery text images Center and fix the extents for those locales that have multiple lines of text. Add Urdu as an RTL language. Bug: 7064142 Change-Id: I4c1aa1198be29cab01129dabf2c4a026b93719a6 --- res/images/error_text.png | Bin 17498 -> 17504 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/error_text.png') diff --git a/res/images/error_text.png b/res/images/error_text.png index b64b3d7ac..4ac6391ff 100644 Binary files a/res/images/error_text.png and b/res/images/error_text.png differ -- cgit v1.2.3