summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy2013-01-241-4/+0
* Move backup folder creation to after free space calcDees_Troy2013-01-181-8/+8
* ORS engine fixesDees_Troy2013-01-171-28/+29
* Add flag for retaining layout versionDees_Troy2013-01-151-0/+2
* Check to ensure that external is encryptedDees_Troy2013-01-141-0/+7
* More Samsung sdcard crypto fixesDees_Troy2013-01-101-1/+1
* Fix ifdefs for Samsung encryptionDees_Troy2013-01-101-0/+4
* Improve remounting sdcard with ecryptfsDees_Troy2013-01-091-5/+12
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-31/+42
* Add Samsung TouchWiz decryptiona39552692013-01-081-1/+52
* Improve handling of undecrypted encrypted /dataGary Peck2012-12-211-0/+3
* Add ignore blkid flag for TransformersDees_Troy2012-12-121-0/+2
* print partition details independent of whether its mountableGary Peck2012-11-221-61/+61
* Fixes for multi-user in 4.2Dees_Troy2012-11-151-0/+9
* Unmount main partitions after fixing permissionsDees_Troy2012-10-201-0/+1
* Update and improve USB storage codeDees_Troy2012-10-151-82/+39
* Handle single lun file for USB storageDees_Troy2012-10-141-34/+60
* Fix problem with sizes of images after reset defaultDees_Troy2012-10-131-0/+37
* Unmount main partitions after USB storage disableDees_Troy2012-10-121-0/+1
* Unmount system after boot, backup, and restoreDees_Troy2012-10-121-0/+19
* redo fix permissions in c++ for faster changesbigbiff bigbiff2012-10-101-1/+18
* Update sdcard partitioning to C++Dees_Troy2012-09-271-0/+144
* Port backup name checking to Partition ManagerDees_Troy2012-09-271-1/+53
* Handle mountable boot partitionsDees_Troy2012-09-271-1/+9
* Add option to wipe android secureDees_Troy2012-09-261-0/+20
* Fix permissions updatesDees_Troy2012-09-261-13/+0
* Fix problems with MTD devicesDees_Troy2012-09-261-2/+5
* Unify portrait layouts againDees_Troy2012-09-261-0/+3
* Fix skip MD5 setting during backupDees_Troy2012-09-241-4/+6
* Add progress bar support to backup and restoreDees_Troy2012-09-211-25/+89
* Fix special partition handlingDees_Troy2012-09-211-17/+38
* Add android_secure supportDees_Troy2012-09-211-20/+35
* Various fixesDees_Troy2012-09-201-3/+1
* Fix fstab and unmount problemsDees_Troy2012-09-201-1/+5
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-0/+9
* Cleanup extra-functionsDees_Troy2012-09-181-20/+287
* Improve backup and restoreDees_Troy2012-09-181-177/+160
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-22/+449
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-30/+126
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-2/+2
* Zip install works againDees_Troy2012-09-111-4/+4
* More Partition Manager functionalityDees_Troy2012-09-101-13/+277
* Improve storage size code, mount, unmountDees_Troy2012-09-101-50/+192
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-16/+190
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+147