summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* partitionmanager: remove unused By_Block and By_Name methodsthat2014-11-041-15/+0
* mtp: cleanup, fixes and performance improvementsthat2014-10-081-5/+2
* Attempt to automatically identify data/media devicesEthan Yonker2014-09-201-0/+1
* Additional checks to prevent partitioning internal storageEthan Yonker2014-09-151-1/+3
* MTP: Use fork instead of pthreadEthan Yonker2014-09-051-1/+1
* add mtp responder to TWRP.bigbiff bigbiff2014-09-031-2/+9
* Track backup and restore progressEthan Yonker2014-07-091-7/+10
* Add options to repair or change file systemEthan Yonker2014-06-041-0/+9
* Fix crash while loading config due to incorrect tw_storage_pathVojtech Bocek2014-05-311-0/+1
* Support alternative .android_secure locationMatt Mower2014-04-161-1/+2
* Improve USB Storage handlingEthan Yonker2014-04-011-0/+1
* Improve handling of settings storage and android secureEthan Yonker2014-03-131-0/+1
* Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff2013-12-191-1/+2
* add support for fsflags= option in twrp.fstab fileHashcode2013-12-191-0/+3
* Update licenses to all matchDees Troy2013-10-221-21/+17
* implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode2013-08-301-0/+1
* Initial f2fs supportDees_Troy2013-08-291-0/+1
* Clean-up in partitions.hppVojtech Bocek2013-08-241-90/+88
* 2.6.0.0Dees_Troy2013-07-031-0/+1
* Support encrypted backup filesDees_Troy2013-06-221-0/+2
* Add partition list GUI elementDees_Troy2013-03-301-0/+16
* Add flag for retaining layout versionDees_Troy2013-01-151-0/+1
* Improve remounting sdcard with ecryptfsDees_Troy2013-01-091-0/+3
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-1/+2
* Add ignore blkid flag for TransformersDees_Troy2012-12-121-0/+1
* restore based on backup type, not destination typeGary Peck2012-11-221-2/+3
* Update and improve USB storage codeDees_Troy2012-10-151-0/+1
* Handle storage devices that are slow to mountDees_Troy2012-10-141-0/+1
* Unmount system after boot, backup, and restoreDees_Troy2012-10-121-0/+1
* redo fix permissions in c++ for faster changesbigbiff bigbiff2012-10-101-0/+1
* Update sdcard partitioning to C++Dees_Troy2012-09-271-1/+1
* Port backup name checking to Partition ManagerDees_Troy2012-09-271-0/+1
* Add option to wipe android secureDees_Troy2012-09-261-0/+1
* Fix permissions updatesDees_Troy2012-09-261-1/+0
* Fix problems with MTD devicesDees_Troy2012-09-261-1/+1
* Add backup size checkingDees_Troy2012-09-261-2/+4
* Add progress bar support to backup and restoreDees_Troy2012-09-211-2/+2
* Add android_secure supportDees_Troy2012-09-211-1/+6
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-0/+1
* Cleanup extra-functionsDees_Troy2012-09-181-0/+4
* Improve backup and restoreDees_Troy2012-09-181-0/+1
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-3/+6
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-4/+14
* More Partition Manager functionalityDees_Troy2012-09-101-0/+1
* Improve storage size code, mount, unmountDees_Troy2012-09-101-3/+9
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-34/+55
* TWRP-ify AOSP codeDees_Troy2012-09-051-32/+34
* Initial stub of partitions.hppDees_Troy2012-09-041-0/+141