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