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/installing_text.png | Bin 0 -> 6433 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/images/installing_text.png (limited to 'res/images/installing_text.png') diff --git a/res/images/installing_text.png b/res/images/installing_text.png new file mode 100644 index 000000000..c48a45295 Binary files /dev/null and b/res/images/installing_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/installing_text.png | Bin 6433 -> 6785 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/installing_text.png') diff --git a/res/images/installing_text.png b/res/images/installing_text.png index c48a45295..0557350ef 100644 Binary files a/res/images/installing_text.png and b/res/images/installing_text.png differ -- cgit v1.2.3 From f4c6ec84c24611856374353bdef87baca5694cc0 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 30 Aug 2012 12:47:43 -0700 Subject: fix format of installing_text Was submitted in the wrong PNG format (color type 4 instead of 0). Change-Id: I8780c81eb92bdfc407b43948a92b37d93026325a --- res/images/installing_text.png | Bin 6785 -> 2747 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/installing_text.png') diff --git a/res/images/installing_text.png b/res/images/installing_text.png index 0557350ef..42704b996 100644 Binary files a/res/images/installing_text.png and b/res/images/installing_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/installing_text.png | Bin 2747 -> 66587 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/installing_text.png') diff --git a/res/images/installing_text.png b/res/images/installing_text.png index 42704b996..9c16c7708 100644 Binary files a/res/images/installing_text.png and b/res/images/installing_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/installing_text.png | Bin 66587 -> 66592 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/installing_text.png') diff --git a/res/images/installing_text.png b/res/images/installing_text.png index 9c16c7708..e1ac819e6 100644 Binary files a/res/images/installing_text.png and b/res/images/installing_text.png differ -- cgit v1.2.3