1. dbde699 GamingMode: remove quick start app view and divider if no apps are selected by jhonboy121 · 3 years, 7 months ago
  2. dffe394 GamingMode: refactor quick settings tiles by jhonboy121 · 3 years, 7 months ago
  3. 9554bb0 GamingMode: flatten overlay layout with ConstraintLayout by jhonboy121 · 3 years, 7 months ago
  4. a20e15c GamingMode: mark battery percentage placeholder as non translatable and update layout by jhonboy121 · 3 years, 7 months ago
  5. 02ae00c GamingMode: rename screen capture tile name to screenshot by jhonboy121 · 3 years, 7 months ago
  6. af6e9f4 GamingMode: delete translations by jhonboy121 · 3 years, 7 months ago
  7. cf368a8 GamingMode: AutoBrightnessTile: properly set initial state by jhonboy121 · 3 years, 7 months ago
  8. 7916a3b GamingMode: remove unnecessary methods and drawables for accepting call by jhonboy121 · 3 years, 7 months ago
  9. 171d67a GamingMode: cleanup resources by jhonboy121 · 3 years, 7 months ago
  10. 2dbc5eb GamingMode: swap notification and drag handle drawable by jhonboy121 · 3 years, 7 months ago
  11. 2ae83f5 GamingMode: increase qs app icon size by 8dp by jhonboy121 · 3 years, 7 months ago
  12. a40ac8e GamingMode: let AppTile extend LinearLayout instead of TileBase by jhonboy121 · 3 years, 7 months ago
  13. 29aaed7 GamingMode: update qs theme by jhonboy121 · 3 years, 7 months ago
  14. 26ad1a3 GamingMode: refactor DND tile by jhonboy121 · 3 years, 7 months ago
  15. d03d769 GamingMode: CallViewController: update view from main thread by jhonboy121 · 3 years, 7 months ago
  16. fff51f5 GamingMode: NotificationOverlayController: animate y in layoutparams instead of translationY by jhonboy121 · 3 years, 7 months ago
  17. a4f298c GamingMode: update setting keys and strings following fwb change by jhonboy121 · 3 years, 7 months ago
  18. b051e27 GamingMode: replace danmaku with a simpler animated overlay view by jhonboy121 · 3 years, 7 months ago
  19. 555f3ec GamingMode: yeet intrusive and unnecessary toasts by jhonboy121 · 3 years, 7 months ago
  20. 5358c55 GamingMode: add an activity and display settings there by jhonboy121 · 3 years, 7 months ago
  21. 0117cb0 GamingMode: use system broadcast for stopping service by jhonboy121 · 3 years, 7 months ago
  22. 7cc8f1d GamingMode: ViewController: remove unused initDone property by jhonboy121 · 3 years, 7 months ago
  23. fb36b79 GamingMode: qs: restore state in onDestroy wherever applicable by jhonboy121 · 3 years, 7 months ago
  24. 24b3c9b GamingMode: AppTile: use ActivityTaskManager to get recent task list by jhonboy121 · 3 years, 7 months ago
  25. 027f514 GamingMode: properly overload view constructor and add setters for icon, text e.t.c. by jhonboy121 · 3 years, 7 months ago
  26. 321f13e GamingMode: DanmakuController: remove unnecessary return codes by jhonboy121 · 3 years, 7 months ago
  27. 02a6903 GamingMode: update copyrights by jhonboy121 · 3 years, 7 months ago
  28. a2743fd GamingMode: no more java by jhonboy121 · 3 years, 7 months ago
  29. ef5589a GamingMode: GamingService: java -> kt by jhonboy121 · 3 years, 7 months ago
  30. 4edb294 GamingMode: cleanup and don't change state from service by jhonboy121 · 3 years, 7 months ago
  31. 99e428d GamingMode: DanmakuService: java -> kt by jhonboy121 · 3 years, 7 months ago
  32. ea32179 GamingMode: QuickStartAppView: java -> kt by jhonboy121 · 3 years, 7 months ago
  33. 25c9e11 GamingMode: QuickSettingsView: java -> kt by jhonboy121 · 3 years, 7 months ago
  34. d9fabf2 GamingMode: TimeAndBatteryView: rewrite in kt and cleanup layout by jhonboy121 · 3 years, 7 months ago
  35. aadb0e2 GamingMode: use TextClock for date / time view by jhonboy121 · 3 years, 7 months ago
  36. 1ad75cc GamingMode: don't let the menu expand to fit parent by jhonboy121 · 3 years, 7 months ago
  37. 59d9fd0 GamingMode: fix typo in performance layout file name by jhonboy121 · 3 years, 7 months ago
  38. a6c2d6c GamingMode: remove unused music control view by jhonboy121 · 3 years, 7 months ago
  39. 550ed06 GamingMode: remove screen record tile and related files by jhonboy121 · 3 years, 7 months ago
  40. 0fd8078 GamingMode: hide overlay view when screenshot is taken by jhonboy121 · 3 years, 8 months ago
  41. 4da4d93 GamingMode: ScreenCaptureTile: java -> kt by jhonboy121 · 3 years, 8 months ago
  42. 1b50f70 GamingMode: DNDTile: java -> kt by jhonboy121 · 3 years, 8 months ago
  43. aa02c2a GamingMode: LockGestureTile: java -> kt by jhonboy121 · 3 years, 8 months ago
  44. 1f8f7c4 GamingMode: DanmakuTile: java -> kt by jhonboy121 · 3 years, 8 months ago
  45. 6222bd6 GamingMode: rewrite TileBase in kt and add content description for qs icon by jhonboy121 · 3 years, 8 months ago
  46. 9570153 GamingMode: AutoBrightnessTile: java -> kt by jhonboy121 · 3 years, 8 months ago
  47. 98a8f8c GamingMode: DanmakuController: switch design dimensions based on orientation by jhonboy121 · 3 years, 8 months ago
  48. f55cc00 GamingMode: rewrite AppTile in kt and fix qs apps not showing up by jhonboy121 · 3 years, 8 months ago
  49. be95040 GamingMode: FloatingViewController: load settings first and apply on view creation by jhonboy121 · 3 years, 8 months ago
  50. 5ca4021 GamingMode: rewrite GamingPerformanceView in kt and handle updates in it's controller by jhonboy121 · 3 years, 8 months ago
  51. 676ecf1 GamingMode: rewrite GamingBroadcastReceiver in kt by jhonboy121 · 3 years, 8 months ago
  52. 655ffd5 GamingMode: add kapt generated classes to src by jhonboy121 · 3 years, 8 months ago
  53. 1811f96 GamingMode: let the tiles handle their state and actions and split up controllers by jhonboy121 · 3 years, 8 months ago
  54. 9e2a264 GamingMode: update DanmakuService and OverlayController config and show danmaku without local broadcasts by jhonboy121 · 3 years, 8 months ago
  55. 788444d GamingMode: move OverlayService code to a controller hosted in GamingService by jhonboy121 · 3 years, 8 months ago
  56. d05823e GamingMode: merge DanmakuPositionCalculator with DanmakuManager and rewrite in kt by jhonboy121 · 3 years, 8 months ago
  57. 16d36bd GamingMode: fix gradle repositories by jhonboy121 · 3 years, 8 months ago
  58. 096f628 GamingMode: initialize hilt di framework by jhonboy121 · 3 years, 8 months ago
  59. a6b8de1 GamingMode: add kotlin build support by jhonboy121 · 3 years, 8 months ago
  60. 5e060f5 GamingMode: move some public constants to the classes where it's used and make em private by jhonboy121 · 3 years, 8 months ago
  61. a485d6c GamingMode: use DisplayMetrics and configuration change callback to detect orientation and dimensions instead of ScreenUtil by jhonboy121 · 3 years, 8 months ago
  62. 072a5b7 GamingMode: get rid of danmaku view pool by jhonboy121 · 3 years, 8 months ago
  63. 8091d62 GamingMode: remove unused gaming_package_regex resource by jhonboy121 · 3 years, 8 months ago
  64. a7b642c GamingMode: remove unnecessary DanmakuViewFactory by jhonboy121 · 3 years, 8 months ago
  65. d844dfb GamingMode: update gradle plugin and dependencies, cleanup by jhonboy121 · 3 years, 8 months ago
  66. 2d0983e GamingMode: remove unnecessary EasyL proxy class for Log by jhonboy121 · 3 years, 8 months ago
  67. b92cb35 GamingMode: remove unnecessary lineage hardware manager instance variable by jhonboy121 · 3 years, 8 months ago
  68. 0c0089d GamingMode: GamingService: adapt to our platform by jhonboy121 · 3 years, 8 months ago
  69. 365dcc0 GamingMode: adapt for A12 by jhonboy121 · 3 years, 8 months ago
  70. 4650a98 GamingMode: Fix danmaku container layoutParam on config changed by Nauval Rizky · 3 years, 11 months ago
  71. 4fd569a GamingMode: Fix views obscuring other window that needs interaction by Nauval Rizky · 3 years, 11 months ago
  72. ad907e8 GamingMode: Add German translations by NurKeinNeid · 3 years, 11 months ago
  73. 47f5050 GamingMode: Option for disable menu overlay [3/3] by DennySPb · 3 years, 11 months ago
  74. ffb1e6b GamingMode: Mark date/time format strings as non-translatable by DennySPb · 4 years ago
  75. ccabd32 GamingMode: update RU translation by blinoff82 · 4 years ago
  76. ed861c4 GamingMode: opt-out performance profile support [2/3] by DennySPb · 4 years ago
  77. 4cf44f5 GamingMode: Limit the button coordinate to the inside of screen only by Nauval Rizky · 4 years ago
  78. 8e07925 GamingMode: Hide danmaku container immediately when config is changed by Nauval Rizky · 4 years ago
  79. 707fc91 GamingMode: Hide floating button after periods of time by Nauval Rizky · 4 years ago
  80. aff54a4 GamingMode: Remove unused translation entry by Nauval Rizky · 4 years ago
  81. d94d567 GamingMode: Make AppTile view smaller and remove the app label by Nauval Rizky · 4 years ago
  82. f17e38b GamingMode: Make menu QS and AppTile centered by Nauval Rizky · 4 years ago
  83. a425ec8 GamingMode: Set menu's width WRAP_CONTENT when on landscape by Nauval Rizky · 4 years ago
  84. 98081be GamingMode: Align menu qs text size with the systemui ones by Nauval Rizky · 4 years ago
  85. bd618e5 GamingMode: Adjust performance slider style by Nauval Rizky · 4 years ago
  86. 3d5dca7 GamingMode: Menu and QS background improvement by Nauval Rizky · 4 years ago
  87. c90a651 GamingMode: Add option for customizing menu opacity [1/3] by Nauval Rizky · 4 years ago
  88. c8b17c8 GamingMode: Nuke HW keys support by David Setiawan · 4 years ago
  89. 77294a6 GamingMode: Adapt to our custom LineageHardware namespace by David Setiawan · 4 years ago
  90. 0fb953c add ScreenRecord by cjybyjk · 4 years, 1 month ago
  91. 054b219 qs: add onDestroy method by cjybyjk · 4 years, 1 month ago
  92. fc612b6 Merge "move to system partition" into exthm-11 by Shelling · 4 years, 3 months ago
  93. 580ef5e move to system partition by cjybyjk · 4 years, 3 months ago
  94. 4abb606 GamingMode: Remove GamingModeStatusObserver by cjybyjk · 4 years, 4 months ago
  95. ea26695 GamingMode: Optimize windows' bound by cjybyjk · 4 years, 4 months ago
  96. ceede17 exTHmUI-11 ready by cjybyjk · 4 years, 4 months ago
  97. dcb78ad FloatingButton: fix: button can't be dragged by cjybyjk · 5 years ago
  98. b37a8c3 res: add more games to regex array by cjybyjk · 5 years ago
  99. d342a3b FloatingButton: support call control by cjybyjk · 5 years ago
  100. dfd86a5 GamingMode: move package regex to core package [2/2] by cjybyjk · 5 years ago