aboutsummaryrefslogtreecommitdiffstats
path: root/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* ui: Add option to change touchscreen orientationHEADreplicant-6.0Wolfgang Wiedmeyer2017-07-111-0/+19
* Rename process_key to ProcessKey115ek2017-02-131-4/+4
* ui: Also detect KEY_HOMEMichael Bestas2016-03-281-1/+1
* recovery: Only set relevant sysbar state flagsTom Marshall2016-03-141-2/+2
* recovery: Implement sysbarTom Marshall2016-03-071-1/+28
* sr: Touch UITom Marshall2015-11-251-35/+391
* recovery: Initial dialog implementationTom Marshall2015-11-251-0/+85
* recovery: Provide sideload cancellationTom Marshall2015-11-251-0/+9
* recovery: Awakening of MiniVoldTom Marshall2015-11-251-2/+21
* recovery: change the way of rebooting when using power key comboGaelle Nassiet2015-11-071-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