summaryrefslogtreecommitdiffstats
path: root/variables.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-122.6.3.0Dees Troy1-1/+1
2013-08-30Update SuperSU for 4.3 SELinux, 2.6.1.0Dees_Troy1-1/+1
Change-Id: Ib7f882db8a8c61d1156c03468208205124132b6c
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez1-1/+1
Change-Id: Ifb3a5bd9f1e6c2e9810c90b0aec198e91d5956fc
2013-07-032.6.0.0Dees_Troy1-1/+1
Also copy recovery.fstab to cache and create a storage.fstab in cache for app/apk use.
2013-06-22Support encrypted backup filesDees_Troy1-0/+1
Also includes features merged from: Update twrpTar by kokotas Revised function entryExists(). Added function to get archive's uncompressed size. Added option to exclude item(s) from the archive. Revised forks() http://review.teamw.in/#/c/590/ Change-Id: I01fa2c81643161984eff2625247af75990684bd9
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-0/+1
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-03-30Add partition list GUI elementDees_Troy1-1/+1
Add partition list GUI element and update backup, restore, mount, storage selection, and wipe sections of GUI and partition manager code to reflect the new GUI element. Update ORS engine to handle new backup and restore setup. Fix a bug with decrypt. Add 1080x1920 layout. Change-Id: Iaa2f44cb707167e66f935452f076ba00e68a2aa4
2013-03-122.4.4.0Dees_Troy1-1/+1
2013-03-01Change version to 2.4.3.0Dees_Troy1-1/+1
2013-02-25Change version to 2.4.2.0Dees_Troy1-2/+2
2013-02-21Remove ignore image size settingDees_Troy1-182/+181
Move military time setting up and remove the now unused ignore image size setting from XML layouts.
2013-02-21add military time optionbigbiff bigbiff1-0/+1
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff1-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
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