summaryrefslogtreecommitdiffstats
path: root/variables.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.3.0Dees Troy2013-09-121-1/+1
|
* Update SuperSU for 4.3 SELinux, 2.6.1.0Dees_Troy2013-08-301-1/+1
| | | | Change-Id: Ib7f882db8a8c61d1156c03468208205124132b6c
* Add a TW_NO_TIMEOUT optionRicardo Gomez2013-08-251-1/+1
| | | | Change-Id: Ifb3a5bd9f1e6c2e9810c90b0aec198e91d5956fc
* 2.6.0.0Dees_Troy2013-07-031-1/+1
| | | | | Also copy recovery.fstab to cache and create a storage.fstab in cache for app/apk use.
* Support encrypted backup filesDees_Troy2013-06-221-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
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-0/+1
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* Add partition list GUI elementDees_Troy2013-03-301-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
* 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