summaryrefslogtreecommitdiffstats
path: root/res-xhdpi/images/no_command_text.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decrypt FBE on 9.0 (backwards compatible)Ethan Yonker2018-08-311-0/+0
| | | | | | | | | | Building in 9.0 may require you to add a flag to your twrp fstab with the fileencryption details like: fileencryption=ice:aes-256-heh Verify this against your device's stock fstab of course. Change-Id: If9286f5d5787280814daca9fbc8f5191ff26a839
* update the recovery background image with new translationTianjie Xu2017-09-201-0/+0
| | | | | Test: recovery manual test && run graphic test under recovery Change-Id: I2bc514a07a12276f42adb1eec5e208190b4602f2
* Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu2017-03-251-0/+0
| | | | | | | | | | | Switch the locale header in the png files from Locale.toString() to Locale.toLanguageTag(). For example, en_US --> en-us and sr__#Latn --> sr-Latn. Also clean up recovery a bit to expect the new locale format. Bug: 35215015 Test: sr-Latn shows correctly under graphic tests && recovery tests pass Change-Id: Ic62bab7756cdc6e5f98f26076f7c2dd046f811db
* Update background text images in recoveryTianjie Xu2017-01-071-0/+0
| | | | | | | | | | Locale texts are missing in the recovery log due to an extra empty locale chunk in the png file. Fix the bug in the app and regenerate all the background texts and compress the file with pngcrush + zopflipng. Bug: 34054052 Test: Locale texts logged successfully on angler Change-Id: I89f823a53c1eb69756183e8e11113216d093304f
* Further compress the text images with zopflipngTianjie Xu2016-08-031-0/+0
| | | | | | Bug:30415666 Test: Graphic tests pass on angler with new image files Change-Id: I8716f53cb2f9fc6598fdc84f84e9626994faaa5e
* Regenerate the background text with pngcrushTianjie Xu2016-07-291-0/+0
| | | | | | | | | | | | After process the text images with pngquant, I encountered a image-loading error when doing graphic tests on angler. The command "pngcrush -c 0 $imagename" resolves this error and gives almost the same compression rate. So regenerate all the text images with "pngcrush -c 0" Bug: 30415666 Test: Run graphics test on angler and the background text looks good. Change-Id: I5d989c1230e826407287265fc559349a7bd29303
* Update background text images under recoveryTianjie Xu2016-07-281-0/+0
| | | | | | | | | Update the text images according to the new translations of "b+sr+Latn", "be-rBY", and "bs-rBA". Also switch to pngquant which gives a better compression rate. Bug: 30415666 Change-Id: I6eae5dd7be4c7f1f93c50113822caac9868e0f95
* make density-specific recovery assetsDoug Zongker2014-04-041-0/+0
Provide different recovery UI resources for different display densities. Right now only the text images and the progress bars are rescaled; the main icon will get scaled when it's updated for QP. Lightly quantum-ify the rest of the recovery interface. (Light background, progress bars, etc.) Change-Id: Ia639c4ce8534b01bc843524efbc4b040c1cf38b3