summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-09Add command line capabilitiesEthan Yonker1-1/+2
Allows sending openrecoveryscript commands to TWRP via shell. This may be handy for visually impaired users, for various one click utilities to drive TWRP commands from a computer, for using TWRP when a catastrophic hardware failure like a shattered screen prevents you from being able to use touch, or even on devices like a TV stick where touch and USB mouse input is unavailable. This patch also includes a few minor changes to openrecoveryscript including proper support for rebooting via the script and for decrypting the device via the command line. Change-Id: I796ad168efdd2da9c25334ac93d1079daaa7b0bc
2014-07-28Allow ui.xml to include additional xml files to readEthan Yonker1-3/+5
Use common portrait and landscape xml files based on resolution defined by the device. Change-Id: Iec528f9d846d49857ff98de1ac201e25dbb60339
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-3/+7
Change-Id: I9dfa7de40229f00412d63fc9c1eb3a809a6eb2e6 Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2014-02-12Properly delete all GUIObjects and pages on theme reloadVojtech Bocek1-3/+4
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I8df41877f8f4439a434becfd47a9914b50649b34
2014-02-07Implement mouse cursorVojtech Bocek1-0/+5
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I66d6db7b3ed9cca50b469d125b36224332e06913
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+6
CM7 and CM9 do not have libselinux needed in the newer minzip.
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-64/+64
Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2012-12-18Fix defines on pages.hpp to not collide with pages.hDees_Troy1-4/+3
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+137
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