summaryrefslogtreecommitdiffstats
path: root/Android.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-16Add toolbox_recovery rulesDees Troy1-1/+6
2013-09-12Make SELinux automatic if presentDees Troy1-3/+5
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-1/+5
2013-08-29Change to use HAVE_SELINUX build flagDees_Troy1-1/+1
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez1-0/+3
2013-08-24Add SELinux supportDees_Troy1-4/+9
2013-08-11Add libselinux for CM10.2 treeDees_Troy1-0/+5
2013-08-11Remove libjpegtwrp and use CM provided libjpegDees_Troy1-2/+1
2013-07-01Fix MTD MountingDees_Troy1-1/+1
2013-07-01FB2PNG: Add fb2png source to TWRPTalustus1-0/+5
2013-06-22Support encrypted backup filesDees_Troy1-1/+7
2013-04-10Add liblogYing Wang1-0/+1
2013-04-04Add new SliderValue GUI widgetVojtech Bocek1-1/+0
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-26/+30
2013-03-11add no fb blankingbigbiff bigbiff1-0/+3
2013-03-07use md5.c for computation of md5sumsbigbiff bigbiff1-0/+1
2013-03-01Add option for custom battery pathDees_Troy1-0/+3
2013-02-27Add fast scroll bar to fileselectorVojtech Bocek1-1/+3
2013-02-25use libblkid to get filesystem typebigbiff bigbiff1-2/+3
2013-02-20Configurable timeout and brightness settingsDees_Troy1-0/+6
2013-02-20Move to using the new unified fstab in recovery.Ken Sumrall1-0/+2
2013-02-19support devices without bootpartitionChampionSwimmer1-0/+3
2013-02-19Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identificationAnatoly Smaznov1-2/+4
2013-02-07Add write buffer for tar writesDees_Troy1-1/+2
2013-02-01Fix fail over to vfat from exfatDees_Troy1-0/+3
2013-01-28exFAT improvements, fixesDees_Troy1-7/+7
2013-01-22move libexfat and fuse to be compiled with mkexfatfsbigbiff bigbiff1-3/+3
2013-01-19change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff1-2/+2
2013-01-10Add libsparse if it existsDees_Troy1-0/+4
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-5/+14
2013-01-08Add Samsung TouchWiz decryptiona39552691-2/+14
2013-01-05Work around MEMERASE ioctl for rk3066 compatibilitySergey 'Jin' Bostandzhyan1-0/+4
2012-10-16Remove HAVE_SELINUX guardsKenny Root1-12/+1
2012-10-10redo fix permissions in c++ for faster changesbigbiff bigbiff1-0/+1
2012-10-02Create busybox symlinks during compileDees_Troy1-0/+14
2012-09-28Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy1-14/+0
2012-09-27Create symlinks at compile time for busyboxDees_Troy1-0/+11
2012-09-27Update sdcard partitioning to C++Dees_Troy1-1/+0
2012-09-27Port reboot functions to C++Dees_Troy1-3/+1
2012-09-26Add backup size checkingDees_Troy1-1/+1
2012-09-26Convert makelist to C++Dees_Troy1-1/+1
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-1/+2
2012-09-18Cleanup extra-functionsDees_Troy1-1/+0
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-3/+3
2012-09-14Move to shared libmincryptDees_Troy1-4/+4
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-1/+2
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-2/+5
2012-09-11Move device ID code to data managerDees_Troy1-0/+3
2012-09-06Hax to make it bootDees_Troy1-1/+1
2012-09-05TWRP-ify AOSP codeDees_Troy1-24/+168
2012-08-24Add libm due to libpng dependency.Stephen Hines1-0/+1
2012-08-14Use the static version of libsparseJoe Onorato1-1/+1
2012-08-14Multiple modules with the same name are going away.Joe Onorato1-35/+59
2012-07-24Use the static version of libsparseJoe Onorato1-1/+1
2012-07-22Multiple modules with the same name are going away.Joe Onorato1-35/+59
2012-07-18Link against libsparseColin Cross1-2/+2
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-1/+2
2012-01-31libz is a superset of libunz, so we don't need both.Elliott Hughes1-2/+2
2012-01-24Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley1-0/+11
2012-01-18support "sideload over ADB" modeDoug Zongker1-2/+4
2012-01-10support "sideload over ADB" modeDoug Zongker1-2/+4
2011-11-04move key processing to RecoveryUIDoug Zongker1-2/+3
2011-11-01fix verifier testDoug Zongker1-2/+2
2011-11-01move key processing to RecoveryUIDoug Zongker1-0/+1
2011-10-31C++ class for device-specific codeDoug Zongker1-7/+7
2011-10-31temporarily remove verifier_test binaryDoug Zongker1-6/+6
2011-10-31refactor ui functions into a classDoug Zongker1-1/+1
2011-10-31C++ class for device-specific codeDoug Zongker1-1/+1
2011-10-31turn recovery into a C++ binaryDoug Zongker1-7/+7
2011-10-29refactor ui functions into a classDoug Zongker1-1/+1
2011-10-28turn recovery into a C++ binaryDoug Zongker1-7/+7
2011-07-12Remove the simulator target from all makefiles.Jeff Brown1-4/+0
2011-02-09Fix x86 build.Ying Wang1-3/+0
2011-01-18remove encrypted filesystem code from recoveryDoug Zongker1-2/+1
2010-09-21remove the notion of "root path"; support mixed flash typesDoug Zongker1-2/+3
2010-09-21remove the notion of "root path"; support mixed flash types (do not merge)Doug Zongker1-2/+3
2010-08-02Working ASLR implementationHristo Bojinov1-0/+1
2010-06-30support userdata and cache partitions using emmc/ext4 instead of mtd/yaffsDoug Zongker1-1/+8
2010-04-02DO NOT MERGEOscar Montemayor1-1/+1
2010-03-27DO NOT MERGEOscar Montemayor1-2/+1
2010-03-15Encrypted File Systems part 3. Recovery changes.Oscar Montemayor1-1/+1
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-0/+1
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-2/+1
2009-12-10Recovery changes for Encrypted File Systems.Oscar Montemayor1-8/+9
2009-12-10add a simple unit test for the OTA package verifierDoug Zongker1-0/+16
2009-11-13eclair snapshotJean-Baptiste Queru1-4/+10
2009-07-15remove amendDoug Zongker1-3/+1
2009-06-18let the "firmware" command take the file straight from the packageDoug Zongker1-0/+3
2009-06-12fix sim build in donut, tooDoug Zongker1-4/+4
2009-06-12fix simulator build by excluding more of recoveryDoug Zongker1-3/+4
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker1-0/+2
2009-06-11split out device-specific recovery UI code into vendor directoriesDoug Zongker1-6/+11
2009-04-02AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; readDoug Zongker1-13/+0
2009-04-02AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker1-13/+0
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-1/+1
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-1/+1
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+60
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-60/+0
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project1-0/+3