From 224c4bab739a2c1f14fc54bb37ca7ce8728bd8ae Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 1 Apr 2017 00:07:35 +0200 Subject: [PATCH] Update OMS patches --- ...agging-resources-as-OK-to-overlay-1-.patch | 4 +- ...oduce-the-OverlayManagerService-2-11.patch | 4 +- ...-OverlayManagerService-into-framewor.patch | 4 +- ..._REPLACING-correctly-in-ACTION_PACKA.patch | 4 +- ...press-print-for-padded-resources-5-1.patch | 4 +- ...mory-leak-during-idmap-creation-6-11.patch | 4 +- ...-N-installd-add-command-rmidmap-7-11.patch | 4 +- ...able-Zygote-preloaded-drawables-8-11.patch | 4 +- ...ce-on-boot-through-OverlayManagerSer.patch | 4 +- ...force-code-policy-limiting-overlay-i.patch | 4 +- ...-multi-target-enable-disable-and-dis.patch | 4 +- ...mes-Expose-resolver-hardcoded-colors.patch | 4 +- ...ersive-cling-colors-to-be-fully-them.patch | 4 +- ...-Permission-Icons-to-be-fully-themed.patch | 4 +- ...low-Navbar-ripple-color-to-be-themed.patch | 4 +- ...QS-edit-item-decoration-background-c.patch | 4 +- ...lpha-for-notification-shade-bg-color.patch | 4 +- ...se-various-QuickSettings-text-colors.patch | 4 +- ...pose-a-bool-to-disable-dynamic-color.patch | 4 +- ...amic-colors-bool-compatible-with-OMS.patch | 4 +- ...-of-doze-notification-color-inversio.patch | 4 +- ...tible-Ambient-notification-inversion.patch | 4 +- ...Use-own-drawables-for-QS-expand-icon.patch | 4 +- ...-dynamic-theme-BootAnimation-support.patch | 4 +- ...tras-Add-dynamic-theme-fonts-support.patch | 4 +- ...rvice-Allow-system-effect-sounds-to-.patch | 4 +- ...onsState-add-filter-for-Substratum-o.patch | 4 +- ...onsState-add-filter-for-Substratum-i.patch | 4 +- .../base/0029-Themes-Expose-QS-battery.patch | 4 +- ...DIFY_OVERLAYS-permission-for-user-ap.patch | 4 +- ...031-SystemUI-Expose-switch-bar-title.patch | 4 +- ...cale-even-if-invert-boolean-is-false.patch | 4 +- ...3-Expose-external-qs-tile-tint-color.patch | 4 +- ...hics-ADB-N-icon-compatible-with-OMS7.patch | 4 +- ...ernal-QS-tiles-tint-mode-to-SRC_ATOP.patch | 4 +- ...eyguard-affordance-circle-background.patch | 4 +- ...t-add-optional-findContrastColor-alg.patch | 4 +- ...curity-Update-Preparation-for-March-.patch | 4 +- ...otation-to-MODIFY_OVERLAYS-permissio.patch | 4 +- ...ialogs-own-set-of-volume-icons-for-t.patch | 4 +- ...rize-all-calling-packages-by-Masquer.patch | 4 +- ...emeSafety-Introduce-App-Crash-Intent.patch | 4 +- ...reenshot-flash-and-background-colors.patch | 4 +- ...mes-Expose-Keyboard-Shortcuts-Dialog.patch | 41 +++++++++++++++++++ 44 files changed, 127 insertions(+), 86 deletions(-) create mode 100644 patches/frameworks/base/0044-Themes-Expose-Keyboard-Shortcuts-Dialog.patch diff --git a/patches/frameworks/base/0001-OMS7-N-Support-tagging-resources-as-OK-to-overlay-1-.patch b/patches/frameworks/base/0001-OMS7-N-Support-tagging-resources-as-OK-to-overlay-1-.patch index 79ce217..f3cacf0 100644 --- a/patches/frameworks/base/0001-OMS7-N-Support-tagging-resources-as-OK-to-overlay-1-.patch +++ b/patches/frameworks/base/0001-OMS7-N-Support-tagging-resources-as-OK-to-overlay-1-.patch @@ -1,7 +1,7 @@ -From 6ddf49b9c0a75e3d2cc7ac08775ad3f7ed522cf5 Mon Sep 17 00:00:00 2001 +From aec0448a9ef3828a4882dad71265334dca4e087f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Tue, 15 Dec 2015 16:08:31 +0100 -Subject: [PATCH 01/43] OMS7-N: Support tagging resources as OK to overlay +Subject: [PATCH 01/44] OMS7-N: Support tagging resources as OK to overlay [1/11] This will allow applications to have a resource xml defining what diff --git a/patches/frameworks/base/0002-OMS7-N-Introduce-the-OverlayManagerService-2-11.patch b/patches/frameworks/base/0002-OMS7-N-Introduce-the-OverlayManagerService-2-11.patch index 47e9c5b..1c881f0 100644 --- a/patches/frameworks/base/0002-OMS7-N-Introduce-the-OverlayManagerService-2-11.patch +++ b/patches/frameworks/base/0002-OMS7-N-Introduce-the-OverlayManagerService-2-11.patch @@ -1,7 +1,7 @@ -From 530d2d2d9af63b13b2a907d10d9f1b4a6d2ebbd0 Mon Sep 17 00:00:00 2001 +From 0865f28568ea71401837a37357bc270d8e3a062c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Tue, 15 Dec 2015 16:40:23 +0100 -Subject: [PATCH 02/43] OMS7-N: Introduce the OverlayManagerService [2/11] +Subject: [PATCH 02/44] OMS7-N: Introduce the OverlayManagerService [2/11] Add a new system service to manage Runtime Resource Overlays. This will offload the PackageManagerService and allow administration of overlay diff --git a/patches/frameworks/base/0003-OMS7-N-Integrate-OverlayManagerService-into-framewor.patch b/patches/frameworks/base/0003-OMS7-N-Integrate-OverlayManagerService-into-framewor.patch index 222f319..7b33efa 100644 --- a/patches/frameworks/base/0003-OMS7-N-Integrate-OverlayManagerService-into-framewor.patch +++ b/patches/frameworks/base/0003-OMS7-N-Integrate-OverlayManagerService-into-framewor.patch @@ -1,7 +1,7 @@ -From 8bb866e77295f38e512a8b0bff7dbb4d2ad0ee22 Mon Sep 17 00:00:00 2001 +From 0dddffd1c6201f3cd5e235a37014bc10331e45eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Thu, 2 Jun 2016 09:35:31 +0200 -Subject: [PATCH 03/43] OMS7-N: Integrate OverlayManagerService into framework +Subject: [PATCH 03/44] OMS7-N: Integrate OverlayManagerService into framework [3/11] Hand over ownership of overlays to OverlayManagerService. diff --git a/patches/frameworks/base/0004-OMS7-N-Set-EXTRA_REPLACING-correctly-in-ACTION_PACKA.patch b/patches/frameworks/base/0004-OMS7-N-Set-EXTRA_REPLACING-correctly-in-ACTION_PACKA.patch index 6482701..17a2788 100644 --- a/patches/frameworks/base/0004-OMS7-N-Set-EXTRA_REPLACING-correctly-in-ACTION_PACKA.patch +++ b/patches/frameworks/base/0004-OMS7-N-Set-EXTRA_REPLACING-correctly-in-ACTION_PACKA.patch @@ -1,7 +1,7 @@ -From f6789b7f83d4054e8dc87a4cf301cd5dc1cfe6a1 Mon Sep 17 00:00:00 2001 +From fcda98ecae5ad3adfaf7ed92ef52c85a5fbcdef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Mon, 25 Apr 2016 16:29:22 +0200 -Subject: [PATCH 04/43] OMS7-N: Set EXTRA_REPLACING correctly in +Subject: [PATCH 04/44] OMS7-N: Set EXTRA_REPLACING correctly in ACTION_PACKAGE_ADDED [4/11] When broadcasting ACTION_PACKAGE_ADDED the recipients of the Intent are diff --git a/patches/frameworks/base/0005-OMS7-N-idmap-suppress-print-for-padded-resources-5-1.patch b/patches/frameworks/base/0005-OMS7-N-idmap-suppress-print-for-padded-resources-5-1.patch index b1ccddf..b6ca391 100644 --- a/patches/frameworks/base/0005-OMS7-N-idmap-suppress-print-for-padded-resources-5-1.patch +++ b/patches/frameworks/base/0005-OMS7-N-idmap-suppress-print-for-padded-resources-5-1.patch @@ -1,7 +1,7 @@ -From 32eeeb1e5844e8cab7d3d7b685407db41921bb12 Mon Sep 17 00:00:00 2001 +From 66ca00234a6b26d0bff0b0ecef353d5d295ad5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Mon, 29 Feb 2016 14:12:35 +0100 -Subject: [PATCH 05/43] OMS7-N: idmap: suppress print for padded resources +Subject: [PATCH 05/44] OMS7-N: idmap: suppress print for padded resources [5/11] Change-Id: I565ccf515068b96927e4317cc9c06543415bb324 diff --git a/patches/frameworks/base/0006-OMS7-N-Fix-memory-leak-during-idmap-creation-6-11.patch b/patches/frameworks/base/0006-OMS7-N-Fix-memory-leak-during-idmap-creation-6-11.patch index 9d07124..517da42 100644 --- a/patches/frameworks/base/0006-OMS7-N-Fix-memory-leak-during-idmap-creation-6-11.patch +++ b/patches/frameworks/base/0006-OMS7-N-Fix-memory-leak-during-idmap-creation-6-11.patch @@ -1,7 +1,7 @@ -From 4210f552c46cfb86b861fabb8694a166296b963d Mon Sep 17 00:00:00 2001 +From 1d7b5b5e6be2f5907ce930be3702c29d83bf26ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Thu, 2 Jun 2016 09:34:36 +0200 -Subject: [PATCH 06/43] OMS7-N: Fix memory leak during idmap creation [6/11] +Subject: [PATCH 06/44] OMS7-N: Fix memory leak during idmap creation [6/11] Plug a memory leak in AssetManager::createIdmap. diff --git a/patches/frameworks/base/0007-OMS7-N-installd-add-command-rmidmap-7-11.patch b/patches/frameworks/base/0007-OMS7-N-installd-add-command-rmidmap-7-11.patch index 6683327..6332295 100644 --- a/patches/frameworks/base/0007-OMS7-N-installd-add-command-rmidmap-7-11.patch +++ b/patches/frameworks/base/0007-OMS7-N-installd-add-command-rmidmap-7-11.patch @@ -1,7 +1,7 @@ -From 2989cc072b70ac93ddb38521627bbd82cf8ba5b7 Mon Sep 17 00:00:00 2001 +From dd4278a14958fe23e8bcb333834db4eecf8b28d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Thu, 2 Jun 2016 09:35:09 +0200 -Subject: [PATCH 07/43] OMS7-N: installd: add command 'rmidmap' [7/11] +Subject: [PATCH 07/44] OMS7-N: installd: add command 'rmidmap' [7/11] Add an installd command to remove an idmap file. This is the inverse of the 'idmap' command and is intended for clean-up once an idmap file is diff --git a/patches/frameworks/base/0008-OMS7-N-Disable-Zygote-preloaded-drawables-8-11.patch b/patches/frameworks/base/0008-OMS7-N-Disable-Zygote-preloaded-drawables-8-11.patch index b6ced3b..7328510 100644 --- a/patches/frameworks/base/0008-OMS7-N-Disable-Zygote-preloaded-drawables-8-11.patch +++ b/patches/frameworks/base/0008-OMS7-N-Disable-Zygote-preloaded-drawables-8-11.patch @@ -1,7 +1,7 @@ -From 43c18cb2d696aeabde78e902d6f97a194534846e Mon Sep 17 00:00:00 2001 +From 74a8673ac19a22470fba00d2074678bfdcb33ca0 Mon Sep 17 00:00:00 2001 From: Josh Guilfoyle Date: Wed, 26 Jan 2011 23:28:43 -0800 -Subject: [PATCH 08/43] OMS7-N: Disable Zygote preloaded drawables [8/11] +Subject: [PATCH 08/44] OMS7-N: Disable Zygote preloaded drawables [8/11] With a theme applied, most of these preloaded drawables go unused. Any assets the theme has redirected will need to be loaded with each app diff --git a/patches/frameworks/base/0009-OMS7-N-Persistence-on-boot-through-OverlayManagerSer.patch b/patches/frameworks/base/0009-OMS7-N-Persistence-on-boot-through-OverlayManagerSer.patch index 1036f87..e4b90d6 100644 --- a/patches/frameworks/base/0009-OMS7-N-Persistence-on-boot-through-OverlayManagerSer.patch +++ b/patches/frameworks/base/0009-OMS7-N-Persistence-on-boot-through-OverlayManagerSer.patch @@ -1,7 +1,7 @@ -From 2215cc9ea9b36811edba085972e4188097a95367 Mon Sep 17 00:00:00 2001 +From 6dca35a8d93847e1b1e92861cf1d3ea4dd499790 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Sun, 19 Jun 2016 10:37:13 -0400 -Subject: [PATCH 09/43] OMS7-N: Persistence on boot through +Subject: [PATCH 09/44] OMS7-N: Persistence on boot through OverlayManagerServiceImpl [9/11] Overlays should not be enforced by the traditional OverlayManagerService diff --git a/patches/frameworks/base/0010-OMS7-N-Do-not-enforce-code-policy-limiting-overlay-i.patch b/patches/frameworks/base/0010-OMS7-N-Do-not-enforce-code-policy-limiting-overlay-i.patch index f578b4f..a87c899 100644 --- a/patches/frameworks/base/0010-OMS7-N-Do-not-enforce-code-policy-limiting-overlay-i.patch +++ b/patches/frameworks/base/0010-OMS7-N-Do-not-enforce-code-policy-limiting-overlay-i.patch @@ -1,7 +1,7 @@ -From 88288f5b6d0a6ec1bdc270542660c366cbb1652b Mon Sep 17 00:00:00 2001 +From 64df193733d7f4ff9ee3a18cf2708fb40c915f88 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Thu, 27 Oct 2016 07:08:00 +0200 -Subject: [PATCH 10/43] OMS7-N: Do not enforce code policy limiting overlay +Subject: [PATCH 10/44] OMS7-N: Do not enforce code policy limiting overlay installation [10/11] Change-Id: Iea317f3771f25dbfcbf4938e88cace12fd97d7eb diff --git a/patches/frameworks/base/0011-OMS7-N-Implement-multi-target-enable-disable-and-dis.patch b/patches/frameworks/base/0011-OMS7-N-Implement-multi-target-enable-disable-and-dis.patch index c574cf9..3d1ae90 100644 --- a/patches/frameworks/base/0011-OMS7-N-Implement-multi-target-enable-disable-and-dis.patch +++ b/patches/frameworks/base/0011-OMS7-N-Implement-multi-target-enable-disable-and-dis.patch @@ -1,7 +1,7 @@ -From d96b02490d5d19fac7796afb79965566a3457505 Mon Sep 17 00:00:00 2001 +From b92d08f68e8898ec81eea49b32e650acd09db543 Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sun, 26 Jun 2016 15:21:52 -0500 -Subject: [PATCH 11/43] OMS7-N: Implement multi-target enable/disable and +Subject: [PATCH 11/44] OMS7-N: Implement multi-target enable/disable and disable-all [11/11] Just use the enable option like normal, but you can add more arguments diff --git a/patches/frameworks/base/0012-Themes-Expose-resolver-hardcoded-colors.patch b/patches/frameworks/base/0012-Themes-Expose-resolver-hardcoded-colors.patch index 7642d78..9eabae8 100644 --- a/patches/frameworks/base/0012-Themes-Expose-resolver-hardcoded-colors.patch +++ b/patches/frameworks/base/0012-Themes-Expose-resolver-hardcoded-colors.patch @@ -1,7 +1,7 @@ -From 93377f9b5801d144f20222c5c18707aef1b440ef Mon Sep 17 00:00:00 2001 +From 9c8d1caf4ceed49cce6f8d314f1a8a8867ac21a2 Mon Sep 17 00:00:00 2001 From: Dave Kover Date: Fri, 9 Dec 2016 10:47:17 -0700 -Subject: [PATCH 12/43] Themes: Expose resolver hardcoded colors +Subject: [PATCH 12/44] Themes: Expose resolver hardcoded colors commit dbbd5e70cc65002df41561474b03362022dd6716 Author: Dave Kover diff --git a/patches/frameworks/base/0013-Themes-Allow-Immersive-cling-colors-to-be-fully-them.patch b/patches/frameworks/base/0013-Themes-Allow-Immersive-cling-colors-to-be-fully-them.patch index 09de0b9..9fa2c7c 100644 --- a/patches/frameworks/base/0013-Themes-Allow-Immersive-cling-colors-to-be-fully-them.patch +++ b/patches/frameworks/base/0013-Themes-Allow-Immersive-cling-colors-to-be-fully-them.patch @@ -1,7 +1,7 @@ -From 17c154fb0703f4da107935f5886471fa474e1bf9 Mon Sep 17 00:00:00 2001 +From 665269aa1ed0cf30e8d06da0e1516c62be32192b Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Tue, 17 Nov 2015 18:57:11 -0500 -Subject: [PATCH 13/43] Themes: Allow Immersive cling colors to be fully themed +Subject: [PATCH 13/44] Themes: Allow Immersive cling colors to be fully themed This allows the immersive mode help tooltip to be themed completely by removing hardcoded framework calls. Let the themer decide what they want diff --git a/patches/frameworks/base/0014-Themes-Allow-Permission-Icons-to-be-fully-themed.patch b/patches/frameworks/base/0014-Themes-Allow-Permission-Icons-to-be-fully-themed.patch index a18c2cd..33ae0c5 100644 --- a/patches/frameworks/base/0014-Themes-Allow-Permission-Icons-to-be-fully-themed.patch +++ b/patches/frameworks/base/0014-Themes-Allow-Permission-Icons-to-be-fully-themed.patch @@ -1,7 +1,7 @@ -From 8417ab2fdbf0d911775210e2f6e5b9d8265b72e2 Mon Sep 17 00:00:00 2001 +From fa913888958a64b31ad16d870592af73960fab74 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Mon, 23 Nov 2015 23:49:15 -0500 -Subject: [PATCH 14/43] Themes: Allow Permission Icons to be fully themed +Subject: [PATCH 14/44] Themes: Allow Permission Icons to be fully themed This removes the forced @android:color/black tint on the permission icons during app sideload through PackageInstaller. diff --git a/patches/frameworks/base/0015-Themes-Allow-Navbar-ripple-color-to-be-themed.patch b/patches/frameworks/base/0015-Themes-Allow-Navbar-ripple-color-to-be-themed.patch index 785c525..318f07f 100644 --- a/patches/frameworks/base/0015-Themes-Allow-Navbar-ripple-color-to-be-themed.patch +++ b/patches/frameworks/base/0015-Themes-Allow-Navbar-ripple-color-to-be-themed.patch @@ -1,7 +1,7 @@ -From 511aee76b3b17988444d06b27fbd0c0e0751fdd7 Mon Sep 17 00:00:00 2001 +From 4395120608ef592baf35fde2431b7943b7298ad4 Mon Sep 17 00:00:00 2001 From: Dave Kover Date: Thu, 14 Apr 2016 10:19:13 +0700 -Subject: [PATCH 15/43] Themes: Allow Navbar ripple color to be themed +Subject: [PATCH 15/44] Themes: Allow Navbar ripple color to be themed PS1: Layers Commit by @setiawanjimmy diff --git a/patches/frameworks/base/0016-SystemUI-Expose-QS-edit-item-decoration-background-c.patch b/patches/frameworks/base/0016-SystemUI-Expose-QS-edit-item-decoration-background-c.patch index 57bcd09..f9bc62c 100644 --- a/patches/frameworks/base/0016-SystemUI-Expose-QS-edit-item-decoration-background-c.patch +++ b/patches/frameworks/base/0016-SystemUI-Expose-QS-edit-item-decoration-background-c.patch @@ -1,7 +1,7 @@ -From 7cffd2c8451b327dced0bf6abcb81b4626d4f0a9 Mon Sep 17 00:00:00 2001 +From 36093ba31e7cb282ca2017a6cb31042d2251cf1b Mon Sep 17 00:00:00 2001 From: Ivan Iskandar Date: Sun, 18 Sep 2016 21:33:18 +0700 -Subject: [PATCH 16/43] SystemUI: Expose QS edit item decoration background +Subject: [PATCH 16/44] SystemUI: Expose QS edit item decoration background color PS2: diff --git a/patches/frameworks/base/0017-Allow-custom-alpha-for-notification-shade-bg-color.patch b/patches/frameworks/base/0017-Allow-custom-alpha-for-notification-shade-bg-color.patch index 44bc82f..03e828d 100644 --- a/patches/frameworks/base/0017-Allow-custom-alpha-for-notification-shade-bg-color.patch +++ b/patches/frameworks/base/0017-Allow-custom-alpha-for-notification-shade-bg-color.patch @@ -1,7 +1,7 @@ -From f4627c1afcbf294df777f797f14033587545a8d8 Mon Sep 17 00:00:00 2001 +From b57980faf6c981376a98541f2c2f5aa9566a395f Mon Sep 17 00:00:00 2001 From: Simao Gomes Viana Date: Fri, 25 Nov 2016 20:50:29 +0100 -Subject: [PATCH 17/43] Allow custom alpha for notification shade bg color +Subject: [PATCH 17/44] Allow custom alpha for notification shade bg color Change-Id: If621df83d994feae0448a734408ba85ac8329325 --- diff --git a/patches/frameworks/base/0018-Themes-Expose-various-QuickSettings-text-colors.patch b/patches/frameworks/base/0018-Themes-Expose-various-QuickSettings-text-colors.patch index 8f21388..79b5688 100644 --- a/patches/frameworks/base/0018-Themes-Expose-various-QuickSettings-text-colors.patch +++ b/patches/frameworks/base/0018-Themes-Expose-various-QuickSettings-text-colors.patch @@ -1,7 +1,7 @@ -From cba50dd83ffb3ed8432fe52c94f439440cc19887 Mon Sep 17 00:00:00 2001 +From 8efc87d7a3387f3f6d754ef36bc8bb9897a2e2f0 Mon Sep 17 00:00:00 2001 From: "Niklas Schnettler (Sh4dowSoul)" Date: Wed, 5 Oct 2016 18:07:43 +0200 -Subject: [PATCH 18/43] Themes: Expose various QuickSettings text colors +Subject: [PATCH 18/44] Themes: Expose various QuickSettings text colors Change-Id: Iaea71ca83afbc3d8cc6faea6afac16cabb46cfff --- diff --git a/patches/frameworks/base/0019-Notifications-Expose-a-bool-to-disable-dynamic-color.patch b/patches/frameworks/base/0019-Notifications-Expose-a-bool-to-disable-dynamic-color.patch index 24c0494..22196cb 100644 --- a/patches/frameworks/base/0019-Notifications-Expose-a-bool-to-disable-dynamic-color.patch +++ b/patches/frameworks/base/0019-Notifications-Expose-a-bool-to-disable-dynamic-color.patch @@ -1,7 +1,7 @@ -From 2d03c8fcd087f85cc3539aec56157dbce4cd2c7e Mon Sep 17 00:00:00 2001 +From bb786714f7fd84e6fcbe62fc6bc760620c1a5861 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Sat, 27 Aug 2016 10:56:46 -0400 -Subject: [PATCH 19/43] Notifications: Expose a bool to disable dynamic colors +Subject: [PATCH 19/44] Notifications: Expose a bool to disable dynamic colors This commit allows a themer to overlay a boolean value in config.xml to disable dynamic colors applied to the app title and app icon of each diff --git a/patches/frameworks/base/0020-Notification-dynamic-colors-bool-compatible-with-OMS.patch b/patches/frameworks/base/0020-Notification-dynamic-colors-bool-compatible-with-OMS.patch index 3a70887..8737e2f 100644 --- a/patches/frameworks/base/0020-Notification-dynamic-colors-bool-compatible-with-OMS.patch +++ b/patches/frameworks/base/0020-Notification-dynamic-colors-bool-compatible-with-OMS.patch @@ -1,7 +1,7 @@ -From 42eb4bd5c47d429422bc2d012fd45370d00ccbd8 Mon Sep 17 00:00:00 2001 +From e3be9aa310a7d394301c6be9222dd2ae6305f922 Mon Sep 17 00:00:00 2001 From: George G Date: Mon, 14 Nov 2016 14:49:47 +0200 -Subject: [PATCH 20/43] Notification dynamic colors bool compatible with OMS7 +Subject: [PATCH 20/44] Notification dynamic colors bool compatible with OMS7 OMS7 introduced this fine piece of code: https://github.com/SubstratumResources/platform_frameworks_base/blob/n-oms7/core/java/android/app/ResourcesManager.java#L897..#L904 diff --git a/patches/frameworks/base/0021-Allow-prevention-of-doze-notification-color-inversio.patch b/patches/frameworks/base/0021-Allow-prevention-of-doze-notification-color-inversio.patch index cca1be3..cdd2937 100644 --- a/patches/frameworks/base/0021-Allow-prevention-of-doze-notification-color-inversio.patch +++ b/patches/frameworks/base/0021-Allow-prevention-of-doze-notification-color-inversio.patch @@ -1,7 +1,7 @@ -From 6434e6bfc80fb7cdeb04574716af28aa3bc9a188 Mon Sep 17 00:00:00 2001 +From 2e0bf0d461b7ecf53f42745535f6fc52e94946a4 Mon Sep 17 00:00:00 2001 From: Daniel Koman Date: Fri, 17 Apr 2015 11:56:28 -0600 -Subject: [PATCH 21/43] Allow prevention of doze notification color inversion +Subject: [PATCH 21/44] Allow prevention of doze notification color inversion Removed empty newline at the end -- KreAch3R Removed slims files for aosp roms -- Bgill55 diff --git a/patches/frameworks/base/0022-OMS7-compatible-Ambient-notification-inversion.patch b/patches/frameworks/base/0022-OMS7-compatible-Ambient-notification-inversion.patch index e90734a..91b27b7 100644 --- a/patches/frameworks/base/0022-OMS7-compatible-Ambient-notification-inversion.patch +++ b/patches/frameworks/base/0022-OMS7-compatible-Ambient-notification-inversion.patch @@ -1,7 +1,7 @@ -From 14d5d1ea48192e941a26b541bef9f35f68bc94f8 Mon Sep 17 00:00:00 2001 +From 1f0ae547e8224a87f882d41b6a76818f1da82cd1 Mon Sep 17 00:00:00 2001 From: George G Date: Mon, 14 Nov 2016 14:44:17 +0200 -Subject: [PATCH 22/43] OMS7 compatible 'Ambient notification inversion' +Subject: [PATCH 22/44] OMS7 compatible 'Ambient notification inversion' OMS7 introduced this fine piece of code: https://github.com/SubstratumResources/platform_frameworks_base/blob/n-oms7/core/java/android/app/ResourcesManager.java#L897..#L904 diff --git a/patches/frameworks/base/0023-SystemUI-Use-own-drawables-for-QS-expand-icon.patch b/patches/frameworks/base/0023-SystemUI-Use-own-drawables-for-QS-expand-icon.patch index 12941ce..bcce721 100644 --- a/patches/frameworks/base/0023-SystemUI-Use-own-drawables-for-QS-expand-icon.patch +++ b/patches/frameworks/base/0023-SystemUI-Use-own-drawables-for-QS-expand-icon.patch @@ -1,7 +1,7 @@ -From e322a665728c13a233b55a6582cb37dd79adf4e5 Mon Sep 17 00:00:00 2001 +From 91295ce26c9123f48ffcdb8fadf1cfa92664c891 Mon Sep 17 00:00:00 2001 From: Ivan Iskandar Date: Mon, 5 Dec 2016 19:00:04 +0700 -Subject: [PATCH 23/43] SystemUI: Use own drawables for QS expand icon +Subject: [PATCH 23/44] SystemUI: Use own drawables for QS expand icon This was using the volume panel drawables used also on volume panel. So with this commit themers can give different icon for either QS diff --git a/patches/frameworks/base/0024-N-Extras-Add-dynamic-theme-BootAnimation-support.patch b/patches/frameworks/base/0024-N-Extras-Add-dynamic-theme-BootAnimation-support.patch index 1e3ccae..d67f9e5 100644 --- a/patches/frameworks/base/0024-N-Extras-Add-dynamic-theme-BootAnimation-support.patch +++ b/patches/frameworks/base/0024-N-Extras-Add-dynamic-theme-BootAnimation-support.patch @@ -1,7 +1,7 @@ -From 2840673b94cf1a112d1a3ffb7e6f7ac3acb485f0 Mon Sep 17 00:00:00 2001 +From 82cf71dda5f995d9a6a7642f0489a7b5dc5fd347 Mon Sep 17 00:00:00 2001 From: 0xD34D Date: Mon, 20 Jun 2016 22:59:48 +0300 -Subject: [PATCH 24/43] N-Extras: Add dynamic theme BootAnimation support +Subject: [PATCH 24/44] N-Extras: Add dynamic theme BootAnimation support Extracted from "Themes: Port to CM13 [1/3]" http://review.cyanogenmod.org/#/c/113273/14 diff --git a/patches/frameworks/base/0025-N-Extras-Add-dynamic-theme-fonts-support.patch b/patches/frameworks/base/0025-N-Extras-Add-dynamic-theme-fonts-support.patch index 376bbe5..2ef6e0f 100644 --- a/patches/frameworks/base/0025-N-Extras-Add-dynamic-theme-fonts-support.patch +++ b/patches/frameworks/base/0025-N-Extras-Add-dynamic-theme-fonts-support.patch @@ -1,7 +1,7 @@ -From 95cff13c3143cfb03c0ff96bfe44926421f5b41f Mon Sep 17 00:00:00 2001 +From 16d66568ce9eb9a5fbc06281415a56d3f292f0e9 Mon Sep 17 00:00:00 2001 From: 0xD34D Date: Wed, 22 Jun 2016 23:54:23 +0300 -Subject: [PATCH 25/43] N-Extras: Add dynamic theme fonts support +Subject: [PATCH 25/44] N-Extras: Add dynamic theme fonts support Due to the nature of the removal of assetSeq in OMS7+, we now use the more controllable font scale updating code to update the fonts on diff --git a/patches/frameworks/base/0026-N-Extras-AudioService-Allow-system-effect-sounds-to-.patch b/patches/frameworks/base/0026-N-Extras-AudioService-Allow-system-effect-sounds-to-.patch index c50f64b..0d28c0d 100644 --- a/patches/frameworks/base/0026-N-Extras-AudioService-Allow-system-effect-sounds-to-.patch +++ b/patches/frameworks/base/0026-N-Extras-AudioService-Allow-system-effect-sounds-to-.patch @@ -1,7 +1,7 @@ -From 876675e6686e785a33a27d254516f28b98f827d5 Mon Sep 17 00:00:00 2001 +From cfc3eb11fa4e993884a183926d702ad644e9d1d5 Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Sun, 17 Jul 2016 17:56:40 -0400 -Subject: [PATCH 26/43] N-Extras: AudioService: Allow system effect sounds to +Subject: [PATCH 26/44] N-Extras: AudioService: Allow system effect sounds to be themed This commit checks whether there is a preexisting file in the themed diff --git a/patches/frameworks/base/0027-OMS7-N-ApplicationsState-add-filter-for-Substratum-o.patch b/patches/frameworks/base/0027-OMS7-N-ApplicationsState-add-filter-for-Substratum-o.patch index 5a902cf..d8e9095 100644 --- a/patches/frameworks/base/0027-OMS7-N-ApplicationsState-add-filter-for-Substratum-o.patch +++ b/patches/frameworks/base/0027-OMS7-N-ApplicationsState-add-filter-for-Substratum-o.patch @@ -1,7 +1,7 @@ -From 9db19e94c5b923cccf68226643ebc1a9e23dfb36 Mon Sep 17 00:00:00 2001 +From 961cedcdae7521015ed2cb12b1f143781348b6ba Mon Sep 17 00:00:00 2001 From: George G Date: Mon, 4 Jul 2016 06:25:15 +0300 -Subject: [PATCH 27/43] OMS7-N: ApplicationsState: add filter for Substratum +Subject: [PATCH 27/44] OMS7-N: ApplicationsState: add filter for Substratum overlays [1/2] This commit allows the framework to handle the filtering of the diff --git a/patches/frameworks/base/0028-OMS7-N-ApplicationsState-add-filter-for-Substratum-i.patch b/patches/frameworks/base/0028-OMS7-N-ApplicationsState-add-filter-for-Substratum-i.patch index d73ad2b..4df3016 100644 --- a/patches/frameworks/base/0028-OMS7-N-ApplicationsState-add-filter-for-Substratum-i.patch +++ b/patches/frameworks/base/0028-OMS7-N-ApplicationsState-add-filter-for-Substratum-i.patch @@ -1,7 +1,7 @@ -From 0d250fd420ba2d187e034c5ed9fc23fdc4f915bd Mon Sep 17 00:00:00 2001 +From 7f1b9cd639a2dfeb3171c42e35e569687e964923 Mon Sep 17 00:00:00 2001 From: Kuba Schenk Date: Thu, 1 Dec 2016 21:48:26 +0100 -Subject: [PATCH 28/43] OMS7-N: ApplicationsState: add filter for Substratum +Subject: [PATCH 28/44] OMS7-N: ApplicationsState: add filter for Substratum icon overlays [1/2] This commit allows the framework to handle the filtering of the icon overlays found for OMS. diff --git a/patches/frameworks/base/0029-Themes-Expose-QS-battery.patch b/patches/frameworks/base/0029-Themes-Expose-QS-battery.patch index 02ebb35..49f5716 100644 --- a/patches/frameworks/base/0029-Themes-Expose-QS-battery.patch +++ b/patches/frameworks/base/0029-Themes-Expose-QS-battery.patch @@ -1,7 +1,7 @@ -From 2f539aae001de580b824c675c44877c2d736ec56 Mon Sep 17 00:00:00 2001 +From 4b6718b1d817e67849e600c648feca802f7e2d7c Mon Sep 17 00:00:00 2001 From: Abdulwahab Isam Date: Fri, 7 Oct 2016 08:30:11 +0300 -Subject: [PATCH 29/43] Themes: Expose QS battery +Subject: [PATCH 29/44] Themes: Expose QS battery This is needed for white themes like Belo. Should function the same with dark themes as well. diff --git a/patches/frameworks/base/0030-OMS-Introduce-MODIFY_OVERLAYS-permission-for-user-ap.patch b/patches/frameworks/base/0030-OMS-Introduce-MODIFY_OVERLAYS-permission-for-user-ap.patch index 7f05139..4b89766 100644 --- a/patches/frameworks/base/0030-OMS-Introduce-MODIFY_OVERLAYS-permission-for-user-ap.patch +++ b/patches/frameworks/base/0030-OMS-Introduce-MODIFY_OVERLAYS-permission-for-user-ap.patch @@ -1,7 +1,7 @@ -From b49dd21cff01d7aeffab3a4815cfe980ab3530de Mon Sep 17 00:00:00 2001 +From a52d42aabfef0bb6460c0e2f23d848e0e7b17205 Mon Sep 17 00:00:00 2001 From: bigrushdog Date: Mon, 19 Dec 2016 04:33:31 -0800 -Subject: [PATCH 30/43] OMS: Introduce MODIFY_OVERLAYS permission for user apps +Subject: [PATCH 30/44] OMS: Introduce MODIFY_OVERLAYS permission for user apps This permission will grant the app read and write permissions to access OverlayManagerService. If caller does not posess diff --git a/patches/frameworks/base/0031-SystemUI-Expose-switch-bar-title.patch b/patches/frameworks/base/0031-SystemUI-Expose-switch-bar-title.patch index 308715e..a139a70 100644 --- a/patches/frameworks/base/0031-SystemUI-Expose-switch-bar-title.patch +++ b/patches/frameworks/base/0031-SystemUI-Expose-switch-bar-title.patch @@ -1,7 +1,7 @@ -From 8e1d7f093f56599bdd4fcdb4af48a58692d50d84 Mon Sep 17 00:00:00 2001 +From e6ffc28bf3894806ccaaa694eba82e0cbe9e34e9 Mon Sep 17 00:00:00 2001 From: daveyannihilation Date: Sun, 1 Jan 2017 01:47:53 -0700 -Subject: [PATCH 31/43] SystemUI: Expose switch bar title +Subject: [PATCH 31/44] SystemUI: Expose switch bar title This is needed for the power notifications switchbar in SystemUI Tuner, amongst other things. diff --git a/patches/frameworks/base/0032-doze-allow-grayscale-even-if-invert-boolean-is-false.patch b/patches/frameworks/base/0032-doze-allow-grayscale-even-if-invert-boolean-is-false.patch index e9d0356..72419f2 100644 --- a/patches/frameworks/base/0032-doze-allow-grayscale-even-if-invert-boolean-is-false.patch +++ b/patches/frameworks/base/0032-doze-allow-grayscale-even-if-invert-boolean-is-false.patch @@ -1,7 +1,7 @@ -From 4c0ab9a46b9b58c14f7cbebd1bc6609644544caf Mon Sep 17 00:00:00 2001 +From 48b30b14aa7ec1039bc07ee3ce29d17f70df0ac2 Mon Sep 17 00:00:00 2001 From: Daniel Koman Date: Wed, 28 Sep 2016 15:28:26 +0200 -Subject: [PATCH 32/43] doze: allow grayscale even if invert boolean is false +Subject: [PATCH 32/44] doze: allow grayscale even if invert boolean is false for dark themes, we are setting the config boolean for inverting doze notifications to false. in addition to preventing diff --git a/patches/frameworks/base/0033-Expose-external-qs-tile-tint-color.patch b/patches/frameworks/base/0033-Expose-external-qs-tile-tint-color.patch index 1524972..aab8726 100644 --- a/patches/frameworks/base/0033-Expose-external-qs-tile-tint-color.patch +++ b/patches/frameworks/base/0033-Expose-external-qs-tile-tint-color.patch @@ -1,7 +1,7 @@ -From dad931d271ca8b49e59b5b1fa37ce0086ac8decb Mon Sep 17 00:00:00 2001 +From 1295b160f7903ffdbc6ee4c79af58375c75ae8ff Mon Sep 17 00:00:00 2001 From: Alex Cruz Date: Tue, 24 Jan 2017 11:14:46 +0100 -Subject: [PATCH 33/43] Expose external qs tile tint color +Subject: [PATCH 33/44] Expose external qs tile tint color This should allow themers to get around issues like this (see pic below) diff --git a/patches/frameworks/base/0034-graphics-ADB-N-icon-compatible-with-OMS7.patch b/patches/frameworks/base/0034-graphics-ADB-N-icon-compatible-with-OMS7.patch index 54fc8df..dd23485 100644 --- a/patches/frameworks/base/0034-graphics-ADB-N-icon-compatible-with-OMS7.patch +++ b/patches/frameworks/base/0034-graphics-ADB-N-icon-compatible-with-OMS7.patch @@ -1,7 +1,7 @@ -From 55e625ec43be7e32320b83b5f71b4e48914a6665 Mon Sep 17 00:00:00 2001 +From 903c2240610f597164d4b576a53449db495938fe Mon Sep 17 00:00:00 2001 From: George G Date: Thu, 2 Feb 2017 01:52:27 +0200 -Subject: [PATCH 34/43] graphics: ADB "N" icon compatible with OMS7 +Subject: [PATCH 34/44] graphics: ADB "N" icon compatible with OMS7 It's the same problem as the booleans again. This time, it affected the adb "N" icon in the statusbar. This commit should fix this. diff --git a/patches/frameworks/base/0035-Set-external-QS-tiles-tint-mode-to-SRC_ATOP.patch b/patches/frameworks/base/0035-Set-external-QS-tiles-tint-mode-to-SRC_ATOP.patch index bcf0d1a..d8a3d0b 100644 --- a/patches/frameworks/base/0035-Set-external-QS-tiles-tint-mode-to-SRC_ATOP.patch +++ b/patches/frameworks/base/0035-Set-external-QS-tiles-tint-mode-to-SRC_ATOP.patch @@ -1,7 +1,7 @@ -From 4b89338af9380f318e2bfc9a050f3092089c1371 Mon Sep 17 00:00:00 2001 +From cdcae34eca5a34ea7669eb60da3d988a5dd026a1 Mon Sep 17 00:00:00 2001 From: Alex Cruz Date: Sat, 4 Feb 2017 14:13:26 +0100 -Subject: [PATCH 35/43] Set external QS tiles tint mode to SRC_ATOP +Subject: [PATCH 35/44] Set external QS tiles tint mode to SRC_ATOP While the external qs tile tint color was exposed, we had the same problem we had with the external icons in Settings which is if a themer set the color diff --git a/patches/frameworks/base/0036-Themes-Expose-Keyguard-affordance-circle-background.patch b/patches/frameworks/base/0036-Themes-Expose-Keyguard-affordance-circle-background.patch index b274b4f..21e1e75 100644 --- a/patches/frameworks/base/0036-Themes-Expose-Keyguard-affordance-circle-background.patch +++ b/patches/frameworks/base/0036-Themes-Expose-Keyguard-affordance-circle-background.patch @@ -1,7 +1,7 @@ -From 78d5f20cc344cd4513fece8b6fd6483f32a5e451 Mon Sep 17 00:00:00 2001 +From 4694acaaf4a905815d9984f2241ef28f0da505c1 Mon Sep 17 00:00:00 2001 From: Branden M Date: Wed, 1 Feb 2017 22:22:45 -0600 -Subject: [PATCH 36/43] Themes: Expose Keyguard affordance circle background +Subject: [PATCH 36/44] Themes: Expose Keyguard affordance circle background Change-Id: Id4a078cdbc944fa0c0736103045a0382d49ecb80 --- diff --git a/patches/frameworks/base/0037-Notification-tint-add-optional-findContrastColor-alg.patch b/patches/frameworks/base/0037-Notification-tint-add-optional-findContrastColor-alg.patch index cf61d4d..432ca22 100644 --- a/patches/frameworks/base/0037-Notification-tint-add-optional-findContrastColor-alg.patch +++ b/patches/frameworks/base/0037-Notification-tint-add-optional-findContrastColor-alg.patch @@ -1,7 +1,7 @@ -From d80d82ac7eff24519929a8847b2599c0633a1314 Mon Sep 17 00:00:00 2001 +From a9f29c6f2ff4a9123e4874a1adcd3afd68b2f1d7 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 5 Feb 2017 12:00:54 +0100 -Subject: [PATCH 37/43] Notification tint: add optional findContrastColor +Subject: [PATCH 37/44] Notification tint: add optional findContrastColor algorithm for dark backgrounds Overlay config_useDarkBgNotificationIconTextTinting to enable dark bg tinting diff --git a/patches/frameworks/base/0038-OMS7-Rootless-Security-Update-Preparation-for-March-.patch b/patches/frameworks/base/0038-OMS7-Rootless-Security-Update-Preparation-for-March-.patch index b195d4d..9a87cf7 100644 --- a/patches/frameworks/base/0038-OMS7-Rootless-Security-Update-Preparation-for-March-.patch +++ b/patches/frameworks/base/0038-OMS7-Rootless-Security-Update-Preparation-for-March-.patch @@ -1,7 +1,7 @@ -From 23b7bb57097951ee0aed4a51ce750b18aae952f2 Mon Sep 17 00:00:00 2001 +From cbba5cade6c741883cfe912012e98661684499df Mon Sep 17 00:00:00 2001 From: Nicholas Chum Date: Wed, 22 Feb 2017 22:55:15 -0500 -Subject: [PATCH 38/43] OMS7: Rootless Security Update Preparation for March +Subject: [PATCH 38/44] OMS7: Rootless Security Update Preparation for March 2017 Change-Id: I93f7917eebf9f86590eb9c00841460d236702cb3 diff --git a/patches/frameworks/base/0039-OMS-Add-hide-annotation-to-MODIFY_OVERLAYS-permissio.patch b/patches/frameworks/base/0039-OMS-Add-hide-annotation-to-MODIFY_OVERLAYS-permissio.patch index 46cac2d..1448f58 100644 --- a/patches/frameworks/base/0039-OMS-Add-hide-annotation-to-MODIFY_OVERLAYS-permissio.patch +++ b/patches/frameworks/base/0039-OMS-Add-hide-annotation-to-MODIFY_OVERLAYS-permissio.patch @@ -1,7 +1,7 @@ -From 89140e303a2f18d1ba7ff821c591a59a14c3eca8 Mon Sep 17 00:00:00 2001 +From a88449305ba7f06a57890c7c188e75a0d67c01ce Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Mon, 27 Feb 2017 15:16:18 -0500 -Subject: [PATCH 39/43] OMS: Add hide annotation to MODIFY_OVERLAYS permission +Subject: [PATCH 39/44] OMS: Add hide annotation to MODIFY_OVERLAYS permission * Modifications in this file affect the public API, so we must hide our additions to build in release mode diff --git a/patches/frameworks/base/0040-FWB-Give-power-dialogs-own-set-of-volume-icons-for-t.patch b/patches/frameworks/base/0040-FWB-Give-power-dialogs-own-set-of-volume-icons-for-t.patch index 58de84d..a5121b8 100644 --- a/patches/frameworks/base/0040-FWB-Give-power-dialogs-own-set-of-volume-icons-for-t.patch +++ b/patches/frameworks/base/0040-FWB-Give-power-dialogs-own-set-of-volume-icons-for-t.patch @@ -1,7 +1,7 @@ -From 05d4f4bd82e6f07b455d0aa3508760bddfc372e8 Mon Sep 17 00:00:00 2001 +From 3f729adb148bbf2689823bac93fef8e292f29e4f Mon Sep 17 00:00:00 2001 From: Bryan Owens Date: Mon, 27 Feb 2017 19:06:31 -0600 -Subject: [PATCH 40/43] FWB: Give power dialogs own set of volume icons for +Subject: [PATCH 40/44] FWB: Give power dialogs own set of volume icons for themes Change-Id: I5add336c06a83b162dfd0832dfabfb06a2827421 diff --git a/patches/frameworks/base/0041-base-Force-authorize-all-calling-packages-by-Masquer.patch b/patches/frameworks/base/0041-base-Force-authorize-all-calling-packages-by-Masquer.patch index ba7321a..854b48b 100644 --- a/patches/frameworks/base/0041-base-Force-authorize-all-calling-packages-by-Masquer.patch +++ b/patches/frameworks/base/0041-base-Force-authorize-all-calling-packages-by-Masquer.patch @@ -1,7 +1,7 @@ -From b7c3ea5a70af8680e8ff6ced1f1accc819e2d7a7 Mon Sep 17 00:00:00 2001 +From 7269c14a19e2d5322e9ff7b66c9a99f8189eef1e Mon Sep 17 00:00:00 2001 From: George G Date: Sat, 25 Feb 2017 17:32:18 +0200 -Subject: [PATCH 41/43] base: Force authorize all calling packages by +Subject: [PATCH 41/44] base: Force authorize all calling packages by Masquerade (2/3) Change-Id: Iaf354c4d891acf9f5e19767223e4f9860a07338f diff --git a/patches/frameworks/base/0042-ThemeSafety-Introduce-App-Crash-Intent.patch b/patches/frameworks/base/0042-ThemeSafety-Introduce-App-Crash-Intent.patch index 06bddd9..b05149c 100644 --- a/patches/frameworks/base/0042-ThemeSafety-Introduce-App-Crash-Intent.patch +++ b/patches/frameworks/base/0042-ThemeSafety-Introduce-App-Crash-Intent.patch @@ -1,7 +1,7 @@ -From bc0a751b1ca020aba84331eebdaf0b3fbfb0e5dd Mon Sep 17 00:00:00 2001 +From aabad857d74935eaebc590ec3b105f96cec93e25 Mon Sep 17 00:00:00 2001 From: Ivan Iskandar Date: Thu, 9 Mar 2017 13:28:22 +0100 -Subject: [PATCH 42/43] ThemeSafety: Introduce App Crash Intent +Subject: [PATCH 42/44] ThemeSafety: Introduce App Crash Intent The intent received by substratum and it will disable all enabled overlays. diff --git a/patches/frameworks/base/0043-Expose-Screenshot-flash-and-background-colors.patch b/patches/frameworks/base/0043-Expose-Screenshot-flash-and-background-colors.patch index 61929b0..fd23e41 100644 --- a/patches/frameworks/base/0043-Expose-Screenshot-flash-and-background-colors.patch +++ b/patches/frameworks/base/0043-Expose-Screenshot-flash-and-background-colors.patch @@ -1,7 +1,7 @@ -From 5a447a3f7c303a10dcb9fdd159f0d3449d42e292 Mon Sep 17 00:00:00 2001 +From 1b5826792b4a0b94d40e280d6e3113e61d8547a7 Mon Sep 17 00:00:00 2001 From: Ezio Lacandia Bijelkic Date: Tue, 7 Mar 2017 23:33:40 +0100 -Subject: [PATCH 43/43] Expose Screenshot flash and background colors +Subject: [PATCH 43/44] Expose Screenshot flash and background colors Keep in mind that Background color already gets 0.5f opacity in the GlobalScreenshot class (BACKGROUND_ALPHA with some math). diff --git a/patches/frameworks/base/0044-Themes-Expose-Keyboard-Shortcuts-Dialog.patch b/patches/frameworks/base/0044-Themes-Expose-Keyboard-Shortcuts-Dialog.patch new file mode 100644 index 0000000..bdea3a5 --- /dev/null +++ b/patches/frameworks/base/0044-Themes-Expose-Keyboard-Shortcuts-Dialog.patch @@ -0,0 +1,41 @@ +From 862ea3e77116f9a1ad4b2d6db6dbcd1010b41dab Mon Sep 17 00:00:00 2001 +From: Bryan Owens +Date: Thu, 30 Mar 2017 13:30:04 -0500 +Subject: [PATCH 44/44] Themes: Expose Keyboard Shortcuts Dialog + +Change-Id: I84d3e57fe8c42d79ff6e0b6502cb6cd49aaaf91b +Signed-off-by: Bryan Owens +--- + packages/SystemUI/res/values/projekt_styles.xml | 3 +++ + .../SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/packages/SystemUI/res/values/projekt_styles.xml b/packages/SystemUI/res/values/projekt_styles.xml +index f49834bc202..4144151809d 100644 +--- a/packages/SystemUI/res/values/projekt_styles.xml ++++ b/packages/SystemUI/res/values/projekt_styles.xml +@@ -20,5 +20,8 @@ + ++ ++ ++