summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-03Use magiskboot to repack the boot partitionEthan Yonker1-1/+21
2019-03-21Fix the long broken format functiondianlujitao1-1/+2
2019-01-17Add metadata decrypt support for FBEEthan Yonker1-0/+19
2018-08-24twrp: use ANDROID_ROOT environment variableCaptain Throwback1-0/+1
2017-11-28Support v2 fstab formatEthan Yonker1-7/+50
2017-11-27ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff1-1/+1
2017-06-17twrpDigest refactorbigbiff bigbiff1-2/+1
2017-04-23ADB Backup: fix adb restore issuesbigbiff bigbiff1-0/+2
2017-02-08Improve backup display names with emulated storageEthan Yonker1-0/+1
2016-12-13Support File Based EncryptionEthan Yonker1-0/+3
2016-12-13Add boot slot supportEthan Yonker1-3/+8
2016-11-30Improve backup & wipe exclusion handlingEthan Yonker1-1/+3
2016-11-30MD5 verification sanityJames Christopher Adduono1-0/+1
2016-11-30Fix image flashingEthan Yonker1-22/+22
2016-09-13Clean up PartitionSettingsEthan Yonker1-5/+1
2016-08-31MD5 checking: fix issues introduced with adb backup patchsetbigbiff bigbiff1-3/+3
2016-08-22wait for cryptfs device node to come upKjell Braden1-1/+1
2016-08-09Fix md5 creation from adb backup patch.bigbiff bigbiff1-1/+1
2016-08-01ADB: Add adb backup for TWRP.bigbiff1-25/+57
2016-05-03Wait to mount until after fstab processedMatt Mower1-0/+3
2016-05-03Remove char/string conversions in fstab processingMatt Mower1-1/+1
2016-05-03Rewrite FS fstab flag processingMatt Mower1-1/+1
2016-05-03Rewrite TWRP fstab flag processingMatt Mower1-1/+2
2016-03-31Improve progress bar handling for backup / restore / image flashEthan Yonker1-17/+21
2016-03-29Allow restoring to read-only file systemJames Christopher Adduono1-0/+3
2016-02-18Fix adopted storage when andsec flag is presentEthan Yonker1-1/+2
2016-01-29Replace fix permissions with fix contexts for emulated storageEthan Yonker1-1/+1
2016-01-25Adopted Storage supportEthan Yonker1-1/+7
2016-01-04partitions.hpp: some formattingAndreas Blaesius1-4/+4
2015-12-19Use ioctl to get block device sizeEthan Yonker1-0/+1
2015-12-19Multiple Language SupportEthan Yonker1-0/+4
2015-11-26Fix broken fsflags supportKetut Putu Kumajaya1-1/+1
2015-11-26Update dosfstoolsMatt Mower1-1/+1
2015-07-14Add ntfs-3g supportEthan Yonker1-0/+1
2015-05-28Add resize2fs and ability to run resize2fs via GUIEthan Yonker1-1/+4
2015-05-27Mount system as read-only by defaultEthan Yonker1-0/+3
2015-02-23Theme: Add ability to disable size checking before backupbigbiff1-1/+1
2015-02-02MTP: make MTP work even if unplugged and repluggedEthan Yonker1-0/+1
2015-01-27Add cancel backup capability.bigbiff1-3/+8
2015-01-09Allow flashing of images via the GUIEthan Yonker1-2/+6
2014-12-19MTP add/remove storage instead of disabling MTPEthan Yonker1-0/+8
2014-12-04add function to partition.cpp to return max file size to mtp responderbigbiff1-0/+1
2014-12-04Reduce libs needed for decrypt and clean up old decypt filesEthan Yonker1-3/+2
2014-11-04partitionmanager: remove unused By_Block and By_Name methodsthat1-15/+0
2014-10-08mtp: cleanup, fixes and performance improvementsthat1-5/+2
2014-09-20Attempt to automatically identify data/media devicesEthan Yonker1-0/+1
2014-09-15Additional checks to prevent partitioning internal storageEthan Yonker1-1/+3
2014-09-05MTP: Use fork instead of pthreadEthan Yonker1-1/+1
2014-09-03add mtp responder to TWRP.bigbiff bigbiff1-2/+9
2014-07-09Track backup and restore progressEthan Yonker1-7/+10
2014-06-04Add options to repair or change file systemEthan Yonker1-0/+9
2014-05-31Fix crash while loading config due to incorrect tw_storage_pathVojtech Bocek1-0/+1
2014-04-16Support alternative .android_secure locationMatt Mower1-1/+2
2014-04-01Improve USB Storage handlingEthan Yonker1-0/+1
2014-03-13Improve handling of settings storage and android secureEthan Yonker1-0/+1
2013-12-19Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff1-1/+2
2013-12-19add support for fsflags= option in twrp.fstab fileHashcode1-0/+3
2013-10-24Update licenses to all matchDees Troy1-21/+17
2013-10-22Update licenses to all matchDees Troy1-21/+17
2013-08-30implement "usermrf" fstab flag to force rm -rf * deletion on specific partitionsHashcode1-0/+1
2013-08-29Initial f2fs supportDees_Troy1-0/+1
2013-08-24Clean-up in partitions.hppVojtech Bocek1-90/+88
2013-07-032.6.0.0Dees_Troy1-0/+1
2013-06-22Support encrypted backup filesDees_Troy1-0/+2
2013-03-30Add partition list GUI elementDees_Troy1-0/+16
2013-01-15Add flag for retaining layout versionDees_Troy1-0/+1
2013-01-09Improve remounting sdcard with ecryptfsDees_Troy1-0/+3
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-1/+2
2012-12-12Add ignore blkid flag for TransformersDees_Troy1-0/+1
2012-11-22restore based on backup type, not destination typeGary Peck1-2/+3
2012-10-15Update and improve USB storage codeDees_Troy1-0/+1
2012-10-14Handle storage devices that are slow to mountDees_Troy1-0/+1
2012-10-12Unmount system after boot, backup, and restoreDees_Troy1-0/+1
2012-10-10redo fix permissions in c++ for faster changesbigbiff bigbiff1-0/+1
2012-09-27Update sdcard partitioning to C++Dees_Troy1-1/+1
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-0/+1
2012-09-26Add option to wipe android secureDees_Troy1-0/+1
2012-09-26Fix permissions updatesDees_Troy1-1/+0
2012-09-26Fix problems with MTD devicesDees_Troy1-1/+1
2012-09-26Add backup size checkingDees_Troy1-2/+4
2012-09-21Add progress bar support to backup and restoreDees_Troy1-2/+2
2012-09-21Add android_secure supportDees_Troy1-1/+6
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-0/+1
2012-09-18Cleanup extra-functionsDees_Troy1-0/+4
2012-09-18Improve backup and restoreDees_Troy1-0/+1
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-3/+6
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-4/+14
2012-09-10More Partition Manager functionalityDees_Troy1-0/+1
2012-09-10Improve storage size code, mount, unmountDees_Troy1-3/+9
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-34/+55
2012-09-05TWRP-ify AOSP codeDees_Troy1-32/+34
2012-09-04Initial stub of partitions.hppDees_Troy1-0/+141