summaryrefslogtreecommitdiffstats
path: root/gui/console.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-307/+308
| | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
* Console Render Bug caused by touch drag eventgordon13372013-06-081-0/+1
| | | | | | With starting the console the touch drag event is active without even touching the display. This causes to render the console at any time it is displayed, which consumes alot of battery and heats up the device. What the patch does is resetting the touch drag state to ensure it is only re-rendering the console when it it really needed.
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-2/+1
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* Fix a problem with scrolling in the consoleDees_Troy2012-09-261-1/+1
|
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-0/+4
| | | | | | | Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking.
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+398
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere