From 9b598c7552ce182307e5fba785e12c4469a070bc Mon Sep 17 00:00:00 2001 From: spezi77 Date: Sun, 2 Aug 2020 17:13:33 +0200 Subject: [PATCH] Cherish: Extend Pulse to Ambient Screen [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 34 +++++++++++++++++++ res/xml/pulse_settings.xml | 5 +++ .../settings/fragments/PulseSettings.java | 25 +++++++++++--- 3 files changed, 60 insertions(+), 4 deletions(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 66c7de5..7b49573 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -1276,4 +1276,38 @@ Choose your desired accent + + + Pulse is a brilliant audio graphic equalizer when music plays on the device + Pulse + Audio graphic equalizer for navigation bar and lockscreen + Navbar Pulse + Audio graphic equalizer on the navigation bar + Lockscreen Pulse + Audio graphic equalizer on the lockscreen + Ambient Pulse + Audio graphic equalizer on the ambient screen + Render mode + Fading blocks + Solid lines + Color + Color mode + Accent + Custom + Lava lamp + Album art + Choose color + Turn on smoothing + Each bar is animated more smoothly + Advanced + Fading blocks mode settings + Sanity level + Lava lamp speed + Solid lines count + Solid lines opacity + Solid lines mode settings + Bar width + Bar spacing + Block size + Block spacing diff --git a/res/xml/pulse_settings.xml b/res/xml/pulse_settings.xml index 53fea0e..b51b4c3 100644 --- a/res/xml/pulse_settings.xml +++ b/res/xml/pulse_settings.xml @@ -27,6 +27,11 @@ android:key="lockscreen_pulse_enabled" android:title="@string/show_lockscreen_pulse_title" android:summary="@string/show_lockscreen_pulse_summary"/> + +