| Commit message (Expand) | Author | Files | Lines |
2016-03-31 | TWRP Install Reboot Option | bigbiff | 1 | -0/+7 |
2016-01-29 | Replace fix permissions with fix contexts for emulated storage | Ethan Yonker | 1 | -4/+10 |
2016-01-27 | Update minuitwrp graphics in line with latest minui | Ethan Yonker | 1 | -1/+2 |
2016-01-25 | Adopted Storage support | Ethan Yonker | 1 | -0/+1 |
2016-01-22 | Fix (Auto Generate) handling for backup names | Ethan Yonker | 1 | -3/+2 |
2016-01-22 | Android 6.0 needs permission +x to create screenshot files | Xuefer | 1 | -1/+1 |
2016-01-22 | Fix a bunch of messages | Matt Mower | 1 | -2/+2 |
2016-01-19 | gui: fix return value of NotifyKey | that | 1 | -2/+5 |
2016-01-18 | Do not require mounting during zip flashing if path exists | Ethan Yonker | 1 | -2/+9 |
2016-01-14 | Improve sdcard partitioning process | Ethan Yonker | 1 | -26/+33 |
2016-01-07 | gui: add keyboard support for Ctrl layer and more special keys | that | 1 | -6/+3 |
2015-12-29 | gui: fix screenshot_saved message | that | 1 | -1/+1 |
2015-12-29 | get rid of console thread for OpenRecoveryScript | that | 1 | -31/+13 |
2015-12-23 | Set twrp.action_complete after completing action | LuK1337 | 1 | -0/+2 |
2015-12-22 | exfat: Build fsck and update path to mkfs | Matt Mower | 1 | -1/+1 |
2015-12-19 | Multiple Language Support | Ethan Yonker | 1 | -35/+49 |
2015-11-26 | Update dosfstools | Matt Mower | 1 | -1/+1 |
2015-11-09 | Move reloading of theme outside of the action thread | Ethan Yonker | 1 | -20/+7 |
2015-11-05 | Treat /vendor like /system for read only | Ethan Yonker | 1 | -0/+15 |
2015-10-25 | Fix a bunch of warnings | Ethan Yonker | 1 | -38/+38 |
2015-08-09 | ORS: Report success if AOSP script succeeds | Matt Mower | 1 | -0/+1 |
2015-06-17 | Make sure that adbd restarts after sideload | Dees Troy | 1 | -1/+1 |
2015-06-17 | Fix ORS scripts displaying an error after completing | Ethan Yonker | 1 | -2/+5 |
2015-06-01 | gui: set tw_file to the currently flashed file name without path | that | 1 | -3/+7 |
2015-05-30 | Fix unable to uncheck the mount read only check box | Ethan Yonker | 1 | -1/+1 |
2015-05-29 | remove useless memset and \n | Xuefer | 1 | -1/+0 |
2015-05-28 | Add resize2fs and ability to run resize2fs via GUI | Ethan Yonker | 1 | -0/+27 |
2015-05-27 | Mount system as read-only by default | Ethan Yonker | 1 | -0/+54 |
2015-03-05 | minuitwrp: fix crash issue, when the console use TTF font to display unicode font. | xiaolu | 1 | -2/+1 |
2015-03-05 | GUI: Terminal command: minor improvements | Matt Mower | 1 | -0/+4 |
2015-02-21 | GUI: Support styles in xml to reduce xml file size | Ethan Yonker | 1 | -4/+4 |
2015-02-02 | Disable stock recovery replacing TWRP during ORS | Ethan Yonker | 1 | -0/+2 |
2015-01-30 | gui: run cancel action in another thread | that | 1 | -32/+76 |
2015-01-29 | Use macro to add actions to the action map | Vojtech Bocek | 1 | -56/+58 |
2015-01-27 | Add cancel backup capability. | bigbiff | 1 | -9/+43 |
2015-01-22 | Use /twres instead of /res for theme resources | Dees Troy | 1 | -1/+1 |
2015-01-22 | Hide some non critical error messages | Ethan Yonker | 1 | -1/+1 |
2015-01-13 | Fix handling of custom themes after decrypt | Ethan Yonker | 1 | -34/+8 |
2015-01-12 | Fix some crashes during theme (re)loading | Vojtech Bocek | 1 | -4/+3 |
2015-01-12 | Fix some actions being incorrectly threaded | Vojtech Bocek | 1 | -1/+1 |
2015-01-11 | gui: simplify blanktimer | that | 1 | -8/+0 |
2015-01-09 | Improve GUI handling of zip flashing | Ethan Yonker | 1 | -11/+9 |
2015-01-09 | Allow flashing of images via the GUI | Ethan Yonker | 1 | -0/+19 |
2015-01-09 | gui: fix action threading if background thread is busy | that | 1 | -9/+15 |
2015-01-09 | Run some actions in a separate thread | that | 1 | -154/+192 |
2015-01-05 | Thread openrecoveryscript action to properly display action page | Ethan Yonker | 1 | -22/+38 |
2015-01-04 | fix adb sideload | that | 1 | -82/+87 |
2015-01-03 | Fix GUIAction::operation_start | Ethan Yonker | 1 | -1/+1 |
2014-12-30 | gui: Move action functions to function pointer map. | that | 1 | -1055/+1081 |
2014-12-19 | MTP add/remove storage instead of disabling MTP | Ethan Yonker | 1 | -0/+1 |
2014-12-18 | Toggle MTP during ADB sideload | Ethan Yonker | 1 | -0/+2 |
2014-12-12 | Attempt to set the proper uid/gid/contexts on new files and dirs | Ethan Yonker | 1 | -0/+8 |
2014-11-08 | Update adb sideload feature | Ethan Yonker | 1 | -22/+36 |
2014-11-07 | Fix zip install | Ethan Yonker | 1 | -26/+1 |
2014-10-08 | performance profile support | Tom Hite | 1 | -0/+4 |
2014-09-03 | add mtp responder to TWRP. | bigbiff bigbiff | 1 | -1/+26 |
2014-08-10 | Support reading since_epoch and secondary brightness files | xNUTx | 1 | -0/+5 |
2014-07-09 | Implement "take a screenshot" feature | Vojtech Bocek | 1 | -0/+49 |
2014-07-07 | Refresh after partition changes | jrior001 | 1 | -2/+2 |
2014-06-04 | Whitespace and minor code cleanup | Matt Mower | 1 | -11/+11 |
2014-06-04 | Add options to repair or change file system | Ethan Yonker | 1 | -0/+133 |
2014-04-16 | Add support for actions triggered by key combination | Vojtech Bocek | 1 | -11/+43 |
2014-04-04 | Allow building of an OEM friendly TWRP | Ethan Yonker | 1 | -1/+2 |
2014-02-26 | Allow sideloading from /tmp | Ethan Yonker | 1 | -4/+5 |
2014-02-16 | Remove some unneeded code | Ethan Yonker | 1 | -79/+8 |
2014-02-12 | Cache results of GUIObject::isConditionTrue() | Vojtech Bocek | 1 | -7/+4 |
2014-02-12 | Conditional -> GUIObject and make all gui objects children of GUIObject | Vojtech Bocek | 1 | -1/+1 |
2014-02-07 | Expansion of vibrate options | Ethan Yonker | 1 | -1/+1 |
2014-02-06 | Add haptic feedback | Samer Diab (S.a.M.e.R_d) | 1 | -0/+6 |
2013-11-26 | Update partition sizes after sideload | Dees Troy | 1 | -0/+1 |
2013-09-12 | Add TWFunc::Exec_Cmd() with no 'result' agrument | Vojtech Bocek | 1 | -14/+10 |
2013-09-12 | Make fixing su perms automatic | Dees Troy | 1 | -2/+3 |
2013-09-12 | Pull ROM info from build.prop for backup names | Dees Troy | 1 | -2/+23 |
2013-08-25 | Add a TW_NO_TIMEOUT option | Ricardo Gomez | 1 | -1/+6 |
2013-08-24 | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 1 | -249/+249 |
2013-07-01 | Fix some issues with wipe partition list | Dees_Troy | 1 | -0/+7 |
2013-06-22 | Support encrypted backup files | Dees_Troy | 1 | -4/+33 |
2013-04-04 | Add new SliderValue GUI widget | Vojtech Bocek | 1 | -0/+27 |
2013-04-04 | Move all AOSP code out of recovery binary | Dees_Troy | 1 | -61/+67 |
2013-03-30 | Add partition list GUI element | Dees_Troy | 1 | -1/+62 |
2013-02-21 | Check for root and root perms and offer to install/fix | Dees_Troy | 1 | -19/+39 |
2013-02-13 | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 1 | -0/+3 |
2013-01-28 | Remove thread logging from actions.cpp | Dees_Troy | 1 | -3/+0 |
2013-01-25 | adding sideload page with wipe cache and dalvik | bigbiff bigbiff | 1 | -3/+9 |
2013-01-25 | Use GUI for ORS instead of console only | Dees_Troy | 1 | -23/+30 |
2013-01-24 | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 1 | -0/+12 |
2013-01-24 | change tar create to pthread | bigbiff bigbiff | 1 | -1/+2 |
2013-01-18 | Improve ORS sideload to display GUI with cancel button | Dees_Troy | 1 | -2/+4 |
2013-01-16 | Fix problems with thread creation on some devices | Dees_Troy | 1 | -1/+35 |
2013-01-09 | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 1 | -28/+29 |
2012-10-16 | Update injecttwrp for Epic 4G Touch | Dees_Troy | 1 | -1/+23 |
2012-10-10 | Finalize 2.3.0.0 | Dees_Troy | 1 | -14/+4 |
2012-10-01 | Fix output of version number | Dees_Troy | 1 | -1/+0 |
2012-09-27 | Save version number to storage | Dees_Troy | 1 | -0/+1 |
2012-09-27 | Update sdcard partitioning to C++ | Dees_Troy | 1 | -68/+4 |
2012-09-27 | Port backup name checking to Partition Manager | Dees_Troy | 1 | -3/+2 |
2012-09-27 | Port reboot functions to C++ | Dees_Troy | 1 | -12/+11 |
2012-09-26 | Add option to wipe android secure | Dees_Troy | 1 | -0/+2 |
2012-09-26 | Fix permissions updates | Dees_Troy | 1 | -8/+17 |
2012-09-26 | Fix SDCard partitioning | Dees_Troy | 1 | -3/+11 |
2012-09-20 | Add and improve OpenRecoveryScript support | Dees_Troy | 1 | -3/+3 |
2012-09-19 | Fix ext storage and zip paths | Dees_Troy | 1 | -0/+26 |
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 | 1 | -4/+30 |
2012-09-18 | Cleanup extra-functions | Dees_Troy | 1 | -27/+13 |
2012-09-17 | Update backup and restore code, adb sideload | Dees_Troy | 1 | -5/+38 |
2012-09-14 | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 1 | -39/+34 |
2012-09-12 | Make text appear in GUI console, Zip install works. | Dees_Troy | 1 | -0/+3 |
2012-09-11 | Zip install works again | Dees_Troy | 1 | -9/+14 |
2012-09-10 | Improve storage size code, mount, unmount | Dees_Troy | 1 | -15/+7 |
2012-09-07 | Add processing of fstab, mounting, and decrypt | Dees_Troy | 1 | -20/+20 |
2012-09-06 | Hax to make it boot | Dees_Troy | 1 | -4/+4 |
2012-09-05 | TWRP-ify AOSP code | Dees_Troy | 1 | -0/+1134 |