summaryrefslogtreecommitdiffstats
path: root/variables.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2.4.4.0Dees_Troy2013-03-121-1/+1
|
* Change version to 2.4.3.0Dees_Troy2013-03-011-1/+1
|
* Change version to 2.4.2.0Dees_Troy2013-02-251-2/+2
|
* Remove ignore image size settingDees_Troy2013-02-211-182/+181
| | | | | Move military time setting up and remove the now unused ignore image size setting from XML layouts.
* add military time optionbigbiff bigbiff2013-02-211-0/+1
|
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-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.0Dees_Troy2013-02-011-1/+1
|
* 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