1. f5c2d6c Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aosp by Ethan Yonker · 9 years ago
  2. 7e11ac5 Add UI for entering pattern for device decryption by Vojtech Bocek · 9 years ago
  3. 30fa335 Allow touch to use a key code to sync touch events by Ethan Yonker · 9 years ago
  4. 4f6a976 Make TWRP compile for x86-64 CPU target by Ethan Yonker · 9 years ago
  5. 989709a GUI: Add monospace TTF by Matt Mower · 9 years ago
  6. 591b920 Reduce themes to 5 and rely on scaling by Ethan Yonker · 9 years ago
  7. 4142408 Handle sdk version 22 as lollipop by mar-v-in · 9 years ago
  8. 92084af toolbox: Cleanup Makefile by Matt Mower · 9 years ago
  9. 05ec1d4 Mount pstore filesystem while in recovery by Vojtech Bocek · 9 years ago
  10. 3041c88 Properly disable GGL_TEXTURE_2D after using it in minuitwrp by Vojtech Bocek · 9 years ago
  11. db378b6 Implement gr_line() and gr_render_circle() by Vojtech Bocek · 9 years ago
  12. b2e8f67 gui: support string resources by that · 9 years ago
  13. 0f42506 gui: allow specifying resource type in element name by that · 9 years ago
  14. 74ac606 gui: type safe resources part 2 by that · 9 years ago
  15. 18e13a9 gui: make scroll bars smaller and transparent by that · 9 years ago
  16. 8d46c09 gui: kinetic scrolling for console by that · 9 years ago
  17. 0af7795 gui: introduce virtual RenderItem method in ScrollList by that · 9 years ago
  18. e738da5 minuitwrp: fix crash issue, when the console use TTF font to display unicode font. by xiaolu · 9 years ago
  19. 5aa29ab GUI: Terminal command: minor improvements by Matt Mower · 9 years ago
  20. 8293153 GUI: Use valid XML syntax by Matt Mower · 9 years ago
  21. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  22. 1a147a4 Properly initialize Archive_Current_Size to 0 in twrpTar by Ethan Yonker · 9 years ago
  23. e057c2b GUI: Restore text input field for restore decrypt by Matt Mower · 9 years ago
  24. 72b90e3 gui: fix missing icons in fileselector by that · 9 years ago
  25. bf1d672 Theme: Add ability to disable size checking before backup by bigbiff · 9 years ago
  26. ba75a0e gui: don't truncate values to 0 after scaling by that · 9 years ago
  27. 72b90ab Fix reboot system on watch theme by Ethan Yonker · 9 years ago
  28. e9e9ccd Fix fsck_msdos symlink by Matt Mower · 9 years ago
  29. a999821 gui: proportional scrollbars by that · 9 years ago
  30. 74a6d0d Replace Auto_Generated name spaces with underscores. by bigbiff · 9 years ago
  31. 21ff02a GUI: Support styles in xml to reduce xml file size by Ethan Yonker · 9 years ago
  32. 10ec017 gui: make kinetic scrolling deceleration more awesome by that · 9 years ago
  33. 9876ac3 gui: support scrollable lists without headers by that · 9 years ago
  34. f6ed8fc gui: make resources type safe by that · 9 years ago
  35. cfd6509 Retain and display previous selection for image flashing by Ethan Yonker · 9 years ago
  36. fa30aca gui: fix condition handling for lists by that · 9 years ago
  37. c26ba0d minuitwrp: fix file descriptor leak in open_png by that · 9 years ago
  38. f892d05 2.8.5.0 by Ethan Yonker · 9 years ago
  39. aee144c Fix handling of mapped zip files for OTA updates by Ethan Yonker · 9 years ago
  40. 727aeb8 Fix handling of GGLContext in res_scale_surface by Ethan Yonker · 9 years ago
  41. 63e414f Scale the GUI to fit the screen by Ethan Yonker · 9 years ago
  42. 1b6199f Remove deletes for images from scroll list GUI Elements by Ethan Yonker · 9 years ago
  43. de72b6d gui: avoid high CPU usage while waiting for input by that · 9 years ago
  44. 3f15be4 Reset data manager variables before running runPages by Ethan Yonker · 9 years ago
  45. 13f7ae9 Fix erroneous infinite loop in MTP inotify_t by Ethan Yonker · 9 years ago
  46. 05360ba gui: fix console lockup when scrolling by that · 9 years ago
  47. ae4b12e gui: make kinetic scrolling more natural by that · 9 years ago
  48. 0a3a98f Unify scrollable list code by Ethan Yonker · 9 years ago
  49. 9132d91 Disable stock recovery replacing TWRP during ORS by Ethan Yonker · 9 years ago
  50. a3fa75f Allow wiping f2fs to reserve space for a crypto footer by dhacker29 · 9 years ago
  51. 1b03920 MTP: make MTP work even if unplugged and replugged by Ethan Yonker · 9 years ago
  52. 1a7ba97 gui: simplify code in GUIKeyboard by that · 9 years ago
  53. 5fa54ce gui: fix potential invalid memory access by that · 9 years ago
  54. f37aec2 gui: fix hardware keyboard by that · 9 years ago
  55. c5837f3 gui: fix lag (and event logging) by that · 9 years ago
  56. 73a5295 gui: run cancel action in another thread by that · 9 years ago
  57. 9fa5153 gui: move input handling into a class by that · 9 years ago
  58. e13fa63 Move input handling into the main thread by Ethan Yonker · 9 years ago
  59. d1372f7 Fixed screen flipping for devices where xres_virtual > xres by Bogdan Seniuc · 9 years ago
  60. f8194e2 gui: fix IsInRegion by that · 9 years ago
  61. ecd8918 Use macro to add actions to the action map by Vojtech Bocek · 9 years ago
  62. 1b67fff Use TWAtomicInt in MTPStorage by Ethan Yonker · 9 years ago
  63. 0453695 Use TWAtomicInt in gui.cpp to make it thread safe by Ethan Yonker · 9 years ago
  64. 7abc5fe Add cancel backup capability. by bigbiff · 9 years ago
  65. 3454ade Use /twres instead of /res for theme resources by Dees Troy · 9 years ago
  66. d9ff3c5 Hide some non critical error messages by Ethan Yonker · 9 years ago
  67. 0f3aa1e Merge "Include libpcre if present" into android-5.0 by Dees Troy · 9 years ago
  68. e176a65 Include libpcre if present by Dees Troy · 9 years ago
  69. 4f4a7a5 Remove fibmap.f2fs from relinking by Dees Troy · 9 years ago
  70. fd0439e Move ORS command line into main thread by Ethan Yonker · 9 years ago
  71. 84e0323 merge in lmp-mr1-release history after reset to lmp-mr1-dev by The Android Automerger · 9 years ago
  72. f74ac87 gui: clean up error handling in resource manager by that · 9 years ago
  73. 4a64f63 2.8.4.0 by Ethan Yonker · 9 years ago
  74. cf50da5 Fix handling of custom themes after decrypt by Ethan Yonker · 9 years ago
  75. e979abd Fix some crashes during theme (re)loading by Vojtech Bocek · 9 years ago
  76. 85cfb7d Fix some actions being incorrectly threaded by Vojtech Bocek · 9 years ago
  77. fb759d4 gui: simplify blanktimer by that · 9 years ago
  78. f66324f Fix restore of images for mtd and bml nand by Ethan Yonker · 9 years ago
  79. 751a85e Allow for X and Y offsets in GUI by Ethan Yonker · 10 years ago
  80. fda239b Add locking to DataManager, remove unused C parts by Vojtech Bocek · 9 years ago
  81. f9d818d Merge "Use power button to go back in watch themes" into android-5.0 by Dees Troy · 9 years ago
  82. 8360a34 Use power button to go back in watch themes by Vojtech Bocek · 9 years ago
  83. 0d47eb5 Improve GUI handling of zip flashing by Ethan Yonker · 9 years ago
  84. 96af84a Allow flashing of images via the GUI by Ethan Yonker · 9 years ago
  85. 7d3b54f gui: fix action threading if background thread is busy by that · 9 years ago
  86. c608548 Run some actions in a separate thread by that · 9 years ago
  87. 5bf74b2 Bump up max_map_count value. by Jesse Zhao · 9 years ago
  88. 41ae124 Include libnetd_client in recovery by Vojtech Bocek · 9 years ago
  89. 1db5090 Remove mtdutils source from libaosprecovery by Ethan Yonker · 9 years ago
  90. d6786b8 Stop building unneeded libs for libblkid by Ethan Yonker · 9 years ago
  91. bcff146 Build more needed libs for mke2fs by Ethan Yonker · 9 years ago
  92. 7b4c7a6 Update blkid to 2.25.0 by bigbiff · 9 years ago
  93. 183a6f8 crypto: remove unused libs and clean up makefile by that · 10 years ago
  94. d83587d Fix adb sideload during ORS by Ethan Yonker · 9 years ago
  95. 24e7eb7 Thread openrecoveryscript action to properly display action page by Ethan Yonker · 9 years ago
  96. cc8ddca fix adb sideload by that · 9 years ago
  97. d83c9ea Fix GUIAction::operation_start by Ethan Yonker · 9 years ago
  98. df7abac Do not toggle USB ID during MTP startup if not needed by Ethan Yonker · 10 years ago
  99. 6bea38a gui: remove dead build flag TWRP_SIMULATE_ACTIONS by that · 10 years ago
  100. 3f7b1ac gui: Move action functions to function pointer map. by that · 10 years ago