summaryrefslogtreecommitdiffstats
path: root/twinstall.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-09Do not check digest on mapped installsEthan Yonker1-3/+3
2019-04-04Extract arch-specific updater binary if presentEthan Yonker1-1/+19
2019-04-02Zip install: this will allow TWRP to check md5 and sha256 checksumsbigbiff bigbiff1-31/+2
2019-03-22twinstall: Force variable typeSimon Shi1-1/+1
2018-09-26Fix build error on Pie with TW_NO_LEGACY_PROPS := truelambdadroid1-0/+6
2018-07-27enable md5sum digest verificationsteadfasterX1-1/+8
2017-11-27ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff1-1/+1
2017-11-17Auto detect possible use of legacy propsnkk711-15/+51
2017-09-08Make legacy props an option disabled by defaultEthan Yonker1-12/+15
2017-06-17twrpDigest refactorbigbiff bigbiff1-17/+33
2016-12-05Support new AB OTA zipsEthan Yonker1-27/+70
2016-11-30MD5 verification sanityJames Christopher Adduono1-3/+12
2016-08-29Make naming scheme more meaningfulEthan Yonker1-1/+1
2016-08-27Support update binary log commandEthan Yonker1-0/+8
2016-08-25Make it backwards compatible with 4.4Ethan Yonker1-1/+5
2016-03-29Detect and install custom themes as part of zip installsEthan Yonker1-3/+38
2015-12-19Multiple Language SupportEthan Yonker1-8/+10
2015-11-12Free some memory allocationsMatt Mower1-0/+3
2015-10-15Improve error handling for zip installthat1-18/+17
2014-12-10Use one mizip for allEthan Yonker1-22/+2
2014-12-02 Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker1-4/+21
2014-11-08Release map after zip installEthan Yonker1-1/+5
2014-11-08Update adb sideload featureEthan Yonker1-5/+13
2014-11-07Fix up install functionsEthan Yonker1-2/+9
2014-04-16More MD5 verification error handlingMatt Mower1-7/+3
2014-04-15Force zip verification in OEM buildsEthan Yonker1-1/+3
2014-03-27Allow disabling legacy propertiesMatt Mower1-0/+4
2014-03-27Add basic error checking to legacy property initMatt Mower1-14/+48
2014-03-09Support pre-KitKat properties for update-binarythat1-1/+31
2013-10-24Update licenses to all matchDees Troy1-0/+17
2013-10-22Update licenses to all matchDees Troy1-0/+17
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+5
2013-09-05Extract file_contexts from zips if it existsDees_Troy1-1/+32
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-26/+26
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-252/+97
2013-03-07use md5.c for computation of md5sumsbigbiff bigbiff1-4/+7
2013-01-30Disable the forced MD5 checkDees_Troy1-8/+2
2012-09-27Update sdcard partitioning to C++Dees_Troy1-5/+0
2012-09-20Various fixesDees_Troy1-1/+1
2012-09-14Move to shared libmincryptDees_Troy1-162/+3
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-93/+2
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-0/+580