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
/
screen_ui.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
Implement the graphic menus
Tianjie Xu
1
-46
/
+121
2018-08-01
ui: Read custom recovery UI values via system property.
Tao Bao
1
-4
/
+4
2018-05-30
recovery: c++ify pthread use in UI
Jerry Zhang
1
-3
/
+1
2018-05-22
ui: Use std::thread to create input/progress threads.
Tao Bao
1
-1
/
+5
2018-05-22
recovery: Add ability to set title lines
Jerry Zhang
1
-0
/
+3
2018-05-10
Device owns the RecoveryUI instance.
Tao Bao
1
-1
/
+1
2018-05-09
screen_ui: Fix an issue when displaying wrapped text.
Tao Bao
1
-2
/
+3
2018-05-08
screen_ui: Drop the parameter in CheckBackgroundTextImages.
Tao Bao
1
-3
/
+3
2018-05-08
recovery: Get UI and locale from device.
Jerry Zhang
1
-0
/
+1
2018-05-03
Move menu headers/items to std::vector<std::string>.
Tao Bao
1
-13
/
+14
2018-05-03
screen_ui: Merge Menu::Start() into its ctor.
Tao Bao
1
-5
/
+6
2018-05-03
screen_ui: Use std::string in DrawTextLine() and siblings.
Tao Bao
1
-4
/
+4
2018-05-02
screen_ui: Drop the dependency on common.h.
Tao Bao
1
-1
/
+1
2018-05-01
Add ScreenRecoveryUI::ShowMenu().
Tao Bao
1
-4
/
+15
2018-03-24
Factor out a menu class for screen ui
Tianjie Xu
1
-4
/
+69
2018-03-24
Factor out a menu class for screen ui
Tianjie Xu
1
-4
/
+69
2017-10-05
vr_ui: drawing changes
Luke Song
1
-0
/
+11
2017-09-27
Add a new option in recovery menu to test the background texts
Tianjie Xu
1
-0
/
+8
2017-09-11
ui: Move locale and friends into ScreenRecoveryUI class.
Tao Bao
1
-0
/
+7
2017-09-10
ui: Refactor the declaration orders.
Tao Bao
1
-51
/
+52
2017-09-09
ui: Remove text_top_.
Tao Bao
1
-1
/
+1
2017-09-09
ui: Manage menu_ with std::vector.
Tao Bao
1
-1
/
+2
2017-09-08
ui: Manage menu_ with std::vector.
Tao Bao
1
-1
/
+2
2017-08-16
screen_ui: Word-wrap menu headers.
Tao Bao
1
-0
/
+3
2017-08-16
screen_ui: Word-wrap menu headers.
Tao Bao
1
-0
/
+3
2017-08-13
Allow customizing WearRecoveryUI via Makefile variables.
Tao Bao
1
-3
/
+3
2017-08-10
Allow customizing WearRecoveryUI via Makefile variables.
Tao Bao
1
-3
/
+3
2017-07-07
Restructure vr_ui
Luke Song
1
-1
/
+0
2017-07-06
Introduce VR recovery ui
Luke Song
1
-2
/
+4
2017-07-02
Update ScreenRecoveryUI::Draw* function signatures.
Tao Bao
1
-3
/
+7
2017-06-24
Add override specifier and member constness to RecoveryUI classes.
Tao Bao
1
-16
/
+17
2017-06-24
Formatting RecoveryUI related files.
Tao Bao
1
-105
/
+111
2017-06-24
Restructure vr_ui
Luke Song
1
-1
/
+0
2017-06-23
Restructure vr_ui
Luke Song
1
-1
/
+0
2017-06-23
Use Makefile variables to specify margin settings.
Tao Bao
1
-5
/
+5
2017-06-23
screen_ui: Allow setting screen margin space.
Tao Bao
1
-2
/
+9
2017-06-23
Use Makefile variables to specify margin settings.
Tao Bao
1
-5
/
+5
2017-06-22
Use Makefile variables to specify margin settings.
Tao Bao
1
-5
/
+5
2017-06-21
screen_ui: Allow setting screen margin space.
Tao Bao
1
-2
/
+9
2017-06-20
screen_ui: Allow setting screen margin space.
Tao Bao
1
-2
/
+9
2017-06-17
Introduce VR recovery ui
Luke Song
1
-2
/
+4
2017-06-15
Introduce VR recovery ui
Luke Song
1
-2
/
+4
2017-03-23
Const modifiers
Mikhail Lappo
1
-3
/
+3
2017-01-17
minui: Export minui/minui.h.
Tao Bao
1
-1
/
+3
2017-01-04
recovery: Fix the broken UI text.
Tao Bao
1
-5
/
+3
2016-12-13
Add a stub recovery UI.
Sen Jiang
1
-2
/
+2
2016-09-07
Remove duplicate methods and variables from WearRecoveryUI
Damien Bargiacchi
1
-21
/
+24
2016-07-09
Support landscape layouts.
Elliott Hughes
1
-2
/
+2
2016-04-29
Add ability to show "installing security update"
Tianjie Xu
1
-0
/
+1
2016-04-27
Update recovery UI.
Elliott Hughes
1
-3
/
+11
2016-04-15
Update the system update animation.
Elliott Hughes
1
-18
/
+32
2016-03-12
recovery: Remove SetColor, and other refactoring for WearUI
Prashant Malani
1
-2
/
+4
2016-03-11
recovery: Remove duplicate variables and functions
Prashant Malani
1
-3
/
+4
2016-03-10
Revert "recovery: More refactoring of WearUI"
Prashant Malani
1
-2
/
+1
2016-03-09
recovery: More refactoring of WearUI
Prashant Malani
1
-1
/
+2
2015-12-16
res: Embed FPS into icon_installing.png.
Tao Bao
1
-1
/
+3
2015-06-03
Log update outputs in order
Tao Bao
1
-0
/
+2
2015-05-07
Add an alternate screen for viewing recovery logs.
Elliott Hughes
1
-5
/
+10
2015-05-07
Add an alternate screen for viewing recovery logs.
Elliott Hughes
1
-5
/
+10
2015-04-15
Don't use typedefs that hide *s.
Elliott Hughes
1
-10
/
+10
2015-04-14
Move the menu header out of the menu.
Elliott Hughes
1
-2
/
+7
2015-04-13
Remove unnecessary globals.
Elliott Hughes
1
-3
/
+4
2015-04-11
Rewritten file pager.
Elliott Hughes
1
-1
/
+6
2015-04-10
Fix ScreenRecoveryUI to handle devices without power/up/down.
Elliott Hughes
1
-2
/
+4
2015-04-09
Move file paging into ScreenRecoveryUI.
Elliott Hughes
1
-3
/
+5
2015-04-09
Enable printf format argument checking.
Elliott Hughes
1
-2
/
+2
2015-04-09
Remove the fixed screen size assumptions.
Elliott Hughes
1
-9
/
+4
2014-06-06
restore holo UI in recovery
Doug Zongker
1
-3
/
+0
2014-06-03
restore holo UI in recovery -- DO NOT MERGE
Doug Zongker
1
-3
/
+0
2014-04-04
make density-specific recovery assets
Doug Zongker
1
-0
/
+3
2014-03-17
refactor image resource loading code in minui
Doug Zongker
1
-0
/
+1
2014-03-11
change how recovery animation is implemented
Doug Zongker
1
-4
/
+4
2014-03-07
change how recovery animation is implemented
Doug Zongker
1
-5
/
+4
2013-11-27
add the functions for multi-stage packages to updater
Doug Zongker
1
-3
/
+9
2013-10-03
Allow child classes to override the overlay location for the
Michael Runge
1
-1
/
+3
2013-07-31
notify about pending long press
Doug Zongker
1
-0
/
+5
2013-03-07
more font improvements and cleanup
Doug Zongker
1
-2
/
+1
2012-09-19
localization for recovery messages
Doug Zongker
1
-0
/
+2
2012-09-18
localization for recovery messages
Doug Zongker
1
-0
/
+2
2012-08-23
add simple text to recovery UI
Doug Zongker
1
-2
/
+4
2011-11-04
move key processing to RecoveryUI
Doug Zongker
1
-23
/
+6
2011-11-01
move key processing to RecoveryUI
Doug Zongker
1
-23
/
+6
2011-10-31
C++ class for device-specific code
Doug Zongker
1
-1
/
+7
2011-10-31
refactor ui functions into a class
Doug Zongker
1
-0
/
+121
2011-10-31
C++ class for device-specific code
Doug Zongker
1
-1
/
+7
2011-10-29
refactor ui functions into a class
Doug Zongker
1
-0
/
+121