aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
Commit message (Expand)AuthorAgeFilesLines
* ui: Move locale and friends into ScreenRecoveryUI class.Tao Bao2017-09-111-6/+0
* ui: Refactor the declaration orders.Tao Bao2017-09-101-23/+49
* ui: Check for bootreason=recovery_ui.Tao Bao2017-08-031-0/+1
* ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-011-0/+24
* Add override specifier and member constness to RecoveryUI classes.Tao Bao2017-06-241-38/+30
* Formatting RecoveryUI related files.Tao Bao2017-06-241-148/+148
* recovery: Add screensaver mode.Tao Bao2017-01-301-0/+15
* minui: Move callback functions to std::function.Tao Bao2017-01-231-2/+0
* recovery: Fix the broken UI text.Tao Bao2017-01-041-7/+14
* Add a stub recovery UI.Sen Jiang2016-12-131-2/+2
* Add ability to show "installing security update"Tianjie Xu2016-04-291-0/+1
* Log update outputs in orderTao Bao2015-06-031-1/+3
* Remove unnecessary globals.Elliott Hughes2015-04-131-5/+6
* Auto-detect whether to use the long-press UI.Elliott Hughes2015-04-101-0/+4
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-13/+16
* Move "Mount /system" to the main menu.Elliott Hughes2015-04-101-2/+1
* Move file paging into ScreenRecoveryUI.Elliott Hughes2015-04-081-2/+4
* Enable printf format argument checking.Elliott Hughes2015-04-081-1/+1
* disable async reboot during package installationDoug Zongker2014-05-231-0/+8
* am d327c63a: am c87bab10: add the functions for multi-stage packages to updaterDoug Zongker2013-12-021-0/+2
|\
| * add the functions for multi-stage packages to updaterandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1Doug Zongker2013-11-261-0/+2
* | recovery: fix epoll events type to uint32_tTodd Poynor2013-09-171-1/+1
* | recovery: ui changes for ev_*() switch to epollTodd Poynor2013-09-121-1/+1
* | allow CheckKey to request mounting /systemDoug Zongker2013-09-041-1/+5
|/
* notify about pending long pressDoug Zongker2013-07-311-1/+20
* add NextCheckKeyIsLong() and EnqueueKey() methodsDoug Zongker2012-12-171-0/+7
* localization for recovery messagesDoug Zongker2012-09-181-0/+3
* add simple text to recovery UIDoug Zongker2012-08-221-1/+1
* allow recovery UI to ignore certain keypressesDoug Zongker2012-01-181-1/+1
* move key processing to RecoveryUIDoug Zongker2011-11-041-5/+26
* C++ class for device-specific codeDoug Zongker2011-10-311-0/+7
* refactor ui functions into a classDoug Zongker2011-10-311-50/+59
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+75