summaryrefslogtreecommitdiffstats
path: root/tests/unit/screen_ui_test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-2/+2
2018-12-06tests: Temporarily disable ScreenRecoveryUITest tests.Tao Bao1-18/+18
2018-11-27minui: GRSurface::Create() computes data_size on its own.Tao Bao1-3/+3
2018-11-15switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn1-1/+1
2018-11-05ui: Manage loaded resources with smart pointers.Tao Bao1-15/+15
2018-11-01tests: Use FRIEND_TEST in ScreenRecoveryUITest.Tao Bao1-24/+14
2018-10-31minui: Add a protected GRSurface ctor.Tao Bao1-21/+20
2018-10-23Add a function to construct the GRSurface in testTianjie Xu1-3/+14
2018-10-23ui: Add constness to Draw- functions.Tao Bao1-9/+9
2018-10-23Add function to show localized rescue party menuTianjie Xu1-0/+37
2018-10-13Implement the graphic menusTianjie Xu1-14/+45
2018-07-30recovery: Add ability to interrupt UIJerry Zhang1-1/+38
2018-07-12tests: Clean up the temporary dirs post-run.Tao Bao1-2/+3
2018-06-14tests: Skip ScreenRecoveryUITest on gr_init failure.Tao Bao1-1/+38
2018-06-06ui: join only if joinable.Tao Bao1-0/+5
2018-06-05tests: Specify the death test style to avoid flakiness.Tao Bao1-0/+2
2018-05-22ui: Use std::thread to create input/progress threads.Tao Bao1-2/+10
2018-05-14wear_ui: Address a TODO regarding {intro,loop}_frames.Tao Bao1-3/+53
2018-05-09screen_ui: Fix an issue in RTL locale detection.Tao Bao1-1/+1
2018-05-09tests: Add tests for ScreenRecoveryUI.Tao Bao1-0/+167
2018-05-03Move menu headers/items to std::vector<std::string>.Tao Bao1-12/+15
2018-05-03screen_ui: Merge Menu::Start() into its ctor.Tao Bao1-21/+7
2018-03-24Factor out a menu class for screen uiTianjie Xu1-0/+198
2018-03-24Factor out a menu class for screen uiTianjie Xu1-0/+198