summaryrefslogtreecommitdiffstats
path: root/variables.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change version to 2.4.0.0Dees_Troy2013-01-281-1/+1
|
* Convert AOSP commands to ORS for encrypted devicesDees_Troy2013-01-241-0/+4
| | | | Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9
* Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy2013-01-241-0/+4
| | | | Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880
* change tar create to pthreadbigbiff bigbiff2013-01-241-2/+2
| | | | Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-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.0Dees_Troy2012-12-181-1/+1
|
* Fix renaming of backups with spaces, 2.3.2.3Dees_Troy2012-11-191-1/+1
|
* Fix fix permissionsDees_Troy2012-11-161-1/+1
|
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-1/+1
| | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d
* add exfat to partitions.cppbigbiff bigbiff2012-11-141-1/+1
|
* Fix weird keyboard problemDees_Troy2012-10-151-1/+1
|
* Bump version to 2.3.1.0Dees_Troy2012-10-151-1/+1
|
* Handle single lun file for USB storageDees_Troy2012-10-141-1/+1
|
* Bump version to 2.3.0.3Dees_Troy2012-10-131-1/+1
|
* Bump version numberDees_Troy2012-10-121-1/+1
|
* Finalize 2.3.0.0Dees_Troy2012-10-101-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 dataDees_Troy2012-09-281-1/+1
|
* Update version and readmeDees_Troy2012-09-261-1/+1
|
* Unify portrait layouts againDees_Troy2012-09-261-0/+5
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-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