summaryrefslogtreecommitdiffstats
path: root/tests/unit/screen_ui_test.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move librecovery_ui to a sub-directoryTianjie Xu2019-03-211-2/+2
* tests: Temporarily disable ScreenRecoveryUITest tests.Tao Bao2018-12-061-18/+18
* minui: GRSurface::Create() computes data_size on its own.Tao Bao2018-11-271-3/+3
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-151-1/+1
* ui: Manage loaded resources with smart pointers.Tao Bao2018-11-051-15/+15
* tests: Use FRIEND_TEST in ScreenRecoveryUITest.Tao Bao2018-11-011-24/+14
* minui: Add a protected GRSurface ctor.Tao Bao2018-10-311-21/+20
* Merge "ui: Add constness to Draw- functions."Treehugger Robot2018-10-241-9/+9
|\
| * ui: Add constness to Draw- functions.Tao Bao2018-10-231-9/+9
* | Add a function to construct the GRSurface in testTianjie Xu2018-10-231-3/+14
* | Add function to show localized rescue party menuTianjie Xu2018-10-231-0/+37
|/
* Implement the graphic menusTianjie Xu2018-10-131-14/+45
* recovery: Add ability to interrupt UIJerry Zhang2018-07-301-1/+38
* tests: Clean up the temporary dirs post-run.Tao Bao2018-07-121-2/+3
* tests: Skip ScreenRecoveryUITest on gr_init failure.Tao Bao2018-06-141-1/+38
* ui: join only if joinable.Tao Bao2018-06-061-0/+5
* tests: Specify the death test style to avoid flakiness.Tao Bao2018-06-051-0/+2
* ui: Use std::thread to create input/progress threads.Tao Bao2018-05-221-2/+10
* wear_ui: Address a TODO regarding {intro,loop}_frames.Tao Bao2018-05-141-3/+53
* screen_ui: Fix an issue in RTL locale detection.Tao Bao2018-05-091-1/+1
* tests: Add tests for ScreenRecoveryUI.Tao Bao2018-05-091-0/+167
* Move menu headers/items to std::vector<std::string>.Tao Bao2018-05-031-12/+15
* screen_ui: Merge Menu::Start() into its ctor.Tao Bao2018-05-031-21/+7
* Factor out a menu class for screen uiTianjie Xu2018-03-241-0/+198