Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.4.4.0 | Dees_Troy | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Change version to 2.4.3.0 | Dees_Troy | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | Change version to 2.4.2.0 | Dees_Troy | 2013-02-25 | 1 | -2/+2 |
| | |||||
* | Remove ignore image size setting | Dees_Troy | 2013-02-21 | 1 | -182/+181 |
| | | | | | Move military time setting up and remove the now unused ignore image size setting from XML layouts. | ||||
* | add military time option | bigbiff bigbiff | 2013-02-21 | 1 | -0/+1 |
| | |||||
* | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 2013-02-13 | 1 | -178/+182 |
| | | | | | | | | | | | | | | | 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 | ||||
* | 2.4.1.0 | Dees_Troy | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Change version to 2.4.0.0 | Dees_Troy | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 2013-01-24 | 1 | -0/+4 |
| | | | | Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9 | ||||
* | Disable USB Mass Storage if the USB lun file does not exist. | Dees_Troy | 2013-01-24 | 1 | -0/+4 |
| | | | | Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880 | ||||
* | change tar create to pthread | bigbiff bigbiff | 2013-01-24 | 1 | -2/+2 |
| | | | | Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52 | ||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -4/+4 |
| | | | | | | | Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function | ||||
* | Update version to 2.3.3.0 | Dees_Troy | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Fix renaming of backups with spaces, 2.3.2.3 | Dees_Troy | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Fix fix permissions | Dees_Troy | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 1 | -1/+1 |
| | | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d | ||||
* | add exfat to partitions.cpp | bigbiff bigbiff | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Fix weird keyboard problem | Dees_Troy | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.3.1.0 | Dees_Troy | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Handle single lun file for USB storage | Dees_Troy | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.3.0.3 | Dees_Troy | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Bump version number | Dees_Troy | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Finalize 2.3.0.0 | Dees_Troy | 2012-10-10 | 1 | -1/+1 |
| | | | | | | Fix permission setting for other Add new fix permissions to GUI actions Update version number | ||||
* | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Update version and readme | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -0/+5 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+165 |
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 |