Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Add option to print render time of each frame to log file" into android-4.4 | Dees Troy | 2014-02-07 | 1 | -0/+27 |
|\ | |||||
| * | Add option to print render time of each frame to log file | Vojtech Bocek | 2014-02-06 | 1 | -0/+27 |
| | | | | | | | | | | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: Id158a6375fbadf4cdf0a8c7d143759e602419e7f | ||||
* | | Implement mouse cursor | Vojtech Bocek | 2014-02-07 | 1 | -1/+62 |
|/ | | | | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I66d6db7b3ed9cca50b469d125b36224332e06913 | ||||
* | Update licenses to all match | Dees Troy | 2013-10-22 | 1 | -14/+16 |
| | |||||
* | Kang in older minzip for building in CM9 & CM7 | Dees Troy | 2013-09-10 | 1 | -0/+4 |
| | | | | CM7 and CM9 do not have libselinux needed in the newer minzip. | ||||
* | Add a TW_NO_TIMEOUT option | Ricardo Gomez | 2013-08-25 | 1 | -0/+30 |
| | | | | Change-Id: Ifb3a5bd9f1e6c2e9810c90b0aec198e91d5956fc | ||||
* | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 2013-08-24 | 1 | -433/+407 |
| | | | | Signed-off-by: Vojtech Bocek <vbocek@gmail.com> | ||||
* | Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" | Dees_Troy | 2013-08-24 | 1 | -3/+1 |
| | | | | | This reverts commit 70e1129612765b14e5aace0155d4683c91cde951. No longer needed after http://review.teamw.in/#/c/655/ | ||||
* | Fix touch not working due to gr_fb_width returning 0 in some cases | Dees_Troy | 2013-08-11 | 1 | -1/+3 |
| | | | | Change-Id: Id5ce607a181110118ebc647fc07d387a7a3dc660 | ||||
* | Improve handling of XML errors for fix permissions | Dees_Troy | 2013-04-05 | 1 | -1/+2 |
| | |||||
* | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 1 | -25/+23 |
| | | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 | ||||
* | Load user saved setting for blank timer on recovery startup | bigbiff bigbiff | 2013-02-28 | 1 | -0/+3 |
| | | | | Fix persistence of military time | ||||
* | Check for root and root perms and offer to install/fix | Dees_Troy | 2013-02-21 | 1 | -0/+4 |
| | | | | | | Also fix sort order for file selector by date and file sizes Change-Id: Idff9fe4232c19d4ed1082e78fabe6f921aa0a114 | ||||
* | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 2013-02-13 | 1 | -466/+546 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Use GUI for ORS instead of console only | Dees_Troy | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | Improve ORS sideload to display GUI with cancel button | Dees_Troy | 2013-01-18 | 1 | -3/+77 |
| | |||||
* | Change curtain to file and remove curtain raise | Dees_Troy | 2012-09-24 | 1 | -36/+6 |
| | |||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -17/+10 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+629 |
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 |