Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
ee57f3f0aa92b55c36d11f82820cd1b4f98ac0df
/
recovery_ui
/
wear_ui.cpp
b5108c3
Move librecovery_ui to a sub-directory
by Tianjie Xu
· 6 years ago
[Renamed (98%) from wear_ui.cpp]
da409fb
ui: Manage loaded resources with smart pointers.
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
633c01b
Updates Wear UI to Display Localized Recovery Text.
by Karl Shaffer
· 6 years ago
b31f9ce
recovery: c++ify pthread use in UI
by Jerry Zhang
· 6 years ago
152e0eb
wear_ui: Address a TODO regarding {intro,loop}_frames.
by Tao Bao
· 6 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
5fe5eb6
Factor out a menu class for screen ui
by Tianjie Xu
· 7 years ago
99f0d9e
Drop -Wno-unused-parameter.
by Tao Bao
· 8 years ago
cb5524c
ui: Remove text_top_.
by Tao Bao
· 7 years ago
fa4f014
Merge "wear_ui: Remove Print()/ShowFile()/PutChar()."
by Tao Bao
· 7 years ago
f05e2bc
wear_ui: Remove Print()/ShowFile()/PutChar().
by Tao Bao
· 7 years ago
e15d7a5
ui: Manage menu_ with std::vector.
by Tao Bao
· 7 years ago
ee8a96a
wear_ui: Remove PrintOnScreenOnly() and PrintV().
by Tao Bao
· 7 years ago
7912710
wear_ui: Remove backgroundIcon.
by Tao Bao
· 7 years ago
c89d1e7
Turn on -Wall for recovery modules
by Tianjie Xu
· 7 years ago
e9605b8
Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_."
by Tao Bao
· 7 years ago
1e27d14
wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_.
by Tao Bao
· 7 years ago
cff8269
wear_ui: Remove dead 'self' and 'progress_t'.
by Tao Bao
· 7 years ago
eea3af3
wear_ui: Expose menu_unusable_rows via Makefile var.
by Tao Bao
· 7 years ago
0470cee
Allow customizing WearRecoveryUI via Makefile variables.
by Tao Bao
· 7 years ago
ea78d86
Update ScreenRecoveryUI::Draw* function signatures.
by Tao Bao
· 7 years ago
0bc54dd
wear_ui: Remove dead/duplicate codes.
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
0ecbd76
minui: Export minui/minui.h.
by Tao Bao
· 8 years ago
736d59c
recovery: Fix the broken UI text.
by Tao Bao
· 8 years ago
825b6b0
Remove outdated reference to icon_installing.png
by Tim Kryger
· 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
bd76bb0
resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp
by Elliott Hughes
· 8 years ago
ad8b5a6
Remove duplicate thread loop
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
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
2a697fe
resolve merge conflicts of 6aa6ddb to nyc-dev am: 771b6eb8d9
by Alain Vongsouvanh
· 8 years ago
771b6eb
resolve merge conflicts of 6aa6ddb to nyc-dev
by Alain Vongsouvanh
· 8 years ago
5b00110
recovery: Make wear recovery more customizable.
by Alain Vongsouvanh
· 8 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
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
7d9fd96
recovery: Begin refactor of WearUI to use ScreenRecoveryUI
by Prashant Malani
· 9 years ago
0eb41c3
Fixes to wear recovery for N
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
8e9c680
recovery: Fix the bug that truncates menu entries.
by Tao Bao
· 9 years ago
337db14
recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.
by Tao Bao
· 9 years ago