summaryrefslogtreecommitdiffstats
path: root/Android.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add cancel backup capability.bigbiff2015-01-271-1/+1
* Use /twres instead of /res for theme resourcesDees Troy2015-01-221-0/+5
* Remove mtdutils source from libaosprecoveryEthan Yonker2015-01-051-1/+1
* Update blkid to 2.25.0bigbiff2015-01-051-1/+2
* Fix compiling of dosfstools for arm64Ethan Yonker2014-12-121-11/+7
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-121-2/+2
* Fix generating symlinks for older treesDees Troy2014-12-121-0/+3
* Use one mizip for allEthan Yonker2014-12-101-17/+3
* Fix mkexfatfs exclusion when TW_NO_EXFAT enabledMatt Mower2014-12-101-1/+3
* Use linker64 on AArch64Ethan Yonker2014-12-091-2/+3
* Reduce libs needed for decrypt and clean up old decypt filesEthan Yonker2014-12-041-51/+6
* bootable recovery: we upgraded to 5.0.1erikcas2014-12-031-3/+3
* Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker2014-12-021-6/+15
* Make libmincrypttwrp a shared libraryEthan Yonker2014-11-171-4/+2
* Add lollipop decrypt supportEthan Yonker2014-11-121-1/+9
* Make TWRP compile for arm64Ethan Yonker2014-11-121-8/+16
* Fix merge derp in main Android.mk fileEthan Yonker2014-11-071-14/+0
* Fix up libaosprecoveryEthan Yonker2014-11-061-1/+1
* More make file tweaksEthan Yonker2014-11-061-3/+4
* Fix some make file duplicatesEthan Yonker2014-11-061-3/+0
* Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-2/+51
|\
| * do sdcard sideloading through the fuse filesystemDoug Zongker2014-07-101-1/+2
| * refactor fuse sideloading codeDoug Zongker2014-07-101-0/+13
| * Use LOCAL_REQUIRED_MODULES for mkfs.f2fsJi-Hwan Lee2014-06-181-5/+3
| * Support F2FS for the data partitionJP Abgrall2014-06-171-0/+6
| * Merge "Fix build break caused by vold change"Paul Lawrence2014-03-211-0/+1
| |\
| | * Fix build break caused by vold changePaul Lawrence2014-03-031-0/+1
| * | remove pixelflinger from recoveryDoug Zongker2014-03-111-1/+0
| |/
| * clean up some warnings when building recoveryDoug Zongker2014-02-141-0/+2
| * remove 'retouch' ASLR supportDoug Zongker2014-02-141-1/+0
| * program to store unencrypted files in an encrypted filesystemDoug Zongker2014-01-161-0/+1
| * do verification and extraction on memory, not filesDoug Zongker2014-01-161-0/+1
| * recovery: wipe encryption metadata along with data partitionDoug Zongker2013-12-131-1/+1
| * am fc7eab96: am f4a6ab27: Merge "Add support for ECDSA signatures"Kenny Root2013-10-141-1/+10
| |\
| | * Add support for ECDSA signaturesKenny Root2013-10-101-1/+10
| * | allow CheckKey to request mounting /systemDoug Zongker2013-09-051-0/+1
| |/
* | Fix some module tagsMatt Mower2014-11-041-2/+1
* | Remove dependence on build hax in makefilesMatt Mower2014-11-031-2/+69
* | display cpu temperature in twrpJenkins2014-10-141-0/+9
* | Update RECOVERY_VARIANT blocking to use project-path-forMatt Mower2014-10-081-5/+9
* | Fixes for exfat-fuseCaptain Throwback2014-10-071-2/+4
* | Only use SELinux tools from toolbox if not in busyboxMatt Mower2014-09-031-3/+9
* | Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-031-2/+14
* | add mtp responder to TWRP.bigbiff bigbiff2014-09-031-4/+9
* | Support reading since_epoch and secondary brightness filesxNUTx2014-08-101-0/+3
* | Add command line capabilitiesEthan Yonker2014-08-091-0/+3
* | Allow custom bootloader msg offset in block miscMatt Mower2014-07-161-0/+4
* | Track backup and restore progressEthan Yonker2014-07-091-1/+2
* | Add "include $(CLEAR_VARS)" for 4.4 ROMS (clears LOCAL_BUILT/LOCAL_INSTALLED error)Motorhead19912014-06-301-0/+2
* | Enable rk30xx hackJ. Carlos Romero2014-04-151-6/+0
* | Add find file class to search for filesEthan Yonker2014-04-151-0/+1
* | Tweak OEM modeEthan Yonker2014-04-041-3/+6
* | Add option to build TWRP with toolbox instead of busyboxEthan Yonker2014-04-041-0/+2
* | Allow building of an OEM friendly TWRPEthan Yonker2014-04-041-0/+3
* | Allow disabling legacy propertiesMatt Mower2014-03-271-0/+3
* | Support pre-KitKat properties for update-binarythat2014-03-091-1/+1
* | Restore capabilities to run-as binaryDees Troy2014-02-281-0/+3
* | Add twrpTar binaryEthan Yonker2014-02-121-1/+2
* | Load RTC offset on Qualcomm Krait chips, fixes the broken time & dateVojtech Bocek2014-02-041-0/+7
* | Fix make file flag name for minzipEthan Yonker2014-01-281-1/+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-0/+1
* | Add getfooter tool for crypto debuggingDees Troy2013-11-111-0/+1
* | Update decrypt for 4.4Dees Troy2013-11-101-0/+2
* | Fix building of other utilitiesDees Troy2013-11-031-1/+2
* | Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-5/+6
|\|
* | Add toolbox_recovery rulesDees Troy2013-10-161-1/+6
* | Make SELinux automatic if presentDees Troy2013-09-121-3/+5
* | Kang in older minzip for building in CM9 & CM7Dees Troy2013-09-101-1/+5
* | Update to latest AOSP masterDees_Troy2013-09-041-7/+22
|\|
| * Add liblogYing Wang2013-04-101-0/+1
| * Move to using the new unified fstab in recovery.Ken Sumrall2013-02-201-0/+2
| * resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aospKenny Root2012-10-171-12/+1
| |\
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-161-12/+1
| * | Add libm due to libpng dependency.Stephen Hines2012-08-241-0/+1
| |/
* | 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