Port packed layout solver and overhaul layout settings

This commit is contained in:
ajp_anton
2026-05-13 03:06:17 +00:00
parent ba3b92d4d0
commit 06cc2e21d9
29 changed files with 5241 additions and 1302 deletions
+26 -10
View File
@@ -5,13 +5,14 @@
<string name="nav_close">Close navigation</string>
<string name="nav_icons_debug">Debugging</string>
<string name="nav_system_icons">Hide status icons</string>
<string name="nav_layout_notification_icons">&#160;&#160;&#160;&#160;Notification icons</string>
<string name="nav_layout_hide_notification_icons">&#160;&#160;&#160;&#160;Hide notification icons</string>
<string name="nav_layout_hide_status_icons">&#160;&#160;&#160;&#160;Hide status icons</string>
<string name="nav_clock">Clock</string>
<string name="nav_layout">Layout</string>
<string name="nav_layout_unlocked">&#160;&#160;&#160;&#160;Unlocked</string>
<string name="nav_layout_lockscreen">&#160;&#160;&#160;&#160;Lockscreen</string>
<string name="nav_layout_aod">&#160;&#160;&#160;&#160;AOD</string>
<string name="nav_battery_bar">Battery bar</string>
<string name="nav_notification_icons">Notification icons layout</string>
<string name="nav_block_app_notification_icons">Hide notification icons</string>
<string name="nav_status_chips">Status chips</string>
<string name="nav_misc">Misc</string>
@@ -29,6 +30,15 @@
<string name="debug_restart_systemui">Restart SystemUI</string>
<string name="debug_restart_systemui_started">SystemUI restart requested.</string>
<string name="debug_restart_systemui_failed">Could not restart SystemUI. Root shell failed.</string>
<string name="debug_section_android_notification_style">Android notification style</string>
<string name="debug_notification_style_current">Current: %1$s</string>
<string name="debug_notification_style_hint">Temporary control for Samsung lockscreen/AOD notification style. Writes use root shell.</string>
<string name="debug_notification_style_cards">Cards</string>
<string name="debug_notification_style_icons">Icons</string>
<string name="debug_notification_style_dot">Dot</string>
<string name="debug_notification_style_unknown">unknown</string>
<string name="debug_notification_style_write_failed">Could not write notification style. Root shell failed.</string>
<string name="debug_notification_style_write_done">Notification style changed.</string>
<string name="debug_section_notification_icons">Notification icons</string>
<string name="debug_cycle_icons_label">Cycle debug icons</string>
<string name="debug_cycle_icons_hint">Cycles visible debug icons between 0 and the configured count every 2 seconds.</string>
@@ -151,21 +161,27 @@
<string name="battery_bar_threshold_reordered">That threshold moved to a new position in the list.</string>
<string name="battery_bar_threshold_charge_note">Leave the field empty and press OK for \"Same as discharge\", or use the button below for \"Same as default\".</string>
<string name="clock_title">Clock</string>
<string name="layout_title">Layout</string>
<string name="layout_home_title">Layout</string>
<string name="layout_title">Unlocked</string>
<string name="clock_master_toggles_title">Master toggles</string>
<string name="layout_master_toggle_title">Master toggle</string>
<string name="clock_enabled">Use custom clock</string>
<string name="layout_enabled">Use custom layout</string>
<string name="clock_position_title">Clock position</string>
<string name="layout_clock_position_title">Clock position</string>
<string name="layout_chip_position_title">Status chip position</string>
<string name="layout_notification_position_title">Notification icons position</string>
<string name="layout_status_position_title">Status icons position</string>
<string name="layout_show_dot_if_truncated">Show dot if truncated</string>
<string name="layout_clock_position_title">Clock</string>
<string name="layout_chip_position_title">Status chip</string>
<string name="layout_notification_position_title">Notification icons</string>
<string name="layout_status_position_title">Status icons</string>
<string name="layout_item_enabled">Enabled</string>
<string name="layout_icon_container_count">Number of containers</string>
<string name="layout_locked_notifications_title">Locked notifications mode</string>
<string name="layout_locked_notifications_hint">Mirrors the Samsung notification display style for AOD and lockscreen.</string>
<string name="layout_locked_notifications_none">None</string>
<string name="layout_locked_notifications_none_disabled">None is remembered, but Layout OFF uses Dot.</string>
<string name="layout_misc_title">Misc</string>
<string name="label_max_unlocked_icons_per_row">Max unlocked icons per row</string>
<string name="layout_padding_title">Padding</string>
<string name="layout_subpage_disabled_hint">Requires Layout to be ON</string>
<string name="notification_icons_layout_required_hint">Requires Layout to be ON</string>
<string name="notification_icons_unlocked_obsolete_hint">Obsolete when Layout is ON</string>
<string name="layout_cutout_gap_label">Gap from cutout (px)</string>
<string name="layout_left_padding_label">Left padding (px)</string>
<string name="layout_right_padding_label">Right padding (px)</string>