Skip to content

Commit

Permalink
CHANGELOG: PX App UI redesign - bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Sep 25, 2024
1 parent 0fb83ba commit 262cae3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/edit2MakeNewCanary
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Editing this file will trigger the build script for a new canary.
Editing this file will trigger the build script for a new canary..
9 changes: 9 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@

<!--Category titles-->
<string name="lockscreen_header_title">Lock screen</string>
<string name="lockscreen_header_summary">Change your keyguard to match your taste</string>
<string name="statusbar_header">Status bar</string>
<string name="statusbar_header_summary">That thin bar that shows useful data</string>
<string name="nav_header">Navigation bar</string>
<string name="nav_header_summary">Change the way you navigate through apps</string>
<string name="dialer_header">Phone &amp; dialer</string>
<string name="dialer_header_summary">A bit of aid for your phone calls</string>
<string name="misc_header">Miscellaneous</string>
<string name="misc_header_summary">Whatever else offered by PixelXpert</string>
<string name="qs_panel_category_title">Quick settings panel</string>
<string name="qs_panel_category_summary">Brightness slider, flashlight level and more</string>
<string name="theme_customization_category">Theming</string>
<string name="theme_customization_summary">A light theme on Quick Settings</string>
<string name="pm_header">Package manager</string>
<string name="pm_header_summary">Bypass security checks for apk files</string>
<string name="hotspot_header">Portable hotspot</string>
<string name="hotspot_header_summary">If you\'re into hidden WiFi stuff</string>

<!-- Hotspot settings-->
<string name="hotspot_hide_ssid_title">Hide SSID</string>
Expand Down
20 changes: 10 additions & 10 deletions app/src/main/res/xml/header_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:search="http://schemas.android.com/apk/sh.siava.pixelxpert.ui.preferencesearch">

<PreferenceCategory
android:key="top_level_category"
android:key="search_category"
android:layout="@layout/settingslib_preference_category_no_title">

<sh.siava.pixelxpert.ui.preferences.preferencesearch.SearchPreference android:key="searchPreference" />
Expand All @@ -22,7 +22,7 @@
app:icon="@drawable/ic_settings_quicksettings"
app:key="quicksettings_header"
app:position="topItem"
app:summary="Placeholder summary text"
app:summary="@string/qs_panel_category_summary"
app:title="@string/qs_panel_category_title"
search:ignore="true" />

Expand All @@ -31,7 +31,7 @@
app:fragment="sh.siava.pixelxpert.ui.activities.SettingsActivity$LockScreenFragment"
app:icon="@drawable/ic_settings_lockscreen"
app:key="lockscreen_header"
app:summary="Placeholder summary text"
app:summary="@string/lockscreen_header_summary"
app:title="@string/lockscreen_header_title"
search:ignore="true" />

Expand All @@ -41,7 +41,7 @@
app:icon="@drawable/ic_settings_themes"
app:key="theming_header"
app:position="bottomItem"
app:summary="Placeholder summary text"
app:summary="@string/theme_customization_summary"
app:title="@string/theme_customization_category"
search:ignore="true" />

Expand All @@ -59,7 +59,7 @@
app:icon="@drawable/ic_settings_statusbar"
app:key="statusbar_header"
app:position="topItem"
app:summary="Placeholder summary text"
app:summary="@string/statusbar_header_summary"
app:title="@string/statusbar_header"
search:ignore="true" />

Expand All @@ -69,7 +69,7 @@
app:icon="@drawable/ic_settings_navigation"
app:key="nav_header"
app:position="bottomItem"
app:summary="Placeholder summary text"
app:summary="@string/nav_header_summary"
app:title="@string/nav_header"
search:ignore="true" />

Expand All @@ -87,7 +87,7 @@
app:icon="@drawable/ic_phone"
app:key="dialer_header"
app:position="topItem"
app:summary="Placeholder summary text"
app:summary="@string/dialer_header_summary"
app:title="@string/dialer_header"
search:ignore="true" />

Expand All @@ -96,7 +96,7 @@
app:fragment="sh.siava.pixelxpert.ui.activities.SettingsActivity$HotSpotFragment"
app:icon="@drawable/ic_settings_wifi_hotspot"
app:key="hotspot_header"
app:summary="Placeholder summary text"
app:summary="@string/hotspot_header_summary"
app:title="@string/hotspot_header"
search:ignore="true" />

Expand All @@ -105,7 +105,7 @@
app:fragment="sh.siava.pixelxpert.ui.activities.SettingsActivity$PackageManagerFragment"
app:icon="@drawable/ic_settings_package_manager"
app:key="pm_header"
app:summary="Placeholder summary text"
app:summary="@string/pm_header_summary"
app:title="@string/pm_header"
search:ignore="true" />

Expand All @@ -115,7 +115,7 @@
app:icon="@drawable/ic_settings_misc"
app:key="misc_header"
app:position="bottomItem"
app:summary="Placeholder summary text"
app:summary="@string/misc_header_summary"
app:title="@string/misc_header"
search:ignore="true" />

Expand Down

0 comments on commit 262cae3

Please sign in to comment.