- 5d3e488 gui: Make framerate configurable by Alexander Winkowski · 2 years, 4 months ago
- 25062d7 Set data/recovery for Settings: complementary code by Fernando Oliveira · 1 year, 9 months ago
- 27d676a gui: permanence of custom theme after changing TWRP folder by Fernando Oliveira · 1 year, 10 months ago
- d81833a libtwrpgui: convert gui to use new ziparchive library by bigbiff · 3 years, 10 months ago
- c387622 bootable: Change how blank screen works by Sean hoyt · 6 years ago
- df8436b fastboot: implement fastbootd in twrp by bigbiff · 4 years, 2 months ago
- 1f78066 minuitwrp ev_init: delay start if specified in board by bigbiff · 4 years, 4 months ago
- 7ba7500 decrypt: AOSP 10 requires the use of fscrypt by bigbiff · 4 years, 7 months ago
- 0edce1a gui: Repair OEM build by Patrick Zacharias · 4 years, 5 months ago
- d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 8 months ago
- 64e0a65 Use listbox for device-specific advanced menu items by Ethan Yonker · 6 years ago
- 6e8c27a Support v2 fstab format by Ethan Yonker · 8 years ago
- 19fb79c ADB Backup: add ability for TWRP GUI to restore by bigbiff bigbiff · 8 years ago
- b68bff0 GUI: Mark local flip() function as static by Matt Mower · 8 years ago
- 9472ba1 gui: Actions: Toggle backlight on power key by Matt Mower · 9 years ago
- a8a89d1 Whitespace cleanup by Matt Mower · 8 years ago
- ce8f83c ADB: Add adb backup for TWRP. by bigbiff · 9 years ago
- 86404bd Stop trying to load /script/ui.xml by Ethan Yonker · 9 years ago
- 07926a3 Fix OEM compile by Ethan Yonker · 9 years ago
- b26c116 GUI: Set brightness after gr_init() by Matt Mower · 9 years ago
- fbb4353 Update minuitwrp graphics in line with latest minui by Ethan Yonker · 9 years ago
- 235c648 gui: use XML-based page for splash screen instead of a static jpg by that · 9 years ago
- afde098 Update mStartPage to make language selection work on other pages by Ethan Yonker · 9 years ago
- 1964d19 gui: add terminal emulator by that · 9 years ago
- 10ae24f get rid of console thread for OpenRecoveryScript by that · 9 years ago
- 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
- e0f1f3b Move reloading of theme outside of the action thread by Ethan Yonker · 9 years ago
- d0514ba Fix a bunch of warnings by Ethan Yonker · 9 years ago
- 1c27331 Allow multiple overlays by Ethan Yonker · 10 years ago
- 30fa335 Allow touch to use a key code to sync touch events by Ethan Yonker · 10 years ago
- 591b920 Reduce themes to 5 and rely on scaling by Ethan Yonker · 10 years ago
- b2e8f67 gui: support string resources by that · 10 years ago
- ba75a0e gui: don't truncate values to 0 after scaling by that · 10 years ago
- 63e414f Scale the GUI to fit the screen by Ethan Yonker · 10 years ago
- de72b6d gui: avoid high CPU usage while waiting for input by that · 10 years ago
- 3f15be4 Reset data manager variables before running runPages by Ethan Yonker · 10 years ago
- c5837f3 gui: fix lag (and event logging) by that · 10 years ago
- 9fa5153 gui: move input handling into a class by that · 10 years ago
- e13fa63 Move input handling into the main thread by Ethan Yonker · 10 years ago
- 0453695 Use TWAtomicInt in gui.cpp to make it thread safe by Ethan Yonker · 10 years ago
- 3454ade Use /twres instead of /res for theme resources by Dees Troy · 10 years ago
- fd0439e Move ORS command line into main thread by Ethan Yonker · 10 years ago
- cf50da5 Fix handling of custom themes after decrypt by Ethan Yonker · 10 years ago
- fb759d4 gui: simplify blanktimer by that · 10 years ago
- 751a85e Allow for X and Y offsets in GUI by Ethan Yonker · 10 years ago
- 738be7a Use one mizip for all by Ethan Yonker · 10 years ago
- ffbd6ff Fix crash when rapid firing command line commands by Ethan Yonker · 10 years ago
- 03a42f6 Add command line capabilities by Ethan Yonker · 10 years ago
- fb1c4ff Whitespace and minor code cleanup by Matt Mower · 11 years ago
- 0b7fe50 Add support for actions triggered by key combination by Vojtech Bocek · 11 years ago
- 1eba56f Fix touch on Sprint HTC One m8 by Dees Troy · 11 years ago
- 83e8257 Allow building of an OEM friendly TWRP by Ethan Yonker · 11 years ago
- 3b2be98 Merge "Add option to print render time of each frame to log file" into android-4.4 by Dees Troy · 11 years ago
- 1fc30fc Implement mouse cursor by Vojtech Bocek · 11 years ago
- e5ffcd1 Add option to print render time of each frame to log file by Vojtech Bocek · 11 years ago
- 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
- b7ae098 Kang in older minzip for building in CM9 & CM7 by Dees Troy · 11 years ago
- c9ecd44 Add a TW_NO_TIMEOUT option by Ricardo Gomez · 11 years ago
- fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
- b7ecc09 Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" by Dees_Troy · 11 years ago
- 70e1129 Fix touch not working due to gr_fb_width returning 0 in some cases by Dees_Troy · 11 years ago
- 34614eb Improve handling of XML errors for fix permissions by Dees_Troy · 12 years ago
- 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 12 years ago
- f8e2f37 Load user saved setting for blank timer on recovery startup by bigbiff bigbiff · 12 years ago
- 6ef6635 Check for root and root perms and offer to install/fix by Dees_Troy · 12 years ago
- 8a68c31 This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. by bigbiff bigbiff · 12 years ago
- 6ed34b7 Use GUI for ORS instead of console only by Dees_Troy · 12 years ago
- 4bc09ae Improve ORS sideload to display GUI with cancel button by Dees_Troy · 12 years ago
- c8b199c Change curtain to file and remove curtain raise by Dees_Troy · 12 years ago
- 5bf4392 Add processing of fstab, mounting, and decrypt by Dees_Troy · 12 years ago
- 51a0e82 TWRP-ify AOSP code by Dees_Troy · 12 years ago