summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-24Update licenses to all matchDees Troy1-21/+17
2013-10-23fix getting and setting contexts in selinuxbigbiff bigbiff1-1/+0
2013-10-22Update licenses to all matchDees Troy1-21/+17
2013-10-17fix getting and setting contexts in selinuxbigbiff bigbiff1-1/+0
2013-09-12Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek1-7/+7
2013-09-12Pull ROM info from build.prop for backup namesDees Troy1-4/+5
2013-08-30implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode1-0/+2
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-8/+8
2013-08-23Fix AOSP decrypt when TouchWiz code is presentDees_Troy1-0/+1
2013-08-14Fix problem with not waiting for pigz to exitDees_Troy1-0/+2
2013-07-032.6.0.0Dees_Troy1-1/+23
2013-07-01Fix backup of datadataDees_Troy1-3/+4
2013-07-01Fix some issues with wipe partition listDees_Troy1-0/+11
2013-06-22Support encrypted backup filesDees_Troy1-12/+30
2013-04-08Improve backup list resultsDees_Troy1-3/+13
2013-04-05Fix handling of subpartitionsDees_Troy1-8/+8
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-163/+140
2013-03-30Add partition list GUI elementDees_Troy1-390/+249
2013-03-17trying to fix md5bigbiff bigbiff1-5/+1
2013-03-07use md5.c for computation of md5sumsbigbiff bigbiff1-13/+24
2013-02-19support devices without bootpartitionChampionSwimmer1-0/+4
2013-02-19convert file_bps to be unsigned long longbigbiff bigbiff1-5/+8
2013-02-01Fix fail over to vfat from exfatDees_Troy1-5/+5
2013-01-24Disable USB Mass Storage if the USB lun file does not exist.Dees_Troy1-4/+0
2013-01-18Move backup folder creation to after free space calcDees_Troy1-8/+8
2013-01-17ORS engine fixesDees_Troy1-28/+29
2013-01-15Add flag for retaining layout versionDees_Troy1-0/+2
2013-01-14Check to ensure that external is encryptedDees_Troy1-0/+7
2013-01-10More Samsung sdcard crypto fixesDees_Troy1-1/+1
2013-01-10Fix ifdefs for Samsung encryptionDees_Troy1-0/+4
2013-01-09Improve remounting sdcard with ecryptfsDees_Troy1-5/+12
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-31/+42
2013-01-08Add Samsung TouchWiz decryptiona39552691-1/+52
2012-12-21Improve handling of undecrypted encrypted /dataGary Peck1-0/+3
2012-12-12Add ignore blkid flag for TransformersDees_Troy1-0/+2
2012-11-22print partition details independent of whether its mountableGary Peck1-61/+61
2012-11-15Fixes for multi-user in 4.2Dees_Troy1-0/+9
2012-10-20Unmount main partitions after fixing permissionsDees_Troy1-0/+1
2012-10-15Update and improve USB storage codeDees_Troy1-82/+39
2012-10-14Handle single lun file for USB storageDees_Troy1-34/+60
2012-10-13Fix problem with sizes of images after reset defaultDees_Troy1-0/+37
2012-10-12Unmount main partitions after USB storage disableDees_Troy1-0/+1
2012-10-12Unmount system after boot, backup, and restoreDees_Troy1-0/+19
2012-10-10redo fix permissions in c++ for faster changesbigbiff bigbiff1-1/+18
2012-09-27Update sdcard partitioning to C++Dees_Troy1-0/+144
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-1/+53
2012-09-27Handle mountable boot partitionsDees_Troy1-1/+9
2012-09-26Add option to wipe android secureDees_Troy1-0/+20
2012-09-26Fix permissions updatesDees_Troy1-13/+0
2012-09-26Fix problems with MTD devicesDees_Troy1-2/+5
2012-09-26Unify portrait layouts againDees_Troy1-0/+3
2012-09-24Fix skip MD5 setting during backupDees_Troy1-4/+6
2012-09-21Add progress bar support to backup and restoreDees_Troy1-25/+89
2012-09-21Fix special partition handlingDees_Troy1-17/+38
2012-09-21Add android_secure supportDees_Troy1-20/+35
2012-09-20Various fixesDees_Troy1-3/+1
2012-09-20Fix fstab and unmount problemsDees_Troy1-1/+5
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-0/+9
2012-09-18Cleanup extra-functionsDees_Troy1-20/+287
2012-09-18Improve backup and restoreDees_Troy1-177/+160
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-22/+449
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-30/+126
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-2/+2
2012-09-11Zip install works againDees_Troy1-4/+4
2012-09-10More Partition Manager functionalityDees_Troy1-13/+277
2012-09-10Improve storage size code, mount, unmountDees_Troy1-50/+192
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-16/+190
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+147