summaryrefslogtreecommitdiffstats
path: root/gui/blanktimer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-3/+2
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* Add partition list GUI elementDees_Troy2013-03-301-1/+11
| | | | | | | | | | | | Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
* add no fb blankingbigbiff bigbiff2013-03-111-0/+4
| | | | Change-Id: Iaf771257d8f904807ca6f6c1a6c3d7993abadb85
* Add 2 second pre-dim and bugfix blank timerDees_Troy2013-03-011-23/+31
| | | | | | 2 second predim code courtesy of bigbiff Change-Id: I052ac422f78dc82c05f58c188587534b800b935a
* Load user saved setting for blank timer on recovery startupbigbiff bigbiff2013-02-281-1/+1
| | | | Fix persistence of military time
* Configurable timeout and brightness settingsDees_Troy2013-02-201-2/+8
| | | | Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-0/+128
Will also set overlay to lockscreen so we don't have inadvetent screen selections. Touching the screen will bring the display back up. add back check script for poweroff move diff time function to twrp-functions.cpp make sure we chmod after copy_file add read_file and write_file functions to twrp-functions.cpp make single thread try to force update screen add forceRender drop caches after tar processing Change-Id: I3c5c509dd39dbb05451bbfe5d8b56d53c90d8d1b