index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wear_ui.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the graphic menus
Tianjie Xu
2018-10-13
1
-3
/
+4
*
ui: Read custom recovery UI values via system property.
Tao Bao
2018-08-01
1
-5
/
+10
*
Updates Wear UI to Display Localized Recovery Text.
Karl Shaffer
2018-07-20
1
-0
/
+7
*
recovery: c++ify pthread use in UI
Jerry Zhang
2018-05-30
1
-3
/
+1
*
wear_ui: Address a TODO regarding {intro,loop}_frames.
Tao Bao
2018-05-14
1
-5
/
+0
*
Move menu headers/items to std::vector<std::string>.
Tao Bao
2018-05-03
1
-3
/
+3
*
screen_ui: Merge Menu::Start() into its ctor.
Tao Bao
2018-05-03
1
-2
/
+1
*
screen_ui: Use std::string in DrawTextLine() and siblings.
Tao Bao
2018-05-03
1
-8
/
+8
*
Factor out a menu class for screen ui
Tianjie Xu
2018-03-24
1
-107
/
+9
*
Drop -Wno-unused-parameter.
Tao Bao
2017-10-12
1
-2
/
+1
*
ui: Remove text_top_.
Tao Bao
2017-09-09
1
-1
/
+1
*
Merge "wear_ui: Remove Print()/ShowFile()/PutChar()."
Tao Bao
2017-09-08
1
-113
/
+1
|
\
|
*
wear_ui: Remove Print()/ShowFile()/PutChar().
Tao Bao
2017-09-08
1
-113
/
+1
*
|
ui: Manage menu_ with std::vector.
Tao Bao
2017-09-08
1
-7
/
+6
|
/
*
wear_ui: Remove PrintOnScreenOnly() and PrintV().
Tao Bao
2017-09-01
1
-33
/
+1
*
wear_ui: Remove backgroundIcon.
Tao Bao
2017-08-31
1
-34
/
+6
*
Turn on -Wall for recovery modules
Tianjie Xu
2017-08-29
1
-8
/
+0
*
Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_."
Tao Bao
2017-08-28
1
-15
/
+1
|
\
|
*
wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_.
Tao Bao
2017-08-26
1
-15
/
+1
*
|
wear_ui: Remove dead 'self' and 'progress_t'.
Tao Bao
2017-08-26
1
-7
/
+1
|
/
*
wear_ui: Expose menu_unusable_rows via Makefile var.
Tao Bao
2017-08-11
1
-3
/
+4
*
Allow customizing WearRecoveryUI via Makefile variables.
Tao Bao
2017-08-10
1
-8
/
+13
*
Update ScreenRecoveryUI::Draw* function signatures.
Tao Bao
2017-07-02
1
-5
/
+5
*
wear_ui: Remove dead/duplicate codes.
Tao Bao
2017-06-29
1
-11
/
+0
*
Add override specifier and member constness to RecoveryUI classes.
Tao Bao
2017-06-24
1
-1
/
+1
*
Formatting RecoveryUI related files.
Tao Bao
2017-06-24
1
-256
/
+247
*
minui: Export minui/minui.h.
Tao Bao
2017-01-17
1
-3
/
+5
*
recovery: Fix the broken UI text.
Tao Bao
2017-01-04
1
-36
/
+35
*
Remove outdated reference to icon_installing.png
Tim Kryger
2017-01-04
1
-2
/
+4
*
Add a stub recovery UI.
Sen Jiang
2016-12-13
1
-4
/
+10
*
resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aosp
Elliott Hughes
2016-09-26
1
-3
/
+3
|
\
|
*
Switch to <android-base/properties.h>.
Elliott Hughes
2016-09-26
1
-3
/
+3
*
|
resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp
Elliott Hughes
2016-09-09
1
-52
/
+4
|
\
\
|
*
|
Remove duplicate thread loop
Damien Bargiacchi
2016-09-09
1
-52
/
+4
*
|
|
Remove duplicate methods and variables from WearRecoveryUI
Damien Bargiacchi
2016-09-08
1
-236
/
+77
|
\
|
|
|
*
|
Remove duplicate methods and variables from WearRecoveryUI
Damien Bargiacchi
2016-09-07
1
-236
/
+77
*
|
|
Support use of custom fonts in miniui
Damien Bargiacchi
2016-08-24
1
-6
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
Support use of custom fonts in miniui
Damien Bargiacchi
2016-08-19
1
-6
/
+6
*
|
resolve merge conflicts of 6aa6ddb to nyc-dev
Alain Vongsouvanh
2016-06-08
1
-1
/
+1
|
\
|
|
*
resolve merge conflicts of 6aa6ddb to nyc-dev
Alain Vongsouvanh
2016-06-08
1
-1
/
+1
|
|
\
|
|
*
recovery: Make wear recovery more customizable.
Alain Vongsouvanh
2016-06-07
1
-1
/
+1
*
|
|
Merge "Fix google-runtime-int warnings." am: a1f4a1e
Chih-hung Hsieh
2016-04-19
1
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix google-runtime-int warnings.
Chih-Hung Hsieh
2016-04-18
1
-5
/
+5
*
|
|
recovery: Remove SetColor, and other refactoring for WearUI
Prashant Malani
2016-03-12
1
-47
/
+9
*
|
|
recovery: Remove duplicate variables and functions
Prashant Malani
2016-03-11
1
-9
/
+0
*
|
|
Revert "recovery: More refactoring of WearUI"
Prashant Malani
2016-03-10
1
-0
/
+69
*
|
|
recovery: More refactoring of WearUI
Prashant Malani
2016-03-09
1
-69
/
+0
*
|
|
recovery: Begin refactor of WearUI to use ScreenRecoveryUI
Prashant Malani
2016-03-08
1
-27
/
+0
*
|
|
Fixes to wear recovery for N
Prashant Malani
2016-02-27
1
-0
/
+33
|
/
/
*
|
res: Embed FPS into icon_installing.png.
Tao Bao
2015-12-16
1
-1
/
+1
*
|
Track rename from base/ to android-base/.
Elliott Hughes
2015-12-05
1
-1
/
+1
|
/
*
recovery: Fix the bug that truncates menu entries.
Tao Bao
2015-09-02
1
-1
/
+6
*
recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.
Tao Bao
2015-08-25
1
-0
/
+650