summaryrefslogtreecommitdiffstats
path: root/gui (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-16Thanks to _that, return null if vector is emptybigbiff2-3/+2
2014-11-12Make TWRP compile for arm64Ethan Yonker1-0/+2
2014-11-12update theme thanks to Alexey71 on xda.bigbiff1-30/+30
2014-11-08Make custom themes work againEthan Yonker2-4/+25
2014-11-08Update adb sideload featureEthan Yonker1-22/+36
2014-11-07Fix zip installEthan Yonker1-26/+1
2014-11-07Disable custom theme and fix png loadingEthan Yonker1-1/+1
2014-10-22Fix crash when rapid firing command line commandsEthan Yonker1-0/+4
2014-10-20gui: Disable unnecessary checks if TW_CUSTOM_THEME is definedHandyMenny1-6/+8
2014-10-20Fix placement of Android Secure and SD-EXT on wipe pageCaptain Throwback3-31/+31
2014-10-14Update reference to 24-hour clockCaptain Throwback3-3/+3
2014-10-14display cpu temperature in twrpJenkins19-21/+192
2014-10-14Add support for TrueType fontsVojtech Bocek30-58/+133
2014-10-08performance profile supportTom Hite1-0/+4
2014-09-20Attempt to automatically identify data/media devicesEthan Yonker1-6/+0
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower1-2/+2
2014-09-03Refresh partition details after changing file systemDees Troy3-18/+78
2014-09-03add mtp responder to TWRP.bigbiff bigbiff5-2/+120
2014-08-10Support reading since_epoch and secondary brightness filesxNUTx6-34/+21
2014-08-09Add command line capabilitiesEthan Yonker5-2/+123
2014-08-07Add possibility to use images as background or handle of slidevalueVojtech Bocek2-21/+67
2014-08-07update 1440x2560 keyboard mappingbigbiff bigbiff1-16/+16
2014-08-07Allow using variables and addition/subtraction in variablesEthan Yonker2-18/+44
2014-08-04Add 280x280 themeEthan Yonker35-1/+407
2014-07-30Minor tweaks to watch ui.xml filesEthan Yonker2-8/+5
2014-07-30Add 320x320 theme and split out watch.xml for square watch layoutEthan Yonker37-3836/+4252
2014-07-29Update 240x240 themeEthan Yonker2-243/+647
2014-07-29add 1440x2560 theme to TWRPbig biff37-3/+422
2014-07-29Revert "add 1440x2560 theme to TWRP"Dees Troy38-422/+3
2014-07-28add 1440x2560 theme to TWRPbigbiff bigbiff38-3/+422
2014-07-28Allow ui.xml to include additional xml files to readEthan Yonker22-58184/+7988
2014-07-09Implement "take a screenshot" featureVojtech Bocek16-0/+154
2014-07-09Track backup and restore progressEthan Yonker15-2/+272
2014-07-09Color in the consoleEthan Yonker19-15/+99
2014-07-07Refresh after partition changesjrior0011-2/+2
2014-06-30GUI: Add -fno-strict-aliasing to GUI for VanirMotorhead19911-0/+2
2014-06-04Whitespace and minor code cleanupMatt Mower52-2096/+144
2014-06-04Add options to repair or change file systemEthan Yonker16-41/+5213
2014-04-16Make blank timer read brightness path from data managerEthan Yonker2-10/+4
2014-04-16Add support for actions triggered by key combinationVojtech Bocek6-47/+116
2014-04-16Support alternative .android_secure locationMatt Mower17-17/+68
2014-04-15Allow device files to specify a custom themeEthan Yonker1-3/+8
2014-04-15Improve handling of shell symlink in recovery ramdiskEthan Yonker1-11/+6
2014-04-15Fix touch on Sprint HTC One m8Dees Troy1-8/+10
2014-04-04Add option to build TWRP with toolbox instead of busyboxEthan Yonker1-0/+11
2014-04-04Allow building of an OEM friendly TWRPEthan Yonker3-4/+10
2014-04-02Refresh page after updating partition sizesMatt Mower16-16/+64
2014-04-02Convert 1600x2560 ui.xml to unix line endingsMatt Mower1-3928/+3929
2014-03-24add 1600x2560 to TWRP. Thanks to nrage123 and Gunthermic for creatingbigbiff bigbiff35-0/+3928
2014-03-10Fix incorrect alignment of Restore Defaults button in some themesKra1o58-64/+64
2014-03-07Remove size parameter from substr callEthan Yonker1-1/+1
2014-03-06Fix "\n\n" string in gui_print(), remove unused gui_print_overwrite()Vojtech Bocek2-47/+8
2014-03-06Tweak 240x240 themeDees Troy1-4/+6
2014-03-04Fix wordwrap in console eating last char if str.size() == max_line_lenVojtech Bocek1-1/+1
2014-02-26Allow sideloading from /tmpEthan Yonker1-4/+5
2014-02-26Add word wrap to console output and fix scrolling in consoleDees Troy2-42/+52
2014-02-17Add capslock support to keyboardEthan Yonker16-17/+112
2014-02-16Remove some unneeded codeEthan Yonker2-83/+8
2014-02-12Cache results of GUIObject::isConditionTrue()Vojtech Bocek11-44/+65
2014-02-12Properly delete all GUIObjects and pages on theme reloadVojtech Bocek4-7/+31
2014-02-12Conditional -> GUIObject and make all gui objects children of GUIObjectVojtech Bocek19-42/+119
2014-02-08Add vibrations to Checkbox, Fileselect, Listbox and PartitionlistVojtech Bocek4-0/+10
2014-02-07Implement mouse cursorVojtech Bocek34-4/+384
2014-02-07Expansion of vibrate optionsEthan Yonker18-51/+783
2014-02-06Add option to print render time of each frame to log fileVojtech Bocek1-0/+27
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)6-1/+55
2014-01-29Don't switch between fast and normal scroll during drag in listviewsVojtech Bocek2-4/+12
2014-01-21Force GUI render after setting brightnessMatt Mower1-0/+1
2014-01-15Initial 240x240 thememasteroftime34-0/+3821
2014-01-14Fix white point on top-bar images in some themesKra1o53-0/+0
2013-12-07Add support for persistent variables in theme's <variables> sectionVojtech Bocek1-5/+10
2013-11-29Fix render issue when button has conditionalDees Troy1-5/+9
2013-11-26Update partition sizes after sideloadDees Troy1-0/+1
2013-11-16Add check for making sure theme exists for devicebigbiff bigbiff1-1/+9
2013-11-16Add warning if DEVICE_RESOLUTION is not set in BoardConfig.mkbigbiff bigbiff1-0/+8
2013-10-24Update licenses to all matchDees Troy6-49/+85
2013-10-22Update licenses to all matchDees Troy6-49/+85
2013-10-11Add conditions support to GUIImageVojtech Bocek2-2/+5
2013-09-12Add 1200x1920 themeVojtech Bocek34-0/+3862
2013-09-12Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek1-14/+10
2013-09-12Make fixing su perms automaticDees Troy14-704/+3
2013-09-12Pull ROM info from build.prop for backup namesDees Troy16-101/+237
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy6-1/+29
2013-08-30Fix backup list height on 1080x1920Dees_Troy1-1/+1
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez17-2/+84
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek23-3294/+3327
2013-08-24Add ability to run scripts after screen timeout/wakeDees_Troy1-0/+2
2013-08-24Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy1-3/+1
2013-08-22Remove graphics.c from libguitwrpDees_Troy1-2/+2
2013-08-11Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy1-1/+3
2013-07-06Fix background image for 1920x1200Dees_Troy1-0/+0
2013-07-05Update themesDees_Troy44-162/+180
2013-07-01Fix some issues with wipe partition listDees_Troy1-0/+7
2013-06-22Support encrypted backup filesDees_Troy14-162/+4083
2013-06-08Do not render the GUI when the blanktimer turns off the display.gordon13373-0/+14
2013-06-08Console Render Bug caused by touch drag eventgordon13371-0/+1
2013-04-05Improve handling of XML errors for fix permissionsDees_Troy2-10/+29
2013-04-04Add new SliderValue GUI widgetVojtech Bocek18-1008/+992
2013-04-04Move all AOSP code out of recovery binaryDees_Troy22-183/+165
2013-03-30Add partition list GUI elementDees_Troy69-8239/+8596
2013-03-11add no fb blankingbigbiff bigbiff2-0/+7
2013-03-11Remove unused fonts from 320x480Dees_Troy3-0/+0
2013-03-11Remove mutex from file seselectorDees_Troy2-13/+4
2013-03-04More file selector fixesDees_Troy2-12/+31
2013-03-01Add 2 second pre-dim and bugfix blank timerDees_Troy2-27/+33
2013-02-28Fix file selector crashDees_Troy2-13/+19
2013-02-28Load user saved setting for blank timer on recovery startupbigbiff bigbiff2-1/+4
2013-02-27Copy fast scroll feature to listboxDees_Troy2-2/+101
2013-02-27Add fast scroll bar to fileselectorVojtech Bocek14-2/+256
2013-02-21Remove ignore image size settingDees_Troy12-122/+175
2013-02-21Check for root and root perms and offer to install/fixDees_Troy14-31/+1665
2013-02-21add military time optionbigbiff bigbiff12-1/+98
2013-02-20Configurable timeout and brightness settingsDees_Troy14-314/+1663
2013-02-19Minor fix for listbox codeDees_Troy1-1/+1
2013-02-15Fix keyboard layout on 800x1280Dees_Troy1-6/+6
2013-02-15Update listbox codeDees_Troy14-297/+656
2013-02-15Add highlight to file selectorDees_Troy14-80/+236
2013-02-15Add button highlightDees_Troy14-13/+1040
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff6-480/+751
2013-01-28file manager updates for exFATDees_Troy1-2/+9
2013-01-28Remove thread logging from actions.cppDees_Troy1-3/+0
2013-01-25Fix file manager displays empty list when folder is deletedDees_Troy1-14/+14
2013-01-25adding sideload page with wipe cache and dalvikbigbiff bigbiff13-135/+741
2013-01-25Use GUI for ORS instead of console onlyDees_Troy14-207/+93
2013-01-24Convert AOSP commands to ORS for encrypted devicesDees_Troy1-0/+12
2013-01-24change tar create to pthreadbigbiff bigbiff1-1/+2
2013-01-18Improve ORS sideload to display GUI with cancel buttonDees_Troy3-5/+82
2013-01-16Fix problems with thread creation on some devicesDees_Troy1-1/+35
2013-01-10Increase char array sizes to allow for null char for strcpyDees_Troy1-1/+1
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2-29/+32
2012-12-18Fix keyboard layout on 800x1280 layoutDees_Troy1-1/+1
2012-12-18Fix defines on pages.hpp to not collide with pages.hDees_Troy1-4/+3
2012-11-22add Decrypt Data buttonGary Peck12-0/+144
2012-11-19Fix renaming of backups with spaces, 2.3.2.3Dees_Troy11-11/+11
2012-11-19Finish 2560x1600 themeDees_Troy41-120/+120
2012-11-15Fixes for multi-user in 4.2Dees_Troy51-11/+3634
2012-10-20Add keyboard key highlightDees_Troy14-15/+117
2012-10-19Add ability for buttons to have highlights on touchDees_Troy4-4/+66
2012-10-16Update injecttwrp for Epic 4G TouchDees_Troy1-1/+23
2012-10-15Fix weird keyboard problemDees_Troy1-3/+3
2012-10-10Remove text about fix perms taking a few minsDees_Troy11-22/+0
2012-10-10Finalize 2.3.0.0Dees_Troy1-14/+4
2012-10-08Add reboot system button after sideload, backup, and restoreDees_Troy11-341/+385
2012-10-08Fix exclamation point on 720x1280 themeDees_Troy1-2/+4
2012-10-01Fix output of version numberDees_Troy1-1/+0
2012-09-28Fix some derpsDees_Troy2-0/+1
2012-09-28Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy21-17/+169
2012-09-27Save version number to storageDees_Troy1-0/+1
2012-09-27Create symlinks at compile time for busyboxDees_Troy1-1/+2
2012-09-27Update sdcard partitioning to C++Dees_Troy1-68/+4
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-3/+2
2012-09-27Port reboot functions to C++Dees_Troy1-12/+11
2012-09-27Display symlinks and block devices in file managerDees_Troy1-1/+1
2012-09-26Add option to wipe android secureDees_Troy12-0/+200
2012-09-26Fix permissions updatesDees_Troy1-8/+17
2012-09-26Fix SDCard partitioningDees_Troy12-14/+22
2012-09-26Fix a problem with scrolling in the consoleDees_Troy1-1/+1
2012-09-26Allow spaces in backup namesDees_Troy11-22/+22
2012-09-26Unify portrait layouts againDees_Troy6-409/+404
2012-09-24Change curtain to file and remove curtain raiseDees_Troy23-31899/+6
2012-09-24Update tablet layouts with ADB sideloadDees_Troy5-2/+187
2012-09-22Fix 320x480 themeDees_Troy1-37/+37
2012-09-20Update portrait themes with ADB sideloadDees_Troy3-27/+141
2012-09-20Various fixesDees_Troy1-0/+38
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-3/+3
2012-09-19Fix ext storage and zip pathsDees_Troy2-0/+29
2012-09-19Improve adb sideload - use storage vs tmpDees_Troy1-11/+8
2012-09-19Improve adb sideload -- add cancelDees_Troy2-7/+97
2012-09-18Cleanup extra-functionsDees_Troy1-27/+13
2012-09-17Update backup and restore code, adb sideloadDees_Troy2-5/+53
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-39/+34
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy3-0/+9
2012-09-11Zip install works againDees_Troy2-10/+15
2012-09-10Improve storage size code, mount, unmountDees_Troy1-15/+7
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy5-935/+31
2012-09-06Hax to make it bootDees_Troy6-5/+919
2012-09-05TWRP-ify AOSP codeDees_Troy497-0/+83509