aboutsummaryrefslogtreecommitdiffstats
path: root/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* ui: Move locale and friends into ScreenRecoveryUI class.Tao Bao2017-09-111-27/+2
* ui: Check for bootreason=recovery_ui.Tao Bao2017-08-031-0/+20
* ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-011-4/+135
* Formatting RecoveryUI related files.Tao Bao2017-06-241-165/+165
* Adding support for quiescent reboot to recoveryDmitri Plotnikov2017-04-191-1/+1
* Removed C-style castsMikhail Lappo2017-03-231-1/+1
* Add the missing #include of <functional>.Tao Bao2017-03-171-0/+1
* Fix a log issue in ui.cpp.Tao Bao2017-01-311-1/+1
* recovery: Add screensaver mode.Tao Bao2017-01-301-24/+105
* minui: Move callback functions to std::function.Tao Bao2017-01-231-6/+2
* recovery: Fix the broken UI text.Tao Bao2017-01-041-20/+47
* Add a stub recovery UI.Sen Jiang2016-12-131-1/+2
* Switch to <android-base/properties.h>.Elliott Hughes2016-09-261-2/+2
* Clean up the sleep()'s after poking init servicesTao Bao2015-05-271-1/+1
* recovery: change the way of rebooting when using power key comboGaelle Nassiet2015-05-271-1/+3
* Check all lseek calls succeed.Elliott Hughes2015-04-291-1/+1
* Remove unnecessary globals.Elliott Hughes2015-04-131-45/+40
* Auto-detect whether to use the long-press UI.Elliott Hughes2015-04-101-1/+5
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-24/+55
* Move "Mount /system" to the main menu.Elliott Hughes2015-04-101-40/+16
* am 54a61179: am cfd4b286: Merge "recovery: initialize keys press tracking sta...Doug Zongker2014-06-061-0/+1
|\
| * recovery: initialize keys press tracking statusMihai Serban2014-06-061-0/+1
| * allow CheckKey to request mounting /systemDoug Zongker2014-03-111-2/+46
* | disable async reboot during package installationDoug Zongker2014-05-231-4/+21
* | remove DefaultDevice's UI subclassDoug Zongker2014-04-011-1/+1
* | recovery: fix epoll events type to uint32_tTodd Poynor2013-09-171-1/+1
* | recovery: ui changes for ev_*() switch to epollTodd Poynor2013-09-121-2/+2
* | allow CheckKey to request mounting /systemDoug Zongker2013-09-041-2/+46
|/
* notify about pending long pressDoug Zongker2013-07-311-8/+33
* add NextCheckKeyIsLong() and EnqueueKey() methodsDoug Zongker2012-12-171-9/+28
* allow recovery UI to ignore certain keypressesDoug Zongker2012-01-181-0/+3
* move key processing to RecoveryUIDoug Zongker2011-11-041-0/+222
* refactor ui functions into a classDoug Zongker2011-10-311-666/+0
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+666