summaryrefslogtreecommitdiffstats
path: root/recovery_ui/screen_ui.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)