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