Skip to content

Commit

Permalink
Merge branch 'LawnchairLauncher:15-dev' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Feb 26, 2025
2 parents 90e6919 + 1417eaa commit 2a9e63b
Show file tree
Hide file tree
Showing 64 changed files with 1,122 additions and 383 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ dependencies {
implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'WindowManager-Shell-15.jar')
withQuickstepCompileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'framework-15.jar')

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'

implementation 'androidx.profileinstaller:profileinstaller:1.4.1'
baselineProfile projects.baselineProfile
Expand Down Expand Up @@ -366,7 +366,7 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.slice:slice-core:1.1.0-alpha02"
def accompanistVersion = '0.37.0'
def accompanistVersion = '0.37.2'
implementation "com.google.accompanist:accompanist-adaptive:$accompanistVersion"
implementation "com.google.accompanist:accompanist-drawablepainter:$accompanistVersion"
implementation "com.google.accompanist:accompanist-permissions:$accompanistVersion"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
Expand Down
19 changes: 16 additions & 3 deletions lawnchair/res/values-af-rZA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
<string name="action_copy_link">Copy link</string>
<string name="action_copy">Kopieer</string>
<string name="action_paste">Paste</string>
<string name="action_done">Klaar</string>
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>
<string name="inverse_selection">Inverse selection</string>
<string name="loading">Laai tans…</string>
<string name="download_update">Download update</string>
<string name="install_update">Install update</string>
<string name="pro_updated">You\'re up-to-date!</string>
<string name="managed_by_lawnchair">Managed by Lawnchair</string>
<!-- When mentioning settings UI -->
<string name="smartspace_preferences">Voorkeure</string>
Expand Down Expand Up @@ -65,6 +72,7 @@
<string name="layout">Uitleg</string>
<!-- Generic styling options -->
<string name="wallpaper">Muurpapier</string>
<string name="style">Style</string>
<string name="background_opacity">Background opacity</string>
<!-- Toast text and tips -->
<string name="copied_toast">Copied to clipboard</string>
Expand All @@ -75,9 +83,9 @@
<string name="wallpapers">Wallpapers</string>
<string name="caddy_beta">Caddy (Beta)</string>
<string name="caddy">Caddy</string>
<string name="app_drawer_folder">App drawer folder</string>
<string name="app_drawer_folder">App drawer folders</string>
<string name="app_drawer_folder_settings">Drawer folder</string>
<string name="add_folder">Add folder</string>
<string name="add_folder">Create folder</string>
<string name="edit_folder">Edit folder</string>
<string name="add_label">Add</string>
<string name="edit_label">Edit</string>
Expand All @@ -86,11 +94,14 @@
<string name="folder_list_note">Swipe left to edit, swipe right to delete, or tap to update items</string>
<string name="apps_in_folder_label">Hide folder apps</string>
<string name="apps_in_folder_description">Apps assigned to folders are excluded from app lists</string>
<string name="folders_filter_duplicates">Only show unique apps</string>
<string name="my_folder_label">My folder</string>
<!-- A11y description -->
<string name="accessibility_service_description">To lock your phone when performing a gesture, and to open Recents via gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="accessibility_service_description">To perform certain actions (such as locking your phone) when performing a gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="x_with_y_count">%1$s (%2$d)</string>
<string name="x_by_y">%1$d x %2$d</string>
<string name="x_and_y">%1$s &amp; %2$s</string>
<string name="advanced">Advanced</string>
<!--
Preference Dashboard
Expand Down Expand Up @@ -361,6 +372,8 @@
<string name="gesture_swipe_down">Swipe down</string>
<string name="gesture_home_tap">Home button</string>
<string name="gesture_back_tap">Back button</string>
<string name="gesture_swipe_left">Swipe left</string>
<string name="gesture_swipe_right">Swipe right</string>
<string name="gesture_handler_no_op">Do nothing</string>
<string name="gesture_handler_sleep">Sleep</string>
<string name="gesture_handler_recents">Open Recents</string>
Expand Down
19 changes: 16 additions & 3 deletions lawnchair/res/values-am-rET/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
<string name="action_copy_link">Copy link</string>
<string name="action_copy">Copy</string>
<string name="action_paste">Paste</string>
<string name="action_done">Done</string>
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>
<string name="inverse_selection">Inverse selection</string>
<string name="loading">Loading…</string>
<string name="download_update">Download update</string>
<string name="install_update">Install update</string>
<string name="pro_updated">You\'re up-to-date!</string>
<string name="managed_by_lawnchair">Managed by Lawnchair</string>
<!-- When mentioning settings UI -->
<string name="smartspace_preferences">Preferences</string>
Expand Down Expand Up @@ -65,6 +72,7 @@
<string name="layout">Layout</string>
<!-- Generic styling options -->
<string name="wallpaper">Wallpaper</string>
<string name="style">Style</string>
<string name="background_opacity">Background opacity</string>
<!-- Toast text and tips -->
<string name="copied_toast">Copied to clipboard</string>
Expand All @@ -75,9 +83,9 @@
<string name="wallpapers">Wallpapers</string>
<string name="caddy_beta">Caddy (Beta)</string>
<string name="caddy">Caddy</string>
<string name="app_drawer_folder">App drawer folder</string>
<string name="app_drawer_folder">App drawer folders</string>
<string name="app_drawer_folder_settings">Drawer folder</string>
<string name="add_folder">Add folder</string>
<string name="add_folder">Create folder</string>
<string name="edit_folder">Edit folder</string>
<string name="add_label">Add</string>
<string name="edit_label">Edit</string>
Expand All @@ -86,11 +94,14 @@
<string name="folder_list_note">Swipe left to edit, swipe right to delete, or tap to update items</string>
<string name="apps_in_folder_label">Hide folder apps</string>
<string name="apps_in_folder_description">Apps assigned to folders are excluded from app lists</string>
<string name="folders_filter_duplicates">Only show unique apps</string>
<string name="my_folder_label">My folder</string>
<!-- A11y description -->
<string name="accessibility_service_description">To lock your phone when performing a gesture, and to open Recents via gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="accessibility_service_description">To perform certain actions (such as locking your phone) when performing a gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="x_with_y_count">%1$s (%2$d)</string>
<string name="x_by_y">%1$d x %2$d</string>
<string name="x_and_y">%1$s &amp; %2$s</string>
<string name="advanced">Advanced</string>
<!--
Preference Dashboard
Expand Down Expand Up @@ -361,6 +372,8 @@
<string name="gesture_swipe_down">Swipe down</string>
<string name="gesture_home_tap">Home button</string>
<string name="gesture_back_tap">Back button</string>
<string name="gesture_swipe_left">Swipe left</string>
<string name="gesture_swipe_right">Swipe right</string>
<string name="gesture_handler_no_op">Do nothing</string>
<string name="gesture_handler_sleep">Sleep</string>
<string name="gesture_handler_recents">Open Recents</string>
Expand Down
19 changes: 16 additions & 3 deletions lawnchair/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
<string name="action_copy_link">نسخ الرابط</string>
<string name="action_copy">نسخ</string>
<string name="action_paste">لصق</string>
<string name="action_done">تمّ</string>
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>
<string name="inverse_selection">Inverse selection</string>
<string name="loading">جارٍ التحميل…</string>
<string name="download_update">Download update</string>
<string name="install_update">Install update</string>
<string name="pro_updated">You\'re up-to-date!</string>
<string name="managed_by_lawnchair">تتم الإدارة بواسطة Lawnchair</string>
<!-- When mentioning settings UI -->
<string name="smartspace_preferences">التفضيلات</string>
Expand Down Expand Up @@ -65,6 +72,7 @@
<string name="layout">التصميم أو التخطيط</string>
<!-- Generic styling options -->
<string name="wallpaper">الخلفية</string>
<string name="style">Style</string>
<string name="background_opacity">شفافية الخلفية</string>
<!-- Toast text and tips -->
<string name="copied_toast">تم النسخ إلى الحافظة</string>
Expand All @@ -75,9 +83,9 @@
<string name="wallpapers">Wallpapers</string>
<string name="caddy_beta">Caddy (Beta)</string>
<string name="caddy">Caddy</string>
<string name="app_drawer_folder">App drawer folder</string>
<string name="app_drawer_folder">App drawer folders</string>
<string name="app_drawer_folder_settings">Drawer folder</string>
<string name="add_folder">Add folder</string>
<string name="add_folder">Create folder</string>
<string name="edit_folder">Edit folder</string>
<string name="add_label">Add</string>
<string name="edit_label">Edit</string>
Expand All @@ -86,11 +94,14 @@
<string name="folder_list_note">Swipe left to edit, swipe right to delete, or tap to update items</string>
<string name="apps_in_folder_label">Hide folder apps</string>
<string name="apps_in_folder_description">Apps assigned to folders are excluded from app lists</string>
<string name="folders_filter_duplicates">Only show unique apps</string>
<string name="my_folder_label">My folder</string>
<!-- A11y description -->
<string name="accessibility_service_description">لقفل هاتفك عند تنفيذ إيماءة، ولفتح التطبيقات الحديثة عبر الإيماءة، يحتاج Lawnchair إلى الوصول إلى خدمات الوصول. لا يراقب Lawnchair أي إجراء من المستخدم، على الرغم من أن هذه الصلاحية مطلوبة لجميع خدمات الوصول. يتجاهل Lawnchair أي حدث يتم إرساله من النظام. لقفل هاتفك، أو لفتح التطبيقات الحديثة، يستخدم Lawnchair خدمة الوصول performGlobalAction.</string>
<string name="accessibility_service_description">To perform certain actions (such as locking your phone) when performing a gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="x_with_y_count">%1$s (%2$d)</string>
<string name="x_by_y">%1$d x %2$d</string>
<string name="x_and_y">%1$s &amp; %2$s</string>
<string name="advanced">Advanced</string>
<!--
Preference Dashboard
Expand Down Expand Up @@ -361,6 +372,8 @@
<string name="gesture_swipe_down">التمرير لأسفل</string>
<string name="gesture_home_tap">زر الصفحة الرئيسية</string>
<string name="gesture_back_tap">زر العودة</string>
<string name="gesture_swipe_left">Swipe left</string>
<string name="gesture_swipe_right">Swipe right</string>
<string name="gesture_handler_no_op">لا تفعل شيئاً</string>
<string name="gesture_handler_sleep">السكون</string>
<string name="gesture_handler_recents">فتح التطبيقات الحديثة</string>
Expand Down
19 changes: 16 additions & 3 deletions lawnchair/res/values-az-rAZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@
<string name="action_copy_link">Copy link</string>
<string name="action_copy">Copy</string>
<string name="action_paste">Paste</string>
<string name="action_done">Done</string>
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>
<string name="inverse_selection">Inverse selection</string>
<string name="loading">Loading…</string>
<string name="download_update">Download update</string>
<string name="install_update">Install update</string>
<string name="pro_updated">You\'re up-to-date!</string>
<string name="managed_by_lawnchair">Managed by Lawnchair</string>
<!-- When mentioning settings UI -->
<string name="smartspace_preferences">Preferences</string>
Expand Down Expand Up @@ -65,6 +72,7 @@
<string name="layout">Layout</string>
<!-- Generic styling options -->
<string name="wallpaper">Wallpaper</string>
<string name="style">Style</string>
<string name="background_opacity">Background opacity</string>
<!-- Toast text and tips -->
<string name="copied_toast">Copied to clipboard</string>
Expand All @@ -75,9 +83,9 @@
<string name="wallpapers">Wallpapers</string>
<string name="caddy_beta">Caddy (Beta)</string>
<string name="caddy">Caddy</string>
<string name="app_drawer_folder">App drawer folder</string>
<string name="app_drawer_folder">App drawer folders</string>
<string name="app_drawer_folder_settings">Drawer folder</string>
<string name="add_folder">Add folder</string>
<string name="add_folder">Create folder</string>
<string name="edit_folder">Edit folder</string>
<string name="add_label">Add</string>
<string name="edit_label">Edit</string>
Expand All @@ -86,11 +94,14 @@
<string name="folder_list_note">Swipe left to edit, swipe right to delete, or tap to update items</string>
<string name="apps_in_folder_label">Hide folder apps</string>
<string name="apps_in_folder_description">Apps assigned to folders are excluded from app lists</string>
<string name="folders_filter_duplicates">Only show unique apps</string>
<string name="my_folder_label">My folder</string>
<!-- A11y description -->
<string name="accessibility_service_description">To lock your phone when performing a gesture, and to open Recents via gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="accessibility_service_description">To perform certain actions (such as locking your phone) when performing a gesture, Lawnchair requires accessibility access.\n\nLawnchair doesn\'t watch any user action, though the privilege to do so is required for all accessibility services. Lawnchair discards any event sent by the system.\n\nIn order to lock your phone, or to open Recents, Lawnchair uses the performGlobalAction Accessibility service.</string>
<string name="x_with_y_count">%1$s (%2$d)</string>
<string name="x_by_y">%1$d x %2$d</string>
<string name="x_and_y">%1$s &amp; %2$s</string>
<string name="advanced">Advanced</string>
<!--
Preference Dashboard
Expand Down Expand Up @@ -361,6 +372,8 @@
<string name="gesture_swipe_down">Swipe down</string>
<string name="gesture_home_tap">Home button</string>
<string name="gesture_back_tap">Back button</string>
<string name="gesture_swipe_left">Swipe left</string>
<string name="gesture_swipe_right">Swipe right</string>
<string name="gesture_handler_no_op">Do nothing</string>
<string name="gesture_handler_sleep">Sleep</string>
<string name="gesture_handler_recents">Open Recents</string>
Expand Down
Loading

0 comments on commit 2a9e63b

Please sign in to comment.