This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimize added boringdroid patches for compatibility
- Loading branch information
1 parent
068dc85
commit c8a10f1
Showing
10 changed files
with
32 additions
and
860 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
base-patches/frameworks/base/0018-Allow-boringdroid-to-use-ROM-s-navbar-button-placeme.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 56ac58a495d7d21f7bed938d0ac25f30c5446de6 Mon Sep 17 00:00:00 2001 | ||
From: Jon West <[email protected]> | ||
Date: Tue, 1 Sep 2020 19:06:42 -0400 | ||
Subject: [PATCH 1/2] Allow boringdroid to use ROM's navbar button placement | ||
|
||
Change-Id: I22b6bdbfaaee956bce3a9a0ac65cae89f3a803ca | ||
--- | ||
.../systemui/statusbar/phone/NavigationBarInflaterView.java | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java | ||
index e42fca34fdd0..174b193bc453 100644 | ||
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java | ||
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java | ||
@@ -511,10 +511,6 @@ public class NavigationBarInflaterView extends FrameLayout | ||
// region @boringdroid | ||
if (BoringdroidConfig.IS_SYSTEMUI_PLUGIN_ENABLED && v instanceof KeyButtonView) { | ||
ViewGroup.LayoutParams layoutParams = v.getLayoutParams(); | ||
- layoutParams.width = | ||
- (int) v.getContext() | ||
- .getResources() | ||
- .getDimension(R.dimen.boring_navigation_key_width); | ||
v.setLayoutParams(layoutParams); | ||
v.setPadding(0, v.getPaddingTop(), 0, v.getPaddingBottom()); | ||
} | ||
-- | ||
2.25.1 | ||
|
Empty file.
4 changes: 2 additions & 2 deletions
4
...ic-window-round-corner-with-Outline.patch → ...ic-window-round-corner-with-Outline.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From dbfe70e7893031fb3fa72ddcd00aac0083052c6c Mon Sep 17 00:00:00 2001 | ||
From cda5f93112128a18b4f4ad134432f04724504908 Mon Sep 17 00:00:00 2001 | ||
From: utzcoz <[email protected]> | ||
Date: Thu, 3 Sep 2020 00:09:53 +0800 | ||
Subject: [PATCH 22/25] Impl basic window round corner with Outline | ||
Subject: [PATCH 2/2] Impl basic window round corner with Outline | ||
|
||
Signed-off-by: utzcoz <[email protected]> | ||
Change-Id: I65925af3c2739fc896ee26076f80da45dbffeaf8 | ||
|
501 changes: 0 additions & 501 deletions
501
base-patches/frameworks/base/0019-Refactor-Move-bounds-mode-logic-to-new-BoringdroidMa.patch
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
base-patches/frameworks/base/0020-Expose-package-windowing-mode-overlay-for-definning-.patch
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
base-patches/frameworks/base/0021-Don-t-use-shared-preference-cache-for-windowing-mode.patch
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
base-patches/frameworks/base/0023-Don-t-throw-exception-for-setShelfHeight-checking.patch
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
base-patches/frameworks/base/0024-Notify-task-moved-to-front-event-when-focused-task-c.patch
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
base-patches/frameworks/base/0025-Reload-BoringdroidSystemUI-after-display-theme-and-t.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.