1. 76bbd3a Add option to uninstall TWRP app from /system by Ethan Yonker · 5 years ago
  2. 53796e7 Use magiskboot to repack the boot partition by Ethan Yonker · 5 years ago
  3. a9dd9f0 gui: preserve order of gui_print vs gui_msg by that · 7 years ago
  4. 9472ba1 gui: Actions: Toggle backlight on power key by Matt Mower · 8 years ago
  5. a8a89d1 Whitespace cleanup by Matt Mower · 8 years ago
  6. dcd1e44 Support theme width and height offsets by James Christopher Adduono · 8 years ago
  7. b4bff5e Add TWRP app install via TWRP recovery by Ethan Yonker · 8 years ago
  8. 1b19016 Add boot slot support by Ethan Yonker · 8 years ago
  9. 9a2a205 GUI: Add countdown & cancel to install auto-reboot by Matt Mower · 8 years ago
  10. 14138d9 gui: don't mix up display value with actual value by Sultan Qasim Khan · 8 years ago
  11. a5db712 Improve input box text handling by Ethan Yonker · 8 years ago
  12. db79f22 gui: remove unused struct translate_later_struct by that · 8 years ago
  13. b5fab76 Replace fix permissions with fix contexts for emulated storage by Ethan Yonker · 8 years ago
  14. dedbb7f Make listbox translation work by Ethan Yonker · 8 years ago
  15. 1964d19 gui: add terminal emulator by that · 8 years ago
  16. 8834a0f gui: add keyboard support for Ctrl layer and more special keys by that · 8 years ago
  17. b25a183 gui: PatternPassword: allow any N*N grid by Aleksa Sarai · 9 years ago
  18. 10ae24f get rid of console thread for OpenRecoveryScript by that · 9 years ago
  19. 74db157 Multiple Language Support by Ethan Yonker · 9 years ago
  20. 44925ad GUI TextBox by Ethan Yonker · 9 years ago
  21. d0514ba Fix a bunch of warnings by Ethan Yonker · 9 years ago
  22. b7a54a3 Allow text to scale to fit by Ethan Yonker · 9 years ago
  23. 8ab5c13 gui: support conditions for listbox items by that · 9 years ago
  24. 20fb95d gui: extract methods for condition list handling by that · 9 years ago
  25. 56ce332 Allow listbox to have a list of check boxes by Ethan Yonker · 9 years ago
  26. c01391c gui: allow listbox to be used as menu and as read-only list by that · 9 years ago
  27. f6b2066 gui: keyboard: support longpress label offset, code cleanup by that · 9 years ago
  28. f256b72 [WIP] gui: software drawn keyboard (code only) by that · 9 years ago
  29. a271915 Add resize2fs and ability to run resize2fs via GUI by Ethan Yonker · 9 years ago
  30. eb32b1f Mount system as read-only by default by Ethan Yonker · 9 years ago
  31. d86f49d gui: keyboard: introduce struct Layout and simplify caps handling by that · 9 years ago
  32. e79878b gui: keyboard: add HitTestKey method, minor simplifications by that · 9 years ago
  33. 6db855e gui: keyboard doesn't need its own action by that · 9 years ago
  34. 7e11ac5 Add UI for entering pattern for device decryption by Vojtech Bocek · 9 years ago
  35. b2e8f67 gui: support string resources by that · 9 years ago
  36. 8d46c09 gui: kinetic scrolling for console by that · 9 years ago
  37. 0af7795 gui: introduce virtual RenderItem method in ScrollList by that · 9 years ago
  38. ba75a0e gui: don't truncate values to 0 after scaling by that · 9 years ago
  39. a999821 gui: proportional scrollbars by that · 9 years ago
  40. 21ff02a GUI: Support styles in xml to reduce xml file size by Ethan Yonker · 9 years ago
  41. 9876ac3 gui: support scrollable lists without headers by that · 9 years ago
  42. f6ed8fc gui: make resources type safe by that · 9 years ago
  43. cfd6509 Retain and display previous selection for image flashing by Ethan Yonker · 9 years ago
  44. 05360ba gui: fix console lockup when scrolling by that · 9 years ago
  45. 0a3a98f Unify scrollable list code by Ethan Yonker · 9 years ago
  46. 1a7ba97 gui: simplify code in GUIKeyboard by that · 9 years ago
  47. f37aec2 gui: fix hardware keyboard by that · 9 years ago
  48. 73a5295 gui: run cancel action in another thread by that · 9 years ago
  49. f8194e2 gui: fix IsInRegion by that · 9 years ago
  50. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  51. 751a85e Allow for X and Y offsets in GUI by Ethan Yonker · 10 years ago
  52. 0d47eb5 Improve GUI handling of zip flashing by Ethan Yonker · 9 years ago
  53. 96af84a Allow flashing of images via the GUI by Ethan Yonker · 9 years ago
  54. 7d3b54f gui: fix action threading if background thread is busy by that · 9 years ago
  55. c608548 Run some actions in a separate thread by that · 9 years ago
  56. 24e7eb7 Thread openrecoveryscript action to properly display action page by Ethan Yonker · 9 years ago
  57. cc8ddca fix adb sideload by that · 9 years ago
  58. 3f7b1ac gui: Move action functions to function pointer map. by that · 10 years ago
  59. 738be7a Use one mizip for all by Ethan Yonker · 10 years ago
  60. 18d7c98 Add possibility to use images as background or handle of slidevalue by Vojtech Bocek · 10 years ago
  61. bf2cb1c Color in the console by Ethan Yonker · 10 years ago
  62. 0b7fe50 Add support for actions triggered by key combination by Vojtech Bocek · 10 years ago
  63. 31218ec Add word wrap to console output and fix scrolling in console by Dees Troy · 10 years ago
  64. c3120d4 Add capslock support to keyboard by Ethan Yonker · 10 years ago
  65. 0722056 Cache results of GUIObject::isConditionTrue() by Vojtech Bocek · 10 years ago
  66. ede51c5 Conditional -> GUIObject and make all gui objects children of GUIObject by Vojtech Bocek · 10 years ago
  67. 1fc30fc Implement mouse cursor by Vojtech Bocek · 10 years ago
  68. 71e9b04 Add haptic feedback by Samer Diab (S.a.M.e.R_d) · 10 years ago
  69. 3be70a8 Update licenses to all match by Dees Troy · 11 years ago
  70. 6041a78 Add conditions support to GUIImage by Vojtech Bocek · 11 years ago
  71. b21cc64 Pull ROM info from build.prop for backup names by Dees Troy · 11 years ago
  72. b7ae098 Kang in older minzip for building in CM9 & CM7 by Dees Troy · 11 years ago
  73. fafb0c5 Unify indentation and little clean-up in TWRP files by Vojtech Bocek · 11 years ago
  74. 8593234 Add new SliderValue GUI widget by Vojtech Bocek · 11 years ago
  75. a13d74f Add partition list GUI element by Dees_Troy · 11 years ago
  76. 146d72a Remove mutex from file seselector by Dees_Troy · 11 years ago
  77. 4622cf9 More file selector fixes by Dees_Troy · 11 years ago
  78. c0583f5 Fix file selector crash by Dees_Troy · 11 years ago
  79. 58f5cf0 Copy fast scroll feature to listbox by Dees_Troy · 11 years ago
  80. 7cc278b Add fast scroll bar to fileselector by Vojtech Bocek · 11 years ago
  81. eead985 Update listbox code by Dees_Troy · 11 years ago
  82. e7585ca Add highlight to file selector by Dees_Troy · 11 years ago
  83. 1a7a667 Add button highlight by Dees_Troy · 11 years ago
  84. 30b962e Add keyboard key highlight by Dees_Troy · 12 years ago
  85. 4d12f96 Add ability for buttons to have highlights on touch by Dees_Troy · 12 years ago
  86. 657c309 Zip install works again by Dees_Troy · 12 years ago
  87. 51a0e82 TWRP-ify AOSP code by Dees_Troy · 12 years ago