summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use magiskboot to repack the boot partitionEthan Yonker2019-04-031-1/+21
* Fix the long broken format functiondianlujitao2019-03-211-1/+2
* Add metadata decrypt support for FBEEthan Yonker2019-01-171-0/+19
* twrp: use ANDROID_ROOT environment variableCaptain Throwback2018-08-241-0/+1
* Support v2 fstab formatEthan Yonker2017-11-281-7/+50
* ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff2017-11-271-1/+1
* twrpDigest refactorbigbiff bigbiff2017-06-171-2/+1
* ADB Backup: fix adb restore issuesbigbiff bigbiff2017-04-231-0/+2
* Improve backup display names with emulated storageEthan Yonker2017-02-081-0/+1
* Support File Based EncryptionEthan Yonker2016-12-131-0/+3
* Add boot slot supportEthan Yonker2016-12-131-3/+8
* Improve backup & wipe exclusion handlingEthan Yonker2016-11-301-1/+3
* MD5 verification sanityJames Christopher Adduono2016-11-301-0/+1
* Fix image flashingEthan Yonker2016-11-301-22/+22
* Clean up PartitionSettingsEthan Yonker2016-09-131-5/+1
* MD5 checking: fix issues introduced with adb backup patchsetbigbiff bigbiff2016-08-311-3/+3
* wait for cryptfs device node to come upKjell Braden2016-08-221-1/+1
* Fix md5 creation from adb backup patch.bigbiff bigbiff2016-08-091-1/+1
* ADB: Add adb backup for TWRP.bigbiff2016-08-011-25/+57
* Wait to mount until after fstab processedMatt Mower2016-05-031-0/+3
* Remove char/string conversions in fstab processingMatt Mower2016-05-031-1/+1
* Rewrite FS fstab flag processingMatt Mower2016-05-031-1/+1
* Rewrite TWRP fstab flag processingMatt Mower2016-05-031-1/+2
* Improve progress bar handling for backup / restore / image flashEthan Yonker2016-03-311-17/+21
* Allow restoring to read-only file systemJames Christopher Adduono2016-03-291-0/+3
* Fix adopted storage when andsec flag is presentEthan Yonker2016-02-181-1/+2
* Replace fix permissions with fix contexts for emulated storageEthan Yonker2016-01-291-1/+1
* Adopted Storage supportEthan Yonker2016-01-251-1/+7
* partitions.hpp: some formattingAndreas Blaesius2016-01-041-4/+4
* Use ioctl to get block device sizeEthan Yonker2015-12-191-0/+1
* Multiple Language SupportEthan Yonker2015-12-191-0/+4
* Fix broken fsflags supportKetut Putu Kumajaya2015-11-261-1/+1
* Update dosfstoolsMatt Mower2015-11-261-1/+1
* Add ntfs-3g supportEthan Yonker2015-07-141-0/+1
* Add resize2fs and ability to run resize2fs via GUIEthan Yonker2015-05-281-1/+4
* Mount system as read-only by defaultEthan Yonker2015-05-271-0/+3
* Theme: Add ability to disable size checking before backupbigbiff2015-02-231-1/+1
* MTP: make MTP work even if unplugged and repluggedEthan Yonker2015-02-021-0/+1
* Add cancel backup capability.bigbiff2015-01-271-3/+8
* Allow flashing of images via the GUIEthan Yonker2015-01-091-2/+6
* MTP add/remove storage instead of disabling MTPEthan Yonker2014-12-191-0/+8
* add function to partition.cpp to return max file size to mtp responderbigbiff2014-12-041-0/+1
* Reduce libs needed for decrypt and clean up old decypt filesEthan Yonker2014-12-041-3/+2
* 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