summaryrefslogtreecommitdiffstats
path: root/Android.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change to use HAVE_SELINUX build flagDees_Troy2013-08-291-1/+1
* Add a TW_NO_TIMEOUT optionRicardo Gomez2013-08-251-0/+3
* Add SELinux supportDees_Troy2013-08-241-4/+9
* Add libselinux for CM10.2 treeDees_Troy2013-08-111-0/+5
* Remove libjpegtwrp and use CM provided libjpegDees_Troy2013-08-111-2/+1
* Fix MTD MountingDees_Troy2013-07-011-1/+1
* FB2PNG: Add fb2png source to TWRPTalustus2013-07-011-0/+5
* Support encrypted backup filesDees_Troy2013-06-221-1/+7
* Add new SliderValue GUI widgetVojtech Bocek2013-04-041-1/+0
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-26/+30
* add no fb blankingbigbiff bigbiff2013-03-111-0/+3
* use md5.c for computation of md5sumsbigbiff bigbiff2013-03-071-0/+1
* Add option for custom battery pathDees_Troy2013-03-011-0/+3
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-271-1/+3
* use libblkid to get filesystem typebigbiff bigbiff2013-02-251-2/+3
* Configurable timeout and brightness settingsDees_Troy2013-02-201-0/+6
* support devices without bootpartitionChampionSwimmer2013-02-191-0/+3
* Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identificationAnatoly Smaznov2013-02-191-2/+4
* Add write buffer for tar writesDees_Troy2013-02-071-1/+2
* Fix fail over to vfat from exfatDees_Troy2013-02-011-0/+3
* exFAT improvements, fixesDees_Troy2013-01-281-7/+7
* move libexfat and fuse to be compiled with mkexfatfsbigbiff bigbiff2013-01-221-3/+3
* change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff2013-01-191-2/+2
* Add libsparse if it existsDees_Troy2013-01-101-0/+4
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-5/+14
* Add Samsung TouchWiz decryptiona39552692013-01-081-2/+14
* Work around MEMERASE ioctl for rk3066 compatibilitySergey 'Jin' Bostandzhyan2013-01-051-0/+4
* redo fix permissions in c++ for faster changesbigbiff bigbiff2012-10-101-0/+1
* Create busybox symlinks during compileDees_Troy2012-10-021-0/+14
* Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy2012-09-281-14/+0
* Create symlinks at compile time for busyboxDees_Troy2012-09-271-0/+11
* Update sdcard partitioning to C++Dees_Troy2012-09-271-1/+0
* Port reboot functions to C++Dees_Troy2012-09-271-3/+1
* Add backup size checkingDees_Troy2012-09-261-1/+1
* Convert makelist to C++Dees_Troy2012-09-261-1/+1
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-1/+2
* Cleanup extra-functionsDees_Troy2012-09-181-1/+0
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-3/+3
* Move to shared libmincryptDees_Troy2012-09-141-4/+4
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-1/+2
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-2/+5
* Move device ID code to data managerDees_Troy2012-09-111-0/+3
* Hax to make it bootDees_Troy2012-09-061-1/+1
* TWRP-ify AOSP codeDees_Troy2012-09-051-24/+168
* Use the static version of libsparseJoe Onorato2012-07-241-1/+1
* Multiple modules with the same name are going away.Joe Onorato2012-07-221-35/+59
* Link against libsparseColin Cross2012-07-181-2/+2
* resolved conflicts for merge of 0b1fee1b to masterKenny Root2012-03-311-0/+12
|\
| * Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-301-1/+2
| * Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley2012-01-241-0/+11
* | libz is a superset of libunz, so we don't need both.Elliott Hughes2012-01-311-2/+2
* | support "sideload over ADB" modeDoug Zongker2012-01-101-2/+4
* | move key processing to RecoveryUIDoug Zongker2011-11-041-2/+3
* | C++ class for device-specific codeDoug Zongker2011-10-311-7/+7
* | temporarily remove verifier_test binaryDoug Zongker2011-10-311-6/+6
* | refactor ui functions into a classDoug Zongker2011-10-311-1/+1
* | turn recovery into a C++ binaryDoug Zongker2011-10-311-7/+7
|/
* Remove the simulator target from all makefiles.Jeff Brown2011-07-121-4/+0
* Fix x86 build.Ying Wang2011-02-091-3/+0
* remove encrypted filesystem code from recoveryDoug Zongker2011-01-181-2/+1
* remove the notion of "root path"; support mixed flash typesDoug Zongker2010-09-211-2/+3
* Working ASLR implementationHristo Bojinov2010-08-021-0/+1
* support userdata and cache partitions using emmc/ext4 instead of mtd/yaffsDoug Zongker2010-06-301-1/+8
* Encrypted File Systems part 3. Recovery changes.Oscar Montemayor2010-03-151-1/+1
* relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-181-0/+1
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-031-2/+1
* am 9b430e11: am 73ae31ce: add a simple unit test for the OTA package verifierDoug Zongker2009-12-111-0/+16
|\
| * add a simple unit test for the OTA package verifierDoug Zongker2009-12-101-0/+16
* | Recovery changes for Encrypted File Systems.Oscar Montemayor2009-12-101-8/+9
|/
* resolved conflicts for merge of 64893ccc to masterDoug Zongker2009-07-161-3/+1
|\
| * remove amendDoug Zongker2009-07-151-3/+1
* | resolved conflicts for merge of fb2e3af3 to masterDoug Zongker2009-06-181-0/+3
|\|
| * let the "firmware" command take the file straight from the packageDoug Zongker2009-06-181-0/+3
| * fix sim build in donut, tooDoug Zongker2009-06-121-4/+4
* | am 9931f7f3: edify extensions for OTA package installation, part 1Doug Zongker2009-06-121-0/+2
|\|
| * edify extensions for OTA package installation, part 1Doug Zongker2009-06-121-0/+2
| * AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-021-13/+0
| * AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-271-1/+1
* | fix simulator build by excluding more of recoveryDoug Zongker2009-06-121-3/+4
* | split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-111-6/+11
* | AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-021-13/+0
* | AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-281-1/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+60
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-60/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-181-0/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+57