Compare commits
101 Commits
tiramisu-f
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aec42a08b3 | ||
|
|
b5a5e80aea | ||
|
|
04b6c575a5 | ||
|
|
f82405707b | ||
|
|
82d9c41527 | ||
|
|
6c6a9873a0 | ||
|
|
26d3d5ec81 | ||
|
|
287509be38 | ||
|
|
e777126254 | ||
|
|
374731cfbe | ||
|
|
d3c8ff5823 | ||
|
|
d8395c1abe | ||
|
|
8476df6a93 | ||
|
|
327de60ac2 | ||
|
|
95e5208d68 | ||
|
|
6a110f2c18 | ||
|
|
f0f3eaa93f | ||
|
|
af75404f90 | ||
|
|
7267758e87 | ||
|
|
e4fb9690ab | ||
|
|
1dd2eadb59 | ||
|
|
81b0828ac6 | ||
|
|
9bc0946d11 | ||
|
|
ff99a44c1f | ||
|
|
078794059e | ||
|
|
9cad4320b3 | ||
|
|
a57d28d4a0 | ||
|
|
ee5ae1eb2f | ||
|
|
a5aef65c5c | ||
|
|
64d52be566 | ||
|
|
a9c3b0f225 | ||
|
|
3bc5948600 | ||
|
|
5883d3b4f3 | ||
|
|
96cd9aa1b7 | ||
|
|
f9ae3f982a | ||
|
|
f42b60958c | ||
|
|
7e8fba711e | ||
|
|
4a48135fa1 | ||
|
|
fd2bc76555 | ||
|
|
9e0db71d0c | ||
|
|
7b8678eb13 | ||
|
|
f868b3df49 | ||
|
|
cdb4dbd267 | ||
|
|
c9bb0bb72d | ||
|
|
6f4829bbc0 | ||
|
|
d2889d108b | ||
|
|
0b00bfbb9f | ||
|
|
4cdf3ebdfd | ||
|
|
dc7f7b2ee5 | ||
|
|
fdb58046f4 | ||
|
|
d18df38636 | ||
|
|
f2443f5eb3 | ||
|
|
8c9b2b2332 | ||
|
|
f5a35bbf31 | ||
|
|
469a6573bd | ||
|
|
9bf590b8cb | ||
|
|
686384593a | ||
|
|
d585c862fe | ||
|
|
77c2ee8c48 | ||
|
|
eb4dc21e49 | ||
|
|
816dc32004 | ||
|
|
0bb076c36a | ||
|
|
48d035e6c8 | ||
|
|
e4b5b5cc00 | ||
|
|
8f80cc77e8 | ||
|
|
5df14a0546 | ||
|
|
057344a855 | ||
|
|
ded28bde05 | ||
|
|
f78ac10568 | ||
|
|
fe80d5f19a | ||
|
|
287a6d9b01 | ||
|
|
94ae0f8021 | ||
|
|
70d5bb6c71 | ||
|
|
2e141ae231 | ||
|
|
f2dc67526c | ||
|
|
7e9ea36502 | ||
|
|
a410b4c687 | ||
|
|
da941652b3 | ||
|
|
fc7a0c985e | ||
|
|
54db7593c1 | ||
|
|
5d558e3fa6 | ||
|
|
be914d42f7 | ||
|
|
fdc7d141b2 | ||
|
|
947f09d0fd | ||
|
|
2e6379af48 | ||
|
|
36d726583e | ||
|
|
fb7620418e | ||
|
|
80b3130cf7 | ||
|
|
fe954cf9e4 | ||
|
|
38ea21a9bb | ||
|
|
d24ab995b4 | ||
|
|
326d16b46c | ||
|
|
1e6d42be5d | ||
|
|
11b60a3164 | ||
|
|
fb3d2e57b3 | ||
|
|
9fb7d1d563 | ||
|
|
26276a9b3d | ||
|
|
4abec14f98 | ||
|
|
b996e3c204 | ||
|
|
8637958601 | ||
|
|
2557431b1c |
20
res/layout/qs_tile_apply_change_button.xml
Normal file
20
res/layout/qs_tile_apply_change_button.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
android:orientation="horizontal" >
|
||||
|
||||
<Button
|
||||
android:id="@+id/apply_change"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="20dp"
|
||||
android:enabled="false"
|
||||
android:text="@string/qs_apply_change_button_title"
|
||||
android:textAllCaps="false"
|
||||
style="@style/ActionPrimaryButton" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -47,18 +47,18 @@
|
||||
|
||||
<!-- VoLTE Icon Type -->
|
||||
<string-array name="volte_icon_type_entries" translatable="false">
|
||||
<item>@string/volte_icon_vivo</item>
|
||||
<item>@string/volte_icon_margaritov2</item>
|
||||
<item>@string/volte_icon_margaritov</item>
|
||||
<item>@string/volte_icon_asus</item>
|
||||
<item>@string/volte_icon_off</item>
|
||||
<item>@string/volte_icon_dynamic</item>
|
||||
<item>@string/volte_icon_vo</item>
|
||||
<item>@string/volte_icon_volte</item>
|
||||
<item>@string/volte_icon_oos</item>
|
||||
<item>@string/volte_icon_hd</item>
|
||||
<item>@string/volte_icon_hd2</item>
|
||||
<item>@string/volte_icon_miui</item>
|
||||
<item>@string/volte_icon_emui</item>
|
||||
<item>@string/volte_icon_oos</item>
|
||||
<item>@string/volte_icon_volte</item>
|
||||
<item>@string/volte_icon_vo</item>
|
||||
<item>@string/volte_icon_aris</item>
|
||||
<item>@string/volte_icon_margaritov2</item>
|
||||
<item>@string/volte_icon_margaritov</item>
|
||||
<item>@string/volte_icon_vivo</item>
|
||||
<item>@string/volte_icon_aris</item>
|
||||
<item>@string/volte_icon_beast</item>
|
||||
<item>@string/volte_icon_ios</item>
|
||||
<item>@string/volte_icon_lr</item>
|
||||
@@ -75,18 +75,18 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="volte_icon_type_values" translatable="false">
|
||||
<item>10</item>
|
||||
<item>9</item>
|
||||
<item>8</item>
|
||||
<item>4</item>
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>2</item>
|
||||
<item>1</item>
|
||||
<item>0</item>
|
||||
<item>11</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
@@ -98,9 +98,30 @@
|
||||
<item>20</item>
|
||||
<item>21</item>
|
||||
<item>22</item>
|
||||
<item>23</item>
|
||||
<item>24</item>
|
||||
<item>23</item>
|
||||
<item>24</item>
|
||||
<item>25</item>
|
||||
<item>26</item>
|
||||
</string-array>
|
||||
|
||||
<!-- VoWiFi Icon Type -->
|
||||
<string-array name="vowifi_icon_type_entries" translatable="false">
|
||||
<item>@string/vowifi_icon_off</item>
|
||||
<item>@string/vowifi_icon_dynamic</item>
|
||||
<item>@string/vowifi_icon_asus</item>
|
||||
<item>@string/vowifi_icon_oneplus</item>
|
||||
<item>@string/vowifi_icon_moto</item>
|
||||
<item>@string/vowifi_icon_emui</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="vowifi_icon_type_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Battery -->
|
||||
<string-array name="status_bar_battery_percent_entries" translatable="false">
|
||||
@@ -142,8 +163,8 @@
|
||||
|
||||
<string-array name="status_bar_battery_style_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
@@ -156,8 +177,8 @@
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
@@ -167,7 +188,16 @@
|
||||
<item>@string/qs_use_status_bar_battery_style</item>
|
||||
<item>@string/status_bar_battery_style_icon_portrait</item>
|
||||
<item>@string/status_bar_battery_style_icon_rlandscape</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_buddy</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_line</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_musku</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_pill</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_signal</item>
|
||||
<item>@string/status_bar_battery_style_icon_rlandscape_style_a</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_style_a</item>
|
||||
<item>@string/status_bar_battery_style_icon_rlandscape_style_b</item>
|
||||
<item>@string/status_bar_battery_style_icon_landscape_style_b</item>
|
||||
<item>@string/status_bar_battery_style_circle</item>
|
||||
<item>@string/status_bar_battery_style_dotted_circle</item>
|
||||
<item>@string/status_bar_battery_style_filled_circle</item>
|
||||
@@ -180,15 +210,24 @@
|
||||
<string-array name="qs_battery_style_values" translatable="false">
|
||||
<item>-1</item>
|
||||
<item>0</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
<item>15</item>
|
||||
<item>16</item>
|
||||
<item>17</item>
|
||||
<item>18</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Quick Settings brightness slider -->
|
||||
@@ -495,12 +534,14 @@
|
||||
<item>@string/pulse_color_accent</item>
|
||||
<item>@string/pulse_color_custom</item>
|
||||
<item>@string/pulse_color_lava_lamp</item>
|
||||
pulse_color_lava_lamp
|
||||
</string-array>
|
||||
|
||||
<string-array name="pulse_color_mode_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="qs_tile_animation_duration_values" translatable="false">
|
||||
@@ -545,73 +586,7 @@
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
</string-array>
|
||||
|
||||
<!-- App lock timeout -->
|
||||
<string-array name="app_lock_timeout_entries">
|
||||
<item>5 seconds</item>
|
||||
<item>10 seconds</item>
|
||||
<item>30 seconds</item>
|
||||
<item>1 minute</item>
|
||||
<item>5 minutes</item>
|
||||
<item>10 minutes</item>
|
||||
<item>30 minutes</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="app_lock_timeout_values" translatable="false">
|
||||
<item>5000</item>
|
||||
<item>10000</item>
|
||||
<item>30000</item>
|
||||
<item>60000</item>
|
||||
<item>300000</item>
|
||||
<item>600000</item>
|
||||
<item>1800000</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<string-array name="smart_pixels_percent_strings" translatable="false">
|
||||
<item>12</item>
|
||||
<item>25</item>
|
||||
<item>38</item>
|
||||
<item>50</item>
|
||||
<item>62</item>
|
||||
<item>75</item>
|
||||
<item>88</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_percent_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_times" translatable="false">
|
||||
<item>@string/custom_timeout_summary_15secs</item>
|
||||
<item>@string/custom_timeout_summary_30secs</item>
|
||||
<item>@string/custom_timeout_summary_1min</item>
|
||||
<item>@string/custom_timeout_summary_2mins</item>
|
||||
<item>@string/custom_timeout_summary_5mins</item>
|
||||
<item>@string/custom_timeout_summary_10mins</item>
|
||||
<item>@string/custom_timeout_summary_20mins</item>
|
||||
<item>@string/custom_timeout_summary_30mins</item>
|
||||
<item>@string/custom_timeout_summary_1hour</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Ambient light -->
|
||||
<string-array name="pulse_ambient_light_color_mode_entries">
|
||||
<item>@string/pulse_ambient_light_color_mode_notification</item>
|
||||
@@ -707,47 +682,107 @@
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Lock Clock Fonts -->
|
||||
<string-array name="lock_clock_fonts_entries">
|
||||
<item>@string/lock_clock_font_stock</item>
|
||||
<item>@string/lock_clock_font_italic</item>
|
||||
<item>@string/lock_clock_font_bold</item>
|
||||
<item>@string/lock_clock_font_bold_italic</item>
|
||||
<item>@string/lock_clock_font_light_italic</item>
|
||||
<item>@string/lock_clock_font_light</item>
|
||||
<item>@string/lock_clock_font_thin_italic</item>
|
||||
<item>@string/lock_clock_font_thin</item>
|
||||
<item>@string/lock_clock_font_condensed_normal</item>
|
||||
<item>@string/lock_clock_font_condensed_italic</item>
|
||||
<item>@string/lock_clock_font_condensed_bold</item>
|
||||
<item>@string/lock_clock_font_condensed_bold_italic</item>
|
||||
<item>@string/lock_clock_font_condensed_light</item>
|
||||
<item>@string/lock_clock_font_condensed_light_italic</item>
|
||||
<item>@string/lock_clock_font_medium_normal</item>
|
||||
<item>@string/lock_clock_font_medium_italic</item>
|
||||
<item>@string/lock_clock_font_black</item>
|
||||
<item>@string/lock_clock_font_black_italic</item>
|
||||
<item>@string/lock_clock_font_dancingscript</item>
|
||||
<item>@string/lock_clock_font_dancingscript_bold</item>
|
||||
<item>@string/lock_clock_font_comingsoon</item>
|
||||
<item>@string/lock_clock_font_notoserif</item>
|
||||
<item>@string/lock_clock_font_notoserif_italic</item>
|
||||
<item>@string/lock_clock_font_notoserif_bold</item>
|
||||
<item>@string/lock_clock_font_notoserif_bold_italic</item>
|
||||
<item>@string/lock_clock_font_gobold</item>
|
||||
<item>@string/lock_clock_font_roadrage</item>
|
||||
<item>@string/lock_clock_font_snowstorm</item>
|
||||
<item>@string/lock_clock_font_googlesans</item>
|
||||
<item>@string/lock_clock_font_neoneon</item>
|
||||
<item>@string/lock_clock_font_themeable</item>
|
||||
<item>@string/lock_clock_font_samsung</item>
|
||||
<item>@string/lock_clock_font_mexcellent</item>
|
||||
<item>@string/lock_clock_font_burnstown</item>
|
||||
<item>@string/lock_clock_font_dumbledor</item>
|
||||
<item>@string/lock_clock_font_phantombold</item>
|
||||
<!-- Smart Pixels -->
|
||||
<string-array name="smart_pixels_percent_strings" translatable="false">
|
||||
<item>12</item>
|
||||
<item>25</item>
|
||||
<item>38</item>
|
||||
<item>50</item>
|
||||
<item>62</item>
|
||||
<item>75</item>
|
||||
<item>88</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="lock_clock_fonts_values" translatable="false">
|
||||
<string-array name="smart_pixels_percent_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_times" translatable="false">
|
||||
<item>@string/custom_timeout_summary_15secs</item>
|
||||
<item>@string/custom_timeout_summary_30secs</item>
|
||||
<item>@string/custom_timeout_summary_1min</item>
|
||||
<item>@string/custom_timeout_summary_2mins</item>
|
||||
<item>@string/custom_timeout_summary_5mins</item>
|
||||
<item>@string/custom_timeout_summary_10mins</item>
|
||||
<item>@string/custom_timeout_summary_20mins</item>
|
||||
<item>@string/custom_timeout_summary_30mins</item>
|
||||
<item>@string/custom_timeout_summary_1hour</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Monet theme styles -->
|
||||
<string-array name="theme_style_entries">
|
||||
<item>@string/theme_style_tonal_spot</item>
|
||||
<item>@string/theme_style_vibrant</item>
|
||||
<item>@string/theme_style_expressive</item>
|
||||
<item>@string/theme_style_spritz</item>
|
||||
<item>@string/theme_style_rainbow</item>
|
||||
<item>@string/theme_style_fruit_salad</item>
|
||||
<item>@string/theme_style_muted</item>
|
||||
<item>@string/theme_style_content</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="theme_style_values" translatable="false">
|
||||
<item>TONAL_SPOT</item>
|
||||
<item>VIBRANT</item>
|
||||
<item>EXPRESSIVE</item>
|
||||
<item>SPRITZ</item>
|
||||
<item>RAINBOW</item>
|
||||
<item>FRUIT_SALAD</item>
|
||||
<item>MUTED</item>
|
||||
<item>CONTENT</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Monet color sources -->
|
||||
<string-array name="color_source_entries">
|
||||
<item>@string/color_source_both</item>
|
||||
<item>@string/color_source_home</item>
|
||||
<item>@string/color_source_lock</item>
|
||||
<item>@string/color_source_preset</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="color_source_values" translatable="false">
|
||||
<item>both</item>
|
||||
<item>home_wallpaper</item>
|
||||
<item>lock_wallpaper</item>
|
||||
<item>preset</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Status bar chip styles-->
|
||||
<string-array name="statusbar_clock_chip_entries" translatable="false">
|
||||
<item>@string/disabled</item>
|
||||
<item>@string/solid_accent</item>
|
||||
<item>@string/outline</item>
|
||||
<item>@string/solid_accent_gradient</item>
|
||||
<item>@string/solid_gradient</item>
|
||||
<item>@string/solid_gradient_corner</item>
|
||||
<item>@string/solid_gradient_void</item>
|
||||
<item>@string/solid_gradient_neumorph</item>
|
||||
<item>@string/solid_gradient_stroke</item>
|
||||
<item>@string/solid_accent_transperent</item>
|
||||
<item>@string/solid_gradient_light</item>
|
||||
<item>@string/solid_gradient_shape</item>
|
||||
<item>@string/solid_gradient_void_light</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="statusbar_clock_chip_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
@@ -761,28 +796,58 @@
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
<item>15</item>
|
||||
<item>16</item>
|
||||
<item>17</item>
|
||||
<item>18</item>
|
||||
<item>19</item>
|
||||
<item>20</item>
|
||||
<item>21</item>
|
||||
<item>22</item>
|
||||
<item>23</item>
|
||||
<item>24</item>
|
||||
<item>25</item>
|
||||
<item>26</item>
|
||||
<item>27</item>
|
||||
<item>28</item>
|
||||
<item>29</item>
|
||||
<item>30</item>
|
||||
<item>31</item>
|
||||
<item>32</item>
|
||||
<item>33</item>
|
||||
<item>34</item>
|
||||
<item>35</item>
|
||||
</string-array>
|
||||
|
||||
<!-- KG Weather options -->
|
||||
<string-array name="kg_launcher_weather_entries" translatable="false">
|
||||
<item>@string/qs_weather_hidden</item>
|
||||
<item>@string/qs_temperature_image_show_scale</item>
|
||||
<item>@string/qs_temperature_image_hide_scale</item>
|
||||
<item>@string/qs_temperature_show_scale_hide_image</item>
|
||||
<item>@string/qs_temperature_hide_scale_hide_image</item>
|
||||
<item>@string/qs_show_image</item>
|
||||
<item>@string/weather_show_all_condition</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="kg_launcher_weather_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
</string-array>
|
||||
|
||||
<!-- QS Weather options -->
|
||||
<string-array name="qs_weather_entries" translatable="false">
|
||||
<item>@string/qs_weather_hidden</item>
|
||||
<item>@string/qs_temperature_image_show_scale</item>
|
||||
<item>@string/qs_temperature_image_hide_scale</item>
|
||||
<item>@string/qs_temperature_show_scale_hide_image</item>
|
||||
<item>@string/qs_temperature_hide_scale_hide_image</item>
|
||||
<item>@string/qs_show_image</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="qs_weather_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- QS Weather positions -->
|
||||
<string-array name="qsweather_position_entries" translatable="false">
|
||||
<item>@string/qsweather_position_qqs</item>
|
||||
<item>@string/qsweather_position_qsb</item>
|
||||
<item>@string/qsweather_position_both</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="qsweather_position_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -104,7 +104,9 @@
|
||||
<string name="ysl_maintainer">Iris</string>
|
||||
|
||||
<!-- Realme Device maintainers -->
|
||||
<string name="device_RMX1971">Realme 5 Pro</string>
|
||||
<string name="device_RMX3461">Realme 9 SE 5g</string>
|
||||
<string name="RMX3461_maintainer">Dhruv00</string>
|
||||
<string name="device_RMX1971">Realme 5 Pro</string>
|
||||
<string name="RMX1971_maintainer">Samba Siva Rao K</string>
|
||||
<string name="device_RMX1901">Realme RMX1901</string>
|
||||
<string name="RMX1901_maintainer">Ritish</string>
|
||||
@@ -155,4 +157,9 @@
|
||||
<!-- Motorola Device maintainers -->
|
||||
<string name="device_chef">Motorola One Power</string>
|
||||
<string name="chef_maintainer">Rushi Ranpise</string>
|
||||
|
||||
<!-- Samsung Device maintainers -->
|
||||
<string name="samsung_devices">Samsung</string>
|
||||
<string name="device_s10_n10_series">Galaxy S10 / Galaxy N10 Series</string>
|
||||
<string name="s10_n10_series_maintainer">FrEeRuNnEr4EvEr</string>
|
||||
</resources>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<string name="button_summary">Hardware keys, Navigation bar</string>
|
||||
<string name="gestures_title">Gestures</string>
|
||||
<string name="gestures_summary">Jump to camera, swipe to screenshot</string>
|
||||
<string name="fingerprint_category">Fingerprint</string>
|
||||
<string name="lockscreen_title">Lock screen</string>
|
||||
<string name="lockscreen_summary">Music visualizer, charging animation, clock style</string>
|
||||
<string name="misc_title">Miscellaneous</string>
|
||||
@@ -44,12 +45,12 @@
|
||||
<string name="qs_category">QS category</string>
|
||||
<string name="navbar_title">Navigation bar</string>
|
||||
<string name="volume_keys_title">Volume keys</string>
|
||||
<string name="udfps_category">UDFPS</string>
|
||||
|
||||
<!-- General strings -->
|
||||
<string name="ok">OK</string>
|
||||
<string name="reset">Reset</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="enable">Enable</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="none_string">None</string>
|
||||
<string name="default_string">Default</string>
|
||||
@@ -251,20 +252,22 @@
|
||||
<string name="lockscreen_albumart_filter_tint">Accent tinted</string>
|
||||
<string name="lockscreen_albumart_filter_blur">Blur</string>
|
||||
<string name="lockscreen_albumart_filter_grayblur">Grayscale and blurred</string>
|
||||
|
||||
<!-- Media artwork -->
|
||||
<string name="artwork_media_background_enable_blur_title">Blur media media notification artwork background</string>
|
||||
<string name="artwork_media_background_blur_radius_title">Blur amount for media notification artwork</string>
|
||||
<string name="media_artwork_fade_percent_title">Fade percent for media notification artwork</string>
|
||||
<string name="lockscreen_albumart_filter_blur_radius_title">Blur amount for lockscreen media artwork</string>
|
||||
|
||||
<string name="ls_media_artwork_fade_percent_title">Fade amount for lockscreen media artwork</string>
|
||||
|
||||
<!-- Show VoLTE icon on statusbar -->
|
||||
<string name="volte_switch_title">VoLTE icon</string>
|
||||
<string name="volte_switch_summary">Display VoLTE icon</string>
|
||||
<string name="volte_icon_title">VoLTE icon</string>
|
||||
<string name="volte_icon_summary">Display VoLTE icon</string>
|
||||
<string name="volte_icon_style_title">Select VoLTE Icon</string>
|
||||
<string name="volte_icon_asus">VoLTE Asus Icon</string>
|
||||
<string name="volte_icon_style_title">Select VoLTE/HD Icon</string>
|
||||
<string name="volte_icon_off">Off</string>
|
||||
<string name="volte_icon_dynamic">Dynamic VOLTE Icons</string>
|
||||
<string name="volte_icon_vo">Vo Only Icon</string>
|
||||
<string name="volte_icon_volte">VoLTE Icon</string>
|
||||
<string name="volte_icon_oos">VoLTE OOS Icon</string>
|
||||
<string name="volte_icon_hd">HD Icon</string>
|
||||
<string name="volte_icon_hd2">HD CAF Icon</string>
|
||||
<string name="volte_icon_miui">MIUI 11 Icon</string>
|
||||
<string name="volte_icon_emui">EMUI Icon</string>
|
||||
<string name="volte_icon_margaritov">HD Filled Icon</string>
|
||||
@@ -286,10 +289,14 @@
|
||||
<string name="volte_icon_zirco">Ziroc Icon</string>
|
||||
|
||||
<!-- VoWiFi icon -->
|
||||
<string name="vowifi_icon_title">VoWiFi icon</string>
|
||||
<string name="vowifi_icon_title">VoWiFi Icon</string>
|
||||
<string name="vowifi_icon_summary">Display VoWiFi icon when available</string>
|
||||
<string name="volte_vowifi_override_title">VoWiFi override</string>
|
||||
<string name="volte_vowifi_override_summary">Hide VoLTE when VoWiFi is available</string>
|
||||
<string name="vowifi_icon_off">Off</string>
|
||||
<string name="vowifi_icon_dynamic">Dynamic VoWiFi Icon</string>
|
||||
<string name="vowifi_icon_asus">Asus VoWiFi Icon</string>
|
||||
<string name="vowifi_icon_oneplus">OnePlus VoWiFi Icon</string>
|
||||
<string name="vowifi_icon_moto">Moto VoWiFi Icons</string>
|
||||
<string name="vowifi_icon_emui">EMUI Icons</string>
|
||||
|
||||
<!-- Statusbar Battery -->
|
||||
<string name="battery_style_title">Battery icon style</string>
|
||||
@@ -332,6 +339,18 @@
|
||||
<!-- Statusbar Clock background chip -->
|
||||
<string name="statusbar_clock_chip_title">Background chip</string>
|
||||
<string name="statusbar_clock_chip_summary">Display accented chip behind clock</string>
|
||||
<string name="solid_accent">Solid color accent</string>
|
||||
<string name="outline">Outline</string>
|
||||
<string name="solid_accent_gradient">Solid color accent gradient</string>
|
||||
<string name="solid_gradient">Solid Gradient side</string>
|
||||
<string name="solid_gradient_corner">Solid accent gradient sharp</string>
|
||||
<string name="solid_gradient_void">Gradient Void</string>
|
||||
<string name="solid_gradient_neumorph">Neumorph gradient</string>
|
||||
<string name="solid_gradient_stroke">Sharp gradient stroke</string>
|
||||
<string name="solid_accent_transperent">Accent transperent</string>
|
||||
<string name="solid_gradient_light">Gradient light</string>
|
||||
<string name="solid_gradient_shape">Sharp gradient corner</string>
|
||||
<string name="solid_gradient_void_light">Gradient Void light</string>
|
||||
|
||||
<!-- Quick Settings brightness slider -->
|
||||
<string name="qs_show_brightness_slider_title">Brightness slider</string>
|
||||
@@ -358,11 +377,7 @@
|
||||
<!-- QS Transparency -->
|
||||
<string name="qs_transparency_title">Background transparency</string>
|
||||
<string name="qs_transparency_summary">Set transparency level for QS background</string>
|
||||
|
||||
<!-- Brightness control -->
|
||||
<string name="status_bar_brightness_control_title">Brightness control</string>
|
||||
<string name="status_bar_brightness_control_summary">Adjust brightness by sliding across the status bar</string>
|
||||
|
||||
|
||||
<!-- Power menu on lockscreen -->
|
||||
<string name="power_menu_hide_on_secure_title">Hide power menu on lock screen</string>
|
||||
<string name="power_menu_hide_on_secure_summary">This will hide the power menu only on a secure lock screen</string>
|
||||
@@ -536,34 +551,15 @@
|
||||
<string name="udfps_haptic_feedback_title">UDFPS haptic feedback</string>
|
||||
<string name="udfps_haptic_feedback_summary">Vibrate when touching UDFPS icon</string>
|
||||
|
||||
<!-- Udfps authentication / error vibration -->
|
||||
<string name="udfps_success_vib_title">Udfps authentication vibration</string>
|
||||
<string name="udfps_success_vib_summary">Vibrate on successful fingerprint authentication</string>
|
||||
<string name="udfps_error_vib_title">Udfps error vibration</string>
|
||||
<string name="udfps_error_vib_summary">Vibrate on unsuccessful fingerprint authentication</string>
|
||||
|
||||
<!-- UDFPS Recog Animation -->
|
||||
<string name="udfps_customization">UDFPS customization</string>
|
||||
<string name="udfps_recog_animation">UDFPS animation</string>
|
||||
<string name="udfps_recog_animation_summary">Shows an animation while reading your finger</string>
|
||||
<string name="udfps_recog_animation_effect_title">UDFPS custom animation</string>
|
||||
<string name="udfps_recog_animation_effect_summary">Choose animation effect</string>
|
||||
<string name="udfps_settings_title">UDFPS settings</string>
|
||||
<string name="udfps_settings_summary">Settings for customizing the UDFPS</string>
|
||||
|
||||
<!-- UDFPS icon picker -->
|
||||
<!-- UDFPS settings -->
|
||||
<string name="udfps_category">UDFPS</string>
|
||||
<string name="udfps_settings_title">UDFPS customization</string>
|
||||
<string name="udfps_settings_summary">Customize under-display fingerprint scanner</string>
|
||||
<string name="udfps_icon_picker_title">UDFPS icon picker</string>
|
||||
<string name="udfps_icon_picker_summary">Choose your favorite fingerprint icon</string>
|
||||
|
||||
<!-- Custom FOD Icon -->
|
||||
<string name="custom_fp_icon_title">Custom UDFPS Icon</string>
|
||||
<string name="custom_fp_icon_summary">Enable custom UDFPS Icon from files</string>
|
||||
<string name="custom_fp_select_title">Select Custom UDFPS Icon</string>
|
||||
<string name="custom_fp_select_summary">Select custom image from your saved files or gallery</string>
|
||||
|
||||
<!-- UDFPS pressed color -->
|
||||
<string name="udfps_pressed_color_title">Udfps pressed color</string>
|
||||
<string name="udfps_pressed_color_summary">Choose your favorite udfps pressed color</string>
|
||||
<string name="udfps_recog_animation_effect_title">UDFPS custom animation</string>
|
||||
<string name="udfps_recog_animation_effect_summary">Choose animation effect</string>
|
||||
<string name="disable">Disable</string>
|
||||
|
||||
<!-- Fingerprint Ripple Effect -->
|
||||
<string name="enable_fingerprint_ripple_effect_title">Ripple effect</string>
|
||||
@@ -638,36 +634,12 @@
|
||||
<!-- QS clock -->
|
||||
<string name="qs_clock_title">Clock</string>
|
||||
<string name="qs_clock_summary">Display clock in quick status bar header</string>
|
||||
|
||||
<!-- QS date -->
|
||||
<string name="qs_date_title">Date</string>
|
||||
<string name="qs_date_summary">Display date in quick status bar header</string>
|
||||
|
||||
<!-- Footer -->
|
||||
<string name="qs_footer_category">QS Footer</string>
|
||||
<string name="qs_footer_datausage_title">Data usage</string>
|
||||
<string name="qs_footer_datausage_summary">Display data usage summary in quick settings footer</string>
|
||||
|
||||
<!-- App lock -->
|
||||
<string name="app_lock_title">App lock</string>
|
||||
<string name="app_lock_summary">Apps will require fingerprint authentication to launch</string>
|
||||
<string name="app_lock_authentication_dialog_title">Unlock</string>
|
||||
<string name="enable_debugging">Enable debugging</string>
|
||||
<string name="disable_debugging">Disable debugging</string>
|
||||
<string name="app_lock_packages_title">Protected apps</string>
|
||||
<string name="app_lock_packages_summary">Select the apps to protect with biometrics or device credentials</string>
|
||||
<string name="app_lock_timeout_title">Auto lock timeout</string>
|
||||
<string name="app_lock_timeout_summary">Duration of time after which an unlocked app in background should be locked</string>
|
||||
<string name="app_lock_notifications_title">Redact notifications</string>
|
||||
<string name="app_lock_notifications_summary">
|
||||
Notification content will be hidden and collapsed for selected apps when they are locked.
|
||||
Heads up notifications will be automatically disabled.
|
||||
</string>
|
||||
<string name="app_lock_notifications_disabled_summary">Protect an application first</string>
|
||||
<string name="app_lock_biometrics_allowed_title">Enable biometrics for unlocking</string>
|
||||
<string name="app_lock_footer_text">Bubbles will be automatically dismissed after timeout</string>
|
||||
<string name="enable_protection">Enable protection</string>
|
||||
|
||||
<!-- Quick settings styling -->
|
||||
<string name="qs_styles_title">Combined QS Element Styles</string>
|
||||
<string name="qs_outline">Outline</string>
|
||||
@@ -679,37 +651,21 @@
|
||||
<string name="qs_reflected">Reflected</string>
|
||||
<string name="qs_surround">Surround</string>
|
||||
<string name="qs_thin">ThinLine</string>
|
||||
|
||||
<!-- QS tiles layout direction: vertical or horizontal -->
|
||||
<string name="qs_tile_layout_category_title">Tile layout</string>
|
||||
<string name="qs_tile_layout_title">Title Alignment</string>
|
||||
<string name="qs_tile_layout_summary">Enable for centered layout.</string>
|
||||
|
||||
<!-- QS tiles title visibility -->
|
||||
<string name="qs_tile_title_visibility_title">Hide tile titles</string>
|
||||
<string name="qs_tile_title_visibility_summary">Toggle to hide tile titles</string>
|
||||
|
||||
<!-- QS tiles layout -->
|
||||
<string name="qs_layout_category_title">Tiles layout</string>
|
||||
<string name="qs_tile_label_hide_title">Hide label</string>
|
||||
<string name="qs_tile_label_hide_summary">Only show icon in tile</string>
|
||||
<string name="qs_tile_label_size_title">Label text size</string>
|
||||
<string name="qs_columns_portrait_title">Columns (portrait)</string>
|
||||
<string name="qs_columns_landscape_title">Columns (landscape)</string>
|
||||
|
||||
<!-- Monet engine -->
|
||||
<string name="monet_engine_settings_title">Monet engine</string>
|
||||
<string name="monet_engine_settings_summary">Custom color, colorfulness, brightness</string>
|
||||
<string name="accurate_shades_title">Use accurate shades</string>
|
||||
<string name="color_override_title">Custom color picker</string>
|
||||
<string name="color_override_default_summary">Using wallpaper color</string>
|
||||
<string name="custom_color_override_summary_placeholder">
|
||||
Choosen color: <xliff:g example="#FF0000" id="Color">%1$s</xliff:g>. Set an empty value to use wallpaper color.
|
||||
</string>
|
||||
<string name="invalid_color_input">Invalid color input!</string>
|
||||
<string name="chroma_factor_title">Colorfulness</string>
|
||||
<string name="linear_lightness_title">Use custom lightness scale</string>
|
||||
<string name="white_luminance_title">Brightness</string>
|
||||
<!-- QS tiles layout -->
|
||||
<string name="qs_layout_category_title">Quick Settings layout</string>
|
||||
<string name="qs_tile_layout_title">QS tiles layout</string>
|
||||
<string name="qs_tile_layout_summary">Customize tiles layout in QS panel</string>
|
||||
<string name="qs_tiles_layout_category">Tiles layout</string>
|
||||
<string name="qs_rows_portrait_title">Rows (Portrait)</string>
|
||||
<string name="qqs_rows_portrait_title">Rows (Quick QS portrait)</string>
|
||||
<string name="qs_columns_portrait_title">Columns (Portrait)</string>
|
||||
<string name="qs_apply_change_button_title">Apply change</string>
|
||||
<string name="qs_apply_change_failed">Failed to apply change</string>
|
||||
<string name="qs_tile_hide_label_title">Hide labels</string>
|
||||
<string name="qs_tile_hide_label_summary">Show only icon for QS tiles</string>
|
||||
<string name="qs_tile_vertical_layout_title">Vertical layout</string>
|
||||
<string name="qs_tile_vertical_layout_summary">Enable vertical layout for QS tiles</string>
|
||||
|
||||
<!-- Power menu Animations -->
|
||||
<string name="power_menu_animation_title">Power menu animation</string>
|
||||
@@ -791,6 +747,7 @@
|
||||
<string name="pulse_legacy_mode_advanced_category">Fading blocks mode settings</string>
|
||||
<string name="pulse_custom_fudge_factor">Sanity level</string>
|
||||
<string name="pulse_lavalamp_speed_title">Lava lamp speed</string>
|
||||
<string name="pulse_color_auto">Album</string>
|
||||
<string name="pulse_solid_units_count">Solid lines count</string>
|
||||
<string name="pulse_solid_units_opacity">Solid lines opacity</string>
|
||||
<string name="pulse_solid_units_rounded_title">Rounded corners</string>
|
||||
@@ -821,32 +778,6 @@
|
||||
<string name="click_partial_screenshot_title">Click to partial screenshot</string>
|
||||
<string name="click_partial_screenshot_summary">Short click Volume Down and Power to take partial screenshot</string>
|
||||
|
||||
<!-- UI styles -->
|
||||
<string name="theme_customization_ui_style_title">UI Style</string>
|
||||
<string name="theme_customization_ui_style_summary">Set custom style for your interface</string>
|
||||
|
||||
<!-- OOS style material dismiss all button for notifications -->
|
||||
<string name="notification_material_dismiss_button_title">Material dimiss button</string>
|
||||
<string name="notification_material_dismiss_button_summary">Replace clear all notification text with floating button</string>
|
||||
<string name="clearall_style_title">Material dismiss button style</string>
|
||||
<string name="clearall_bgstyle_title">Material dismiss background style</string>
|
||||
|
||||
<!-- Combined signal icons in status bar -->
|
||||
<string name="combined_status_bar_signal_icons_title">Combined signal icons</string>
|
||||
<string name="combined_status_bar_signal_icons_summary">Enable combined signal icons\n(WARNING: a soft reboot will occur upon enabling combined signal icons)</string>
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<string name="smart_pixels_warning_text">Smart pixels is a power saving feature. Depending on how many pixels you decide to turn off, you could see improvement in battery life. Note that in some cases it can result in unresponsive areas on touch screen</string>
|
||||
<string name="smart_pixels_title">Smart Pixels</string>
|
||||
<string name="smart_pixels_summary">Save battery by shutting off extra pixels</string>
|
||||
<string name="smart_pixels_enable_title">Enable Smart Pixels</string>
|
||||
<string name="smart_pixels_enable_summary">Shut off pixels to reduce power consumption</string>
|
||||
<string name="smart_pixels_on_power_save_title">Auto-enable on battery saver</string>
|
||||
<string name="smart_pixels_on_power_save_summary">Enable Smart Pixels when battery saver is enabled</string>
|
||||
<string name="smart_pixels_percent">Percent of pixels to disable</string>
|
||||
<string name="smart_pixels_shift_title">Burn-in protection</string>
|
||||
<string name="smart_pixels_shift_summary">Prevents burn-in on OLED devices by shifting pixels every so often</string>
|
||||
|
||||
<!-- Ambient edge lighting -->
|
||||
<string name="pulse_ambient_light_category">Screen edge lighting</string>
|
||||
<string name="pulse_ambient_light_title">Edge lighting</string>
|
||||
@@ -882,7 +813,7 @@
|
||||
|
||||
<!-- Edge Light -->
|
||||
<string name="pulse_ambient_light_width_title">Light width</string>
|
||||
|
||||
|
||||
<!-- Pulse Light Layout Style -->
|
||||
<string name="pulse_light_layout_style_title">Light Layout Style</string>
|
||||
<string name="pulse_light_both">All Four Sides</string>
|
||||
@@ -918,69 +849,98 @@
|
||||
<string name="file_header_select_title">Select local image</string>
|
||||
<string name="file_header_select_summary">Select image from storage(recommended use Gallery Go)</string>
|
||||
|
||||
<!-- Lock Clock Fonts -->
|
||||
<string name="lock_clock_font_title">LS Clock font style</string>
|
||||
<string name="lock_clock_font_dialog_title">Select lockscreen clock font</string>
|
||||
<string name="lock_clock_font_stock">Normal (default)</string>
|
||||
<string name="lock_clock_font_bold">Bold</string>
|
||||
<string name="lock_clock_font_italic">Italic</string>
|
||||
<string name="lock_clock_font_bold_italic">Bold Italic</string>
|
||||
<string name="lock_clock_font_light_italic">Light Italic</string>
|
||||
<string name="lock_clock_font_thin_italic">Thin Italic</string>
|
||||
<string name="lock_clock_font_light">Light</string>
|
||||
<string name="lock_clock_font_thin">Thin</string>
|
||||
<string name="lock_clock_font_condensed_normal">Condensed</string>
|
||||
<string name="lock_clock_font_condensed_italic">Condensed Italic</string>
|
||||
<string name="lock_clock_font_condensed_bold">Condensed Bold</string>
|
||||
<string name="lock_clock_font_condensed_bold_italic">Condensed Bold Italic</string>
|
||||
<string name="lock_clock_font_condensed_light">Condensed Light</string>
|
||||
<string name="lock_clock_font_condensed_light_italic">Condensed Light Italic</string>
|
||||
<string name="lock_clock_font_medium_normal">Medium</string>
|
||||
<string name="lock_clock_font_medium_italic">Medium Italic</string>
|
||||
<string name="lock_clock_font_black">Black</string>
|
||||
<string name="lock_clock_font_black_italic">Black Italic</string>
|
||||
<string name="lock_clock_font_dancingscript">DancingScript</string>
|
||||
<string name="lock_clock_font_dancingscript_bold">DancingScript Bold</string>
|
||||
<string name="lock_clock_font_comingsoon">ComingSoon</string>
|
||||
<string name="lock_clock_font_notoserif">NotoSerif Normal</string>
|
||||
<string name="lock_clock_font_notoserif_italic">NotoSerif Italic</string>
|
||||
<string name="lock_clock_font_notoserif_bold">NotoSerif Bold</string>
|
||||
<string name="lock_clock_font_notoserif_bold_italic">NotoSerif Bold Italic</string>
|
||||
<string name="lock_clock_font_gobold">GoBold Light</string>
|
||||
<string name="lock_clock_font_roadrage">Road Rage</string>
|
||||
<string name="lock_clock_font_snowstorm">Snowstorm</string>
|
||||
<string name="lock_clock_font_googlesans">Google Sans</string>
|
||||
<string name="lock_clock_font_neoneon">Neoneon</string>
|
||||
<string name="lock_clock_font_themeable">Themeable (or VCR OSD Mono)</string>
|
||||
<string name="lock_clock_font_samsung">Shamshung</string>
|
||||
<string name="lock_clock_font_mexcellent">Mexcellent</string>
|
||||
<string name="lock_clock_font_burnstown">Burnstown</string>
|
||||
<string name="lock_clock_font_dumbledor">Dumbledor</string>
|
||||
<string name="lock_clock_font_phantombold">PhantomBold</string>
|
||||
|
||||
<!-- Black theme -->
|
||||
<string name="system_black_theme_title">Vivid Colors</string>
|
||||
<string name="system_black_theme_summary">Use colorful and darker monet shades</string>
|
||||
|
||||
<!-- Dynamic System Bars -->
|
||||
<string name="dynamic_accent_mode_status_bar_summary">Automatically change the dark intensity to Accent Color</string>
|
||||
<string name="dynamic_accent_mode_status_bar_title">Accent Mode</string>
|
||||
<string name="dynamic_icon_navigation_tint_summary">Use status bar Dynamic color as navigation bar icon Tint</string>
|
||||
<string name="dynamic_icon_navigation_tint_title">Status bar color Tint</string>
|
||||
<string name="dynamic_linked_color_status_bar_summary">Automatically linked status bar dynamic color as navigation bar background</string>
|
||||
<string name="dynamic_linked_color_status_bar_title">Linked Color</string>
|
||||
<string name="dynamic_navigation_bar_summary">Automatically update the background of the navigation bar</string>
|
||||
<string name="dynamic_navigation_bar_title">Dynamic navigation bar</string>
|
||||
<string name="dynamic_navigation_bars_gradient_summary">Overlay a gradient on the navigation bar</string>
|
||||
<string name="dynamic_navigation_bars_gradient_title">Navigation bar gradient</string>
|
||||
<string name="dynamic_silver_mode_status_bar_summary">Automatically change the dark intensity to Silver</string>
|
||||
<string name="dynamic_silver_mode_status_bar_title">Silver Mode</string>
|
||||
<string name="dynamic_status_bar_filter_summary">Overlay a darkening filter on the status bar</string>
|
||||
<string name="dynamic_status_bar_filter_title">Darker status bar</string>
|
||||
<string name="dynamic_status_bar_summary">Automatically update the background of the status bar</string>
|
||||
<string name="dynamic_status_bar_title">Dynamic status bar</string>
|
||||
<string name="dynamic_system_bars_category_summary">Automatically update the background of the status bar and navigation bar</string>
|
||||
<string name="dynamic_system_bars_category_title">Dynamic system bars</string>
|
||||
<string name="dynamic_system_bars_gradient_summary">Overlay a gradient on the status bar</string>
|
||||
<string name="dynamic_system_bars_gradient_title">Status bar gradient</string>
|
||||
|
||||
<!-- Fingerprint authentication vibration -->
|
||||
<string name="fprint_error_vib_title">Fingerprint error vibration</string>
|
||||
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
|
||||
<string name="fprint_success_vib_title">Fingerprint authentication vibration</string>
|
||||
<string name="fprint_success_vib_summary">Vibrate on successful fingerprint authentication</string>
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<string name="smart_pixels_warning_text">Smart pixels is a power saving feature. Depending on how many pixels you decide to turn off, you could see improvement in battery life. Note that in some cases it can result in unresponsive areas on touch screen</string>
|
||||
<string name="smart_pixels_title">Smart Pixels</string>
|
||||
<string name="smart_pixels_summary">Save battery by shutting off extra pixels</string>
|
||||
<string name="smart_pixels_enable_title">Enable Smart Pixels</string>
|
||||
<string name="smart_pixels_enable_summary">Shut off pixels to reduce power consumption</string>
|
||||
<string name="smart_pixels_on_power_save_title">Auto-enable on battery saver</string>
|
||||
<string name="smart_pixels_on_power_save_summary">Enable Smart Pixels when battery saver is enabled</string>
|
||||
<string name="smart_pixels_percent">Percent of pixels to disable</string>
|
||||
<string name="smart_pixels_shift_title">Burn-in protection</string>
|
||||
<string name="smart_pixels_shift_summary">Prevents burn-in on OLED devices by shifting pixels every so often</string>
|
||||
|
||||
<!-- Combined signal icons in status bar -->
|
||||
<string name="combined_status_bar_signal_icons_title">Combined signal icons</string>
|
||||
<string name="combined_status_bar_signal_icons_summary">Enable combined signal icons\n(WARNING: a soft reboot will occur upon enabling combined signal icons)</string>
|
||||
|
||||
<!-- Monet settings -->
|
||||
<string name="monet_settings_title">Monet theming</string>
|
||||
<string name="monet_settings_sammary">A few extra settings to customize monet engine</string>
|
||||
<string name="theme_style_title">Theme style</string>
|
||||
<string name="theme_style_tonal_spot">Tonal Spot (Default)</string>
|
||||
<string name="theme_style_vibrant">Vibrant</string>
|
||||
<string name="theme_style_expressive">Exspressive</string>
|
||||
<string name="theme_style_spritz">Spritz</string>
|
||||
<string name="theme_style_rainbow">Rainbow</string>
|
||||
<string name="theme_style_fruit_salad">Fruit Salad</string>
|
||||
<string name="theme_style_muted">Muted</string>
|
||||
<string name="theme_style_content">Content</string>
|
||||
<string name="color_source_title">Color source</string>
|
||||
<string name="color_source_both">Both (Default)</string>
|
||||
<string name="color_source_home">Home wallpaper</string>
|
||||
<string name="color_source_lock">Lock wallpaper</string>
|
||||
<string name="color_source_preset">Preset</string>
|
||||
<string name="accent_color_title">Accent Color</string>
|
||||
<string name="accent_color_summary">Override default accent color</string>
|
||||
<string name="accent_background_title">Accent background</string>
|
||||
<string name="accent_background_summary">Choose a different accent color for background</string>
|
||||
<string name="bg_color_title">Background Color</string>
|
||||
<string name="bg_color_summary">Override default background accent color</string>
|
||||
<string name="luminance_factor_title">Luminance</string>
|
||||
<string name="luminance_factor_summary">Higher values produce brighter colors</string>
|
||||
<string name="chroma_factor_title">Chroma</string>
|
||||
<string name="chroma_factor_summary">Higher values produce stronger colors</string>
|
||||
<string name="tint_background_title">Tint Background</string>
|
||||
<string name="tint_background_summary">Make Luminance and Chroma selection affect background colors as well</string>
|
||||
|
||||
<!-- QS Header -->
|
||||
<string name="qs_header_image_title">QS Header Image</string>
|
||||
<string name="qs_header_random_image_title">QS Header Random Image</string>
|
||||
<string name="qs_header_random_image_summary">Enable random QS header image</string>
|
||||
|
||||
<!-- Parallel space -->
|
||||
<string name="laboratory_parallel_space_title">Parallel space</string>
|
||||
<string name="laboratory_parallel_space_summary">Allow running multiple instances of the same application in parallel</string>
|
||||
|
||||
<!-- QS Weather Options -->
|
||||
<string name="qs_weather_title">QS System weather style</string>
|
||||
<string name="qs_weather_summary">Configure system weather</string>
|
||||
<string name="qsweather_dialog_title">QuickSettings weather location</string>
|
||||
<string name="qs_weather_hidden">Hide weather</string>
|
||||
<string name="qs_temperature_image_show_scale">Show temp with scale and image</string>
|
||||
<string name="qs_temperature_image_hide_scale">Show temp with image without scale</string>
|
||||
<string name="qs_temperature_show_scale_hide_image">Show temp with scale</string>
|
||||
<string name="qs_temperature_hide_scale_hide_image">Show temp without scale</string>
|
||||
<string name="qs_show_image">Show image</string>
|
||||
<string name="weather_show_all_condition">Show temp with scale,image and weather condition</string>
|
||||
<string name="qsweather_position_qqs">QuickSettings</string>
|
||||
<string name="qsweather_position_qsb">QuickStatusbar</string>
|
||||
<string name="qsweather_position_both">Both</string>
|
||||
<string name="launcher_weather_title">Launcher System weather style</string>
|
||||
<string name="kg_weather_title">Lockscreen System weather style</string>
|
||||
|
||||
<!-- Omni weather -->
|
||||
<string name="qs_weather_settings_title">Weather Settings</string>
|
||||
<string name="qs_weather_settings_summary">Setup icon pack and weather service</string>
|
||||
<string name="weather_title">Weather Settings</string>
|
||||
<string name="weather_config_title">Weather service</string>
|
||||
<string name="weather_config_summary">System service settings</string>
|
||||
<string name="weather_icon_pack_title">Condition icon pack</string>
|
||||
<string name="weather_icon_pack_note">Note\u003a you can install new icon packs from play store by searching for \"Chronus icons\"</string>
|
||||
<string name="weather_icon_pack_info_title">Tips\u003a \n\n1. Users can install new icon packs from play store by searching for \"Chronus icons\".\n\n2. Condition icon pack is used for weather icons on quick settings and sushi launcher at a glance.\n\n3. Long press the QuickSettings weather view/logo/temperature to access weather settings with ease.</string>
|
||||
<string name="qsweather_settings_title">QuickSettings Weather</string>
|
||||
<string name="qsweather_settings_summary">Setup quicksettings weather views</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 FlamingoOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- App Lock -->
|
||||
<plurals name="app_lock_summary">
|
||||
<item quantity="one"><xliff:g example="1" id="Number of applications">%1$d</xliff:g> application is protected</item>
|
||||
<item quantity="other"><xliff:g example="10" id="Number of applications">%1$d</xliff:g> applications are protected</item>
|
||||
</plurals>
|
||||
|
||||
</resources>
|
||||
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 CherishOS Project
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/app_lock_title">
|
||||
|
||||
<Preference
|
||||
android:key="app_lock_packages"
|
||||
android:title="@string/app_lock_packages_title"
|
||||
android:summary="@string/app_lock_packages_summary"
|
||||
android:fragment="com.cherish.settings.security.applock.AppLockPackageListFragment" />
|
||||
|
||||
<ListPreference
|
||||
android:key="app_lock_timeout"
|
||||
android:title="@string/app_lock_timeout_title"
|
||||
android:summary="@string/app_lock_timeout_summary"
|
||||
android:entries="@array/app_lock_timeout_entries"
|
||||
android:entryValues="@array/app_lock_timeout_values"
|
||||
android:defaultValue="0"
|
||||
android:persistent="false"
|
||||
settings:controller="com.cherish.settings.security.applock.AppLockTimeoutPreferenceController" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="app_lock_biometrics_allowed"
|
||||
android:title="@string/app_lock_biometrics_allowed_title"
|
||||
android:persistent="false"
|
||||
settings:controller="com.cherish.settings.security.applock.AppLockBiometricPreferenceController" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 FlamingoOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/app_lock_packages_title">
|
||||
</PreferenceScreen>
|
||||
@@ -38,17 +38,6 @@
|
||||
android:dependency="ambient_text"
|
||||
android:defaultValue="#Welcome To Cherish" />
|
||||
|
||||
<ListPreference
|
||||
android:key="ambient_text_font"
|
||||
android:title="@string/ambient_text_font_title"
|
||||
android:dialogTitle="@string/ambient_text_font_title"
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="8"
|
||||
android:dependency="ambient_text"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="ambient_text_type_color"
|
||||
android:title="@string/ambient_text_type_color_title"
|
||||
|
||||
@@ -464,7 +464,16 @@
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://t.me/EvilAnsh" />
|
||||
</Preference>
|
||||
|
||||
|
||||
<Preference
|
||||
android:title="@string/RMX3461_maintainer"
|
||||
android:summary="@string/device_RMX3461"
|
||||
android:icon="@drawable/ic_devs_phone">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://t.me/DRvP00" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:title="@string/RMX1971_maintainer"
|
||||
android:summary="@string/device_RMX1971"
|
||||
@@ -581,4 +590,18 @@
|
||||
android:data="https://t.me/Iris041" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="samsung_devices"
|
||||
android:title="@string/samsung_devices" >
|
||||
|
||||
<Preference
|
||||
android:title="@string/s10_n10_series_maintainer"
|
||||
android:summary="@string/device_s10_n10_series"
|
||||
android:icon="@drawable/ic_devs_phone" >
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://t.me/FreeRunner4ever" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 FlamingoOS Project
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/app_lock_title">
|
||||
|
||||
<Preference
|
||||
android:key="app_lock_packages"
|
||||
android:title="@string/app_lock_packages_title"
|
||||
android:summary="@string/app_lock_packages_summary"
|
||||
android:fragment="com.cherish.settings.security.applock.AppLockPackageListFragment" />
|
||||
|
||||
<ListPreference
|
||||
android:key="app_lock_timeout"
|
||||
android:title="@string/app_lock_timeout_title"
|
||||
android:summary="@string/app_lock_timeout_summary"
|
||||
android:entries="@array/app_lock_timeout_entries"
|
||||
android:entryValues="@array/app_lock_timeout_values"
|
||||
android:defaultValue="0"
|
||||
android:persistent="false"
|
||||
settings:controller="com.cherish.settings.security.applock.AppLockTimeoutPreferenceController" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="app_lock_biometrics_allowed"
|
||||
android:title="@string/app_lock_biometrics_allowed_title"
|
||||
android:persistent="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -18,4 +18,4 @@
|
||||
android:title="@string/gestures_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
@@ -72,6 +72,24 @@
|
||||
android:title="@string/enable_fingerprint_ripple_effect_title"
|
||||
android:summary="@string/enable_fingerprint_ripple_effect_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_ui_finterprint_category"
|
||||
android:title="@string/fingerprint_category">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="fingerprint_success_vib"
|
||||
android:title="@string/fprint_success_vib_title"
|
||||
android:summary="@string/fprint_success_vib_summary"
|
||||
android:persistent="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="fingerprint_error_vib"
|
||||
android:title="@string/fprint_error_vib_title"
|
||||
android:summary="@string/fprint_error_vib_summary"
|
||||
android:persistent="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_media_art_options"
|
||||
@@ -81,7 +99,7 @@
|
||||
android:key="lockscreen_media_metadata"
|
||||
android:title="@string/media_art_title"
|
||||
android:summary="@string/media_art_summary"
|
||||
android:defaultValue="true" />
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="lockscreen_albumart_filter"
|
||||
@@ -99,11 +117,20 @@
|
||||
android:fragment="com.cherish.settings.fragments.sound.PulseSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="ls_media_filter_blur_radius"
|
||||
android:title="@string/lockscreen_albumart_filter_blur_radius_title"
|
||||
android:defaultValue="10"
|
||||
android:max="25"
|
||||
settings:min="1" />
|
||||
android:key="ls_media_filter_blur_radius"
|
||||
android:title="@string/lockscreen_albumart_filter_blur_radius_title"
|
||||
android:dependency="lockscreen_media_metadata"
|
||||
android:defaultValue="125"
|
||||
android:max="125"
|
||||
settings:min="2" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="ls_media_artwork_fade_percent"
|
||||
android:title="@string/ls_media_artwork_fade_percent_title"
|
||||
android:dependency="lockscreen_media_metadata"
|
||||
android:defaultValue="30"
|
||||
android:max="80"
|
||||
settings:min="1" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
@@ -30,6 +30,12 @@
|
||||
android:title="@string/laboratory_ignore_window_secure_title"
|
||||
android:summary="@string/laboratory_ignore_window_secure_summary"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="omnijaws_settings"
|
||||
android:title="@string/qs_weather_settings_title"
|
||||
android:summary="@string/qs_weather_settings_summary"
|
||||
android:fragment="com.cherish.settings.fragments.misc.OmniJawsSettings" />
|
||||
|
||||
<!-- Smart Charging -->
|
||||
<Preference
|
||||
@@ -37,13 +43,6 @@
|
||||
android:title="@string/smart_charging_title"
|
||||
android:summary="@string/smart_charging_summary"
|
||||
android:fragment="com.cherish.settings.fragments.SmartCharging"/>
|
||||
|
||||
<Preference
|
||||
android:key="app_lock"
|
||||
android:title="@string/app_lock_title"
|
||||
android:summary="@string/app_lock_summary"
|
||||
android:fragment="com.cherish.settings.security.applock.AppLockSettingsFragment"
|
||||
settings:controller="com.cherish.settings.security.applock.AppLockSettingsPreferenceController" />
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<Preference
|
||||
@@ -65,6 +64,16 @@
|
||||
android:summary="@string/use_photos_spoof_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<!-- Parallel space -->
|
||||
<Preference
|
||||
android:key="parallel_space"
|
||||
android:title="@string/laboratory_parallel_space_title"
|
||||
android:summary="@string/laboratory_parallel_space_summary">
|
||||
<intent
|
||||
android:targetPackage="ink.kscope.parallelspace"
|
||||
android:targetClass="ink.kscope.parallelspace.MainActivity" />
|
||||
</Preference>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="click_partial_screenshot"
|
||||
android:title="@string/click_partial_screenshot_title"
|
||||
|
||||
@@ -37,21 +37,6 @@
|
||||
android:entries="@array/quick_pulldown_entries"
|
||||
android:entryValues="@array/quick_pulldown_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="qs_header_clock_size"
|
||||
android:title="@string/clock_font_size_title"
|
||||
android:max="27"
|
||||
settings:min="10"
|
||||
settings:interval="1"
|
||||
android:defaultValue="14"
|
||||
settings:units="@string/unit_pixels" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_qs_date"
|
||||
android:title="@string/qs_date_title"
|
||||
android:summary="@string/qs_date_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -96,43 +81,20 @@
|
||||
android:key="qs_layout_category"
|
||||
android:title="@string/qs_layout_category_title">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_tile_label_hide"
|
||||
android:title="@string/qs_tile_label_hide_title"
|
||||
android:summary="@string/qs_tile_label_hide_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="qs_tile_label_size"
|
||||
android:title="@string/qs_tile_label_size_title"
|
||||
android:max="15"
|
||||
settings:min="10"
|
||||
settings:interval="1"
|
||||
settings:units="sp"
|
||||
android:defaultValue="14" />
|
||||
android:key="qs_header_image"
|
||||
android:title="@string/qs_header_image_title"
|
||||
android:defaultValue="0"
|
||||
settings:interval="1"
|
||||
android:max="74"
|
||||
android:min="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_tile_vertical_layout"
|
||||
android:title="@string/qs_tile_layout_title"
|
||||
android:summary="@string/qs_tile_layout_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="qs_layout_columns"
|
||||
android:title="@string/qs_columns_portrait_title"
|
||||
android:max="5"
|
||||
settings:min="2"
|
||||
settings:interval="1"
|
||||
android:defaultValue="2" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="qs_layout_columns_landscape"
|
||||
android:title="@string/qs_columns_landscape_title"
|
||||
android:max="6"
|
||||
settings:min="2"
|
||||
settings:interval="1"
|
||||
android:defaultValue="4" />
|
||||
<Preference
|
||||
android:key="qs_tile_layout"
|
||||
android:icon="@drawable/ic_qs_tile"
|
||||
android:title="@string/qs_tile_layout_title"
|
||||
android:summary="@string/qs_tile_layout_summary"
|
||||
android:fragment="com.cherish.settings.fragments.QsTileLayoutSettings" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
@@ -57,15 +57,6 @@
|
||||
android:entryValues="@array/status_bar_am_pm_values"
|
||||
android:defaultValue="2" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="status_bar_clock_size"
|
||||
android:title="@string/clock_font_size_title"
|
||||
android:max="20"
|
||||
settings:min="4"
|
||||
settings:interval="1"
|
||||
android:defaultValue="14"
|
||||
settings:units="@string/unit_pixels" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="status_bar_clock_date_display"
|
||||
android:title="@string/status_bar_date_title"
|
||||
|
||||
@@ -27,11 +27,13 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="statusbar_clock_chip"
|
||||
android:title="@string/statusbar_clock_chip_title"
|
||||
android:summary="@string/statusbar_clock_chip_summary"
|
||||
android:defaultValue="false" />
|
||||
android:entries="@array/statusbar_clock_chip_entries"
|
||||
android:entryValues="@array/statusbar_clock_chip_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<Preference
|
||||
android:key="network_traffic_settings"
|
||||
@@ -71,13 +73,6 @@
|
||||
android:targetPackage="com.android.systemui"
|
||||
android:targetClass="com.android.systemui.tuner.StatusbarItemsActivity" />
|
||||
</Preference>
|
||||
|
||||
<!-- DSB -->
|
||||
<Preference
|
||||
android:key="dynamic_system_bars"
|
||||
android:title="@string/dynamic_system_bars_category_title"
|
||||
android:summary="@string/dynamic_system_bars_category_summary"
|
||||
android:fragment="com.cherish.settings.fragments.DsbSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="data_disabled_icon"
|
||||
@@ -85,43 +80,33 @@
|
||||
android:summary="@string/data_disabled_icon_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="volte_icon_style"
|
||||
android:title="@string/volte_icon_style_title"
|
||||
android:summary="@string/volte_icon_summary"
|
||||
android:defaultValue="0"
|
||||
settings:defaultValueText="@string/disabled"
|
||||
android:max="28"
|
||||
settings:min="0"
|
||||
settings:units="" />
|
||||
<com.cherish.settings.preferences.SystemPropertySwitchPreference
|
||||
android:key="persist.sys.flags.combined_signal_icons"
|
||||
android:title="@string/combined_status_bar_signal_icons_title"
|
||||
android:summary="@string/combined_status_bar_signal_icons_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="volte_icon_style"
|
||||
android:title="@string/volte_icon_style_title"
|
||||
android:entries="@array/volte_icon_type_entries"
|
||||
android:entryValues="@array/volte_icon_type_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="1"/>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="vowifi_icon_style"
|
||||
android:title="@string/vowifi_icon_title"
|
||||
android:summary="@string/vowifi_icon_summary"
|
||||
android:defaultValue="0"
|
||||
settings:defaultValueText="@string/disabled"
|
||||
android:max="8"
|
||||
settings:min="0"
|
||||
settings:units="" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="volte_vowifi_override"
|
||||
android:title="@string/volte_vowifi_override_title"
|
||||
android:summary="@string/volte_vowifi_override_summary"
|
||||
android:defaultValue="true"/>
|
||||
android:entries="@array/vowifi_icon_type_entries"
|
||||
android:entryValues="@array/vowifi_icon_type_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="1"/>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="use_old_mobiletype"
|
||||
android:title="@string/use_old_mobiletype_title"
|
||||
android:summary="@string/use_old_mobiletype_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="enable_combined_signal_icons"
|
||||
android:title="@string/combined_status_bar_signal_icons_title"
|
||||
android:summary="@string/combined_status_bar_signal_icons_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_fourg_icon"
|
||||
@@ -171,14 +156,6 @@
|
||||
android:summary="@string/bluetooth_battery_summary"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
|
||||
<!-- Birghtness control -->
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="status_bar_brightness_control"
|
||||
android:title="@string/status_bar_brightness_control_title"
|
||||
android:summary="@string/status_bar_brightness_control_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -48,33 +48,6 @@
|
||||
android:summary="@string/disable_usercard_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/notification_material_dismiss_button_title">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="notification_material_dismiss"
|
||||
android:title="@string/notification_material_dismiss_button_title"
|
||||
android:summary="@string/notification_material_dismiss_button_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="notification_material_dismiss_style"
|
||||
android:title="@string/clearall_style_title"
|
||||
android:dependency="notification_material_dismiss"
|
||||
android:defaultValue="0"
|
||||
android:max="9"
|
||||
settings:min="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="notification_material_dismiss_bgstyle"
|
||||
android:title="@string/clearall_bgstyle_title"
|
||||
android:dependency="notification_material_dismiss"
|
||||
android:defaultValue="0"
|
||||
android:max="4"
|
||||
settings:min="0" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
@@ -86,12 +59,13 @@
|
||||
android:summary="@string/dark_ui_mode_summary"
|
||||
android:fragment="com.android.settings.display.darkmode.DarkModeSettingsFragment"
|
||||
settings:controller="com.android.settings.display.DarkUIPreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="android.theme.customization.style"
|
||||
android:title="@string/theme_customization_ui_style_title"
|
||||
android:summary="@string/theme_customization_ui_style_summary"
|
||||
android:fragment="com.cherish.settings.fragments.ui.UIStyles"/>
|
||||
|
||||
<!-- Monet settings -->
|
||||
<Preference
|
||||
android:key="monet_settings"
|
||||
android:title="@string/monet_settings_title"
|
||||
android:summary="@string/monet_settings_sammary"
|
||||
android:fragment="com.cherish.settings.fragments.MonetSettings" />
|
||||
|
||||
<Preference
|
||||
android:key="android.theme.customization.lockscreen_clock_font"
|
||||
@@ -109,21 +83,14 @@
|
||||
android:summary="%s"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<!-- Monet -->
|
||||
<Preference
|
||||
android:key="monet_engine_settings"
|
||||
android:title="@string/monet_engine_settings_title"
|
||||
android:summary="@string/monet_engine_settings_summary"
|
||||
android:fragment="com.cherish.settings.fragments.MonetEngineSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
<!-- Black Theme -->
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="system_black_theme"
|
||||
android:title="@string/system_black_theme_title"
|
||||
android:summary="@string/system_black_theme_summary"
|
||||
android:dependency="dark_ui_mode"
|
||||
android:defaultValue="false" />
|
||||
|
||||
|
||||
|
||||
<!-- Font style -->
|
||||
<Preference
|
||||
android:key="android.theme.customization.font"
|
||||
|
||||
@@ -14,55 +14,25 @@
|
||||
android:summary="@string/udfps_haptic_feedback_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="udfps_success_vib"
|
||||
android:title="@string/udfps_success_vib_title"
|
||||
android:summary="@string/udfps_success_vib_summary"
|
||||
android:defaultValue="true" />
|
||||
<!-- Screen OFF FOD -->
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="screen_off_udfps_enabled"
|
||||
android:title="@string/screen_off_udfps_title"
|
||||
android:summary="@string/screen_off_udfps_summary"
|
||||
android:defaultValue="false"
|
||||
settings:controller="com.android.settings.security.UdfpsGesturePreferenceController" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="udfps_error_vib"
|
||||
android:title="@string/udfps_error_vib_title"
|
||||
android:summary="@string/udfps_error_vib_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="udfps_customization"
|
||||
android:title="@string/udfps_customization">
|
||||
|
||||
<Preference
|
||||
android:key="udfps_icon_picker"
|
||||
android:title="@string/udfps_icon_picker_title"
|
||||
android:summary="@string/udfps_icon_picker_summary"
|
||||
android:fragment="com.cherish.settings.fragments.UdfpsIconPicker" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="custom_fp_icon_enabled"
|
||||
android:title="@string/custom_fp_icon_title"
|
||||
android:summary="@string/custom_fp_icon_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<Preference
|
||||
android:key="custom_fp_file_select"
|
||||
android:title="@string/custom_fp_select_title"
|
||||
android:summary="@string/custom_fp_select_summary"
|
||||
android:dependency="custom_fp_icon_enabled"
|
||||
android:persistent="false">
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="udfps_recognizing_animation_preview"
|
||||
android:title="@string/udfps_recog_animation_effect_title"
|
||||
android:summary="@string/udfps_recog_animation_effect_summary"
|
||||
android:fragment="com.cherish.settings.fragments.UdfpsAnimation" />
|
||||
|
||||
<Preference
|
||||
android:key="udfps_pressedicon_picker"
|
||||
android:title="@string/udfps_pressed_color_title"
|
||||
android:summary="@string/udfps_pressed_color_summary"
|
||||
android:fragment="com.cherish.settings.fragments.UdfpsPressedIconPicker" />
|
||||
|
||||
</PreferenceCategory>
|
||||
<!-- UDFPS ICON PICKER -->
|
||||
<Preference
|
||||
android:key="udfps_icon_picker"
|
||||
android:title="@string/udfps_icon_picker_title"
|
||||
android:summary="@string/udfps_icon_picker_summary"
|
||||
android:fragment="com.cherish.settings.fragments.UdfpsIconPicker" />
|
||||
|
||||
<!-- UDFPS ANIMATIONS -->
|
||||
<Preference
|
||||
android:key="udfps_recognizing_animation_preview"
|
||||
android:title="@string/udfps_recog_animation_effect_title"
|
||||
android:summary="@string/udfps_recog_animation_effect_summary"
|
||||
android:fragment="com.cherish.settings.fragments.UdfpsAnimation" />
|
||||
</PreferenceScreen>
|
||||
|
||||
@@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 The Nusantara Project
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen android:title="@string/dynamic_system_bars_category_title"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_status_bar_title"
|
||||
android:key="DYNAMIC_STATUS_BAR_STATE"
|
||||
android:summary="@string/dynamic_status_bar_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_navigation_bar_title"
|
||||
android:key="DYNAMIC_NAVIGATION_BAR_STATE"
|
||||
android:summary="@string/dynamic_navigation_bar_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_linked_color_status_bar_title"
|
||||
android:key="LINKED_COLOR"
|
||||
android:summary="@string/dynamic_linked_color_status_bar_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_icon_navigation_tint_title"
|
||||
android:key="UI_COLOR"
|
||||
android:summary="@string/dynamic_icon_navigation_tint_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_status_bar_filter_title"
|
||||
android:key="DYNAMIC_STATUS_BAR_FILTER_STATE"
|
||||
android:summary="@string/dynamic_status_bar_filter_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_silver_mode_status_bar_title"
|
||||
android:key="ABU_ABU"
|
||||
android:summary="@string/dynamic_silver_mode_status_bar_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:title="@string/dynamic_accent_mode_status_bar_title"
|
||||
android:key="ACCENT_COLOR"
|
||||
android:summary="@string/dynamic_accent_mode_status_bar_summary" />
|
||||
</PreferenceScreen>
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 FlamingoOS Project
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/monet_engine_settings_title">
|
||||
|
||||
<!-- Accurate shades -->
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="monet_engine_accurate_shades"
|
||||
android:title="@string/accurate_shades_title"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<!-- Color override -->
|
||||
<com.cherish.settings.preferences.SecureSettingColorPickerPreference
|
||||
android:key="monet_engine_color_override"
|
||||
android:title="@string/color_override_title"
|
||||
settings:controller="com.cherish.settings.fragments.MonetCustomColorPreferenceController" />
|
||||
|
||||
<!-- Chroma factor -->
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="chroma_factor"
|
||||
android:title="@string/chroma_factor_title"
|
||||
android:defaultValue="100"
|
||||
android:max="100"
|
||||
android:persistent="false"
|
||||
android:min="0"
|
||||
settings:interval="10"
|
||||
settings:controller="com.cherish.settings.fragments.MonetChromaFactorPreferenceController" />
|
||||
|
||||
<!-- Custom lightness scale -->
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="monet_engine_linear_lightness"
|
||||
android:title="@string/linear_lightness_title"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<!-- Brightness -->
|
||||
<com.cherish.settings.preferences.SecureSettingSeekBarPreference
|
||||
android:key="monet_engine_white_luminance"
|
||||
android:title="@string/white_luminance_title"
|
||||
android:defaultValue="425"
|
||||
android:max="1000"
|
||||
settings:min="1"
|
||||
settings:interval="100" />
|
||||
|
||||
</PreferenceScreen>
|
||||
79
res/xml/monet_settings.xml
Normal file
79
res/xml/monet_settings.xml
Normal file
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2022 Yet Another AOSP Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/monet_settings_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<ListPreference
|
||||
android:key="theme_style"
|
||||
android:title="@string/theme_style_title"
|
||||
android:entries="@array/theme_style_entries"
|
||||
android:entryValues="@array/theme_style_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<ListPreference
|
||||
android:key="color_source"
|
||||
android:title="@string/color_source_title"
|
||||
android:entries="@array/color_source_entries"
|
||||
android:entryValues="@array/color_source_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="accent_color"
|
||||
android:title="@string/accent_color_title"
|
||||
android:summary="@string/accent_color_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="accent_background"
|
||||
android:title="@string/accent_background_title"
|
||||
android:summary="@string/accent_background_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="bg_color"
|
||||
android:title="@string/bg_color_title"
|
||||
android:summary="@string/bg_color_summary" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="luminance_factor"
|
||||
android:title="@string/luminance_factor_title"
|
||||
android:summary="@string/luminance_factor_summary"
|
||||
android:max="100"
|
||||
settings:min="-95"
|
||||
settings:interval="5"
|
||||
settings:defaultValue="0"
|
||||
settings:units="%"
|
||||
settings:showSign="true" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="chroma_factor"
|
||||
android:title="@string/chroma_factor_title"
|
||||
android:summary="@string/chroma_factor_summary"
|
||||
android:max="100"
|
||||
settings:min="-95"
|
||||
settings:interval="5"
|
||||
settings:defaultValue="0"
|
||||
settings:units="%"
|
||||
settings:showSign="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="tint_background"
|
||||
android:title="@string/tint_background_title"
|
||||
android:summary="@string/tint_background_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
60
res/xml/omnijaws_settings.xml
Normal file
60
res/xml/omnijaws_settings.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2017 The OmniROM Project
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="omnijaws_settings"
|
||||
android:title="@string/weather_title">
|
||||
|
||||
<ListPreference
|
||||
android:key="weather_icon_pack"
|
||||
android:title="@string/weather_icon_pack_title"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:title="@string/weather_icon_pack_info_title" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="kg_show_weather_temp"
|
||||
android:title="@string/kg_weather_title"
|
||||
android:dialogTitle="@string/kg_weather_title"
|
||||
android:entries="@array/kg_launcher_weather_entries"
|
||||
android:summary="%s"
|
||||
android:entryValues="@array/kg_launcher_weather_values" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="qs_show_weather_temp"
|
||||
android:title="@string/qs_weather_title"
|
||||
android:dialogTitle="@string/qs_weather_title"
|
||||
android:entries="@array/qs_weather_entries"
|
||||
android:summary="%s"
|
||||
android:entryValues="@array/qs_weather_values" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="qs_weather_position"
|
||||
android:title="@string/qsweather_dialog_title"
|
||||
android:dialogTitle="@string/qsweather_dialog_title"
|
||||
android:entries="@array/qsweather_position_entries"
|
||||
android:summary="%s"
|
||||
android:entryValues="@array/qsweather_position_values" />
|
||||
|
||||
<Preference
|
||||
android:title="@string/weather_config_title"
|
||||
android:summary="@string/weather_config_summary">
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetPackage="org.omnirom.omnijaws"
|
||||
android:targetClass="org.omnirom.omnijaws.SettingsActivityService" />
|
||||
</Preference>
|
||||
|
||||
</PreferenceScreen>
|
||||
49
res/xml/qs_tile_layout.xml
Normal file
49
res/xml/qs_tile_layout.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/qs_tile_layout_title">
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_tile_label_hide"
|
||||
android:title="@string/qs_tile_hide_label_title"
|
||||
android:summary="@string/qs_tile_hide_label_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_tile_vertical_layout"
|
||||
android:title="@string/qs_tile_vertical_layout_title"
|
||||
android:summary="@string/qs_tile_vertical_layout_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="tiles_layout"
|
||||
android:title="@string/qs_tiles_layout_category">
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="qs_layout_columns"
|
||||
android:title="@string/qs_columns_portrait_title"
|
||||
android:defaultValue="2"
|
||||
android:max="6"
|
||||
settings:min="2" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="qs_layout_rows"
|
||||
android:title="@string/qs_rows_portrait_title"
|
||||
android:defaultValue="4"
|
||||
android:max="6"
|
||||
settings:min="2" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
android:key="qqs_layout_rows"
|
||||
android:title="@string/qqs_rows_portrait_title"
|
||||
android:defaultValue="2"
|
||||
android:max="5"
|
||||
settings:min="1" />
|
||||
|
||||
<com.android.settingslib.widget.LayoutPreference
|
||||
android:key="apply_change_button"
|
||||
android:layout="@layout/qs_tile_apply_change_button" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
@@ -1,49 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings
|
||||
|
||||
import android.content.Context
|
||||
import android.widget.Switch
|
||||
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.PreferenceScreen
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.core.TogglePreferenceController
|
||||
import com.android.settingslib.widget.MainSwitchPreference
|
||||
import com.android.settingslib.widget.OnMainSwitchChangeListener
|
||||
|
||||
abstract class CherishTogglePreferenceController(
|
||||
context: Context,
|
||||
key: String,
|
||||
) : TogglePreferenceController(context, key),
|
||||
OnMainSwitchChangeListener {
|
||||
|
||||
override fun displayPreference(screen: PreferenceScreen) {
|
||||
super.displayPreference(screen)
|
||||
val preference = screen.findPreference<Preference>(preferenceKey) ?: return
|
||||
if (preference is MainSwitchPreference) {
|
||||
preference.addOnSwitchChangeListener(this)
|
||||
}
|
||||
}
|
||||
|
||||
override fun onSwitchChanged(switchView: Switch, isChecked: Boolean) {
|
||||
setChecked(isChecked)
|
||||
}
|
||||
|
||||
override fun getSliceHighlightMenuRes() = R.string.menu_key_cherish
|
||||
}
|
||||
@@ -63,7 +63,6 @@ public class AmbientCustomizations extends SettingsPreferenceFragment implements
|
||||
|
||||
private static final String AMBIENT_TEXT_STRING = "ambient_text_string";
|
||||
private static final String AMBIENT_TEXT_ALIGNMENT = "ambient_text_alignment";
|
||||
private static final String AMBIENT_TEXT_FONT = "ambient_text_font";
|
||||
private static final String AMBIENT_TEXT_TYPE_COLOR = "ambient_text_type_color";
|
||||
private static final String AMBIENT_TEXT_COLOR = "ambient_text_color";
|
||||
private static final String FILE_AMBIENT_SELECT = "file_ambient_select";
|
||||
@@ -95,13 +94,6 @@ public class AmbientCustomizations extends SettingsPreferenceFragment implements
|
||||
mAmbientTextAlign.setSummary(mAmbientTextAlign.getEntry());
|
||||
mAmbientTextAlign.setOnPreferenceChangeListener(this);
|
||||
|
||||
// ambient text Fonts
|
||||
mAmbientTextFonts = (ListPreference) findPreference(AMBIENT_TEXT_FONT);
|
||||
mAmbientTextFonts.setValue(String.valueOf(Settings.System.getInt(
|
||||
getContentResolver(), Settings.System.AMBIENT_TEXT_FONT, 8)));
|
||||
mAmbientTextFonts.setSummary(mAmbientTextFonts.getEntry());
|
||||
mAmbientTextFonts.setOnPreferenceChangeListener(this);
|
||||
|
||||
// ambient text color type
|
||||
mAmbientTextTypeColor = (ListPreference) findPreference(AMBIENT_TEXT_TYPE_COLOR);
|
||||
mAmbientTextTypeColor.setValue(String.valueOf(Settings.System.getInt(
|
||||
@@ -151,12 +143,6 @@ public class AmbientCustomizations extends SettingsPreferenceFragment implements
|
||||
Settings.System.AMBIENT_TEXT_ALIGNMENT, align);
|
||||
mAmbientTextAlign.setSummary(mAmbientTextAlign.getEntries()[index]);
|
||||
return true;
|
||||
} else if (preference == mAmbientTextFonts) {
|
||||
Settings.System.putInt(getContentResolver(), Settings.System.AMBIENT_TEXT_FONT,
|
||||
Integer.valueOf((String) newValue));
|
||||
mAmbientTextFonts.setValue(String.valueOf(newValue));
|
||||
mAmbientTextFonts.setSummary(mAmbientTextFonts.getEntry());
|
||||
return true;
|
||||
} else if (preference == mAmbientTextTypeColor) {
|
||||
int value = Integer.valueOf((String) newValue);
|
||||
int vIndex = mAmbientTextTypeColor.findIndexOfValue((String) newValue);
|
||||
|
||||
@@ -1,266 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 The Nusantara Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.Color;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.os.UserHandle;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import android.provider.Settings;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto;
|
||||
|
||||
import androidx.preference.ListPreference;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
import androidx.preference.SwitchPreference;
|
||||
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.SearchIndexable;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.android.settings.R;
|
||||
|
||||
import androidx.preference.SeekBarPreference;
|
||||
|
||||
@SearchIndexable
|
||||
public class DsbSettings extends SettingsPreferenceFragment
|
||||
implements Preference.OnPreferenceChangeListener {
|
||||
|
||||
private static final String KEY_DYNAMIC_STATUS_BAR = "DYNAMIC_STATUS_BAR_STATE";
|
||||
private static final String KEY_DYNAMIC_NAVIGATION_BAR = "DYNAMIC_NAVIGATION_BAR_STATE";
|
||||
private static final String KEY_DYNAMIC_STATUS_BAR_FILTER = "DYNAMIC_STATUS_BAR_FILTER_STATE";
|
||||
private static final String KEY_DYNAMIC_LINKED_COLOR = "LINKED_COLOR";
|
||||
private static final String KEY_DYNAMIC_ABU_ABU = "ABU_ABU";
|
||||
private static final String KEY_DYNAMIC_UI_COLOR = "UI_COLOR";
|
||||
private static final String KEY_DYNAMIC_ACCENT_COLOR = "ACCENT_COLOR";
|
||||
|
||||
private SwitchPreference mDynamicStatusBar;
|
||||
private SwitchPreference mDynamicNavigationBar;
|
||||
private SwitchPreference mDynamicStatusBarFilter;
|
||||
private SwitchPreference mDynamicLinkedColor;
|
||||
private SwitchPreference mDynamicAbuAbu;
|
||||
private SwitchPreference mDynamicUiColor;
|
||||
private SwitchPreference mDynamicAccentColor;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
Context ctx = getContext();
|
||||
String name = ctx.getPackageName();
|
||||
|
||||
addPreferencesFromResource(getResources().getIdentifier("dsb_settings", "xml", name));
|
||||
|
||||
PreferenceScreen prefSet = getPreferenceScreen();
|
||||
|
||||
ContentResolver resolver = ctx.getContentResolver();
|
||||
|
||||
SwitchPreference statusBar = mDynamicStatusBar = prefSet.findPreference(KEY_DYNAMIC_STATUS_BAR);
|
||||
statusBar.setOnPreferenceChangeListener(this);
|
||||
boolean status = Settings.System.getIntForUser(resolver, "DYNAMIC_STATUS_BAR_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
statusBar.setChecked(status);
|
||||
|
||||
SwitchPreference navi = mDynamicNavigationBar = prefSet.findPreference(KEY_DYNAMIC_NAVIGATION_BAR);
|
||||
navi.setOnPreferenceChangeListener(this);
|
||||
boolean naviEnable = Settings.System.getIntForUser(resolver, "DYNAMIC_NAVIGATION_BAR_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
navi.setChecked(naviEnable);
|
||||
Resources res = getResources();
|
||||
final boolean hasNavigationBar = res.getDimensionPixelSize(res.getIdentifier(
|
||||
"navigation_bar_height", "dimen", "android")) > 0;
|
||||
navi.setEnabled(hasNavigationBar);
|
||||
|
||||
final boolean isAnyBarDynamic = status || naviEnable;
|
||||
|
||||
SwitchPreference linkedColor = mDynamicLinkedColor = prefSet.findPreference(KEY_DYNAMIC_LINKED_COLOR);
|
||||
linkedColor.setOnPreferenceChangeListener(this);
|
||||
boolean linkedColorEnabled = Settings.System.getIntForUser(resolver, "LINKED_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
boolean uiEnabled = Settings.System.getIntForUser(resolver, "UI_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
linkedColor.setChecked(linkedColorEnabled);
|
||||
linkedColor.setEnabled(status && naviEnable && !uiEnabled);
|
||||
|
||||
SwitchPreference ui = mDynamicUiColor = prefSet.findPreference(KEY_DYNAMIC_UI_COLOR);
|
||||
ui.setOnPreferenceChangeListener(this);
|
||||
ui.setChecked(uiEnabled);
|
||||
ui.setEnabled(status && naviEnable && !linkedColorEnabled);
|
||||
|
||||
SwitchPreference filter = mDynamicStatusBarFilter = prefSet.findPreference(KEY_DYNAMIC_STATUS_BAR_FILTER);
|
||||
filter.setOnPreferenceChangeListener(this);
|
||||
boolean filterEnabled = Settings.System.getIntForUser(resolver, "DYNAMIC_STATUS_BAR_FILTER_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
filter.setChecked(filterEnabled);
|
||||
filter.setEnabled(status);
|
||||
|
||||
SwitchPreference abu = mDynamicAbuAbu = prefSet.findPreference(KEY_DYNAMIC_ABU_ABU);
|
||||
abu.setOnPreferenceChangeListener(this);
|
||||
boolean abuEnabled = Settings.System.getIntForUser(resolver, "ABU_ABU", 0, UserHandle.USER_CURRENT) != 0;
|
||||
boolean accentEnabled = Settings.System.getIntForUser(resolver, "ACCENT_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
abu.setChecked(abuEnabled);
|
||||
abu.setEnabled(isAnyBarDynamic && !accentEnabled);
|
||||
|
||||
SwitchPreference accent = mDynamicAccentColor = prefSet.findPreference(KEY_DYNAMIC_ACCENT_COLOR);
|
||||
accent.setOnPreferenceChangeListener(this);
|
||||
accent.setChecked(accentEnabled);
|
||||
accent.setEnabled(isAnyBarDynamic && !abuEnabled);
|
||||
|
||||
|
||||
updatePrefAll();
|
||||
}
|
||||
|
||||
protected void updatePrefAll() {
|
||||
Context ctx = getContext();
|
||||
ContentResolver resolver = ctx.getContentResolver();
|
||||
|
||||
boolean status = Settings.System.getIntForUser(resolver, "DYNAMIC_STATUS_BAR_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
|
||||
SwitchPreference navi = mDynamicNavigationBar;
|
||||
boolean naviEnable = Settings.System.getIntForUser(resolver, "DYNAMIC_NAVIGATION_BAR_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
Resources res = getResources();
|
||||
final boolean hasNavigationBar = res.getDimensionPixelSize(res.getIdentifier(
|
||||
"navigation_bar_height", "dimen", "android")) > 0;
|
||||
navi.setEnabled(hasNavigationBar);
|
||||
|
||||
final boolean isAnyBarDynamic = status || naviEnable;
|
||||
|
||||
SwitchPreference linkedColor = mDynamicLinkedColor;
|
||||
boolean linkedColorEnabled = Settings.System.getIntForUser(resolver, "LINKED_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
boolean uiEnabled = Settings.System.getIntForUser(resolver, "UI_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
linkedColor.setEnabled(status && naviEnable && !uiEnabled);
|
||||
|
||||
SwitchPreference ui = mDynamicUiColor;
|
||||
ui.setEnabled(status && naviEnable && !linkedColorEnabled);
|
||||
|
||||
SwitchPreference filter = mDynamicStatusBarFilter;
|
||||
boolean filterEnabled = Settings.System.getIntForUser(resolver, "DYNAMIC_STATUS_BAR_FILTER_STATE", 0, UserHandle.USER_CURRENT) != 0;
|
||||
filter.setEnabled(status);
|
||||
|
||||
SwitchPreference abu = mDynamicAbuAbu;
|
||||
boolean abuEnabled = Settings.System.getIntForUser(resolver, "ABU_ABU", 0, UserHandle.USER_CURRENT) != 0;
|
||||
boolean accentEnabled = Settings.System.getIntForUser(resolver, "ACCENT_COLOR", 0, UserHandle.USER_CURRENT) != 0;
|
||||
abu.setEnabled(isAnyBarDynamic && !accentEnabled);
|
||||
|
||||
SwitchPreference accent = mDynamicAccentColor;
|
||||
accent.setEnabled(isAnyBarDynamic && !abuEnabled);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
ContentResolver resolver = getContext().getContentResolver();
|
||||
if (preference == mDynamicStatusBar) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"DYNAMIC_STATUS_BAR_STATE",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicNavigationBar) {
|
||||
boolean value = (Boolean) newValue;
|
||||
final Resources res = getResources();
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"DYNAMIC_NAVIGATION_BAR_STATE",
|
||||
value && res.getDimensionPixelSize(
|
||||
res.getIdentifier("navigation_bar_height", "dimen", "android")) > 0 ?
|
||||
1 : 0, UserHandle.USER_CURRENT);
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicLinkedColor) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver, "LINKED_COLOR",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
if (value) {
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"UI_COLOR", 0, UserHandle.USER_CURRENT);
|
||||
}
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicUiColor) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver, "UI_COLOR",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
if (value) {
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"LINKED_COLOR", 0, UserHandle.USER_CURRENT);
|
||||
}
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicStatusBarFilter) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"DYNAMIC_STATUS_BAR_FILTER_STATE",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicAbuAbu) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"ABU_ABU",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
if (value) {
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"ACCENT_COLOR", 0, UserHandle.USER_CURRENT);
|
||||
}
|
||||
updatePrefAll();
|
||||
return true;
|
||||
} else if (preference == mDynamicAccentColor) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"ACCENT_COLOR",
|
||||
value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
if (value) {
|
||||
Settings.System.putIntForUser(resolver,
|
||||
"ABU_ABU", 0, UserHandle.USER_CURRENT);
|
||||
}
|
||||
updatePrefAll();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public int getMetricsCategory() {
|
||||
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
|
||||
new BaseSearchIndexProvider() {
|
||||
@Override
|
||||
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
|
||||
boolean enabled) {
|
||||
ArrayList<SearchIndexableResource> result =
|
||||
new ArrayList<SearchIndexableResource>();
|
||||
|
||||
SearchIndexableResource sir = new SearchIndexableResource(context);
|
||||
sir.xmlResId = R.xml.dsb_settings;
|
||||
result.add(sir);
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getNonIndexableKeys(Context context) {
|
||||
List<String> keys = super.getNonIndexableKeys(context);
|
||||
return keys;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -53,19 +53,8 @@ import com.android.settingslib.search.SearchIndexable;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import android.widget.Toast;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Map;
|
||||
import java.util.HashMap;
|
||||
import java.util.Collections;
|
||||
import java.io.FileDescriptor;
|
||||
import java.util.Arrays;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
import static android.os.UserHandle.USER_SYSTEM;
|
||||
import android.os.RemoteException;
|
||||
import android.os.ServiceManager;
|
||||
import static android.os.UserHandle.USER_CURRENT;
|
||||
import java.util.List;
|
||||
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
|
||||
public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
@@ -73,6 +62,13 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
|
||||
private static final String UDFPS_CATEGORY = "udfps_category";
|
||||
private static final String TORCH_POWER_BUTTON_GESTURE = "torch_power_button_gesture";
|
||||
|
||||
private static final String FINGERPRINT_SUCCESS_VIB = "fingerprint_success_vib";
|
||||
private static final String FINGERPRINT_ERROR_VIB = "fingerprint_error_vib";
|
||||
|
||||
private FingerprintManager mFingerprintManager;
|
||||
private SwitchPreference mFingerprintSuccessVib;
|
||||
private SwitchPreference mFingerprintErrorVib;
|
||||
|
||||
|
||||
private ListPreference mLockClockStyles;
|
||||
@@ -86,6 +82,7 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
addPreferencesFromResource(R.xml.cherish_settings_lockscreen);
|
||||
final ContentResolver resolver = getActivity().getContentResolver();
|
||||
final PreferenceScreen prefSet = getPreferenceScreen();
|
||||
final PackageManager mPm = getActivity().getPackageManager();
|
||||
|
||||
Resources res = null;
|
||||
Context ctx = getContext();
|
||||
@@ -109,6 +106,27 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
mTorchPowerButton.setValue(Integer.toString(mTorchPowerButtonValue));
|
||||
mTorchPowerButton.setSummary(mTorchPowerButton.getEntry());
|
||||
mTorchPowerButton.setOnPreferenceChangeListener(this);
|
||||
|
||||
mFingerprintManager = (FingerprintManager) getActivity().getSystemService(Context.FINGERPRINT_SERVICE);
|
||||
mFingerprintSuccessVib = (SwitchPreference) findPreference(FINGERPRINT_SUCCESS_VIB);
|
||||
mFingerprintErrorVib = (SwitchPreference) findPreference(FINGERPRINT_ERROR_VIB);
|
||||
if (mPm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT) &&
|
||||
mFingerprintManager != null) {
|
||||
if (!mFingerprintManager.isHardwareDetected()){
|
||||
prefSet.removePreference(mFingerprintSuccessVib);
|
||||
prefSet.removePreference(mFingerprintErrorVib);
|
||||
} else {
|
||||
mFingerprintSuccessVib.setChecked((Settings.System.getInt(getContentResolver(),
|
||||
Settings.System.FP_SUCCESS_VIBRATE, 1) == 1));
|
||||
mFingerprintSuccessVib.setOnPreferenceChangeListener(this);
|
||||
mFingerprintErrorVib.setChecked((Settings.System.getInt(getContentResolver(),
|
||||
Settings.System.FP_ERROR_VIBRATE, 1) == 1));
|
||||
mFingerprintErrorVib.setOnPreferenceChangeListener(this);
|
||||
}
|
||||
} else {
|
||||
prefSet.removePreference(mFingerprintSuccessVib);
|
||||
prefSet.removePreference(mFingerprintErrorVib);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -126,6 +144,16 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
Settings.System.putInt(resolver, Settings.System.TORCH_POWER_BUTTON_GESTURE,
|
||||
mTorchPowerButtonValue);
|
||||
return true;
|
||||
} else if (preference == mFingerprintSuccessVib) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putInt(getActivity().getContentResolver(),
|
||||
Settings.System.FP_SUCCESS_VIBRATE, value ? 1 : 0);
|
||||
return true;
|
||||
} else if (preference == mFingerprintErrorVib) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.System.putInt(getActivity().getContentResolver(),
|
||||
Settings.System.FP_ERROR_VIBRATE, value ? 1 : 0);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments
|
||||
|
||||
import android.content.Context
|
||||
import android.os.UserHandle
|
||||
import android.provider.Settings
|
||||
|
||||
import androidx.preference.Preference
|
||||
|
||||
import com.android.settings.core.BasePreferenceController
|
||||
import com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
|
||||
class MonetChromaFactorPreferenceController(
|
||||
context: Context,
|
||||
key: String,
|
||||
) : BasePreferenceController(context, key),
|
||||
Preference.OnPreferenceChangeListener {
|
||||
|
||||
override fun getAvailabilityStatus(): Int = AVAILABLE
|
||||
|
||||
override fun updateState(preference: Preference) {
|
||||
super.updateState(preference)
|
||||
val chromaFactor = Settings.Secure.getFloatForUser(
|
||||
mContext.contentResolver,
|
||||
Settings.Secure.MONET_ENGINE_CHROMA_FACTOR,
|
||||
CHROMA_DEFAULT,
|
||||
UserHandle.USER_CURRENT
|
||||
) * 100
|
||||
(preference as CustomSeekBarPreference).apply {
|
||||
setValue(chromaFactor.toInt())
|
||||
}
|
||||
}
|
||||
|
||||
override fun onPreferenceChange(preference: Preference, newValue: Any): Boolean {
|
||||
return Settings.Secure.putFloatForUser(
|
||||
mContext.contentResolver,
|
||||
Settings.Secure.MONET_ENGINE_CHROMA_FACTOR,
|
||||
(newValue as Int) / 100f,
|
||||
UserHandle.USER_CURRENT
|
||||
)
|
||||
}
|
||||
|
||||
companion object {
|
||||
private const val CHROMA_DEFAULT = 1f
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments
|
||||
|
||||
import android.content.Context
|
||||
import android.os.UserHandle
|
||||
import android.provider.Settings
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.core.BasePreferenceController
|
||||
|
||||
class MonetCustomColorPreferenceController(
|
||||
context: Context,
|
||||
key: String,
|
||||
) : BasePreferenceController(context, key) {
|
||||
|
||||
override fun getAvailabilityStatus(): Int = AVAILABLE
|
||||
|
||||
override fun getSummary(): CharSequence? {
|
||||
val customColor = Settings.Secure.getStringForUser(
|
||||
mContext.contentResolver,
|
||||
Settings.Secure.MONET_ENGINE_COLOR_OVERRIDE,
|
||||
UserHandle.USER_CURRENT,
|
||||
)
|
||||
return if (customColor == null || customColor.isBlank()) {
|
||||
mContext.getString(R.string.color_override_default_summary)
|
||||
} else {
|
||||
mContext.getString(
|
||||
R.string.custom_color_override_summary_placeholder,
|
||||
customColor
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.search.BaseSearchIndexProvider
|
||||
import com.android.settingslib.search.SearchIndexable
|
||||
import com.cherish.settings.fragments.CherishDashboardFragment
|
||||
|
||||
@SearchIndexable
|
||||
class MonetEngineSettings : CherishDashboardFragment() {
|
||||
|
||||
override protected fun getPreferenceScreenResId() = R.xml.monet_engine_settings
|
||||
|
||||
override protected fun getLogTag() = TAG
|
||||
|
||||
companion object {
|
||||
private const val TAG = "MonetEngineSettings"
|
||||
|
||||
@JvmField
|
||||
val SEARCH_INDEX_DATA_PROVIDER = BaseSearchIndexProvider(R.xml.monet_engine_settings)
|
||||
}
|
||||
}
|
||||
350
src/com/cherish/settings/fragments/MonetSettings.java
Normal file
350
src/com/cherish/settings/fragments/MonetSettings.java
Normal file
@@ -0,0 +1,350 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Yet Another AOSP Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
import android.os.Bundle;
|
||||
import android.os.UserHandle;
|
||||
import android.provider.Settings;
|
||||
|
||||
import androidx.preference.ListPreference;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
import androidx.preference.Preference.OnPreferenceChangeListener;
|
||||
import androidx.preference.SwitchPreference;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settings.R;
|
||||
import com.android.settingslib.search.SearchIndexable;
|
||||
|
||||
import net.margaritov.preference.colorpicker.ColorPickerPreference;
|
||||
import com.cherish.settings.preferences.CustomSeekBarPreference;
|
||||
|
||||
import java.lang.CharSequence;
|
||||
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
|
||||
@SearchIndexable
|
||||
public class MonetSettings extends SettingsPreferenceFragment implements
|
||||
OnPreferenceChangeListener {
|
||||
|
||||
private static final String OVERLAY_CATEGORY_ACCENT_COLOR =
|
||||
"android.theme.customization.accent_color";
|
||||
private static final String OVERLAY_CATEGORY_SYSTEM_PALETTE =
|
||||
"android.theme.customization.system_palette";
|
||||
private static final String OVERLAY_CATEGORY_THEME_STYLE =
|
||||
"android.theme.customization.theme_style";
|
||||
private static final String OVERLAY_CATEGORY_BG_COLOR =
|
||||
"android.theme.customization.bg_color";
|
||||
private static final String OVERLAY_COLOR_SOURCE =
|
||||
"android.theme.customization.color_source";
|
||||
private static final String OVERLAY_COLOR_BOTH =
|
||||
"android.theme.customization.color_both";
|
||||
private static final String OVERLAY_LUMINANCE_FACTOR =
|
||||
"android.theme.customization.luminance_factor";
|
||||
private static final String OVERLAY_CHROMA_FACTOR =
|
||||
"android.theme.customization.chroma_factor";
|
||||
private static final String OVERLAY_TINT_BACKGROUND =
|
||||
"android.theme.customization.tint_background";
|
||||
private static final String COLOR_SOURCE_PRESET = "preset";
|
||||
private static final String COLOR_SOURCE_HOME = "home_wallpaper";
|
||||
private static final String COLOR_SOURCE_LOCK = "lock_wallpaper";
|
||||
|
||||
private static final String PREF_THEME_STYLE = "theme_style";
|
||||
private static final String PREF_COLOR_SOURCE = "color_source";
|
||||
private static final String PREF_ACCENT_COLOR = "accent_color";
|
||||
private static final String PREF_ACCENT_BACKGROUND = "accent_background";
|
||||
private static final String PREF_BG_COLOR = "bg_color";
|
||||
private static final String PREF_LUMINANCE_FACTOR = "luminance_factor";
|
||||
private static final String PREF_CHROMA_FACTOR = "chroma_factor";
|
||||
private static final String PREF_TINT_BACKGROUND = "tint_background";
|
||||
|
||||
private ListPreference mThemeStylePref;
|
||||
private ListPreference mColorSourcePref;
|
||||
private ColorPickerPreference mAccentColorPref;
|
||||
private SwitchPreference mAccentBackgroundPref;
|
||||
private ColorPickerPreference mBgColorPref;
|
||||
private CustomSeekBarPreference mLuminancePref;
|
||||
private CustomSeekBarPreference mChromaPref;
|
||||
private SwitchPreference mTintBackgroundPref;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
addPreferencesFromResource(R.xml.monet_settings);
|
||||
|
||||
mThemeStylePref = findPreference(PREF_THEME_STYLE);
|
||||
mColorSourcePref = findPreference(PREF_COLOR_SOURCE);
|
||||
mAccentColorPref = findPreference(PREF_ACCENT_COLOR);
|
||||
mAccentBackgroundPref = findPreference(PREF_ACCENT_BACKGROUND);
|
||||
mBgColorPref = findPreference(PREF_BG_COLOR);
|
||||
mLuminancePref = findPreference(PREF_LUMINANCE_FACTOR);
|
||||
mChromaPref = findPreference(PREF_CHROMA_FACTOR);
|
||||
mTintBackgroundPref = findPreference(PREF_TINT_BACKGROUND);
|
||||
|
||||
updatePreferences();
|
||||
|
||||
mThemeStylePref.setOnPreferenceChangeListener(this);
|
||||
mColorSourcePref.setOnPreferenceChangeListener(this);
|
||||
mAccentColorPref.setOnPreferenceChangeListener(this);
|
||||
mAccentBackgroundPref.setOnPreferenceChangeListener(this);
|
||||
mBgColorPref.setOnPreferenceChangeListener(this);
|
||||
mLuminancePref.setOnPreferenceChangeListener(this);
|
||||
mChromaPref.setOnPreferenceChangeListener(this);
|
||||
mTintBackgroundPref.setOnPreferenceChangeListener(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
updatePreferences();
|
||||
}
|
||||
|
||||
private void updatePreferences() {
|
||||
final String overlayPackageJson = Settings.Secure.getStringForUser(
|
||||
getActivity().getContentResolver(),
|
||||
Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES,
|
||||
UserHandle.USER_CURRENT);
|
||||
if (overlayPackageJson != null && !overlayPackageJson.isEmpty()) {
|
||||
try {
|
||||
final JSONObject object = new JSONObject(overlayPackageJson);
|
||||
final String style = object.optString(OVERLAY_CATEGORY_THEME_STYLE, null);
|
||||
final String source = object.optString(OVERLAY_COLOR_SOURCE, null);
|
||||
final String color = object.optString(OVERLAY_CATEGORY_SYSTEM_PALETTE, null);
|
||||
final int bgColor = object.optInt(OVERLAY_CATEGORY_BG_COLOR);
|
||||
final boolean both = object.optInt(OVERLAY_COLOR_BOTH, 0) == 1;
|
||||
final boolean tintBG = object.optInt(OVERLAY_TINT_BACKGROUND, 0) == 1;
|
||||
final float lumin = (float) object.optDouble(OVERLAY_LUMINANCE_FACTOR, 1d);
|
||||
final float chroma = (float) object.optDouble(OVERLAY_CHROMA_FACTOR, 1d);
|
||||
// style handling
|
||||
boolean styleUpdated = false;
|
||||
if (style != null && !style.isEmpty()) {
|
||||
for (CharSequence value : mThemeStylePref.getEntryValues()) {
|
||||
if (value.toString().equals(style)) {
|
||||
styleUpdated = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (styleUpdated) {
|
||||
updateListByValue(mThemeStylePref, style);
|
||||
}
|
||||
}
|
||||
if (!styleUpdated) {
|
||||
updateListByValue(mThemeStylePref,
|
||||
mThemeStylePref.getEntryValues()[0].toString());
|
||||
}
|
||||
// color handling
|
||||
final String sourceVal = (source == null || source.isEmpty() ||
|
||||
(source.equals(COLOR_SOURCE_HOME) && both)) ? "both" : source;
|
||||
updateListByValue(mColorSourcePref, sourceVal);
|
||||
final boolean enabled = updateAccentEnablement(sourceVal);
|
||||
if (enabled && color != null && !color.isEmpty()) {
|
||||
mAccentColorPref.setNewPreviewColor(
|
||||
ColorPickerPreference.convertToColorInt(color));
|
||||
}
|
||||
final boolean bgEnabled = enabled && bgColor != 0;
|
||||
if (bgEnabled) {
|
||||
mBgColorPref.setNewPreviewColor(bgColor);
|
||||
} else if (!enabled) {
|
||||
mAccentBackgroundPref.setEnabled(false);
|
||||
}
|
||||
mAccentBackgroundPref.setChecked(bgEnabled);
|
||||
mBgColorPref.setEnabled(bgEnabled);
|
||||
// etc
|
||||
int luminV = 0;
|
||||
if (lumin > 1d) luminV = Math.round((lumin - 1f) * 100f);
|
||||
else if (lumin < 1d) luminV = -1 * Math.round((1f - lumin) * 100f);
|
||||
mLuminancePref.setValue(luminV);
|
||||
int chromaV = 0;
|
||||
if (chroma > 1d) chromaV = Math.round((chroma - 1f) * 100f);
|
||||
else if (chroma < 1d) chromaV = -1 * Math.round((1f - chroma) * 100f);
|
||||
mChromaPref.setValue(chromaV);
|
||||
mTintBackgroundPref.setChecked(tintBG);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
final ContentResolver resolver = getActivity().getContentResolver();
|
||||
if (preference == mThemeStylePref) {
|
||||
String value = (String) newValue;
|
||||
setStyleValue(value);
|
||||
updateListByValue(mThemeStylePref, value, false);
|
||||
return true;
|
||||
} else if (preference == mColorSourcePref) {
|
||||
String value = (String) newValue;
|
||||
setSourceValue(value);
|
||||
updateListByValue(mColorSourcePref, value, false);
|
||||
updateAccentEnablement(value);
|
||||
return true;
|
||||
} else if (preference == mAccentColorPref) {
|
||||
int value = (Integer) newValue;
|
||||
setColorValue(value);
|
||||
return true;
|
||||
} else if (preference == mAccentBackgroundPref) {
|
||||
boolean value = (Boolean) newValue;
|
||||
if (!value) setBgColorValue(0);
|
||||
mBgColorPref.setEnabled(value);
|
||||
return true;
|
||||
} else if (preference == mBgColorPref) {
|
||||
int value = (Integer) newValue;
|
||||
setBgColorValue(value);
|
||||
return true;
|
||||
} else if (preference == mLuminancePref) {
|
||||
int value = (Integer) newValue;
|
||||
setLuminanceValue(value);
|
||||
return true;
|
||||
} else if (preference == mChromaPref) {
|
||||
int value = (Integer) newValue;
|
||||
setChromaValue(value);
|
||||
return true;
|
||||
} else if (preference == mTintBackgroundPref) {
|
||||
boolean value = (Boolean) newValue;
|
||||
setTintBackgroundValue(value);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
private void updateListByValue(ListPreference pref, String value) {
|
||||
updateListByValue(pref, value, true);
|
||||
}
|
||||
|
||||
private void updateListByValue(ListPreference pref, String value, boolean set) {
|
||||
if (set) pref.setValue(value);
|
||||
final int index = pref.findIndexOfValue(value);
|
||||
pref.setSummary(pref.getEntries()[index]);
|
||||
}
|
||||
|
||||
private boolean updateAccentEnablement(String source) {
|
||||
final boolean shouldEnable = source != null && source.equals(COLOR_SOURCE_PRESET);
|
||||
mAccentColorPref.setEnabled(shouldEnable);
|
||||
mAccentBackgroundPref.setEnabled(shouldEnable);
|
||||
if (!shouldEnable) {
|
||||
mBgColorPref.setEnabled(false);
|
||||
mAccentBackgroundPref.setEnabled(false);
|
||||
mAccentBackgroundPref.setChecked(false);
|
||||
}
|
||||
return shouldEnable;
|
||||
}
|
||||
|
||||
private JSONObject getSettingsJson() throws JSONException {
|
||||
final String overlayPackageJson = Settings.Secure.getStringForUser(
|
||||
getActivity().getContentResolver(),
|
||||
Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES,
|
||||
UserHandle.USER_CURRENT);
|
||||
JSONObject object;
|
||||
if (overlayPackageJson == null || overlayPackageJson.isEmpty())
|
||||
return new JSONObject();
|
||||
return new JSONObject(overlayPackageJson);
|
||||
}
|
||||
|
||||
private void putSettingsJson(JSONObject object) {
|
||||
Settings.Secure.putStringForUser(
|
||||
getActivity().getContentResolver(),
|
||||
Settings.Secure.THEME_CUSTOMIZATION_OVERLAY_PACKAGES,
|
||||
object.toString(), UserHandle.USER_CURRENT);
|
||||
}
|
||||
|
||||
private void setStyleValue(String style) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
object.putOpt(OVERLAY_CATEGORY_THEME_STYLE, style);
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setSourceValue(String source) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
if (source.equals("both")) {
|
||||
object.putOpt(OVERLAY_COLOR_BOTH, 1);
|
||||
object.putOpt(OVERLAY_COLOR_SOURCE, COLOR_SOURCE_HOME);
|
||||
} else {
|
||||
object.remove(OVERLAY_COLOR_BOTH);
|
||||
object.putOpt(OVERLAY_COLOR_SOURCE, source);
|
||||
}
|
||||
if (!source.equals(COLOR_SOURCE_PRESET)) {
|
||||
object.remove(OVERLAY_CATEGORY_ACCENT_COLOR);
|
||||
object.remove(OVERLAY_CATEGORY_SYSTEM_PALETTE);
|
||||
}
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setColorValue(int color) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
final String rgbColor = ColorPickerPreference.convertToRGB(color).replace("#", "");
|
||||
object.putOpt(OVERLAY_CATEGORY_ACCENT_COLOR, rgbColor);
|
||||
object.putOpt(OVERLAY_CATEGORY_SYSTEM_PALETTE, rgbColor);
|
||||
object.putOpt(OVERLAY_COLOR_SOURCE, COLOR_SOURCE_PRESET);
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setBgColorValue(int color) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
if (color != 0) object.putOpt(OVERLAY_CATEGORY_BG_COLOR, color);
|
||||
else object.remove(OVERLAY_CATEGORY_BG_COLOR);
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setLuminanceValue(int lumin) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
if (lumin == 0)
|
||||
object.remove(OVERLAY_LUMINANCE_FACTOR);
|
||||
else
|
||||
object.putOpt(OVERLAY_LUMINANCE_FACTOR, 1d + ((double) lumin / 100d));
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setChromaValue(int chroma) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
if (chroma == 0)
|
||||
object.remove(OVERLAY_CHROMA_FACTOR);
|
||||
else
|
||||
object.putOpt(OVERLAY_CHROMA_FACTOR, 1d + ((double) chroma / 100d));
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
private void setTintBackgroundValue(boolean tint) {
|
||||
try {
|
||||
JSONObject object = getSettingsJson();
|
||||
if (!tint) object.remove(OVERLAY_TINT_BACKGROUND);
|
||||
else object.putOpt(OVERLAY_TINT_BACKGROUND, 1);
|
||||
putSettingsJson(object);
|
||||
} catch (JSONException | IllegalArgumentException ignored) {}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
|
||||
new BaseSearchIndexProvider(R.xml.monet_settings);
|
||||
}
|
||||
171
src/com/cherish/settings/fragments/QsTileLayoutSettings.java
Normal file
171
src/com/cherish/settings/fragments/QsTileLayoutSettings.java
Normal file
@@ -0,0 +1,171 @@
|
||||
/*
|
||||
* Copyright (C) 2022 The Nameless-AOSP Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the specific language governing
|
||||
* permissions and limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.Bundle;
|
||||
import android.os.UserHandle;
|
||||
import android.provider.Settings;
|
||||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.Toast;
|
||||
|
||||
import androidx.preference.Preference;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto;
|
||||
import com.android.internal.util.systemui.qs.QSLayoutUtils;
|
||||
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
|
||||
import com.android.settingslib.widget.LayoutPreference;
|
||||
|
||||
import com.cherish.settings.preferences.CustomSeekBarPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
|
||||
|
||||
public class QsTileLayoutSettings extends SettingsPreferenceFragment
|
||||
implements Preference.OnPreferenceChangeListener {
|
||||
|
||||
private static final String KEY_QS_HIDE_LABEL = "qs_tile_label_hide";
|
||||
private static final String KEY_QS_VERTICAL_LAYOUT = "qs_tile_vertical_layout";
|
||||
private static final String KEY_QS_COLUMN_PORTRAIT = "qs_layout_columns";
|
||||
private static final String KEY_QS_ROW_PORTRAIT = "qs_layout_rows";
|
||||
private static final String KEY_QQS_ROW_PORTRAIT = "qqs_layout_rows";
|
||||
private static final String KEY_APPLY_CHANGE_BUTTON = "apply_change_button";
|
||||
|
||||
private Context mContext;
|
||||
|
||||
private CustomSeekBarPreference mQsColumns;
|
||||
private CustomSeekBarPreference mQsRows;
|
||||
private CustomSeekBarPreference mQqsRows;
|
||||
|
||||
private Button mApplyChange;
|
||||
|
||||
private SystemSettingSwitchPreference mHide;
|
||||
private SystemSettingSwitchPreference mVertical;
|
||||
|
||||
private int[] currentValue = new int[2];
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstance) {
|
||||
super.onCreate(savedInstance);
|
||||
addPreferencesFromResource(R.xml.qs_tile_layout);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onViewCreated(View view, Bundle savedInstanceState) {
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
|
||||
mQsColumns = (CustomSeekBarPreference) findPreference(KEY_QS_COLUMN_PORTRAIT);
|
||||
mQsColumns.setOnPreferenceChangeListener(this);
|
||||
|
||||
mQsRows = (CustomSeekBarPreference) findPreference(KEY_QS_ROW_PORTRAIT);
|
||||
mQsRows.setOnPreferenceChangeListener(this);
|
||||
|
||||
mQqsRows = (CustomSeekBarPreference) findPreference(KEY_QQS_ROW_PORTRAIT);
|
||||
mQqsRows.setOnPreferenceChangeListener(this);
|
||||
|
||||
mContext = getContext();
|
||||
|
||||
LayoutPreference preference = findPreference(KEY_APPLY_CHANGE_BUTTON);
|
||||
mApplyChange = (Button) preference.findViewById(R.id.apply_change);
|
||||
mApplyChange.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if (mApplyChange.isEnabled()) {
|
||||
final int[] newValue = {
|
||||
mQsRows.getValue() * 10 + mQsColumns.getValue(),
|
||||
mQqsRows.getValue() * 10 + mQsColumns.getValue()
|
||||
};
|
||||
Settings.System.putIntForUser(getContentResolver(),
|
||||
Settings.System.QS_LAYOUT, newValue[0], UserHandle.USER_CURRENT);
|
||||
Settings.System.putIntForUser(getContentResolver(),
|
||||
Settings.System.QQS_LAYOUT, newValue[1], UserHandle.USER_CURRENT);
|
||||
if (QSLayoutUtils.updateLayout(mContext)) {
|
||||
currentValue[0] = newValue[0];
|
||||
currentValue[1] = newValue[1];
|
||||
mApplyChange.setEnabled(false);
|
||||
} else {
|
||||
Settings.System.putIntForUser(getContentResolver(),
|
||||
Settings.System.QS_LAYOUT, currentValue[0], UserHandle.USER_CURRENT);
|
||||
Settings.System.putIntForUser(getContentResolver(),
|
||||
Settings.System.QQS_LAYOUT, currentValue[1], UserHandle.USER_CURRENT);
|
||||
Toast.makeText(mContext, R.string.qs_apply_change_failed, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
initPreference();
|
||||
|
||||
final boolean hideLabel = Settings.System.getIntForUser(getContentResolver(),
|
||||
Settings.System.QS_TILE_LABEL_HIDE, 0, UserHandle.USER_CURRENT) == 1;
|
||||
|
||||
mHide = (SystemSettingSwitchPreference) findPreference(KEY_QS_HIDE_LABEL);
|
||||
mHide.setOnPreferenceChangeListener(this);
|
||||
|
||||
mVertical = (SystemSettingSwitchPreference) findPreference(KEY_QS_VERTICAL_LAYOUT);
|
||||
mVertical.setEnabled(!hideLabel);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
if (preference == mHide) {
|
||||
boolean hideLabel = (Boolean) newValue;
|
||||
mVertical.setEnabled(!hideLabel);
|
||||
} else if (preference == mQsColumns) {
|
||||
int qs_columns = Integer.parseInt(newValue.toString());
|
||||
mApplyChange.setEnabled(
|
||||
currentValue[0] != mQsRows.getValue() * 10 + qs_columns ||
|
||||
currentValue[1] != mQqsRows.getValue() * 10 + qs_columns
|
||||
);
|
||||
} else if (preference == mQsRows) {
|
||||
int qs_rows = Integer.parseInt(newValue.toString());
|
||||
mQqsRows.setMax(qs_rows - 1);
|
||||
if (mQqsRows.getValue() > qs_rows - 1) {
|
||||
mQqsRows.setValue(qs_rows - 1);
|
||||
}
|
||||
mApplyChange.setEnabled(
|
||||
currentValue[0] != qs_rows * 10 + mQsColumns.getValue() ||
|
||||
currentValue[1] != mQqsRows.getValue() * 10 + mQsColumns.getValue()
|
||||
);
|
||||
} else if (preference == mQqsRows) {
|
||||
int qqs_rows = Integer.parseInt(newValue.toString());
|
||||
mApplyChange.setEnabled(
|
||||
currentValue[0] != mQsRows.getValue() * 10 + mQsColumns.getValue() ||
|
||||
currentValue[1] != qqs_rows * 10 + mQsColumns.getValue()
|
||||
);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
private void initPreference() {
|
||||
final int index_qs = Settings.System.getIntForUser(getContentResolver(),
|
||||
Settings.System.QS_LAYOUT, 42, UserHandle.USER_CURRENT);
|
||||
final int index_qqs = Settings.System.getIntForUser(getContentResolver(),
|
||||
Settings.System.QQS_LAYOUT, 22, UserHandle.USER_CURRENT);
|
||||
mQsColumns.setValue(index_qs % 10);
|
||||
mQsRows.setValue(index_qs / 10);
|
||||
mQqsRows.setValue(index_qqs / 10);
|
||||
mQqsRows.setMax(mQsRows.getValue() - 1);
|
||||
currentValue[0] = index_qs;
|
||||
currentValue[1] = index_qqs;
|
||||
}
|
||||
}
|
||||
@@ -20,29 +20,23 @@ import androidx.preference.PreferenceFragment;
|
||||
import androidx.preference.SwitchPreference;
|
||||
import android.provider.Settings;
|
||||
import com.android.settings.R;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.pm.PackageInfo;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.pm.PackageManager.NameNotFoundException;
|
||||
import android.content.res.Resources;
|
||||
|
||||
import java.util.Locale;
|
||||
import android.os.SystemProperties;
|
||||
import android.text.TextUtils;
|
||||
import android.view.View;
|
||||
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingSeekBarPreference;
|
||||
import com.cherish.settings.preferences.SecureSettingSwitchPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingListPreference;
|
||||
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settingslib.development.SystemPropPoker;
|
||||
import com.cherish.settings.preferences.CustomSeekBarPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingSeekBarPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingListPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingMasterSwitchPreference;
|
||||
import com.android.settings.Utils;
|
||||
import com.android.internal.util.cherish.CherishUtils;
|
||||
import android.util.Log;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.SearchIndexable;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
@@ -52,12 +46,16 @@ import java.util.Collections;
|
||||
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
|
||||
public class StatusBarSettings extends SettingsPreferenceFragment implements
|
||||
OnPreferenceChangeListener {
|
||||
|
||||
private static final String KEY_COMBINED_SIGNAL_ICONS = "enable_combined_signal_icons";
|
||||
private static final String SYS_COMBINED_SIGNAL_ICONS = "persist.sys.enable.combined_signal_icons";
|
||||
|
||||
private SwitchPreference mCombinedSignalIcons;
|
||||
Preference.OnPreferenceChangeListener {
|
||||
|
||||
private static final String VOLTE_ICON_STYLE = "volte_icon_style";
|
||||
private static final String VOWIFI_ICON_STYLE = "vowifi_icon_style";
|
||||
|
||||
private Preference mCombinedSignalIcons;
|
||||
|
||||
private SystemSettingListPreference mVolteIconStyle;
|
||||
private SystemSettingListPreference mVowifiIconStyle;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
@@ -67,23 +65,43 @@ public class StatusBarSettings extends SettingsPreferenceFragment implements
|
||||
ContentResolver resolver = getActivity().getContentResolver();
|
||||
|
||||
PreferenceScreen prefSet = getPreferenceScreen();
|
||||
|
||||
mCombinedSignalIcons = (SwitchPreference) findPreference(KEY_COMBINED_SIGNAL_ICONS);
|
||||
mCombinedSignalIcons.setChecked(SystemProperties.getBoolean(SYS_COMBINED_SIGNAL_ICONS, false));
|
||||
mVowifiIconStyle = (SystemSettingListPreference) findPreference(VOWIFI_ICON_STYLE);
|
||||
mVolteIconStyle = (SystemSettingListPreference) findPreference(VOLTE_ICON_STYLE);
|
||||
|
||||
int vowifiIconStyle = Settings.System.getInt(getActivity().getContentResolver(),
|
||||
Settings.System.VOWIFI_ICON_STYLE, 1);
|
||||
mVowifiIconStyle.setValue(String.valueOf(vowifiIconStyle));
|
||||
mVowifiIconStyle.setOnPreferenceChangeListener(this);
|
||||
if (vowifiIconStyle == 0) {
|
||||
mVolteIconStyle.setEnabled(true);
|
||||
} else {
|
||||
mVolteIconStyle.setEnabled(false);
|
||||
}
|
||||
|
||||
mCombinedSignalIcons = findPreference("persist.sys.flags.combined_signal_icons");
|
||||
mCombinedSignalIcons.setOnPreferenceChangeListener(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceChange(Preference preference, Object objValue) {
|
||||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
ContentResolver resolver = getActivity().getContentResolver();
|
||||
if (preference == mCombinedSignalIcons) {
|
||||
boolean value = (Boolean) objValue;
|
||||
if (preference == mVowifiIconStyle) {
|
||||
int vowifiIconStyle = Integer.parseInt(((String) newValue).toString());
|
||||
Settings.System.putInt(resolver,
|
||||
Settings.System.VOWIFI_ICON_STYLE, vowifiIconStyle);
|
||||
mVowifiIconStyle.setValue(String.valueOf(vowifiIconStyle));
|
||||
if (vowifiIconStyle == 0) {
|
||||
mVolteIconStyle.setEnabled(true);
|
||||
} else {
|
||||
mVolteIconStyle.setEnabled(false);
|
||||
}
|
||||
return true;
|
||||
} else if (preference == mCombinedSignalIcons) {
|
||||
boolean value = (Boolean) newValue;
|
||||
Settings.Secure.putIntForUser(getContentResolver(),
|
||||
Settings.Secure.ENABLE_COMBINED_SIGNAL_ICONS, value ? 1 : 0, UserHandle.USER_CURRENT);
|
||||
SystemProperties.set(SYS_COMBINED_SIGNAL_ICONS, value ? "true" : "false");
|
||||
SystemPropPoker.getInstance().poke();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,16 +16,6 @@
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
||||
import android.graphics.Color;
|
||||
import android.graphics.drawable.ColorDrawable;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.graphics.drawable.BitmapDrawable;
|
||||
import android.os.UserHandle;
|
||||
import android.os.ParcelFileDescriptor;
|
||||
import com.cherish.settings.fragments.UdfpsIconPicker;
|
||||
import android.text.TextUtils;
|
||||
import android.app.WallpaperManager;
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
@@ -45,124 +35,61 @@ import androidx.preference.PreferenceFragment;
|
||||
import androidx.preference.PreferenceManager;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
import androidx.preference.SwitchPreference;
|
||||
import com.cherish.settings.preferences.SystemSettingSwitchPreference;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto;
|
||||
import com.android.internal.util.cherish.CherishUtils;
|
||||
|
||||
import com.android.internal.util.cherish.udfps.UdfpsUtils;
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.SearchIndexable;
|
||||
|
||||
import java.io.FileDescriptor;
|
||||
import java.util.Arrays;
|
||||
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
|
||||
public class Udfps extends SettingsPreferenceFragment implements
|
||||
Preference.OnPreferenceChangeListener {
|
||||
|
||||
private static final String UDFPS_CUSTOMIZATION = "udfps_customization";
|
||||
private static final String CUSTOM_FOD_ICON_KEY = "custom_fp_icon_enabled";
|
||||
private static final String CUSTOM_FP_FILE_SELECT = "custom_fp_file_select";
|
||||
private static final int REQUEST_PICK_IMAGE = 0;
|
||||
|
||||
private PreferenceCategory mUdfpsCustomization;
|
||||
private Preference mCustomFPImage;
|
||||
private SystemSettingSwitchPreference mCustomFodIcon;
|
||||
private static final String UDFPS_ICON_PICKER = "udfps_icon_picker";
|
||||
private static final String UDFPS_ANIM_PREVIEW = "udfps_recognizing_animation_preview";
|
||||
|
||||
private Preference mUdfpsIconPicker;
|
||||
private Preference mUdfpsAnimPreview;
|
||||
|
||||
private static final String UDFPS_CATEGORY = "udfps_category";
|
||||
|
||||
private PreferenceCategory mUdfpsCategory;
|
||||
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
addPreferencesFromResource(R.xml.cherish_settings_udfps);
|
||||
|
||||
ContentResolver resolver = getActivity().getContentResolver();
|
||||
final PreferenceScreen prefSet = getPreferenceScreen();
|
||||
Resources resources = getResources();
|
||||
|
||||
mUdfpsCategory = findPreference(UDFPS_CATEGORY);
|
||||
if (!UdfpsUtils.hasUdfpsSupport(getContext())) {
|
||||
prefSet.removePreference(mUdfpsCategory);
|
||||
}
|
||||
|
||||
final boolean udfpsResPkgInstalled = CherishUtils.isPackageInstalled(getContext(),
|
||||
"com.cherish.udfps.resources");
|
||||
mUdfpsCustomization = (PreferenceCategory) findPreference(UDFPS_CUSTOMIZATION);
|
||||
mUdfpsIconPicker = findPreference(UDFPS_ICON_PICKER);
|
||||
mUdfpsAnimPreview = findPreference(UDFPS_ANIM_PREVIEW);
|
||||
if (!udfpsResPkgInstalled) {
|
||||
prefSet.removePreference(mUdfpsCustomization);
|
||||
}
|
||||
mUdfpsIconPicker = (Preference) prefSet.findPreference("udfps_icon_picker");
|
||||
|
||||
mCustomFPImage = findPreference(CUSTOM_FP_FILE_SELECT);
|
||||
final String customIconURI = Settings.System.getString(getContext().getContentResolver(),
|
||||
Settings.System.OMNI_CUSTOM_FP_ICON);
|
||||
if (!TextUtils.isEmpty(customIconURI)) {
|
||||
setPickerIcon(customIconURI);
|
||||
prefSet.removePreference(mUdfpsIconPicker);
|
||||
prefSet.removePreference(mUdfpsAnimPreview);
|
||||
}
|
||||
|
||||
mCustomFodIcon = (SystemSettingSwitchPreference) findPreference(CUSTOM_FOD_ICON_KEY);
|
||||
boolean val = Settings.System.getIntForUser(getActivity().getContentResolver(),
|
||||
Settings.System.OMNI_CUSTOM_FP_ICON_ENABLED, 0, UserHandle.USER_CURRENT) == 1;
|
||||
mCustomFodIcon.setOnPreferenceChangeListener(this);
|
||||
if (val) {
|
||||
mUdfpsIconPicker.setEnabled(false);
|
||||
} else {
|
||||
mUdfpsIconPicker.setEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceChange(Preference preference, Object newValue) {
|
||||
ContentResolver resolver = getActivity().getContentResolver();
|
||||
if (preference == mCustomFodIcon) {
|
||||
boolean val = (Boolean) newValue;
|
||||
Settings.System.putIntForUser(getActivity().getContentResolver(),
|
||||
Settings.System.OMNI_CUSTOM_FP_ICON_ENABLED, val ? 1 : 0,
|
||||
UserHandle.USER_CURRENT);
|
||||
if (val) {
|
||||
mUdfpsIconPicker.setEnabled(false);
|
||||
} else {
|
||||
mUdfpsIconPicker.setEnabled(true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreferenceTreeClick(Preference preference) {
|
||||
if (preference == mCustomFPImage) {
|
||||
Intent intent = new Intent(Intent.ACTION_PICK);
|
||||
intent.setType("image/*");
|
||||
startActivityForResult(intent, REQUEST_PICK_IMAGE);
|
||||
return true;
|
||||
}
|
||||
return super.onPreferenceTreeClick(preference);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onActivityResult(int requestCode, int resultCode, Intent result) {
|
||||
if (requestCode == REQUEST_PICK_IMAGE && resultCode == Activity.RESULT_OK) {
|
||||
Uri uri = null;
|
||||
if (result != null) {
|
||||
uri = result.getData();
|
||||
setPickerIcon(uri.toString());
|
||||
Settings.System.putString(getContentResolver(), Settings.System.OMNI_CUSTOM_FP_ICON,
|
||||
uri.toString());
|
||||
}
|
||||
} else if (requestCode == REQUEST_PICK_IMAGE && resultCode == Activity.RESULT_CANCELED) {
|
||||
mCustomFPImage.setIcon(new ColorDrawable(Color.TRANSPARENT));
|
||||
Settings.System.putString(getContentResolver(), Settings.System.OMNI_CUSTOM_FP_ICON, "");
|
||||
}
|
||||
}
|
||||
|
||||
private void setPickerIcon(String uri) {
|
||||
try {
|
||||
ParcelFileDescriptor parcelFileDescriptor =
|
||||
getContext().getContentResolver().openFileDescriptor(Uri.parse(uri), "r");
|
||||
FileDescriptor fileDescriptor = parcelFileDescriptor.getFileDescriptor();
|
||||
Bitmap image = BitmapFactory.decodeFileDescriptor(fileDescriptor);
|
||||
parcelFileDescriptor.close();
|
||||
Drawable d = new BitmapDrawable(getResources(), image);
|
||||
mCustomFPImage.setIcon(d);
|
||||
}
|
||||
catch (Exception e) {}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsProto.MetricsEvent.CHERISH_SETTINGS;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 AospExtended ROM Project
|
||||
* Copyright (C) 2022 ColtsOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
@@ -133,7 +134,7 @@ public class UdfpsAnimation extends SettingsPreferenceFragment implements
|
||||
Settings.System.UDFPS_ANIM, 0) == 1;
|
||||
mSwitch.setChecked(mEnabled);
|
||||
setEnabled(mEnabled);
|
||||
switchBar.setTitle(getActivity().getString(R.string.udfps_recog_animation));
|
||||
switchBar.setTitle(getActivity().getString(R.string.enable));
|
||||
switchBar.addOnSwitchChangeListener(this);
|
||||
switchBar.show();
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 AospExtended ROM Project
|
||||
* Copyright (C) 2022 ColtOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
|
||||
@@ -1,210 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2021 AospExtended ROM Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.cherish.settings.fragments;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.drawable.AnimationDrawable;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
import android.net.Uri;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import android.provider.Settings;
|
||||
import android.text.TextUtils;
|
||||
import android.view.Gravity;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup.LayoutParams;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Toast;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.core.content.res.ResourcesCompat;
|
||||
import androidx.preference.Preference.OnPreferenceChangeListener;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
import androidx.preference.PreferenceViewHolder;
|
||||
import androidx.recyclerview.widget.GridLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView.ViewHolder;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
||||
import com.bumptech.glide.Glide;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.Indexable;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
|
||||
public class UdfpsPressedIconPicker extends SettingsPreferenceFragment {
|
||||
|
||||
private RecyclerView mRecyclerView;
|
||||
|
||||
private Resources udfpsRes;
|
||||
|
||||
private String mPkg = "com.cherish.udfps.resources";
|
||||
|
||||
private String[] mIcons;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
getActivity().setTitle(R.string.udfps_pressed_color_title);
|
||||
|
||||
loadResources();
|
||||
}
|
||||
|
||||
private void loadResources() {
|
||||
try {
|
||||
PackageManager pm = getActivity().getPackageManager();
|
||||
udfpsRes = pm.getResourcesForApplication(mPkg);
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
mIcons = udfpsRes.getStringArray(udfpsRes.getIdentifier("udfps_pressedicons",
|
||||
"array", mPkg));
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container,
|
||||
@Nullable Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(
|
||||
R.layout.item_view, container, false);
|
||||
|
||||
mRecyclerView = (RecyclerView) view.findViewById(R.id.recycler_view);
|
||||
GridLayoutManager gridLayoutManager = new GridLayoutManager(getActivity(), 3);
|
||||
mRecyclerView.setLayoutManager(gridLayoutManager);
|
||||
UdfpsPressedIconAdapter mUdfpsPressedIconAdapter = new UdfpsPressedIconAdapter(getActivity());
|
||||
mRecyclerView.setAdapter(mUdfpsPressedIconAdapter);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
public class UdfpsPressedIconAdapter extends RecyclerView.Adapter<UdfpsPressedIconAdapter.UdfpsPressedIconViewHolder> {
|
||||
Context context;
|
||||
String mSelectedIcon;
|
||||
String mAppliedIcon;
|
||||
|
||||
public UdfpsPressedIconAdapter(Context context) {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UdfpsPressedIconViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
|
||||
View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.item_option, parent, false);
|
||||
UdfpsPressedIconViewHolder vh = new UdfpsPressedIconViewHolder(v);
|
||||
return vh;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(UdfpsPressedIconViewHolder holder, final int position) {
|
||||
String iconRes = mIcons[position];
|
||||
|
||||
Glide.with(holder.image.getContext())
|
||||
.load("")
|
||||
.placeholder(getDrawable(holder.image.getContext(), mIcons[position]))
|
||||
.into(holder.image);
|
||||
|
||||
holder.image.setPadding(20,20,20,20);
|
||||
|
||||
holder.name.setVisibility(View.GONE);
|
||||
|
||||
if (position == Settings.System.getInt(context.getContentResolver(),
|
||||
Settings.System.UDFPS_COLOR, 0)) {
|
||||
mAppliedIcon = iconRes;
|
||||
if (mSelectedIcon == null) {
|
||||
mSelectedIcon = iconRes;
|
||||
}
|
||||
}
|
||||
holder.itemView.setActivated(iconRes == mSelectedIcon);
|
||||
holder.itemView.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
updateActivatedStatus(mSelectedIcon, false);
|
||||
updateActivatedStatus(iconRes, true);
|
||||
mSelectedIcon = iconRes;
|
||||
Settings.System.putInt(getActivity().getContentResolver(),
|
||||
Settings.System.UDFPS_COLOR, position);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemCount() {
|
||||
return mIcons.length;
|
||||
}
|
||||
|
||||
public class UdfpsPressedIconViewHolder extends RecyclerView.ViewHolder {
|
||||
TextView name;
|
||||
ImageView image;
|
||||
public UdfpsPressedIconViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
name = (TextView) itemView.findViewById(R.id.option_label);
|
||||
image = (ImageView) itemView.findViewById(R.id.option_thumbnail);
|
||||
}
|
||||
}
|
||||
|
||||
private void updateActivatedStatus(String icon, boolean isActivated) {
|
||||
int index = Arrays.asList(mIcons).indexOf(icon);
|
||||
if (index < 0) {
|
||||
return;
|
||||
}
|
||||
RecyclerView.ViewHolder holder = mRecyclerView.findViewHolderForAdapterPosition(index);
|
||||
if (holder != null && holder.itemView != null) {
|
||||
holder.itemView.setActivated(isActivated);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Drawable getDrawable(Context context, String drawableName) {
|
||||
try {
|
||||
PackageManager pm = context.getPackageManager();
|
||||
Resources res = pm.getResourcesForApplication(mPkg);
|
||||
Context ctx = context.createPackageContext(
|
||||
mPkg, Context.CONTEXT_IGNORE_SECURITY);
|
||||
return ctx.getDrawable(res.getIdentifier(drawableName, "drawable", mPkg));
|
||||
}
|
||||
catch (PackageManager.NameNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
189
src/com/cherish/settings/fragments/mics/OmniJawsSettings.java
Normal file
189
src/com/cherish/settings/fragments/mics/OmniJawsSettings.java
Normal file
@@ -0,0 +1,189 @@
|
||||
/*
|
||||
* Copyright (C) 2017 The OmniROM Project
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments.misc;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.pm.ResolveInfo;
|
||||
import android.database.Cursor;
|
||||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import androidx.preference.ListPreference;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.PreferenceCategory;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import android.provider.Settings;
|
||||
import android.util.Log;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
||||
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
import com.android.settings.Utils;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.Indexable;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class OmniJawsSettings extends SettingsPreferenceFragment implements
|
||||
Preference.OnPreferenceChangeListener, Indexable {
|
||||
private static final String TAG = "OmniJawsSettings";
|
||||
private static final String CATEGORY_WEATHER = "weather_category";
|
||||
private static final String WEATHER_ICON_PACK = "weather_icon_pack";
|
||||
private static final String DEFAULT_WEATHER_ICON_PACKAGE = "org.omnirom.omnijaws";
|
||||
private static final String DEFAULT_WEATHER_ICON_PREFIX = "outline";
|
||||
private static final String WEATHER_SERVICE_PACKAGE = "org.omnirom.omnijaws";
|
||||
private static final String CHRONUS_ICON_PACK_INTENT = "com.dvtonder.chronus.ICON_PACK";
|
||||
|
||||
private PreferenceCategory mWeatherCategory;
|
||||
private ListPreference mWeatherIconPack;
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
addPreferencesFromResource(R.xml.omnijaws_settings);
|
||||
final PreferenceScreen prefScreen = getPreferenceScreen();
|
||||
|
||||
mWeatherCategory = (PreferenceCategory) prefScreen.findPreference(CATEGORY_WEATHER);
|
||||
if (mWeatherCategory != null) {
|
||||
prefScreen.removePreference(mWeatherCategory);
|
||||
} else {
|
||||
String settingHeaderPackage = Settings.System.getString(getContentResolver(),
|
||||
Settings.System.OMNIJAWS_WEATHER_ICON_PACK);
|
||||
if (settingHeaderPackage == null) {
|
||||
settingHeaderPackage = DEFAULT_WEATHER_ICON_PACKAGE + "." + DEFAULT_WEATHER_ICON_PREFIX;
|
||||
}
|
||||
mWeatherIconPack = (ListPreference) findPreference(WEATHER_ICON_PACK);
|
||||
|
||||
List<String> entries = new ArrayList<String>();
|
||||
List<String> values = new ArrayList<String>();
|
||||
getAvailableWeatherIconPacks(entries, values);
|
||||
mWeatherIconPack.setEntries(entries.toArray(new String[entries.size()]));
|
||||
mWeatherIconPack.setEntryValues(values.toArray(new String[values.size()]));
|
||||
|
||||
int valueIndex = mWeatherIconPack.findIndexOfValue(settingHeaderPackage);
|
||||
if (valueIndex == -1) {
|
||||
// no longer found
|
||||
settingHeaderPackage = DEFAULT_WEATHER_ICON_PACKAGE + "." + DEFAULT_WEATHER_ICON_PREFIX;
|
||||
Settings.System.putString(getContentResolver(),
|
||||
Settings.System.OMNIJAWS_WEATHER_ICON_PACK, settingHeaderPackage);
|
||||
valueIndex = mWeatherIconPack.findIndexOfValue(settingHeaderPackage);
|
||||
}
|
||||
mWeatherIconPack.setValueIndex(valueIndex >= 0 ? valueIndex : 0);
|
||||
mWeatherIconPack.setSummary(mWeatherIconPack.getEntry());
|
||||
mWeatherIconPack.setOnPreferenceChangeListener(this);
|
||||
}
|
||||
}
|
||||
|
||||
public boolean onPreferenceChange(Preference preference, Object objValue) {
|
||||
if (preference == mWeatherIconPack) {
|
||||
String value = (String) objValue;
|
||||
Settings.System.putString(getContentResolver(),
|
||||
Settings.System.OMNIJAWS_WEATHER_ICON_PACK, value);
|
||||
int valueIndex = mWeatherIconPack.findIndexOfValue(value);
|
||||
mWeatherIconPack.setSummary(mWeatherIconPack.getEntries()[valueIndex]);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
private void getAvailableWeatherIconPacks(List<String> entries, List<String> values) {
|
||||
Intent i = new Intent();
|
||||
PackageManager packageManager = getPackageManager();
|
||||
i.setAction("org.omnirom.WeatherIconPack");
|
||||
for (ResolveInfo r : packageManager.queryIntentActivities(i, 0)) {
|
||||
String packageName = r.activityInfo.packageName;
|
||||
if (packageName.equals(DEFAULT_WEATHER_ICON_PACKAGE)) {
|
||||
values.add(0, r.activityInfo.name);
|
||||
} else {
|
||||
values.add(r.activityInfo.name);
|
||||
}
|
||||
String label = r.activityInfo.loadLabel(getPackageManager()).toString();
|
||||
if (label == null) {
|
||||
label = r.activityInfo.packageName;
|
||||
}
|
||||
if (packageName.equals(DEFAULT_WEATHER_ICON_PACKAGE)) {
|
||||
entries.add(0, label);
|
||||
} else {
|
||||
entries.add(label);
|
||||
}
|
||||
}
|
||||
i = new Intent(Intent.ACTION_MAIN);
|
||||
i.addCategory(CHRONUS_ICON_PACK_INTENT);
|
||||
for (ResolveInfo r : packageManager.queryIntentActivities(i, 0)) {
|
||||
String packageName = r.activityInfo.packageName;
|
||||
values.add(packageName + ".weather");
|
||||
String label = r.activityInfo.loadLabel(getPackageManager()).toString();
|
||||
if (label == null) {
|
||||
label = r.activityInfo.packageName;
|
||||
}
|
||||
entries.add(label);
|
||||
}
|
||||
}
|
||||
|
||||
private boolean isOmniJawsEnabled() {
|
||||
final Uri SETTINGS_URI
|
||||
= Uri.parse("content://org.omnirom.omnijaws.provider/settings");
|
||||
|
||||
final String[] SETTINGS_PROJECTION = new String[] {
|
||||
"enabled"
|
||||
};
|
||||
|
||||
final Cursor c = getContentResolver().query(SETTINGS_URI, SETTINGS_PROJECTION,
|
||||
null, null, null);
|
||||
if (c != null) {
|
||||
int count = c.getCount();
|
||||
if (count == 1) {
|
||||
c.moveToPosition(0);
|
||||
boolean enabled = c.getInt(0) == 1;
|
||||
return enabled;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public static final Indexable.SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
|
||||
new BaseSearchIndexProvider() {
|
||||
@Override
|
||||
public List<SearchIndexableResource> getXmlResourcesToIndex(Context context,
|
||||
boolean enabled) {
|
||||
ArrayList<SearchIndexableResource> result =
|
||||
new ArrayList<SearchIndexableResource>();
|
||||
|
||||
SearchIndexableResource sir = new SearchIndexableResource(context);
|
||||
sir.xmlResId = R.xml.omnijaws_settings;
|
||||
result.add(sir);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getNonIndexableKeys(Context context) {
|
||||
ArrayList<String> result = new ArrayList<String>();
|
||||
return result;
|
||||
}
|
||||
};
|
||||
}
|
||||
@@ -1,264 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2021 AospExtended ROM Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.fragments.ui;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
import android.content.res.Configuration;
|
||||
import android.content.res.Resources;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.graphics.Color;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.os.Looper;
|
||||
import android.provider.SearchIndexableResource;
|
||||
import android.provider.Settings;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.Gravity;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Toast;
|
||||
import android.text.TextUtils;
|
||||
import androidx.preference.PreferenceViewHolder;
|
||||
import android.view.ViewGroup.LayoutParams;
|
||||
|
||||
import androidx.annotation.ColorInt;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.recyclerview.widget.GridLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView.ViewHolder;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import android.net.Uri;
|
||||
import androidx.core.content.res.ResourcesCompat;
|
||||
import androidx.preference.Preference;
|
||||
import androidx.preference.Preference.OnPreferenceChangeListener;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
|
||||
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.search.BaseSearchIndexProvider;
|
||||
import com.android.settingslib.search.Indexable;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
|
||||
import com.android.internal.util.cherish.ThemeUtils;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
import java.util.concurrent.ExecutorService;
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.json.JSONObject;
|
||||
import org.json.JSONException;
|
||||
|
||||
public class UIStyles extends SettingsPreferenceFragment {
|
||||
|
||||
private RecyclerView mRecyclerView;
|
||||
private ThemeUtils mThemeUtils;
|
||||
private String mCategory = "android.theme.customization.style.android";
|
||||
|
||||
private List<String> mPkgs;
|
||||
|
||||
private ExecutorService mExecutor = Executors.newSingleThreadExecutor();
|
||||
private Handler mHandler = new Handler();
|
||||
private final AtomicBoolean mApplyingOverlays = new AtomicBoolean(false);
|
||||
|
||||
Map<String, String> overlayMap = new HashMap<String, String>();
|
||||
{
|
||||
overlayMap.put("com.android.settings", "android.theme.customization.style.settings");
|
||||
overlayMap.put("com.android.systemui", "android.theme.customization.style.systemui");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
getActivity().setTitle(R.string.theme_customization_ui_style_title);
|
||||
|
||||
mThemeUtils = new ThemeUtils(getActivity());
|
||||
mPkgs = mThemeUtils.getOverlayPackagesForCategory(mCategory, "android");
|
||||
Collections.sort(mPkgs);
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container,
|
||||
@Nullable Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(
|
||||
R.layout.item_view, container, false);
|
||||
|
||||
mRecyclerView = (RecyclerView) view.findViewById(R.id.recycler_view);
|
||||
GridLayoutManager gridLayoutManager = new GridLayoutManager(getActivity(), 1);
|
||||
mRecyclerView.setLayoutManager(gridLayoutManager);
|
||||
Adapter mAdapter = new Adapter(getActivity());
|
||||
mRecyclerView.setAdapter(mAdapter);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return MetricsEvent.CHERISH_SETTINGS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
public class Adapter extends RecyclerView.Adapter<Adapter.CustomViewHolder> {
|
||||
Context context;
|
||||
String mSelectedPkg;
|
||||
String mAppliedPkg;
|
||||
|
||||
public Adapter(Context context) {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CustomViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
|
||||
View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.fonts_option, parent, false);
|
||||
CustomViewHolder vh = new CustomViewHolder(v);
|
||||
return vh;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(CustomViewHolder holder, final int position) {
|
||||
String pkg = mPkgs.get(position);
|
||||
String label = getLabel(holder.itemView.getContext(), pkg);
|
||||
|
||||
String currentPackageName = mThemeUtils.getOverlayInfos(mCategory).stream()
|
||||
.filter(info -> info.isEnabled())
|
||||
.map(info -> info.packageName)
|
||||
.findFirst()
|
||||
.orElse("android");
|
||||
|
||||
holder.title.setText("android".equals(pkg) ? "Default" : label);
|
||||
holder.title.setTextSize(20);
|
||||
holder.title.setBackgroundColor(getStyleColor(holder.title.getContext(), pkg));
|
||||
holder.name.setVisibility(View.GONE);
|
||||
|
||||
if (currentPackageName.equals(pkg)) {
|
||||
mAppliedPkg = pkg;
|
||||
if (mSelectedPkg == null) {
|
||||
mSelectedPkg = pkg;
|
||||
}
|
||||
}
|
||||
|
||||
holder.itemView.setActivated(pkg == mSelectedPkg);
|
||||
holder.itemView.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
if (mApplyingOverlays.get()) return;
|
||||
updateActivatedStatus(mSelectedPkg, false);
|
||||
updateActivatedStatus(pkg, true);
|
||||
mSelectedPkg = pkg;
|
||||
enableOverlays(position);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemCount() {
|
||||
return mPkgs.size();
|
||||
}
|
||||
|
||||
public class CustomViewHolder extends RecyclerView.ViewHolder {
|
||||
TextView name;
|
||||
TextView title;
|
||||
public CustomViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
title = (TextView) itemView.findViewById(R.id.option_title);
|
||||
name = (TextView) itemView.findViewById(R.id.option_label);
|
||||
}
|
||||
}
|
||||
|
||||
private void updateActivatedStatus(String pkg, boolean isActivated) {
|
||||
int index = mPkgs.indexOf(pkg);
|
||||
if (index < 0) {
|
||||
return;
|
||||
}
|
||||
RecyclerView.ViewHolder holder = mRecyclerView.findViewHolderForAdapterPosition(index);
|
||||
if (holder != null && holder.itemView != null) {
|
||||
holder.itemView.setActivated(isActivated);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public @ColorInt int getStyleColor(Context context, String pkg) {
|
||||
try {
|
||||
PackageManager pm = context.getPackageManager();
|
||||
Resources res = pkg.equals("android") ? Resources.getSystem()
|
||||
: pm.getResourcesForApplication(pkg);
|
||||
Configuration configuration = context.getResources().getConfiguration();
|
||||
boolean nightMode = (configuration.uiMode & Configuration.UI_MODE_NIGHT_MASK)
|
||||
== Configuration.UI_MODE_NIGHT_YES ? true : false;
|
||||
@ColorInt int styleColor = nightMode ? res.getColor(res.getIdentifier(
|
||||
"system_neutral1_900", "color", pkg), null) : res.getColor(
|
||||
res.getIdentifier(
|
||||
"system_neutral1_100", "color", pkg), null);
|
||||
return styleColor;
|
||||
}
|
||||
catch (PackageManager.NameNotFoundException | Resources.NotFoundException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return Color.TRANSPARENT;
|
||||
}
|
||||
|
||||
public String getLabel(Context context, String pkg) {
|
||||
PackageManager pm = context.getPackageManager();
|
||||
try {
|
||||
return pm.getApplicationInfo(pkg, 0)
|
||||
.loadLabel(pm).toString();
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return pkg;
|
||||
}
|
||||
|
||||
public void enableOverlays(int position) {
|
||||
mApplyingOverlays.set(true);
|
||||
mExecutor.execute(() -> {
|
||||
mThemeUtils.setOverlayEnabled(mCategory, mPkgs.get(position));
|
||||
String pattern = "android".equals(mPkgs.get(position)) ? ""
|
||||
: mPkgs.get(position).split("\\.")[4];
|
||||
for (Map.Entry<String, String> entry : overlayMap.entrySet()) {
|
||||
enableOverlay(entry.getValue(), entry.getKey(), pattern);
|
||||
}
|
||||
mHandler.post(() -> mApplyingOverlays.set(false));
|
||||
});
|
||||
}
|
||||
|
||||
public void enableOverlay(String category, String target, String pattern) {
|
||||
if (pattern.isEmpty()) {
|
||||
mThemeUtils.setOverlayEnabled(category, "android");
|
||||
return;
|
||||
}
|
||||
for (String pkg: mThemeUtils.getOverlayPackagesForCategory(category, target)) {
|
||||
if (pkg.contains(pattern)) {
|
||||
mThemeUtils.setOverlayEnabled(category, pkg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
/*
|
||||
* Copyright (C) 2022 Project Kaleidoscope
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.preferences;
|
||||
|
||||
import android.os.SystemProperties;
|
||||
import android.preference.PreferenceDataStore;
|
||||
|
||||
public class SystemPropertiesStore extends androidx.preference.PreferenceDataStore
|
||||
implements PreferenceDataStore {
|
||||
|
||||
public SystemPropertiesStore() {
|
||||
}
|
||||
|
||||
public boolean getBoolean(String key, boolean defValue) {
|
||||
return SystemProperties.getBoolean(key, defValue);
|
||||
}
|
||||
|
||||
public int getInt(String key, int defValue) {
|
||||
return SystemProperties.getInt(key, defValue);
|
||||
}
|
||||
|
||||
public long getLong(String key, long defValue) {
|
||||
return SystemProperties.getLong(key, defValue);
|
||||
}
|
||||
|
||||
public String getString(String key, String defValue) {
|
||||
return SystemProperties.get(key, defValue);
|
||||
}
|
||||
|
||||
public void putBoolean(String key, boolean value) {
|
||||
putString(key, value ? "1" : "0");
|
||||
}
|
||||
|
||||
public void putInt(String key, int value) {
|
||||
putString(key, Integer.toString(value));
|
||||
}
|
||||
|
||||
public void putLong(String key, long value) {
|
||||
putString(key, Long.toString(value));
|
||||
}
|
||||
|
||||
public void putString(String key, String value) {
|
||||
SystemProperties.set(key, value);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
* Copyright (C) 2014 The CyanogenMod Project
|
||||
* Copyright (C) 2017 AICP
|
||||
* Copyright (C) 2022 Project Kaleidoscope
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.preferences;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
|
||||
import androidx.preference.SwitchPreference;
|
||||
|
||||
public class SystemPropertySwitchPreference extends SwitchPreference {
|
||||
|
||||
public SystemPropertySwitchPreference(Context context, AttributeSet attrs, int defStyle) {
|
||||
super(context, attrs, defStyle);
|
||||
setPreferenceDataStore(new SystemPropertiesStore());
|
||||
}
|
||||
|
||||
public SystemPropertySwitchPreference(Context context, AttributeSet attrs) {
|
||||
super(context, attrs);
|
||||
setPreferenceDataStore(new SystemPropertiesStore());
|
||||
}
|
||||
|
||||
public SystemPropertySwitchPreference(Context context) {
|
||||
super(context);
|
||||
setPreferenceDataStore(new SystemPropertiesStore());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onSetInitialValue(boolean restoreValue, Object defaultValue) {
|
||||
// This is what default TwoStatePreference implementation is doing without respecting
|
||||
// real default value:
|
||||
//setChecked(restoreValue ? getPersistedBoolean(mChecked)
|
||||
// : (Boolean) defaultValue);
|
||||
// Instead, we better do
|
||||
setChecked(restoreValue ? getPersistedBoolean((Boolean) defaultValue)
|
||||
: (Boolean) defaultValue);
|
||||
}
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 cherishOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
import android.hardware.biometrics.BiometricManager
|
||||
import android.hardware.biometrics.BiometricManager.Authenticators.BIOMETRIC_STRONG
|
||||
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.PreferenceScreen
|
||||
|
||||
import com.cherish.settings.CherishTogglePreferenceController
|
||||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
private const val KEY = "app_lock_biometrics_allowed"
|
||||
|
||||
class AppLockBiometricPreferenceController(
|
||||
context: Context,
|
||||
private val coroutineScope: CoroutineScope
|
||||
) : CherishTogglePreferenceController(context, KEY) {
|
||||
|
||||
private val appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
private val biometricManager = context.getSystemService(BiometricManager::class.java)
|
||||
|
||||
private var preference: Preference? = null
|
||||
private var isBiometricsAllowed = false
|
||||
|
||||
init {
|
||||
coroutineScope.launch {
|
||||
isBiometricsAllowed = withContext(Dispatchers.Default) {
|
||||
appLockManager.isBiometricsAllowed()
|
||||
}
|
||||
preference?.let {
|
||||
updateState(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun getAvailabilityStatus(): Int {
|
||||
val result = biometricManager.canAuthenticate(BIOMETRIC_STRONG)
|
||||
return if (result == BiometricManager.BIOMETRIC_SUCCESS) AVAILABLE else CONDITIONALLY_UNAVAILABLE
|
||||
}
|
||||
|
||||
override fun isChecked() = isBiometricsAllowed
|
||||
|
||||
override fun setChecked(checked: Boolean): Boolean {
|
||||
if (isBiometricsAllowed == checked) return false
|
||||
isBiometricsAllowed = checked
|
||||
coroutineScope.launch(Dispatchers.Default) {
|
||||
appLockManager.setBiometricsAllowed(isBiometricsAllowed)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
override fun displayPreference(screen: PreferenceScreen) {
|
||||
super.displayPreference(screen)
|
||||
preference = screen.findPreference(preferenceKey)
|
||||
}
|
||||
}
|
||||
@@ -1,204 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2014 The Android Open Source Project
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.Activity
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.graphics.Color
|
||||
import android.hardware.biometrics.BiometricConstants
|
||||
import android.hardware.biometrics.BiometricManager.Authenticators
|
||||
import android.hardware.biometrics.BiometricPrompt
|
||||
import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback
|
||||
import android.hardware.biometrics.PromptInfo
|
||||
import android.os.Bundle
|
||||
import android.os.Handler
|
||||
import android.os.Looper
|
||||
import android.os.UserHandle.USER_NULL
|
||||
import android.os.UserManager
|
||||
import android.util.Log
|
||||
import android.view.WindowManager
|
||||
|
||||
import androidx.fragment.app.commit
|
||||
import androidx.fragment.app.FragmentActivity
|
||||
|
||||
import com.android.internal.widget.LockPatternUtils
|
||||
import com.android.settings.R
|
||||
import com.android.settings.password.BiometricFragment
|
||||
import com.android.settings.password.ConfirmDeviceCredentialUtils
|
||||
|
||||
class AppLockCredentialActivity : FragmentActivity() {
|
||||
|
||||
private val handler = Handler(Looper.getMainLooper())
|
||||
|
||||
private lateinit var lockPatternUtils: LockPatternUtils
|
||||
private lateinit var userManager: UserManager
|
||||
private lateinit var appLockManager: AppLockManager
|
||||
|
||||
private var packageName: String? = null
|
||||
private var title: String? = null
|
||||
private var userId: Int = USER_NULL
|
||||
private var biometricFragment: BiometricFragment? = null
|
||||
private var goingToBackground = false
|
||||
private var waitingForBiometricCallback = false
|
||||
|
||||
private val authenticationCallback = object : AuthenticationCallback() {
|
||||
override fun onAuthenticationError(errorCode: Int, errString: CharSequence) {
|
||||
if (!goingToBackground) {
|
||||
waitingForBiometricCallback = false
|
||||
if (errorCode == BiometricPrompt.BIOMETRIC_ERROR_USER_CANCELED
|
||||
|| errorCode == BiometricPrompt.BIOMETRIC_ERROR_CANCELED) {
|
||||
finish()
|
||||
}
|
||||
} else if (waitingForBiometricCallback) { // goingToBackground is true
|
||||
waitingForBiometricCallback = false
|
||||
finish()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) {
|
||||
waitingForBiometricCallback = false
|
||||
appLockManager.unlockPackage(packageName)
|
||||
ConfirmDeviceCredentialUtils.checkForPendingIntent(this@AppLockCredentialActivity)
|
||||
setResult(Activity.RESULT_OK)
|
||||
finish()
|
||||
}
|
||||
|
||||
override fun onAuthenticationFailed() {
|
||||
waitingForBiometricCallback = false
|
||||
}
|
||||
|
||||
override fun onSystemEvent(event: Int) {
|
||||
if (event == BiometricConstants.BIOMETRIC_SYSTEM_EVENT_EARLY_USER_CANCEL) {
|
||||
finish()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override protected fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
window.apply {
|
||||
addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS)
|
||||
statusBarColor = Color.TRANSPARENT
|
||||
}
|
||||
|
||||
appLockManager = getSystemService(AppLockManager::class.java)
|
||||
userManager = UserManager.get(this)
|
||||
lockPatternUtils = LockPatternUtils(this)
|
||||
|
||||
packageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME)
|
||||
if (packageName == null) {
|
||||
Log.e(TAG, "Failed to get package name, aborting unlock")
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
||||
title = intent.getStringExtra(AppLockManager.EXTRA_PACKAGE_LABEL)
|
||||
|
||||
userId = intent.getIntExtra(Intent.EXTRA_USER_ID, USER_NULL)
|
||||
if (userId == USER_NULL) {
|
||||
Log.e(TAG, "Invalid user id, aborting")
|
||||
finish()
|
||||
return
|
||||
}
|
||||
|
||||
val biometricsAllowed = intent.getBooleanExtra(
|
||||
AppLockManager.EXTRA_ALLOW_BIOMETRICS,
|
||||
AppLockManager.DEFAULT_BIOMETRICS_ALLOWED
|
||||
)
|
||||
var authenticators = Authenticators.DEVICE_CREDENTIAL
|
||||
if (biometricsAllowed) {
|
||||
authenticators = authenticators or Authenticators.BIOMETRIC_STRONG
|
||||
}
|
||||
|
||||
val promptInfo = PromptInfo().also {
|
||||
it.title = getString(com.android.internal.R.string.unlock_application, title)
|
||||
it.isDisallowBiometricsIfPolicyExists = true
|
||||
it.authenticators = authenticators
|
||||
}
|
||||
|
||||
if (isBiometricAllowed()) {
|
||||
// Don't need to check if biometrics / pin/pattern/pass are enrolled. It will go to
|
||||
// onAuthenticationError and do the right thing automatically.
|
||||
showBiometricPrompt(promptInfo)
|
||||
waitingForBiometricCallback = true
|
||||
} else {
|
||||
finish()
|
||||
}
|
||||
}
|
||||
|
||||
override protected fun onStart() {
|
||||
super.onStart()
|
||||
// Translucent activity that is "visible", so it doesn't complain about finish()
|
||||
// not being called before onResume().
|
||||
setVisible(true)
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
super.onPause()
|
||||
if (!isChangingConfigurations()) {
|
||||
goingToBackground = true
|
||||
if (!waitingForBiometricCallback) {
|
||||
finish()
|
||||
}
|
||||
} else {
|
||||
goingToBackground = false
|
||||
}
|
||||
}
|
||||
|
||||
// User could be locked while Effective user is unlocked even though the effective owns the
|
||||
// credential. Otherwise, biometric can't unlock fbe/keystore through
|
||||
// verifyTiedProfileChallenge. In such case, we also wanna show the user message that
|
||||
// biometric is disabled due to device restart.
|
||||
private fun isStrongAuthRequired() =
|
||||
!lockPatternUtils.isBiometricAllowedForUser(userId) ||
|
||||
!userManager.isUserUnlocked(userId)
|
||||
|
||||
private fun isBiometricAllowed() =
|
||||
!isStrongAuthRequired() && !lockPatternUtils.hasPendingEscrowToken(userId)
|
||||
|
||||
private fun showBiometricPrompt(promptInfo: PromptInfo) {
|
||||
biometricFragment = supportFragmentManager.findFragmentByTag(TAG_BIOMETRIC_FRAGMENT)
|
||||
as? BiometricFragment
|
||||
var newFragment = false
|
||||
if (biometricFragment == null) {
|
||||
biometricFragment = BiometricFragment.newInstance(promptInfo)
|
||||
newFragment = true
|
||||
}
|
||||
biometricFragment?.also {
|
||||
it.setCallbacks({
|
||||
handler.post(it)
|
||||
}, authenticationCallback)
|
||||
it.setUser(userId)
|
||||
}
|
||||
if (newFragment) {
|
||||
biometricFragment?.let {
|
||||
supportFragmentManager.commit {
|
||||
add(it, TAG_BIOMETRIC_FRAGMENT)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
companion object {
|
||||
private const val TAG = "AppLockCredentialActivity"
|
||||
private const val TAG_BIOMETRIC_FRAGMENT = "fragment"
|
||||
}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.PreferenceScreen
|
||||
|
||||
import com.cherish.settings.CherishTogglePreferenceController
|
||||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
private const val KEY = "redact_notifications"
|
||||
|
||||
class AppLockNotificationRedactionPC(
|
||||
context: Context,
|
||||
private val packageName: String,
|
||||
private val coroutineScope: CoroutineScope
|
||||
) : CherishTogglePreferenceController(context, KEY) {
|
||||
|
||||
private val appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
private var shouldRedactNotification = false
|
||||
private var preference: Preference? = null
|
||||
|
||||
init {
|
||||
coroutineScope.launch {
|
||||
shouldRedactNotification = withContext(Dispatchers.Default) {
|
||||
appLockManager.packageData.find {
|
||||
it.packageName == packageName
|
||||
}?.shouldRedactNotification == true
|
||||
}
|
||||
preference?.let {
|
||||
updateState(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun getAvailabilityStatus() = AVAILABLE
|
||||
|
||||
override fun isChecked() = shouldRedactNotification
|
||||
|
||||
override fun setChecked(checked: Boolean): Boolean {
|
||||
if (shouldRedactNotification == checked) return false
|
||||
shouldRedactNotification = checked
|
||||
coroutineScope.launch(Dispatchers.Default) {
|
||||
appLockManager.setShouldRedactNotification(packageName, checked)
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
override fun displayPreference(screen: PreferenceScreen) {
|
||||
super.displayPreference(screen)
|
||||
preference = screen.findPreference(preferenceKey)
|
||||
}
|
||||
}
|
||||
@@ -1,81 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.content.Context
|
||||
import android.content.pm.PackageInfo
|
||||
import android.content.pm.PackageManager
|
||||
import android.os.Bundle
|
||||
|
||||
import androidx.lifecycle.lifecycleScope
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.widget.EntityHeaderController
|
||||
import com.android.settingslib.core.AbstractPreferenceController
|
||||
import com.android.settingslib.widget.LayoutPreference
|
||||
import com.cherish.settings.fragments.CherishDashboardFragment
|
||||
|
||||
private val TAG = AppLockPackageConfigFragment::class.simpleName
|
||||
private const val KEY_HEADER = "header_view"
|
||||
|
||||
class AppLockPackageConfigFragment : CherishDashboardFragment() {
|
||||
|
||||
private lateinit var pm: PackageManager
|
||||
private lateinit var packageInfo: PackageInfo
|
||||
|
||||
override fun onAttach(context: Context) {
|
||||
pm = context.packageManager
|
||||
packageInfo = arguments?.getParcelable(PACKAGE_INFO, PackageInfo::class.java)!!
|
||||
super.onAttach(context)
|
||||
}
|
||||
|
||||
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||
super.onCreatePreferences(savedInstanceState, rootKey)
|
||||
val header = preferenceScreen.findPreference<LayoutPreference>(KEY_HEADER)
|
||||
EntityHeaderController.newInstance(
|
||||
requireActivity(),
|
||||
this,
|
||||
header?.findViewById(R.id.entity_header)
|
||||
).setRecyclerView(listView, settingsLifecycle)
|
||||
.setPackageName(packageInfo.packageName)
|
||||
.setButtonActions(
|
||||
EntityHeaderController.ActionType.ACTION_NONE,
|
||||
EntityHeaderController.ActionType.ACTION_NONE
|
||||
)
|
||||
.bindHeaderButtons()
|
||||
.setLabel(getLabel(packageInfo))
|
||||
.setIcon(getIcon(packageInfo))
|
||||
.done(requireActivity(), false /* rebindActions */)
|
||||
}
|
||||
|
||||
private fun getLabel(packageInfo: PackageInfo) =
|
||||
packageInfo.applicationInfo.loadLabel(pm).toString()
|
||||
|
||||
private fun getIcon(packageInfo: PackageInfo) =
|
||||
packageInfo.applicationInfo.loadIcon(pm)
|
||||
|
||||
override protected fun createPreferenceControllers(
|
||||
context: Context
|
||||
) : List<AbstractPreferenceController> = listOf(
|
||||
AppLockPackageProtectionPC(context, packageInfo.packageName, lifecycleScope),
|
||||
AppLockNotificationRedactionPC(context, packageInfo.packageName, lifecycleScope),
|
||||
)
|
||||
|
||||
override protected fun getPreferenceScreenResId() = R.xml.app_lock_package_config_settings
|
||||
|
||||
override protected fun getLogTag() = TAG
|
||||
}
|
||||
@@ -1,139 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
import android.content.pm.PackageInfo
|
||||
import android.content.pm.PackageManager
|
||||
import android.content.pm.PackageManager.PackageInfoFlags
|
||||
import android.os.Bundle
|
||||
import android.view.View
|
||||
|
||||
import androidx.lifecycle.lifecycleScope
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.forEach
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.core.SubSettingLauncher
|
||||
import com.android.settingslib.PrimarySwitchPreference
|
||||
import com.android.settingslib.widget.TwoTargetPreference.ICON_SIZE_SMALL
|
||||
import com.cherish.settings.fragments.CherishDashboardFragment
|
||||
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
private val TAG = AppLockPackageListFragment::class.simpleName
|
||||
internal const val PACKAGE_INFO = "package_info"
|
||||
|
||||
class AppLockPackageListFragment : CherishDashboardFragment() {
|
||||
|
||||
private lateinit var appLockManager: AppLockManager
|
||||
private lateinit var pm: PackageManager
|
||||
private lateinit var whiteListedPackages: Array<String>
|
||||
|
||||
override fun onAttach(context: Context) {
|
||||
super.onAttach(context)
|
||||
appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
pm = context.packageManager
|
||||
whiteListedPackages = resources.getStringArray(
|
||||
com.android.internal.R.array.config_appLockAllowedSystemApps)
|
||||
}
|
||||
|
||||
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||
super.onCreatePreferences(savedInstanceState, rootKey)
|
||||
lifecycleScope.launch {
|
||||
val selectedPackages = getSelectedPackages()
|
||||
val preferences = withContext(Dispatchers.Default) {
|
||||
pm.getInstalledPackages(
|
||||
PackageInfoFlags.of(PackageManager.MATCH_ALL.toLong())
|
||||
).filter {
|
||||
!it.applicationInfo.isSystemApp() || whiteListedPackages.contains(it.packageName)
|
||||
}.sortedWith { first, second ->
|
||||
getLabel(first).compareTo(getLabel(second))
|
||||
}
|
||||
}.map { packageInfo ->
|
||||
createPreference(packageInfo, selectedPackages.contains(packageInfo.packageName))
|
||||
}
|
||||
preferenceScreen?.let {
|
||||
preferences.forEach { pref ->
|
||||
it.addPreference(pref)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
lifecycleScope.launch {
|
||||
val selectedPackages = getSelectedPackages()
|
||||
preferenceScreen?.forEach {
|
||||
if (it is PrimarySwitchPreference) {
|
||||
it.isChecked = selectedPackages.contains(it.key)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun getSelectedPackages(): Set<String> {
|
||||
return withContext(Dispatchers.IO) {
|
||||
appLockManager.packageData.map { it.packageName }.toSet()
|
||||
}
|
||||
}
|
||||
|
||||
private fun getLabel(packageInfo: PackageInfo) =
|
||||
packageInfo.applicationInfo.loadLabel(pm).toString()
|
||||
|
||||
private fun createPreference(packageInfo: PackageInfo, isProtected: Boolean): Preference {
|
||||
val label = getLabel(packageInfo)
|
||||
return PrimarySwitchPreference(requireContext()).apply {
|
||||
key = packageInfo.packageName
|
||||
title = label
|
||||
icon = packageInfo.applicationInfo.loadIcon(pm)
|
||||
setIconSize(ICON_SIZE_SMALL)
|
||||
isChecked = isProtected
|
||||
setOnPreferenceChangeListener { _, newValue ->
|
||||
lifecycleScope.launch(Dispatchers.IO) {
|
||||
if (newValue as Boolean) {
|
||||
appLockManager.addPackage(packageInfo.packageName)
|
||||
} else {
|
||||
appLockManager.removePackage(packageInfo.packageName)
|
||||
}
|
||||
}
|
||||
return@setOnPreferenceChangeListener true
|
||||
}
|
||||
setOnPreferenceClickListener {
|
||||
SubSettingLauncher(requireContext())
|
||||
.setDestination(AppLockPackageConfigFragment::class.qualifiedName)
|
||||
.setSourceMetricsCategory(metricsCategory)
|
||||
.setTitleText(label)
|
||||
.setArguments(
|
||||
Bundle(1).apply {
|
||||
putParcelable(PACKAGE_INFO, packageInfo)
|
||||
}
|
||||
)
|
||||
.launch()
|
||||
true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override protected fun getPreferenceScreenResId() = R.xml.app_lock_package_list_settings
|
||||
|
||||
override protected fun getLogTag() = TAG
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
|
||||
import androidx.lifecycle.lifecycleScope
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.PreferenceScreen
|
||||
|
||||
import com.cherish.settings.CherishTogglePreferenceController
|
||||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
private const val KEY = "main_switch"
|
||||
|
||||
class AppLockPackageProtectionPC(
|
||||
context: Context,
|
||||
private val packageName: String,
|
||||
private val coroutineScope: CoroutineScope
|
||||
) : CherishTogglePreferenceController(context, KEY) {
|
||||
|
||||
private val appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
private var isProtected = false
|
||||
private var preference: Preference? = null
|
||||
|
||||
init {
|
||||
coroutineScope.launch {
|
||||
isProtected = withContext(Dispatchers.Default) {
|
||||
appLockManager.packageData.any {
|
||||
it.packageName == packageName
|
||||
}
|
||||
}
|
||||
preference?.let {
|
||||
updateState(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun getAvailabilityStatus() = AVAILABLE
|
||||
|
||||
override fun isChecked() = isProtected
|
||||
|
||||
override fun setChecked(checked: Boolean): Boolean {
|
||||
if (isProtected == checked) return false
|
||||
isProtected = checked
|
||||
coroutineScope.launch(Dispatchers.Default) {
|
||||
if (isProtected) {
|
||||
appLockManager.addPackage(packageName)
|
||||
} else {
|
||||
appLockManager.removePackage(packageName)
|
||||
}
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
override fun displayPreference(screen: PreferenceScreen) {
|
||||
super.displayPreference(screen)
|
||||
preference = screen.findPreference(preferenceKey)
|
||||
}
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.content.Context
|
||||
import android.os.SystemProperties
|
||||
import android.view.Menu
|
||||
import android.view.MenuInflater
|
||||
import android.view.MenuItem
|
||||
|
||||
import androidx.lifecycle.lifecycleScope
|
||||
|
||||
import com.android.settings.R
|
||||
import com.android.settings.search.BaseSearchIndexProvider
|
||||
import com.android.settingslib.core.AbstractPreferenceController
|
||||
import com.android.settingslib.search.SearchIndexable
|
||||
import com.cherish.settings.fragments.CherishDashboardFragment
|
||||
|
||||
@SearchIndexable
|
||||
class AppLockSettingsFragment : CherishDashboardFragment(),
|
||||
MenuItem.OnMenuItemClickListener {
|
||||
|
||||
private var debugEnabled = SystemProperties.get(DEBUG_PROPERTY, null) == LEVEL_DEBUG
|
||||
private var handledClick = false
|
||||
|
||||
override protected fun getPreferenceScreenResId() = R.xml.cherish_settings_app_lock
|
||||
|
||||
override protected fun getLogTag() = TAG
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu, menuInflater: MenuInflater) {
|
||||
super.onCreateOptionsMenu(menu, menuInflater)
|
||||
menu.add(
|
||||
0 /* groupId */,
|
||||
MENU_ITEM_DEBUG_ID,
|
||||
0 /* order */,
|
||||
getDebugMenuItemTitle(),
|
||||
).setOnMenuItemClickListener(this)
|
||||
}
|
||||
|
||||
private fun getDebugMenuItemTitle(): Int =
|
||||
if (debugEnabled) R.string.disable_debugging else R.string.enable_debugging
|
||||
|
||||
override fun onMenuItemClick(item: MenuItem): Boolean {
|
||||
if (item.itemId == MENU_ITEM_DEBUG_ID) {
|
||||
debugEnabled = !debugEnabled
|
||||
SystemProperties.set(DEBUG_PROPERTY, if (debugEnabled) LEVEL_DEBUG else null)
|
||||
item.setTitle(getDebugMenuItemTitle())
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
override protected fun createPreferenceControllers(
|
||||
context: Context
|
||||
) : List<AbstractPreferenceController> = listOf(
|
||||
AppLockBiometricPreferenceController(context, lifecycleScope)
|
||||
)
|
||||
|
||||
companion object {
|
||||
private const val TAG = "AppLockSettingsFragment"
|
||||
|
||||
private const val DEBUG_PROPERTY = "log.tag.AppLockManagerService"
|
||||
private const val LEVEL_DEBUG = "DEBUG"
|
||||
private const val MENU_ITEM_DEBUG_ID = 101
|
||||
|
||||
@JvmField
|
||||
val SEARCH_INDEX_DATA_PROVIDER = BaseSearchIndexProvider(R.xml.cherish_settings_app_lock)
|
||||
}
|
||||
}
|
||||
@@ -1,126 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.Activity
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.os.UserHandle
|
||||
|
||||
import androidx.activity.result.ActivityResultLauncher
|
||||
import androidx.activity.result.contract.ActivityResultContracts.StartActivityForResult
|
||||
import androidx.lifecycle.Lifecycle.Event
|
||||
import androidx.lifecycle.LifecycleEventObserver
|
||||
import androidx.lifecycle.LifecycleOwner
|
||||
import androidx.preference.Preference
|
||||
import androidx.preference.PreferenceScreen
|
||||
|
||||
import com.android.internal.widget.LockPatternUtils
|
||||
import com.android.settings.R
|
||||
import com.android.settings.core.SubSettingLauncher
|
||||
import com.android.settings.dashboard.DashboardFragment
|
||||
import com.android.settings.password.ConfirmDeviceCredentialActivity
|
||||
import com.android.settingslib.core.lifecycle.Lifecycle
|
||||
import com.android.settingslib.transition.SettingsTransitionHelper.TransitionType.TRANSITION_SLIDE
|
||||
import com.android.settings.core.BasePreferenceController
|
||||
|
||||
import com.android.settings.SettingsActivity
|
||||
import com.android.settings.core.SettingsBaseActivity
|
||||
import com.android.settingslib.core.instrumentation.MetricsFeatureProvider
|
||||
|
||||
class AppLockSettingsPreferenceController(
|
||||
context: Context,
|
||||
preferenceKey: String,
|
||||
lifecycle: Lifecycle?,
|
||||
private val host: DashboardFragment?
|
||||
) : BasePreferenceController(context, preferenceKey),
|
||||
LifecycleEventObserver {
|
||||
|
||||
private val lockPatternUtils = LockPatternUtils(context)
|
||||
private val appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
private var preference: Preference? = null
|
||||
private val securityPromptLauncher: ActivityResultLauncher<Intent>?
|
||||
|
||||
init {
|
||||
lifecycle?.addObserver(this)
|
||||
securityPromptLauncher = host?.registerForActivityResult(
|
||||
StartActivityForResult()
|
||||
) {
|
||||
if (it?.resultCode == Activity.RESULT_OK) {
|
||||
val intent = SubSettingLauncher(mContext)
|
||||
.setDestination(AppLockSettingsFragment::class.qualifiedName)
|
||||
.setSourceMetricsCategory(host.metricsCategory)
|
||||
.setTransitionType(TRANSITION_SLIDE)
|
||||
.toIntent()
|
||||
intent.setClass(mContext, AppLockSubSettings::class.java)
|
||||
mContext.startActivity(intent)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun getAvailabilityStatus() =
|
||||
if (lockPatternUtils.isSecure(UserHandle.myUserId()))
|
||||
AVAILABLE
|
||||
else
|
||||
DISABLED_DEPENDENT_SETTING
|
||||
|
||||
override fun onStateChanged(owner: LifecycleOwner, event: Event) {
|
||||
if (event == Event.ON_START) {
|
||||
preference?.let {
|
||||
updateState(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun displayPreference(screen: PreferenceScreen) {
|
||||
super.displayPreference(screen)
|
||||
preference = screen.findPreference(preferenceKey)
|
||||
}
|
||||
|
||||
override fun updateState(preference: Preference) {
|
||||
preference.apply {
|
||||
if (getAvailabilityStatus() == AVAILABLE) {
|
||||
setEnabled(true)
|
||||
summary = getSummaryForListSize(appLockManager.packageData.size)
|
||||
} else {
|
||||
setEnabled(false)
|
||||
summary = mContext.getString(R.string.disabled_because_no_backup_security)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun getSummaryForListSize(size: Int): CharSequence? =
|
||||
if (size == 0) {
|
||||
null
|
||||
} else {
|
||||
mContext.resources.getQuantityString(R.plurals.app_lock_summary, size, size)
|
||||
}
|
||||
|
||||
override fun handlePreferenceTreeClick(preference: Preference): Boolean {
|
||||
if (preference.key == preferenceKey && securityPromptLauncher != null) {
|
||||
securityPromptLauncher.launch(
|
||||
ConfirmDeviceCredentialActivity.createIntent(
|
||||
mContext.getString(R.string.app_lock_authentication_dialog_title),
|
||||
null /* details */,
|
||||
)
|
||||
)
|
||||
return true
|
||||
}
|
||||
return super.handlePreferenceTreeClick(preference)
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import com.android.settings.SettingsActivity
|
||||
|
||||
class AppLockSubSettings : SettingsActivity() {
|
||||
|
||||
override protected fun isValidFragment(fragmentName: String): Boolean {
|
||||
return AppLockSettingsFragment::class.qualifiedName == fragmentName
|
||||
}
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2022 FlamingoOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.cherish.settings.security.applock
|
||||
|
||||
import android.app.AppLockManager
|
||||
import android.content.Context
|
||||
|
||||
import androidx.preference.ListPreference
|
||||
import androidx.preference.Preference
|
||||
|
||||
import com.android.settings.core.BasePreferenceController
|
||||
|
||||
class AppLockTimeoutPreferenceController(
|
||||
context: Context,
|
||||
key: String,
|
||||
) : BasePreferenceController(context, key),
|
||||
Preference.OnPreferenceChangeListener {
|
||||
|
||||
private val appLockManager = context.getSystemService(AppLockManager::class.java)
|
||||
|
||||
override fun getAvailabilityStatus() = AVAILABLE
|
||||
|
||||
override fun updateState(preference: Preference) {
|
||||
(preference as ListPreference).value = appLockManager.timeout.takeIf {
|
||||
it != -1L
|
||||
}?.toString()
|
||||
}
|
||||
|
||||
override fun onPreferenceChange(preference: Preference, newValue: Any): Boolean {
|
||||
appLockManager.timeout = (newValue as String).toLong()
|
||||
return true
|
||||
}
|
||||
}
|
||||
@@ -96,7 +96,7 @@ public class ColorPickerPreference extends Preference implements
|
||||
mAlphaSliderEnabled = attrs.getAttributeBooleanValue(null, "alphaSlider", false);
|
||||
int defVal = attrs.getAttributeIntValue(SETTINGS_NS, "defaultColorValue", DEF_VALUE_DEFAULT);
|
||||
if (defVal != DEF_VALUE_DEFAULT) {
|
||||
mUsesDefaultButton = true;
|
||||
mUsesDefaultButton = true;
|
||||
mDefValue = defVal;
|
||||
}
|
||||
mShowLedPreview = attrs.getAttributeBooleanValue(null, "ledPreview", false);
|
||||
|
||||
Reference in New Issue
Block a user