Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
78f126e5a23280dfb4d1cba78cc87afa168ecb66
/
screen_ui.cpp
1a0a30a
Show wipe data confirmation text in recovery mode
by Tianjie Xu
· 6 years ago
dd78982
minui: GRSurface::Create() computes data_size on its own.
by Tao Bao
· 6 years ago
da409fb
ui: Manage loaded resources with smart pointers.
by Tao Bao
· 6 years ago
47b650b
Merge "ui: Add constness to Draw- functions."
by Treehugger Robot
· 6 years ago
65815b6
ui: Add constness to Draw- functions.
by Tao Bao
· 6 years ago
b99e606
Add function to show localized rescue party menu
by Tianjie Xu
· 6 years ago
66dbf63
Implement the graphic menus
by Tianjie Xu
· 6 years ago
0bc88de
ui: Read custom recovery UI values via system property.
by Tao Bao
· 6 years ago
b76af93
recovery: Add ability to interrupt UI
by Jerry Zhang
· 6 years ago
ba4edb3
screen_ui: Move the call to gr_init() into Init().
by Tao Bao
· 6 years ago
60ac622
screen_ui: Call gr_exit() from dtor.
by Tao Bao
· 6 years ago
94371fd
ui: join only if joinable.
by Tao Bao
· 6 years ago
b31f9ce
recovery: c++ify pthread use in UI
by Jerry Zhang
· 6 years ago
26ea959
ui: Use std::thread to create input/progress threads.
by Tao Bao
· 6 years ago
0e577ee
recovery: Add ability to set title lines
by Jerry Zhang
· 6 years ago
13d56e9
Merge "screen_ui: Fix an issue in RTL locale detection."
by Treehugger Robot
· 6 years ago
8c6f699
Merge "tests: Add tests for ScreenRecoveryUI."
by Tao Bao
· 6 years ago
551d2c3
Device owns the RecoveryUI instance.
by Tao Bao
· 6 years ago
452b487
screen_ui: Fix an issue when displaying wrapped text.
by Tao Bao
· 6 years ago
347a659
screen_ui: Fix an issue in RTL locale detection.
by Tao Bao
· 6 years ago
6cd8168
tests: Add tests for ScreenRecoveryUI.
by Tao Bao
· 7 years ago
39c4918
screen_ui: Drop the parameter in CheckBackgroundTextImages.
by Tao Bao
· 6 years ago
2dea53e
recovery: Get UI and locale from device.
by Jerry Zhang
· 7 years ago
1fe1afe
Move menu headers/items to std::vector<std::string>.
by Tao Bao
· 7 years ago
e02a5b2
screen_ui: Merge Menu::Start() into its ctor.
by Tao Bao
· 7 years ago
93e46ad
screen_ui: Use std::string in DrawTextLine() and siblings.
by Tao Bao
· 7 years ago
1d156b9
screen_ui: Drop the dependency on common.h.
by Tao Bao
· 7 years ago
3aec696
Add ScreenRecoveryUI::ShowMenu().
by Tao Bao
· 7 years ago
5fe5eb6
Factor out a menu class for screen ui
by Tianjie Xu
· 7 years ago
92eda4d
vr_ui: drawing changes
by Luke Song
· 7 years ago
eee1e76
screen_ui: stage marker positioning
by Luke Song
· 7 years ago
29d5575
Add a new option in recovery menu to test the background texts
by Tianjie Xu
· 7 years ago
efb49ad
ui: Move locale and friends into ScreenRecoveryUI class.
by Tao Bao
· 8 years ago
5686441
Merge "ui: Remove text_top_."
by Tao Bao
· 7 years ago
7577965
ui: Refactor the declaration orders.
by Tao Bao
· 7 years ago
cb5524c
ui: Remove text_top_.
by Tao Bao
· 7 years ago
e15d7a5
ui: Manage menu_ with std::vector.
by Tao Bao
· 7 years ago
89ad022
Merge changes I5d7a6baa,Id0fb2d4e
by Tao Bao
· 7 years ago
13aa4a9
screen_ui: Fix a case that may truncate the last char.
by Tao Bao
· 7 years ago
2bbc6d6
screen_ui: Word-wrap menu headers.
by Tao Bao
· 7 years ago
0470cee
Allow customizing WearRecoveryUI via Makefile variables.
by Tao Bao
· 7 years ago
ca6ce2c
Fix the missing char when showing recovery logs.
by Tao Bao
· 7 years ago
ea78d86
Update ScreenRecoveryUI::Draw* function signatures.
by Tao Bao
· 7 years ago
3250f72
screen_ui: Compute the top and bottom gaps.
by Tao Bao
· 7 years ago
99b2d77
Add override specifier and member constness to RecoveryUI classes.
by Tao Bao
· 7 years ago
5d2e3bd
Formatting RecoveryUI related files.
by Tao Bao
· 7 years ago
9d4839c
Restructure vr_ui
by Luke Song
· 7 years ago
4521b70
Use Makefile variables to specify margin settings.
by Tao Bao
· 7 years ago
171b4c4
screen_ui: Allow setting screen margin space.
by Tao Bao
· 7 years ago
e2bd876
Introduce VR recovery ui
by Luke Song
· 7 years ago
b49767c
Const modifiers
by Mikhail Lappo
· 8 years ago
736d59c
recovery: Fix the broken UI text.
by Tao Bao
· 8 years ago
d530449
Add a stub recovery UI.
by Sen Jiang
· 8 years ago
130f6c8
resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aosp
by Elliott Hughes
· 8 years ago
cb22040
Switch to <android-base/properties.h>.
by Elliott Hughes
· 8 years ago
a09b65a
Remove debug log statement; fix build am: 43d186021a
by Damien Bargiacchi
· 8 years ago
43d1860
Remove debug log statement; fix build
by Damien Bargiacchi
· 8 years ago
49e2aeb
Remove duplicate methods and variables from WearRecoveryUI am: 5e7cfb9af6
by Damien Bargiacchi
· 8 years ago
5e7cfb9
Remove duplicate methods and variables from WearRecoveryUI
by Damien Bargiacchi
· 8 years ago
c21edd4
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
7b0ad9c
Switch recovery to libbase logging
by Tianjie Xu
· 8 years ago
e3c7184
Support use of custom fonts in miniui am: 35fff61b1c
by Damien Bargiacchi
· 8 years ago
35fff61
Support use of custom fonts in miniui
by Damien Bargiacchi
· 8 years ago
b0728a3
Support landscape layouts. am: 6d089a955f
by Elliott Hughes
· 8 years ago
6d089a9
Support landscape layouts.
by Elliott Hughes
· 8 years ago
70b5353
resolve merge conflicts of 23c7af7 to nyc-mr1-dev-plus-aosp
by Tianjie Xu
· 9 years ago
cacb47b
resolve merge conflicts of 5823dd4 to nyc-dev-plus-aosp
by Tianjie Xu
· 9 years ago
35926c4
Add ability to show "installing security update"
by Tianjie Xu
· 9 years ago
ed5b648
Merge "Improve the layout-related comments." into nyc-dev am: 343eb72
by TreeHugger Robot
· 9 years ago
1dc396f
Merge "Improve the layout-related comments." into nyc-dev am: 343eb72
by Elliott Hughes
· 9 years ago
3b13de8
Merge "Update recovery UI." into nyc-dev am: 2f1eedd am: 75191f3
by Elliott Hughes
· 9 years ago
21092a9
Merge "Update recovery UI." into nyc-dev am: 2f1eedd
by Elliott Hughes
· 9 years ago
a369104
Improve the layout-related comments.
by Elliott Hughes
· 9 years ago
faf36e0
Update recovery UI.
by Elliott Hughes
· 9 years ago
17266d9
Go back to the old ear-wiggling Android animation. am: 692941be79
by Elliott Hughes
· 9 years ago
692941b
Go back to the old ear-wiggling Android animation.
by Elliott Hughes
· 9 years ago
0231e70
Merge "Fix google-runtime-int warnings." am: a1f4a1e am: bcad1d1
by Chih-hung Hsieh
· 9 years ago
54a2747
Fix google-runtime-int warnings.
by Chih-Hung Hsieh
· 9 years ago
498cda6
Update the system update animation.
by Elliott Hughes
· 9 years ago
7a49122
recovery: Remove SetColor, and other refactoring for WearUI
by Prashant Malani
· 9 years ago
0ba21cf
recovery: Remove duplicate variables and functions
by Prashant Malani
· 9 years ago
f7f9e50
Revert "recovery: More refactoring of WearUI"
by Prashant Malani
· 9 years ago
1c7b223
recovery: More refactoring of WearUI
by Prashant Malani
· 9 years ago
b723f4f
res: Embed FPS into icon_installing.png.
by Tao Bao
· 9 years ago
4b166f0
Track rename from base/ to android-base/.
by Elliott Hughes
· 9 years ago
9a7fd80
recovery: Remove redirect_stdio() when calling ShowFile().
by Tao Bao
· 9 years ago
b6918c7
Log update outputs in order
by Tao Bao
· 9 years ago
c049163
Add an alternate screen for viewing recovery logs.
by Elliott Hughes
· 10 years ago
0a5cb0c
Don't use typedefs that hide *s.
by Elliott Hughes
· 10 years ago
8fd86d7
Move the menu header out of the menu.
by Elliott Hughes
· 10 years ago
eab12de
Merge "Remove unnecessary globals."
by Elliott Hughes
· 10 years ago
985022a
Remove unnecessary globals.
by Elliott Hughes
· 10 years ago
300ed08
Treat KEY_ENTER the same as KEY_POWER in the pager.
by Elliott Hughes
· 10 years ago
95fc63e
Rewritten file pager.
by Elliott Hughes
· 10 years ago
642aaa7
Fix ScreenRecoveryUI to handle devices without power/up/down.
by Elliott Hughes
· 10 years ago
8de5207
Move file paging into ScreenRecoveryUI.
by Elliott Hughes
· 10 years ago
aa0d6af
Remove the fixed screen size assumptions.
by Elliott Hughes
· 10 years ago
01a4d08
Fix recovery image text rendering.
by Elliott Hughes
· 10 years ago
fc06f87
Make the recovery menus wrap.
by Elliott Hughes
· 10 years ago
5b5f6c2
restore holo UI in recovery
by Doug Zongker
· 10 years ago
Next »