summaryrefslogtreecommitdiffstats
path: root/variables.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-22Remove dead code: TW_HAS_DUAL_STORAGEMatt Mower1-1/+0
Nothing sets TW_HAS_DUAL_STORAGE. Remove this dead code. Change-Id: Id5d10c9ee3883dad6beef69e09d16b0f1350c91d
2015-10-15Update CUSTOM_LUN_FILE from AOSP USB configCaptain Throwback1-1/+1
AOSP has used a standard USB config for the last 3 years. Time to update TWRP for devices that still use UMS. Reference: https://android.googlesource.com/platform/system/core/+/master/rootdir/init.usb.rc Change-Id: I59690f955a7d6db9ae9d607d46299652b52fe8b8
2015-06-202.8.7.0Ethan Yonker1-1/+1
Change-Id: I712e2d51e412ab5c6167f7c7b29ebf987cd6963c
2015-03-252.8.6.0Ethan Yonker1-1/+1
Change-Id: Ibab69893bee968cfac8e25a4f166acf7cc8b4fc9
2015-03-13Add UI for entering pattern for device decryptionVojtech Bocek1-0/+1
Change-Id: Ia2d3268a96423e9ca3846500c57e674c4f8fa60b Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2015-02-122.8.5.0Ethan Yonker1-1/+1
Change-Id: I88711ed77244e2275b268f9d3464c5d848aceef3
2015-01-132.8.4.0Ethan Yonker1-1/+1
Change-Id: Iee99e021e8ec721ab1c12fcbcf5e7059b871ea0a
2014-12-222.8.3.0Ethan Yonker1-1/+1
Change-Id: If2084a8c8815b079db6b6a6b45ea180ba1282092
2014-11-062.8.2.0Ethan Yonker1-1/+1
Change-Id: I8d689db9c8bf5ff6c5175ee9185e89ab72a1a2fd
2014-10-222.8.1.0Ethan Yonker1-1/+1
Change-Id: Idd08b4a2d388fa4d456f53a6794e7e606e9025e7
2014-09-03add mtp responder to TWRP.bigbiff bigbiff1-1/+1
Big thanks to Dees_Troy for helping with the implementation. Change-Id: I6c9c522b9c9de5dc139e2ecb0141008182ba07f0
2014-06-042.7.1.0Dees Troy1-1/+1
Change-Id: I5584df4e6db8b611d1975edeba39415ee2387529
2014-03-062.7.0.0Dees Troy1-1/+1
Change-Id: I8e0a91ee9fe97c833a4f06ffb83b1b2e3c31f06f
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