Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix keyboard layout on 800x1280 layout | Dees_Troy | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Fix defines on pages.hpp to not collide with pages.h | Dees_Troy | 2012-12-18 | 1 | -4/+3 |
| | |||||
* | add Decrypt Data button | Gary Peck | 2012-11-22 | 12 | -0/+144 |
| | | | | | | | Allow to decrypt /data even if decryption was skipped during the initial loading of recovery Change-Id: If2251757a276dd069578e93e5a038b25a825bff6 | ||||
* | Fix renaming of backups with spaces, 2.3.2.3 | Dees_Troy | 2012-11-19 | 11 | -11/+11 |
| | |||||
* | Finish 2560x1600 theme | Dees_Troy | 2012-11-19 | 41 | -120/+120 |
| | |||||
* | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 51 | -11/+3634 |
| | | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d | ||||
* | Add keyboard key highlight | Dees_Troy | 2012-10-20 | 14 | -15/+117 |
| | |||||
* | Add ability for buttons to have highlights on touch | Dees_Troy | 2012-10-19 | 4 | -4/+66 |
| | |||||
* | Update injecttwrp for Epic 4G Touch | Dees_Troy | 2012-10-16 | 1 | -1/+23 |
| | |||||
* | Fix weird keyboard problem | Dees_Troy | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | Remove text about fix perms taking a few mins | Dees_Troy | 2012-10-10 | 11 | -22/+0 |
| | |||||
* | Finalize 2.3.0.0 | Dees_Troy | 2012-10-10 | 1 | -14/+4 |
| | | | | | | Fix permission setting for other Add new fix permissions to GUI actions Update version number | ||||
* | Add reboot system button after sideload, backup, and restore | Dees_Troy | 2012-10-08 | 11 | -341/+385 |
| | | | | A few other minor xml tweaks | ||||
* | Fix exclamation point on 720x1280 theme | Dees_Troy | 2012-10-08 | 1 | -2/+4 |
| | |||||
* | Fix output of version number | Dees_Troy | 2012-10-01 | 1 | -1/+0 |
| | |||||
* | Fix some derps | Dees_Troy | 2012-09-28 | 2 | -0/+1 |
| | |||||
* | Revert busybox for CM7 compatibility, add exclamation point to format data | Dees_Troy | 2012-09-28 | 21 | -17/+169 |
| | |||||
* | Save version number to storage | Dees_Troy | 2012-09-27 | 1 | -0/+1 |
| | |||||
* | Create symlinks at compile time for busybox | Dees_Troy | 2012-09-27 | 1 | -1/+2 |
| | |||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -68/+4 |
| | |||||
* | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 1 | -3/+2 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -12/+11 |
| | |||||
* | Display symlinks and block devices in file manager | Dees_Troy | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Add option to wipe android secure | Dees_Troy | 2012-09-26 | 12 | -0/+200 |
| | |||||
* | Fix permissions updates | Dees_Troy | 2012-09-26 | 1 | -8/+17 |
| | | | | | Also redirect stderr output on terminal commands for display in GUI console | ||||
* | Fix SDCard partitioning | Dees_Troy | 2012-09-26 | 12 | -14/+22 |
| | |||||
* | Fix a problem with scrolling in the console | Dees_Troy | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Allow spaces in backup names | Dees_Troy | 2012-09-26 | 11 | -22/+22 |
| | |||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 6 | -409/+404 |
| | |||||
* | Change curtain to file and remove curtain raise | Dees_Troy | 2012-09-24 | 23 | -31899/+6 |
| | |||||
* | Update tablet layouts with ADB sideload | Dees_Troy | 2012-09-24 | 5 | -2/+187 |
| | |||||
* | Fix 320x480 theme | Dees_Troy | 2012-09-22 | 1 | -37/+37 |
| | |||||
* | Update portrait themes with ADB sideload | Dees_Troy | 2012-09-20 | 3 | -27/+141 |
| | |||||
* | Various fixes | Dees_Troy | 2012-09-20 | 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. | ||||
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -3/+3 |
| | | | | | Improve zip finding in ORS engine Add support for restoring with just a backup name | ||||
* | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 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. | ||||
* | Improve adb sideload - use storage vs tmp | Dees_Troy | 2012-09-19 | 1 | -11/+8 |
| | |||||
* | Improve adb sideload -- add cancel | Dees_Troy | 2012-09-19 | 2 | -7/+97 |
| | | | | | Also copy zip from /tmp to storage and remove from /tmp to prevent running out of RAM. | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -27/+13 |
| | |||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 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. | ||||
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 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 | ||||
* | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 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. | ||||
* | Zip install works again | Dees_Troy | 2012-09-11 | 2 | -10/+15 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -15/+7 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 5 | -935/+31 |
| | |||||
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 6 | -5/+919 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 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 |