| Commit message (Expand) | Author | Age | Files | Lines |
* | GUI: Use valid XML syntax | Matt Mower | 2015-03-05 | 22 | -128/+128 |
* | GUI: Restore text input field for restore decrypt | Matt Mower | 2015-02-25 | 1 | -0/+1 |
* | gui: fix missing icons in fileselector | that | 2015-02-23 | 1 | -6/+6 |
* | Theme: Add ability to disable size checking before backup | bigbiff | 2015-02-23 | 13 | -3/+33 |
* | gui: don't truncate values to 0 after scaling | that | 2015-02-23 | 3 | -4/+8 |
* | Fix reboot system on watch theme | Ethan Yonker | 2015-02-23 | 1 | -1/+1 |
* | gui: proportional scrollbars | that | 2015-02-21 | 2 | -53/+63 |
* | GUI: Support styles in xml to reduce xml file size | Ethan Yonker | 2015-02-21 | 25 | -2977/+1055 |
* | gui: make kinetic scrolling deceleration more awesome | that | 2015-02-15 | 1 | -8/+10 |
* | gui: support scrollable lists without headers | that | 2015-02-15 | 2 | -175/+77 |
* | gui: make resources type safe | that | 2015-02-15 | 21 | -407/+254 |
* | Retain and display previous selection for image flashing | Ethan Yonker | 2015-02-15 | 2 | -7/+7 |
* | gui: fix condition handling for lists | that | 2015-02-13 | 3 | -6/+6 |
* | Scale the GUI to fit the screen | Ethan Yonker | 2015-02-10 | 32 | -149/+322 |
* | Remove deletes for images from scroll list GUI Elements | Ethan Yonker | 2015-02-10 | 6 | -12/+0 |
* | gui: avoid high CPU usage while waiting for input | that | 2015-02-09 | 2 | -12/+25 |
* | Reset data manager variables before running runPages | Ethan Yonker | 2015-02-09 | 1 | -1/+3 |
* | gui: fix console lockup when scrolling | that | 2015-02-06 | 2 | -17/+17 |
* | gui: make kinetic scrolling more natural | that | 2015-02-06 | 1 | -2/+2 |
* | Unify scrollable list code | Ethan Yonker | 2015-02-05 | 6 | -2434/+1173 |
* | Disable stock recovery replacing TWRP during ORS | Ethan Yonker | 2015-02-02 | 1 | -0/+2 |
* | gui: simplify code in GUIKeyboard | that | 2015-02-01 | 2 | -131/+73 |
* | gui: fix potential invalid memory access | that | 2015-02-01 | 1 | -5/+1 |
* | gui: fix hardware keyboard | that | 2015-02-01 | 3 | -73/+64 |
* | gui: fix lag (and event logging) | that | 2015-02-01 | 1 | -18/+18 |
* | gui: run cancel action in another thread | that | 2015-01-30 | 2 | -52/+79 |
* | gui: move input handling into a class | that | 2015-01-30 | 2 | -221/+244 |
* | Move input handling into the main thread | Ethan Yonker | 2015-01-30 | 2 | -181/+552 |
* | gui: fix IsInRegion | that | 2015-01-29 | 2 | -5/+5 |
* | Use macro to add actions to the action map | Vojtech Bocek | 2015-01-29 | 1 | -56/+58 |
* | Use TWAtomicInt in gui.cpp to make it thread safe | Ethan Yonker | 2015-01-27 | 1 | -35/+23 |
* | Add cancel backup capability. | bigbiff | 2015-01-27 | 6 | -10/+119 |
* | Use /twres instead of /res for theme resources | Dees Troy | 2015-01-22 | 5 | -19/+23 |
* | Hide some non critical error messages | Ethan Yonker | 2015-01-22 | 1 | -1/+1 |
* | Move ORS command line into main thread | Ethan Yonker | 2015-01-22 | 2 | -140/+111 |
* | gui: clean up error handling in resource manager | that | 2015-01-18 | 1 | -61/+24 |
* | Fix handling of custom themes after decrypt | Ethan Yonker | 2015-01-13 | 3 | -34/+41 |
* | Fix some crashes during theme (re)loading | Vojtech Bocek | 2015-01-12 | 3 | -15/+29 |
* | Fix some actions being incorrectly threaded | Vojtech Bocek | 2015-01-12 | 1 | -1/+1 |
* | gui: simplify blanktimer | that | 2015-01-11 | 7 | -142/+76 |
* | Allow for X and Y offsets in GUI | Ethan Yonker | 2015-01-09 | 6 | -5/+37 |
* | Merge "Use power button to go back in watch themes" into android-5.0 | Dees Troy | 2015-01-09 | 3 | -3/+3 |
|\ |
|
| * | Use power button to go back in watch themes | Vojtech Bocek | 2015-01-09 | 3 | -3/+3 |
* | | Improve GUI handling of zip flashing | Ethan Yonker | 2015-01-09 | 2 | -12/+10 |
* | | Allow flashing of images via the GUI | Ethan Yonker | 2015-01-09 | 25 | -11/+565 |
* | | gui: fix action threading if background thread is busy | that | 2015-01-09 | 2 | -11/+16 |
|/ |
|
* | Run some actions in a separate thread | that | 2015-01-09 | 2 | -158/+217 |
* | Thread openrecoveryscript action to properly display action page | Ethan Yonker | 2015-01-05 | 2 | -22/+39 |
* | fix adb sideload | that | 2015-01-04 | 2 | -82/+89 |
* | Fix GUIAction::operation_start | Ethan Yonker | 2015-01-03 | 1 | -1/+1 |
* | gui: remove dead build flag TWRP_SIMULATE_ACTIONS | that | 2015-01-01 | 1 | -6/+0 |
* | gui: Move action functions to function pointer map. | that | 2014-12-30 | 2 | -1060/+1149 |
* | gui: fix DEVICE_RESOLUTION warnings in Android.mk | that | 2014-12-29 | 1 | -12/+12 |
* | fixPermissions: simplify code, fix bugs | that | 2014-12-22 | 3 | -30/+201 |
* | Allow non datamedia devices to wipe encryption | Ethan Yonker | 2014-12-21 | 3 | -12/+75 |
* | MTP add/remove storage instead of disabling MTP | Ethan Yonker | 2014-12-19 | 2 | -0/+2 |
* | Toggle MTP during ADB sideload | Ethan Yonker | 2014-12-18 | 1 | -0/+2 |
* | Fix adb sideload page on 1440x2560 layout | Ethan Yonker | 2014-12-18 | 1 | -2/+2 |
* | Improve resource error logging | Ethan Yonker | 2014-12-12 | 1 | -10/+21 |
* | Attempt to set the proper uid/gid/contexts on new files and dirs | Ethan Yonker | 2014-12-12 | 2 | -1/+9 |
* | make header layout more readable for 1440x2560 | bigbiff | 2014-12-10 | 1 | -2/+2 |
* | Use one mizip for all | Ethan Yonker | 2014-12-10 | 7 | -49/+0 |
* | Fix slidervalue not showing up in some cases | Ethan Yonker | 2014-12-09 | 1 | -1/+1 |
* | bootable recovery: we upgraded to 5.0.1 | erikcas | 2014-12-03 | 1 | -1/+1 |
* | Make the android-5.0 branch compile in 4.4 to 4.1 | Ethan Yonker | 2014-12-02 | 2 | -0/+23 |
* | Thanks to _that, return null if vector is empty | bigbiff | 2014-11-16 | 2 | -3/+2 |
* | Make TWRP compile for arm64 | Ethan Yonker | 2014-11-12 | 1 | -0/+2 |
* | update theme thanks to Alexey71 on xda. | bigbiff | 2014-11-12 | 1 | -30/+30 |
* | Make custom themes work again | Ethan Yonker | 2014-11-08 | 2 | -4/+25 |
* | Update adb sideload feature | Ethan Yonker | 2014-11-08 | 1 | -22/+36 |
* | Fix zip install | Ethan Yonker | 2014-11-07 | 1 | -26/+1 |
* | Disable custom theme and fix png loading | Ethan Yonker | 2014-11-07 | 1 | -1/+1 |
* | Fix crash when rapid firing command line commands | Ethan Yonker | 2014-10-22 | 1 | -0/+4 |
* | gui: Disable unnecessary checks if TW_CUSTOM_THEME is defined | HandyMenny | 2014-10-20 | 1 | -6/+8 |
* | Fix placement of Android Secure and SD-EXT on wipe page | Captain Throwback | 2014-10-20 | 3 | -31/+31 |
* | Update reference to 24-hour clock | Captain Throwback | 2014-10-14 | 3 | -3/+3 |
* | display cpu temperature in twrp | Jenkins | 2014-10-14 | 19 | -21/+192 |
* | Add support for TrueType fonts | Vojtech Bocek | 2014-10-14 | 30 | -58/+133 |
* | performance profile support | Tom Hite | 2014-10-08 | 1 | -0/+4 |
* | Attempt to automatically identify data/media devices | Ethan Yonker | 2014-09-20 | 1 | -6/+0 |
* | Build block TWRP with RECOVERY_VARIANT | Matt Mower | 2014-09-03 | 1 | -2/+2 |
* | Refresh partition details after changing file system | Dees Troy | 2014-09-03 | 3 | -18/+78 |
* | add mtp responder to TWRP. | bigbiff bigbiff | 2014-09-03 | 5 | -2/+120 |
* | Support reading since_epoch and secondary brightness files | xNUTx | 2014-08-10 | 6 | -34/+21 |
* | Add command line capabilities | Ethan Yonker | 2014-08-09 | 5 | -2/+123 |
* | Add possibility to use images as background or handle of slidevalue | Vojtech Bocek | 2014-08-07 | 2 | -21/+67 |
* | update 1440x2560 keyboard mapping | bigbiff bigbiff | 2014-08-07 | 1 | -16/+16 |
* | Allow using variables and addition/subtraction in variables | Ethan Yonker | 2014-08-07 | 2 | -18/+44 |
* | Add 280x280 theme | Ethan Yonker | 2014-08-04 | 35 | -1/+407 |
* | Minor tweaks to watch ui.xml files | Ethan Yonker | 2014-07-30 | 2 | -8/+5 |
* | Add 320x320 theme and split out watch.xml for square watch layout | Ethan Yonker | 2014-07-30 | 37 | -3836/+4252 |
* | Update 240x240 theme | Ethan Yonker | 2014-07-29 | 2 | -243/+647 |
* | add 1440x2560 theme to TWRP | big biff | 2014-07-29 | 37 | -3/+422 |
* | Revert "add 1440x2560 theme to TWRP" | Dees Troy | 2014-07-29 | 38 | -422/+3 |
* | add 1440x2560 theme to TWRP | bigbiff bigbiff | 2014-07-28 | 38 | -3/+422 |
* | Allow ui.xml to include additional xml files to read | Ethan Yonker | 2014-07-28 | 22 | -58184/+7988 |
* | Implement "take a screenshot" feature | Vojtech Bocek | 2014-07-09 | 16 | -0/+154 |
* | Track backup and restore progress | Ethan Yonker | 2014-07-09 | 15 | -2/+272 |
* | Color in the console | Ethan Yonker | 2014-07-09 | 19 | -15/+99 |
* | Refresh after partition changes | jrior001 | 2014-07-07 | 1 | -2/+2 |
* | GUI: Add -fno-strict-aliasing to GUI for Vanir | Motorhead1991 | 2014-06-30 | 1 | -0/+2 |
* | Whitespace and minor code cleanup | Matt Mower | 2014-06-04 | 52 | -2096/+144 |
* | Add options to repair or change file system | Ethan Yonker | 2014-06-04 | 16 | -41/+5213 |
* | Make blank timer read brightness path from data manager | Ethan Yonker | 2014-04-16 | 2 | -10/+4 |
* | Add support for actions triggered by key combination | Vojtech Bocek | 2014-04-16 | 6 | -47/+116 |
* | Support alternative .android_secure location | Matt Mower | 2014-04-16 | 17 | -17/+68 |
* | Allow device files to specify a custom theme | Ethan Yonker | 2014-04-15 | 1 | -3/+8 |
* | Improve handling of shell symlink in recovery ramdisk | Ethan Yonker | 2014-04-15 | 1 | -11/+6 |
* | Fix touch on Sprint HTC One m8 | Dees Troy | 2014-04-15 | 1 | -8/+10 |
* | Add option to build TWRP with toolbox instead of busybox | Ethan Yonker | 2014-04-04 | 1 | -0/+11 |
* | Allow building of an OEM friendly TWRP | Ethan Yonker | 2014-04-04 | 3 | -4/+10 |
* | Refresh page after updating partition sizes | Matt Mower | 2014-04-02 | 16 | -16/+64 |
* | Convert 1600x2560 ui.xml to unix line endings | Matt Mower | 2014-04-02 | 1 | -3928/+3929 |
* | add 1600x2560 to TWRP. Thanks to nrage123 and Gunthermic for creating | bigbiff bigbiff | 2014-03-24 | 35 | -0/+3928 |
* | Fix incorrect alignment of Restore Defaults button in some themes | Kra1o5 | 2014-03-10 | 8 | -64/+64 |
* | Remove size parameter from substr call | Ethan Yonker | 2014-03-07 | 1 | -1/+1 |
* | Fix "\n\n" string in gui_print(), remove unused gui_print_overwrite() | Vojtech Bocek | 2014-03-06 | 2 | -47/+8 |
* | Merge "Tweak 240x240 theme" into android-4.4 | Dees Troy | 2014-03-06 | 1 | -4/+6 |
|\ |
|
| * | Tweak 240x240 theme | Dees Troy | 2014-03-06 | 1 | -4/+6 |
* | | Fix wordwrap in console eating last char if str.size() == max_line_len | Vojtech Bocek | 2014-03-04 | 1 | -1/+1 |
|/ |
|
* | Merge "Allow sideloading from /tmp" into android-4.4 | Ethan Yonker | 2014-02-26 | 1 | -4/+5 |
|\ |
|
| * | Allow sideloading from /tmp | Ethan Yonker | 2014-02-26 | 1 | -4/+5 |
* | | Add word wrap to console output and fix scrolling in console | Dees Troy | 2014-02-26 | 2 | -42/+52 |
|/ |
|
* | Merge "Remove some unneeded code" into android-4.4 | Ethan Yonker | 2014-02-25 | 2 | -83/+8 |
|\ |
|
| * | Remove some unneeded code | Ethan Yonker | 2014-02-16 | 2 | -83/+8 |
* | | Add capslock support to keyboard | Ethan Yonker | 2014-02-17 | 16 | -17/+112 |
|/ |
|
* | Cache results of GUIObject::isConditionTrue() | Vojtech Bocek | 2014-02-12 | 11 | -44/+65 |
* | Properly delete all GUIObjects and pages on theme reload | Vojtech Bocek | 2014-02-12 | 4 | -7/+31 |
* | Conditional -> GUIObject and make all gui objects children of GUIObject | Vojtech Bocek | 2014-02-12 | 19 | -42/+119 |
* | Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist | Vojtech Bocek | 2014-02-08 | 4 | -0/+10 |
* | Merge "Add option to print render time of each frame to log file" into android-4.4 | Dees Troy | 2014-02-07 | 1 | -0/+27 |
|\ |
|
| * | Add option to print render time of each frame to log file | Vojtech Bocek | 2014-02-06 | 1 | -0/+27 |
* | | Implement mouse cursor | Vojtech Bocek | 2014-02-07 | 34 | -4/+384 |
* | | Expansion of vibrate options | Ethan Yonker | 2014-02-07 | 18 | -51/+783 |
* | | Add haptic feedback | Samer Diab (S.a.M.e.R_d) | 2014-02-06 | 6 | -1/+55 |
|/ |
|
* | Don't switch between fast and normal scroll during drag in listviews | Vojtech Bocek | 2014-01-29 | 2 | -4/+12 |
* | Force GUI render after setting brightness | Matt Mower | 2014-01-21 | 1 | -0/+1 |
* | Initial 240x240 theme | masteroftime | 2014-01-15 | 34 | -0/+3821 |
* | Fix white point on top-bar images in some themes | Kra1o5 | 2014-01-14 | 3 | -0/+0 |
* | Add support for persistent variables in theme's <variables> section | Vojtech Bocek | 2013-12-07 | 1 | -5/+10 |
* | Fix render issue when button has conditional | Dees Troy | 2013-11-29 | 1 | -5/+9 |
* | Update partition sizes after sideload | Dees Troy | 2013-11-26 | 1 | -0/+1 |
* | Add check for making sure theme exists for device | bigbiff bigbiff | 2013-11-16 | 1 | -1/+9 |
* | Add warning if DEVICE_RESOLUTION is not set in BoardConfig.mk | bigbiff bigbiff | 2013-11-16 | 1 | -0/+8 |
* | Update licenses to all match | Dees Troy | 2013-10-22 | 6 | -49/+85 |
* | Add conditions support to GUIImage | Vojtech Bocek | 2013-10-11 | 2 | -2/+5 |
* | Add 1200x1920 theme | Vojtech Bocek | 2013-09-12 | 34 | -0/+3862 |
* | Add TWFunc::Exec_Cmd() with no 'result' agrument | Vojtech Bocek | 2013-09-12 | 1 | -14/+10 |
* | Make fixing su perms automatic | Dees Troy | 2013-09-12 | 14 | -704/+3 |
* | Pull ROM info from build.prop for backup names | Dees Troy | 2013-09-12 | 16 | -101/+237 |
* | Kang in older minzip for building in CM9 & CM7 | Dees Troy | 2013-09-10 | 6 | -1/+29 |
* | Fix backup list height on 1080x1920 | Dees_Troy | 2013-08-30 | 1 | -1/+1 |
* | Add a TW_NO_TIMEOUT option | Ricardo Gomez | 2013-08-25 | 17 | -2/+84 |
* | Unify indentation and little clean-up in TWRP files | Vojtech Bocek | 2013-08-24 | 23 | -3294/+3327 |
* | Add ability to run scripts after screen timeout/wake | Dees_Troy | 2013-08-24 | 1 | -0/+2 |
* | Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" | Dees_Troy | 2013-08-24 | 1 | -3/+1 |
* | Remove graphics.c from libguitwrp | Dees_Troy | 2013-08-22 | 1 | -2/+2 |
* | Fix touch not working due to gr_fb_width returning 0 in some cases | Dees_Troy | 2013-08-11 | 1 | -1/+3 |
* | Fix background image for 1920x1200 | Dees_Troy | 2013-07-06 | 1 | -0/+0 |
* | Update themes | Dees_Troy | 2013-07-05 | 44 | -162/+180 |
* | Merge changes I0d9133d6,I10355093 into twrp2.5 | Dees Troy | 2013-07-01 | 4 | -0/+15 |
|\ |
|
| * | Do not render the GUI when the blanktimer turns off the display. | gordon1337 | 2013-06-08 | 3 | -0/+14 |
| * | Console Render Bug caused by touch drag event | gordon1337 | 2013-06-08 | 1 | -0/+1 |
* | | Fix some issues with wipe partition list | Dees_Troy | 2013-07-01 | 1 | -0/+7 |
* | | Support encrypted backup files | Dees_Troy | 2013-06-22 | 14 | -162/+4083 |
|/ |
|
* | Improve handling of XML errors for fix permissions | Dees_Troy | 2013-04-05 | 2 | -10/+29 |
* | Add new SliderValue GUI widget | Vojtech Bocek | 2013-04-04 | 18 | -1008/+992 |
* | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 22 | -183/+165 |
* | Add partition list GUI element | Dees_Troy | 2013-03-30 | 69 | -8239/+8596 |
* | Merge "add no fb blanking Change-Id: Iaf771257d8f904807ca6f6c1a6c3d7993abadb85" into twrp2.4 | Dees Troy | 2013-03-12 | 2 | -0/+7 |
|\ |
|
| * | add no fb blanking | bigbiff bigbiff | 2013-03-11 | 2 | -0/+7 |
* | | Remove unused fonts from 320x480 | Dees_Troy | 2013-03-11 | 3 | -0/+0 |
* | | Remove mutex from file seselector | Dees_Troy | 2013-03-11 | 2 | -13/+4 |
|/ |
|
* | More file selector fixes | Dees_Troy | 2013-03-04 | 2 | -12/+31 |
* | Merge "Add 2 second pre-dim and bugfix blank timer" into twrp2.4 | Dees_Troy | 2013-03-01 | 2 | -27/+33 |
|\ |
|
| * | Add 2 second pre-dim and bugfix blank timer | Dees_Troy | 2013-03-01 | 2 | -27/+33 |
* | | Fix file selector crash | Dees_Troy | 2013-02-28 | 2 | -13/+19 |
|/ |
|
* | Load user saved setting for blank timer on recovery startup | bigbiff bigbiff | 2013-02-28 | 2 | -1/+4 |
* | Copy fast scroll feature to listbox | Dees_Troy | 2013-02-27 | 2 | -2/+101 |
* | Add fast scroll bar to fileselector | Vojtech Bocek | 2013-02-27 | 14 | -2/+256 |
* | Remove ignore image size setting | Dees_Troy | 2013-02-21 | 12 | -122/+175 |
* | Check for root and root perms and offer to install/fix | Dees_Troy | 2013-02-21 | 14 | -31/+1665 |
* | add military time option | bigbiff bigbiff | 2013-02-21 | 12 | -1/+98 |
* | Configurable timeout and brightness settings | Dees_Troy | 2013-02-20 | 14 | -314/+1663 |
* | Minor fix for listbox code | Dees_Troy | 2013-02-19 | 1 | -1/+1 |
* | Merge "Fix keyboard layout on 800x1280" into twrp2.4 | Dees Troy | 2013-02-19 | 1 | -6/+6 |
|\ |
|
| * | Fix keyboard layout on 800x1280 | Dees_Troy | 2013-02-15 | 1 | -6/+6 |
* | | Merge "Update listbox code" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -297/+656 |
|\| |
|
| * | Update listbox code | Dees_Troy | 2013-02-15 | 14 | -297/+656 |
* | | Merge "Add highlight to file selector" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -80/+236 |
|\| |
|
| * | Add highlight to file selector | Dees_Troy | 2013-02-15 | 14 | -80/+236 |
* | | Merge "Add button highlight" into twrp2.4 | Dees Troy | 2013-02-19 | 14 | -13/+1040 |
|\| |
|
| * | Add button highlight | Dees_Troy | 2013-02-15 | 14 | -13/+1040 |
* | | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 2013-02-13 | 6 | -480/+751 |
|/ |
|
* | file manager updates for exFAT | Dees_Troy | 2013-01-28 | 1 | -2/+9 |
* | Remove thread logging from actions.cpp | Dees_Troy | 2013-01-28 | 1 | -3/+0 |
* | Merge "Fix file manager displays empty list when folder is deleted" into twrp2.4 | Dees_Troy | 2013-01-28 | 1 | -14/+14 |
|\ |
|
| * | Fix file manager displays empty list when folder is deleted | Dees_Troy | 2013-01-25 | 1 | -14/+14 |
* | | adding sideload page with wipe cache and dalvik | bigbiff bigbiff | 2013-01-25 | 13 | -135/+741 |
|/ |
|
* | Use GUI for ORS instead of console only | Dees_Troy | 2013-01-25 | 14 | -207/+93 |
* | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 2013-01-24 | 1 | -0/+12 |
* | change tar create to pthread | bigbiff bigbiff | 2013-01-24 | 1 | -1/+2 |
* | Improve ORS sideload to display GUI with cancel button | Dees_Troy | 2013-01-18 | 3 | -5/+82 |
* | Fix problems with thread creation on some devices | Dees_Troy | 2013-01-16 | 1 | -1/+35 |
* | Increase char array sizes to allow for null char for strcpy | Dees_Troy | 2013-01-10 | 1 | -1/+1 |
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 2 | -29/+32 |
* | 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 |
* | 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 |
* | 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 |
* | Add reboot system button after sideload, backup, and restore | Dees_Troy | 2012-10-08 | 11 | -341/+385 |
* | 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 |
* | 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 |
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -3/+3 |
* | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 2 | -0/+29 |
* | 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 |
* | 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 |
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -39/+34 |
* | Make text appear in GUI console, Zip install works. | Dees_Troy | 2012-09-12 | 3 | -0/+9 |
* | 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 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 |