summaryrefslogtreecommitdiffstats
path: root/variables.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-012.4.1.0Dees_Troy1-1/+1
2013-01-28Change version to 2.4.0.0Dees_Troy1-1/+1
2013-01-24Convert AOSP commands to ORS for encrypted devicesDees_Troy1-0/+4
Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9
2013-01-24Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy1-0/+4
Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880
2013-01-24change tar create to pthreadbigbiff bigbiff1-2/+2
Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-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
2012-12-18Update version to 2.3.3.0Dees_Troy1-1/+1
2012-11-19Fix renaming of backups with spaces, 2.3.2.3Dees_Troy1-1/+1
2012-11-16Fix fix permissionsDees_Troy1-1/+1
2012-11-15Fixes for multi-user in 4.2Dees_Troy1-1/+1
Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
2012-11-14add exfat to partitions.cppbigbiff bigbiff1-1/+1
2012-10-15Fix weird keyboard problemDees_Troy1-1/+1
2012-10-15Bump version to 2.3.1.0Dees_Troy1-1/+1
2012-10-14Handle single lun file for USB storageDees_Troy1-1/+1
2012-10-13Bump version to 2.3.0.3Dees_Troy1-1/+1
2012-10-12Bump version numberDees_Troy1-1/+1
2012-10-10Finalize 2.3.0.0Dees_Troy1-1/+1
Fix permission setting for other Add new fix permissions to GUI actions Update version number
2012-09-28Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy1-1/+1
2012-09-26Update version and readmeDees_Troy1-1/+1
2012-09-26Unify portrait layouts againDees_Troy1-0/+5
2012-09-05TWRP-ify AOSP codeDees_Troy1-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