Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-26 | Fix a problem with scrolling in the console | Dees_Troy | 1 | -1/+1 | |
2012-09-26 | Allow spaces in backup names | Dees_Troy | 11 | -22/+22 | |
2012-09-26 | Unify portrait layouts again | Dees_Troy | 6 | -409/+404 | |
2012-09-24 | Change curtain to file and remove curtain raise | Dees_Troy | 23 | -31899/+6 | |
2012-09-24 | Update tablet layouts with ADB sideload | Dees_Troy | 5 | -2/+187 | |
2012-09-22 | Fix 320x480 theme | Dees_Troy | 1 | -37/+37 | |
2012-09-20 | Update portrait themes with ADB sideload | Dees_Troy | 3 | -27/+141 | |
2012-09-20 | Various fixes | Dees_Troy | 1 | -0/+38 | |
Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme. | |||||
2012-09-20 | Add and improve OpenRecoveryScript support | Dees_Troy | 1 | -3/+3 | |
Improve zip finding in ORS engine Add support for restoring with just a backup name | |||||
2012-09-19 | Fix ext storage and zip paths | Dees_Troy | 2 | -0/+29 | |
Fix a bug with handling external storage during boot. Check zip root path when switching storage and ensure that the path is in the new storage path to prevent user confusion. | |||||
2012-09-19 | Improve adb sideload - use storage vs tmp | Dees_Troy | 1 | -11/+8 | |
2012-09-19 | Improve adb sideload -- add cancel | Dees_Troy | 2 | -7/+97 | |
Also copy zip from /tmp to storage and remove from /tmp to prevent running out of RAM. | |||||
2012-09-18 | Cleanup extra-functions | Dees_Troy | 1 | -27/+13 | |
2012-09-17 | Update backup and restore code, adb sideload | Dees_Troy | 2 | -5/+53 | |
Fixed a problem with using make_ext4fs by making its lib a dynamic lib. Added ADB sideload zip install feature - no way to cancel it yet. Improve backup and restore code. | |||||
2012-09-14 | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 1 | -39/+34 | |
Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging | |||||
2012-09-12 | Make text appear in GUI console, Zip install works. | Dees_Troy | 3 | -0/+9 | |
Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. | |||||
2012-09-11 | Zip install works again | Dees_Troy | 2 | -10/+15 | |
2012-09-10 | Improve storage size code, mount, unmount | Dees_Troy | 1 | -15/+7 | |
Add flag parsing from recovery.fstab | |||||
2012-09-07 | Add processing of fstab, mounting, and decrypt | Dees_Troy | 5 | -935/+31 | |
2012-09-06 | Hax to make it boot | Dees_Troy | 6 | -5/+919 | |
2012-09-05 | TWRP-ify AOSP code | Dees_Troy | 497 | -0/+83509 | |
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere |