| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new SliderValue GUI widget | Vojtech Bocek | 2013-04-04 | 1 | -1/+0 |
* | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 1 | -26/+30 |
* | add no fb blanking | bigbiff bigbiff | 2013-03-11 | 1 | -0/+3 |
* | use md5.c for computation of md5sums | bigbiff bigbiff | 2013-03-07 | 1 | -0/+1 |
* | Add option for custom battery path | Dees_Troy | 2013-03-01 | 1 | -0/+3 |
* | Add fast scroll bar to fileselector | Vojtech Bocek | 2013-02-27 | 1 | -1/+3 |
* | use libblkid to get filesystem type | bigbiff bigbiff | 2013-02-25 | 1 | -2/+3 |
* | Configurable timeout and brightness settings | Dees_Troy | 2013-02-20 | 1 | -0/+6 |
* | support devices without bootpartition | ChampionSwimmer | 2013-02-19 | 1 | -0/+3 |
* | Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identification | Anatoly Smaznov | 2013-02-19 | 1 | -2/+4 |
* | Add write buffer for tar writes | Dees_Troy | 2013-02-07 | 1 | -1/+2 |
* | Fix fail over to vfat from exfat | Dees_Troy | 2013-02-01 | 1 | -0/+3 |
* | exFAT improvements, fixes | Dees_Troy | 2013-01-28 | 1 | -7/+7 |
* | move libexfat and fuse to be compiled with mkexfatfs | bigbiff bigbiff | 2013-01-22 | 1 | -3/+3 |
* | change fuse to be compiled with TW_INCLUDE_FUSE_EXFAT | bigbiff bigbiff | 2013-01-19 | 1 | -2/+2 |
* | Add libsparse if it exists | Dees_Troy | 2013-01-10 | 1 | -0/+4 |
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -5/+14 |
* | Add Samsung TouchWiz decryption | a3955269 | 2013-01-08 | 1 | -2/+14 |
* | Work around MEMERASE ioctl for rk3066 compatibility | Sergey 'Jin' Bostandzhyan | 2013-01-05 | 1 | -0/+4 |
* | redo fix permissions in c++ for faster changes | bigbiff bigbiff | 2012-10-10 | 1 | -0/+1 |
* | Create busybox symlinks during compile | Dees_Troy | 2012-10-02 | 1 | -0/+14 |
* | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 1 | -14/+0 |
* | Create symlinks at compile time for busybox | Dees_Troy | 2012-09-27 | 1 | -0/+11 |
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -1/+0 |
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -3/+1 |
* | Add backup size checking | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
* | Convert makelist to C++ | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -1/+2 |
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -1/+0 |
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -3/+3 |
* | Move to shared libmincrypt | Dees_Troy | 2012-09-14 | 1 | -4/+4 |
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -1/+2 |
* | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 1 | -2/+5 |
* | Move device ID code to data manager | Dees_Troy | 2012-09-11 | 1 | -0/+3 |
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 1 | -1/+1 |
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -24/+168 |
* | Use the static version of libsparse | Joe Onorato | 2012-07-24 | 1 | -1/+1 |
* | Multiple modules with the same name are going away. | Joe Onorato | 2012-07-22 | 1 | -35/+59 |
* | Link against libsparse | Colin Cross | 2012-07-18 | 1 | -2/+2 |
* | resolved conflicts for merge of 0b1fee1b to master | Kenny Root | 2012-03-31 | 1 | -0/+12 |
|\ |
|
| * | Extend recovery and updater to support setting file security contexts. | Stephen Smalley | 2012-03-30 | 1 | -1/+2 |
| * | Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used. | Stephen Smalley | 2012-01-24 | 1 | -0/+11 |
* | | libz is a superset of libunz, so we don't need both. | Elliott Hughes | 2012-01-31 | 1 | -2/+2 |
* | | support "sideload over ADB" mode | Doug Zongker | 2012-01-10 | 1 | -2/+4 |
* | | move key processing to RecoveryUI | Doug Zongker | 2011-11-04 | 1 | -2/+3 |
* | | C++ class for device-specific code | Doug Zongker | 2011-10-31 | 1 | -7/+7 |
* | | temporarily remove verifier_test binary | Doug Zongker | 2011-10-31 | 1 | -6/+6 |
* | | refactor ui functions into a class | Doug Zongker | 2011-10-31 | 1 | -1/+1 |
* | | turn recovery into a C++ binary | Doug Zongker | 2011-10-31 | 1 | -7/+7 |
|/ |
|
* | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-12 | 1 | -4/+0 |
* | Fix x86 build. | Ying Wang | 2011-02-09 | 1 | -3/+0 |
* | remove encrypted filesystem code from recovery | Doug Zongker | 2011-01-18 | 1 | -2/+1 |
* | remove the notion of "root path"; support mixed flash types | Doug Zongker | 2010-09-21 | 1 | -2/+3 |
* | Working ASLR implementation | Hristo Bojinov | 2010-08-02 | 1 | -0/+1 |
* | support userdata and cache partitions using emmc/ext4 instead of mtd/yaffs | Doug Zongker | 2010-06-30 | 1 | -1/+8 |
* | Encrypted File Systems part 3. Recovery changes. | Oscar Montemayor | 2010-03-15 | 1 | -1/+1 |
* | relocate applypatch; add type system and new functions to edify | Doug Zongker | 2010-02-18 | 1 | -0/+1 |
* | bump updater API version to 3; deprecate firmware update command | Doug Zongker | 2010-02-03 | 1 | -2/+1 |
* | am 9b430e11: am 73ae31ce: add a simple unit test for the OTA package verifier | Doug Zongker | 2009-12-11 | 1 | -0/+16 |
|\ |
|
| * | add a simple unit test for the OTA package verifier | Doug Zongker | 2009-12-10 | 1 | -0/+16 |
* | | Recovery changes for Encrypted File Systems. | Oscar Montemayor | 2009-12-10 | 1 | -8/+9 |
|/ |
|
* | resolved conflicts for merge of 64893ccc to master | Doug Zongker | 2009-07-16 | 1 | -3/+1 |
|\ |
|
| * | remove amend | Doug Zongker | 2009-07-15 | 1 | -3/+1 |
* | | resolved conflicts for merge of fb2e3af3 to master | Doug Zongker | 2009-06-18 | 1 | -0/+3 |
|\| |
|
| * | let the "firmware" command take the file straight from the package | Doug Zongker | 2009-06-18 | 1 | -0/+3 |
| * | fix sim build in donut, too | Doug Zongker | 2009-06-12 | 1 | -4/+4 |
* | | am 9931f7f3: edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 1 | -0/+2 |
|\| |
|
| * | edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 1 | -0/+2 |
| * | AI 144130: Don't build OTA package keys into the recovery binary; read | Doug Zongker | 2009-04-02 | 1 | -13/+0 |
| * | AI 143128: Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-27 | 1 | -1/+1 |
* | | fix simulator build by excluding more of recovery | Doug Zongker | 2009-06-12 | 1 | -3/+4 |
* | | split out device-specific recovery UI code into vendor directories | Doug Zongker | 2009-06-11 | 1 | -6/+11 |
* | | AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read | Doug Zongker | 2009-04-02 | 1 | -13/+0 |
* | | AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-28 | 1 | -1/+1 |
|/ |
|
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -0/+60 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -60/+0 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-18 | 1 | -0/+3 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+57 |