summaryrefslogtreecommitdiffstats
path: root/recovery_ui/screen_ui.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create a new function to return the help message for menuTianjie Xu2019-07-251-10/+14
| | | | | | | | | Then we can override this function in the device specific recovery ui; and allow customizing the help message. Bug: 137965958 Test: Check the menu on sailfish Change-Id: I09f23166f4205c5edf6c62eb42c8ada0fa710b26
* recovery_ui: Remove redundant menu creation.Tao Bao2019-06-271-1/+1
| | | | | Test: Boot into recovery and "Run graphics test". Change-Id: Icbf1c230b4af57cf32b3c7a4b30ddbabc21d5618
* Fall back to en-US if localized bitmap is missing for a localexunchang2019-04-221-5/+15
| | | | | | | | | | | We used to show the image for the last locale or an empty image, if the localized image is missing for a specific locale. As the default english one is more meaningful to users, we should just error out and fall back to use the default locale when the image loading fails. Bug: 128934634 Test: run graphic test, locale test Change-Id: Iafd3e8466aec63b4952d1959b2a3d37e358677d4
* Move librecovery_ui to a sub-directoryTianjie Xu2019-03-211-0/+1334
This helps to expose librecovery_ui for device specific RecoveryUi. Bug: 76436783 Test: mma, unit tests pass Change-Id: Ic6c3d301d5833e4a592e6ea9d9d059bc4e4919be (cherry picked from commit b5108c372c8b92671ea5ebb4eeff00757fcee187)