1. b5108c3 Move librecovery_ui to a sub-directory by Tianjie Xu · 6 years ago[Renamed (98%) from wear_ui.cpp]
  2. da409fb ui: Manage loaded resources with smart pointers. by Tao Bao · 6 years ago
  3. b99e606 Add function to show localized rescue party menu by Tianjie Xu · 6 years ago
  4. 66dbf63 Implement the graphic menus by Tianjie Xu · 6 years ago
  5. 0bc88de ui: Read custom recovery UI values via system property. by Tao Bao · 6 years ago
  6. 633c01b Updates Wear UI to Display Localized Recovery Text. by Karl Shaffer · 6 years ago
  7. b31f9ce recovery: c++ify pthread use in UI by Jerry Zhang · 6 years ago
  8. 152e0eb wear_ui: Address a TODO regarding {intro,loop}_frames. by Tao Bao · 6 years ago
  9. 1fe1afe Move menu headers/items to std::vector<std::string>. by Tao Bao · 6 years ago
  10. e02a5b2 screen_ui: Merge Menu::Start() into its ctor. by Tao Bao · 6 years ago
  11. 93e46ad screen_ui: Use std::string in DrawTextLine() and siblings. by Tao Bao · 6 years ago
  12. 5fe5eb6 Factor out a menu class for screen ui by Tianjie Xu · 6 years ago
  13. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  14. cb5524c ui: Remove text_top_. by Tao Bao · 7 years ago
  15. fa4f014 Merge "wear_ui: Remove Print()/ShowFile()/PutChar()." by Tao Bao · 7 years ago
  16. f05e2bc wear_ui: Remove Print()/ShowFile()/PutChar(). by Tao Bao · 7 years ago
  17. e15d7a5 ui: Manage menu_ with std::vector. by Tao Bao · 7 years ago
  18. ee8a96a wear_ui: Remove PrintOnScreenOnly() and PrintV(). by Tao Bao · 7 years ago
  19. 7912710 wear_ui: Remove backgroundIcon. by Tao Bao · 7 years ago
  20. c89d1e7 Turn on -Wall for recovery modules by Tianjie Xu · 7 years ago
  21. e9605b8 Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_." by Tao Bao · 7 years ago
  22. 1e27d14 wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_. by Tao Bao · 7 years ago
  23. cff8269 wear_ui: Remove dead 'self' and 'progress_t'. by Tao Bao · 7 years ago
  24. eea3af3 wear_ui: Expose menu_unusable_rows via Makefile var. by Tao Bao · 7 years ago
  25. 0470cee Allow customizing WearRecoveryUI via Makefile variables. by Tao Bao · 7 years ago
  26. ea78d86 Update ScreenRecoveryUI::Draw* function signatures. by Tao Bao · 7 years ago
  27. 0bc54dd wear_ui: Remove dead/duplicate codes. by Tao Bao · 7 years ago
  28. 99b2d77 Add override specifier and member constness to RecoveryUI classes. by Tao Bao · 7 years ago
  29. 5d2e3bd Formatting RecoveryUI related files. by Tao Bao · 7 years ago
  30. 0ecbd76 minui: Export minui/minui.h. by Tao Bao · 7 years ago
  31. 736d59c recovery: Fix the broken UI text. by Tao Bao · 7 years ago
  32. 825b6b0 Remove outdated reference to icon_installing.png by Tim Kryger · 8 years ago
  33. d530449 Add a stub recovery UI. by Sen Jiang · 8 years ago
  34. 130f6c8 resolve merge conflicts of d5c7d6b to nyc-mr1-dev-plus-aosp by Elliott Hughes · 8 years ago
  35. cb22040 Switch to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  36. bd76bb0 resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp by Elliott Hughes · 8 years ago
  37. ad8b5a6 Remove duplicate thread loop by Damien Bargiacchi · 8 years ago
  38. 49e2aeb Remove duplicate methods and variables from WearRecoveryUI am: 5e7cfb9af6 by Damien Bargiacchi · 8 years ago
  39. 5e7cfb9 Remove duplicate methods and variables from WearRecoveryUI by Damien Bargiacchi · 8 years ago
  40. e3c7184 Support use of custom fonts in miniui am: 35fff61b1c by Damien Bargiacchi · 8 years ago
  41. 35fff61 Support use of custom fonts in miniui by Damien Bargiacchi · 8 years ago
  42. 2a697fe resolve merge conflicts of 6aa6ddb to nyc-dev am: 771b6eb8d9 by Alain Vongsouvanh · 8 years ago
  43. 771b6eb resolve merge conflicts of 6aa6ddb to nyc-dev by Alain Vongsouvanh · 8 years ago
  44. 5b00110 recovery: Make wear recovery more customizable. by Alain Vongsouvanh · 8 years ago
  45. 0231e70 Merge "Fix google-runtime-int warnings." am: a1f4a1e am: bcad1d1 by Chih-hung Hsieh · 8 years ago
  46. 54a2747 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 8 years ago
  47. 7a49122 recovery: Remove SetColor, and other refactoring for WearUI by Prashant Malani · 8 years ago
  48. 0ba21cf recovery: Remove duplicate variables and functions by Prashant Malani · 8 years ago
  49. f7f9e50 Revert "recovery: More refactoring of WearUI" by Prashant Malani · 8 years ago
  50. 1c7b223 recovery: More refactoring of WearUI by Prashant Malani · 8 years ago
  51. 7d9fd96 recovery: Begin refactor of WearUI to use ScreenRecoveryUI by Prashant Malani · 8 years ago
  52. 0eb41c3 Fixes to wear recovery for N by Prashant Malani · 8 years ago
  53. b723f4f res: Embed FPS into icon_installing.png. by Tao Bao · 9 years ago
  54. 4b166f0 Track rename from base/ to android-base/. by Elliott Hughes · 9 years ago
  55. 8e9c680 recovery: Fix the bug that truncates menu entries. by Tao Bao · 9 years ago
  56. 337db14 recovery: Factor out wear_ui.{cpp,h} into bootable/recovery. by Tao Bao · 9 years ago