diff --git a/res/values/evolution_arrays.xml b/res/values/evolution_arrays.xml index dd3bd3d..1f4c336 100644 --- a/res/values/evolution_arrays.xml +++ b/res/values/evolution_arrays.xml @@ -271,4 +271,19 @@ 3 + + + @string/accent_color + @string/notification_color + @string/wallpaper_color + @string/custom_color + + + + 0 + 1 + 2 + 3 + + diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml index d221102..ba4beec 100644 --- a/res/values/evolution_strings.xml +++ b/res/values/evolution_strings.xml @@ -220,12 +220,23 @@ Heads up Allow pop up notifications Interface + Edge light + Light up the side edges of the screen on notification pulse Kill app Show a kill app button in the notification\'s longpress menu Sounds & vibration Alert while display on Play sound and vibration for notifications while the display is on + + Enable + Always trigger on pulse + Whether to show edge light whenever ambient display is shown and not just for notifications + Repeat animation + Repeat until timeout + Show only once + Edge light color mode + Less boring Display popup notifications only for alarm, dialer and messaging app @@ -310,6 +321,10 @@ #ff000000 Set Default + Accent color (Default) + Notification color + Wallpaper color + Custom color Value: %s diff --git a/res/xml/edge_light_settings.xml b/res/xml/edge_light_settings.xml new file mode 100644 index 0000000..c3487ac --- /dev/null +++ b/res/xml/edge_light_settings.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/res/xml/evolution_settings_notifications.xml b/res/xml/evolution_settings_notifications.xml index 852e0bd..ee8c5bc 100644 --- a/res/xml/evolution_settings_notifications.xml +++ b/res/xml/evolution_settings_notifications.xml @@ -32,6 +32,13 @@ android:key="notifications_interface_category" android:title="@string/notifications_interface_category"> + + + getNonIndexableKeys(Context context) { + List keys = super.getNonIndexableKeys(context); + final Resources resources = context.getResources(); + return keys; + } + }; +}