diff --git a/baseline-profile/build.gradle b/baseline-profile/build.gradle index eccb3db303..412c9afb6d 100644 --- a/baseline-profile/build.gradle +++ b/baseline-profile/build.gradle @@ -24,13 +24,13 @@ android { play { dimension = "channel" } } - testOptions.managedDevices.devices { - pixel7Api36(ManagedVirtualDevice) { + testOptions.managedDevices.localDevices { + create("pixel7Api36") { device = "Pixel 7" apiLevel = 36 systemImageSource = "google" } - pixel6Api33(ManagedVirtualDevice) { + create("pixel6Api33") { device = "Pixel 6" apiLevel = 33 systemImageSource = "google" diff --git a/build.gradle b/build.gradle index 69aa2d816c..5f8d7c679c 100644 --- a/build.gradle +++ b/build.gradle @@ -495,7 +495,7 @@ spotless { kotlin { target("lawnchair/src/**/*.kt") ktlint("1.8.0").customRuleSets([ - "io.nlopez.compose.rules:ktlint:0.5.1", + "io.nlopez.compose.rules:ktlint:0.5.2", ]).editorConfigOverride([ "ktlint_compose_compositionlocal-allowlist": "disabled", "ktlint_compose_lambda-param-event-trailing": "disabled", diff --git a/gradle.properties b/gradle.properties index 371870f473..ab16eefca5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,3 +15,12 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+Use org.gradle.parallel=true org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true +android.sdk.defaultTargetSdkToCompileSdkIfUnset=false +android.enableAppCompileTimeRClass=false +android.usesSdkInManifest.disallowed=false +android.uniquePackageNames=false +android.dependency.useConstraints=true +android.r8.strictFullModeForKeepRules=false +android.r8.optimizedResourceShrinking=false +android.builtInKotlin=false +android.newDsl=false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a45c93bfd..629883b75b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ error_prone_annotations = "2.45.0" espressoCore = "3.7.0" junit = "1.3.0" opto = "1.0.18" -protocVersion = "4.33.1" +protocVersion = "4.33.2" retrofit = "3.0.0" room = "2.8.4" @@ -54,7 +54,7 @@ smartspacer = "1.1.2" uiautomator = "2.3.0" window = "1.5.1" -agp = "8.13.1" +agp = "9.0.0-beta04" baselineprofile = "1.4.1" kotlin = "2.2.21" protobuf = "0.9.5" diff --git a/lawnchair/res/values-af-rZA/strings.xml b/lawnchair/res/values-af-rZA/strings.xml index 133da0edc9..c0d7f52103 100644 --- a/lawnchair/res/values-af-rZA/strings.xml +++ b/lawnchair/res/values-af-rZA/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-am-rET/strings.xml b/lawnchair/res/values-am-rET/strings.xml index f262d8e674..9fa7c60ff1 100644 --- a/lawnchair/res/values-am-rET/strings.xml +++ b/lawnchair/res/values-am-rET/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-ar-rSA/strings.xml b/lawnchair/res/values-ar-rSA/strings.xml index 8e639c5a69..b9c7b9a49c 100644 --- a/lawnchair/res/values-ar-rSA/strings.xml +++ b/lawnchair/res/values-ar-rSA/strings.xml @@ -459,6 +459,8 @@ تأثير عمق الخلفية تكبير وتصغير الخلفية عند الانتقال بين مناطق المشغل الظل العلوي + Infinite scrolling + Swipe to loop between the first and last pages شبكة الشاشة الرئيسية قفل الشاشة الرئيسية فتح قفل الشاشة الرئيسية diff --git a/lawnchair/res/values-az-rAZ/strings.xml b/lawnchair/res/values-az-rAZ/strings.xml index ca56394971..dba6feb064 100644 --- a/lawnchair/res/values-az-rAZ/strings.xml +++ b/lawnchair/res/values-az-rAZ/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-b+sr+Latn/strings.xml b/lawnchair/res/values-b+sr+Latn/strings.xml index fad0b386cc..c9d9f0dd6e 100644 --- a/lawnchair/res/values-b+sr+Latn/strings.xml +++ b/lawnchair/res/values-b+sr+Latn/strings.xml @@ -459,6 +459,8 @@ Efekat dubine pozadine Uvećajte ili umanjite prikaz pozadine pri prelasku između različitih delova pokretača Gornja senka + Infinite scrolling + Swipe to loop between the first and last pages Mreža početnog ekrana Zaključaj početni ekran Otključaj početni ekran diff --git a/lawnchair/res/values-bn-rBD/strings.xml b/lawnchair/res/values-bn-rBD/strings.xml index 4945e617f1..643c1e3e20 100644 --- a/lawnchair/res/values-bn-rBD/strings.xml +++ b/lawnchair/res/values-bn-rBD/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher উপরের ছায়া + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-bs-rBA/strings.xml b/lawnchair/res/values-bs-rBA/strings.xml index 14046248fa..672559d922 100644 --- a/lawnchair/res/values-bs-rBA/strings.xml +++ b/lawnchair/res/values-bs-rBA/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-ca-rES/strings.xml b/lawnchair/res/values-ca-rES/strings.xml index b314b9a864..989ac2d87b 100644 --- a/lawnchair/res/values-ca-rES/strings.xml +++ b/lawnchair/res/values-ca-rES/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-cs-rCZ/strings.xml b/lawnchair/res/values-cs-rCZ/strings.xml index a5fac84779..c8aea5d93c 100644 --- a/lawnchair/res/values-cs-rCZ/strings.xml +++ b/lawnchair/res/values-cs-rCZ/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-da-rDK/strings.xml b/lawnchair/res/values-da-rDK/strings.xml index 17cc8572a8..eadbaa4b76 100644 --- a/lawnchair/res/values-da-rDK/strings.xml +++ b/lawnchair/res/values-da-rDK/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-de-rDE/strings.xml b/lawnchair/res/values-de-rDE/strings.xml index d06815a704..d3bc9d8099 100644 --- a/lawnchair/res/values-de-rDE/strings.xml +++ b/lawnchair/res/values-de-rDE/strings.xml @@ -459,6 +459,8 @@ Hintergrundbild-Tiefeneffekt Beim Wechsel der Launcher-Bereiche Bildschirmhintergrund herein- und herauszoomen Oberer Schatten + Infinite scrolling + Swipe to loop between the first and last pages Startbildschirm-Raster Startbildschirm sperren Startbildschirm entsperren diff --git a/lawnchair/res/values-el-rGR/strings.xml b/lawnchair/res/values-el-rGR/strings.xml index b48a0a145a..9a377c24d6 100644 --- a/lawnchair/res/values-el-rGR/strings.xml +++ b/lawnchair/res/values-el-rGR/strings.xml @@ -459,6 +459,8 @@ Εφέ βάθους ταπετσαρίας Μεγέθυνση και σμίκρυνση της ταπετσαρίας κατά τη μετάβαση μεταξύ περιοχών του εκκινητή Σκιά κορυφής + Infinite scrolling + Swipe to loop between the first and last pages Πλέγμα αρχικής οθόνης Κλείδωμα Αρχ. Οθ. Ξεκλείδωμα Αρχ. Οθ. diff --git a/lawnchair/res/values-en-rCA/strings.xml b/lawnchair/res/values-en-rCA/strings.xml index 80f6d971f8..2252759547 100644 --- a/lawnchair/res/values-en-rCA/strings.xml +++ b/lawnchair/res/values-en-rCA/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-es-rES/strings.xml b/lawnchair/res/values-es-rES/strings.xml index 5ba2838ce7..bbac0853b3 100644 --- a/lawnchair/res/values-es-rES/strings.xml +++ b/lawnchair/res/values-es-rES/strings.xml @@ -459,6 +459,8 @@ Efecto de profundidad del fondo de pantalla Acerca y aleja el fondo de pantalla al cambiar entre áreas del lanzador Sombra en el borde superior + Infinite scrolling + Swipe to loop between the first and last pages Cuadrícula de la pantalla de inicio Bloquear pantalla de inicio Desbloquear pantalla de inicio diff --git a/lawnchair/res/values-et-rEE/strings.xml b/lawnchair/res/values-et-rEE/strings.xml index 06b669e289..0680596324 100644 --- a/lawnchair/res/values-et-rEE/strings.xml +++ b/lawnchair/res/values-et-rEE/strings.xml @@ -459,6 +459,8 @@ Taustapildi sügavuse efekt Käivitaja erinevate alade vahel liikumisel suumi taustapilti sisse ja välja Ülemine vari + Infinite scrolling + Swipe to loop between the first and last pages Avakuva ruudustik Lukusta avakuva Ava avakuva lukk diff --git a/lawnchair/res/values-fa-rIR/strings.xml b/lawnchair/res/values-fa-rIR/strings.xml index 11b4a9fac7..f387b117b3 100644 --- a/lawnchair/res/values-fa-rIR/strings.xml +++ b/lawnchair/res/values-fa-rIR/strings.xml @@ -459,6 +459,8 @@ افکت عمق تصویر زمینه هنگام انتقال بین حالت‌ها، تصویر زمینه بزرگ‌نمایی و کوچک‌نمایی شود سایه بالا + Infinite scrolling + Swipe to loop between the first and last pages جدول صفحه‌اصلی قفل صفحه اصلی بازکردن قفل صفحه اصلی diff --git a/lawnchair/res/values-fi-rFI/strings.xml b/lawnchair/res/values-fi-rFI/strings.xml index d7f8a91e34..2fe2d87800 100644 --- a/lawnchair/res/values-fi-rFI/strings.xml +++ b/lawnchair/res/values-fi-rFI/strings.xml @@ -459,6 +459,8 @@ Taustakuvan syvyysefekti Zoomaa sisään ja ulos taustakuvasta aloitusnäytön eri osien välillä liikuttaessa Yläosan varjo + Infinite scrolling + Swipe to loop between the first and last pages Aloitusnäytön ruudukko Lukitse aloitusnäyttö Poista aloitusnäytön lukitus diff --git a/lawnchair/res/values-fil-rPH/strings.xml b/lawnchair/res/values-fil-rPH/strings.xml index 78b3923acf..27aa4f7d71 100644 --- a/lawnchair/res/values-fil-rPH/strings.xml +++ b/lawnchair/res/values-fil-rPH/strings.xml @@ -459,6 +459,8 @@ Epekto ng lalim ng wallpaper Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-fr-rFR/strings.xml b/lawnchair/res/values-fr-rFR/strings.xml index 28510593cc..b56ad40788 100644 --- a/lawnchair/res/values-fr-rFR/strings.xml +++ b/lawnchair/res/values-fr-rFR/strings.xml @@ -223,8 +223,8 @@ Carré rond Goutte - Cookie à quatre côtés - Cookie à sept côtés + Biscuit à quatre côtés + Biscuit à sept côtés Arche Forme d\'icône personnalisée @@ -240,7 +240,7 @@ En bas à droite Exporter vers le presse-papier Importer depuis le presse-papier - Le presse-papier ne contient pas de forme d\'icône valide + Le presse-papiers ne contient pas une forme d\'icône valide Pack d\'icônes Source des icônes à thème @@ -459,6 +459,8 @@ Effet de profondeur du fond d\'écran Zoom avant et arrière du fond d\'écran lors des transitions entre différentes zones du lanceur d\'applications Ombre du haut + Défilement infini + Balayez l\'écran pour passer de la première à la dernière page et inversement Grille de l\'écran d\'accueil Verrouiller l\'écran d\'accueil Déverrouiller l\'écran d\'accueil diff --git a/lawnchair/res/values-gl-rES/strings.xml b/lawnchair/res/values-gl-rES/strings.xml index 9511901a80..9e8d966099 100644 --- a/lawnchair/res/values-gl-rES/strings.xml +++ b/lawnchair/res/values-gl-rES/strings.xml @@ -52,7 +52,7 @@ Failed to load changes Non se atoparon cambios Build #%1$d → #%2$d - by %1$s • %2$s • %3$s + por %1$s • %2$s • %3$s xusto agora %d m @@ -174,7 +174,7 @@ --> To access shortcuts and additional features, set Lawnchair as your default launcher Puntos de notificación - Show notification counter + Amosar contador de notificacións Cor do punto de notificación Cor do contador de notificacións Warning: Notification dot and counter colors don\'t have enough contrast with each other @@ -190,10 +190,10 @@ Tamaño das iconas Amosar etiquetas Tamaño da etiqueta - Use multiple lines + Usar varias liñas - Transparent themed icons - Use transparent background on themed icons + Iconas temáticas transparentes + Usar fondo transparente nas iconas temáticas Auto-adaptive icons For all non-adaptive icons Show shadow behind icons @@ -277,10 +277,10 @@ --> - Theme - Light - Dark - System + Tema + Claro + Escuro + Sistema Match wallpaper Color style @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-hi-rIN/strings.xml b/lawnchair/res/values-hi-rIN/strings.xml index f891c472be..9549112049 100644 --- a/lawnchair/res/values-hi-rIN/strings.xml +++ b/lawnchair/res/values-hi-rIN/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-hr-rHR/strings.xml b/lawnchair/res/values-hr-rHR/strings.xml index 43e9df0b00..658ede2921 100644 --- a/lawnchair/res/values-hr-rHR/strings.xml +++ b/lawnchair/res/values-hr-rHR/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-hu-rHU/strings.xml b/lawnchair/res/values-hu-rHU/strings.xml index 81ed61c8a4..2c14c1221f 100644 --- a/lawnchair/res/values-hu-rHU/strings.xml +++ b/lawnchair/res/values-hu-rHU/strings.xml @@ -459,6 +459,8 @@ Mélységi hatású háttérkép Nagyítson vagy kicsinyítsen a háttérképen, amikor a launcher területei között vált Felső árnyék + Infinite scrolling + Swipe to loop between the first and last pages A Kezdőképernyő rácsozata A Kezdőképernyő lezárása A Kezdőképernyő feloldása diff --git a/lawnchair/res/values-in-rID/strings.xml b/lawnchair/res/values-in-rID/strings.xml index fbcc42c8ac..b44b0c0d2d 100644 --- a/lawnchair/res/values-in-rID/strings.xml +++ b/lawnchair/res/values-in-rID/strings.xml @@ -42,25 +42,25 @@ Batal pilih semua Balik pilihan Memuat… - Dismiss + Menolak Unduh pembaruan Pasang pembaruan - View changes + Tampilkan perubahan Sudah versi terbaru! - Updates - Failed to load changes - No changes found + Pembaruan + Gagal untuk memproses pembaruan + Tidak ditemukan pembaruan Build #%1$d → #%2$d - by %1$s • %2$s • %3$s + oleh %1$s • %2$s • %3$s - just now + baru saja %dm - %dh - %dd - %dw - %dmo - %dy + %dj + %dh + %dmg + %dbln + %dthn Dikelola oleh Lawnchair Preferensi @@ -87,11 +87,11 @@ Kisi Tata Letak - Show wallpaper + Tampilkan wallpaper Wallpaper Gaya Tingkat transparan latar belakang - Separated Search bar background + Pisahkan latar Bilah pencari Disalin ke papan klip Hasil disalin ke papan klip @@ -223,9 +223,9 @@ Squircle Tetesan air - Four-sided cookie - Seven-sided cookie - Arch + Cookie empat sisi + Cookie tujuh sisi + Lengkungan Bentuk ikon kustom Buat bentuk ikon kustom @@ -368,14 +368,14 @@ Pemeliharaan QuickSwitch DevOps Bantuan dan relasi Publik - Community + Komunitas Telegram Berita Legal Ucapan Terima Kasih - Privacy policy - Active - Failed to check for updates + Kebijakan privasi + Aktif + Gagal untuk cek pembaruan Updates @@ -459,6 +459,8 @@ เอฟเฟกต์ความลึกของพื้นหลัง ขยายเข้าและออกของพื้นหลังเมื่อเกิดการเปลี่ยนแปลงระหว่างพื้นที่ของ Launcher เงาด้านบน + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid ล็อกหน้าแรก ปลดล็อคหน้าแรก diff --git a/lawnchair/res/values-tr-rTR/strings.xml b/lawnchair/res/values-tr-rTR/strings.xml index 135961d3a3..eb15a316a5 100644 --- a/lawnchair/res/values-tr-rTR/strings.xml +++ b/lawnchair/res/values-tr-rTR/strings.xml @@ -459,6 +459,8 @@ Duvar kağıdı derinlik efekti Başlatıcının alanları arasında geçiş yaparken duvar kağıdını yakınlaştırın ve uzaklaştırın Üst gölge + Infinite scrolling + Swipe to loop between the first and last pages Ana ekran ızgarası Ana ekranı kilitle Ana ekranın kilidini aç diff --git a/lawnchair/res/values-uk-rUA/strings.xml b/lawnchair/res/values-uk-rUA/strings.xml index aa20ac5f81..ba5aa3577f 100644 --- a/lawnchair/res/values-uk-rUA/strings.xml +++ b/lawnchair/res/values-uk-rUA/strings.xml @@ -459,6 +459,8 @@ Ефект глибини шпалер Ефект збільшення та зменшення шпалер під час переходу між областями лаунчера Тінь зверху + Infinite scrolling + Swipe to loop between the first and last pages Сітка головного екрану Заблокувати головний екран Розблокувати головний екран diff --git a/lawnchair/res/values-ur-rIN/strings.xml b/lawnchair/res/values-ur-rIN/strings.xml index 0e6b067f4d..759b92117b 100644 --- a/lawnchair/res/values-ur-rIN/strings.xml +++ b/lawnchair/res/values-ur-rIN/strings.xml @@ -459,6 +459,8 @@ وال پیپر کی گہرائی کا اثر لانچر کے علاقوں کے درمیان منتقلی کے وقت وال پیپر کو زوم ان اور آؤٹ کریں۔ اوپر کا سایہ + Infinite scrolling + Swipe to loop between the first and last pages ہوم اسکرین گرڈ ہوم اسکرین کو لاک کریں۔ ہوم اسکرین کو غیر مقفل کریں۔ diff --git a/lawnchair/res/values-ur-rPK/strings.xml b/lawnchair/res/values-ur-rPK/strings.xml index 3cb59dc876..a84789e138 100644 --- a/lawnchair/res/values-ur-rPK/strings.xml +++ b/lawnchair/res/values-ur-rPK/strings.xml @@ -459,6 +459,8 @@ وال پیپر کی گہرائی کا اثر لانچر کے علاقوں کے درمیان منتقلی کے وقت وال پیپر کو زوم ان اور آؤٹ کریں۔ اوپر کا سایہ + Infinite scrolling + Swipe to loop between the first and last pages ہوم اسکرین گرڈ ہوم اسکرین کو لاک کریں۔ ہوم اسکرین کو غیر مقفل کریں۔ diff --git a/lawnchair/res/values-uz-rUZ/strings.xml b/lawnchair/res/values-uz-rUZ/strings.xml index 94eaf1a209..5d93fb1bcc 100644 --- a/lawnchair/res/values-uz-rUZ/strings.xml +++ b/lawnchair/res/values-uz-rUZ/strings.xml @@ -459,6 +459,8 @@ Wallpaper depth effect Zoom in and out of the wallpaper when transitioning between areas of the launcher Top shadow + Infinite scrolling + Swipe to loop between the first and last pages Home screen grid Lock home screen Unlock home screen diff --git a/lawnchair/res/values-vi-rVN/strings.xml b/lawnchair/res/values-vi-rVN/strings.xml index 6914fd7249..f6fefbdc32 100644 --- a/lawnchair/res/values-vi-rVN/strings.xml +++ b/lawnchair/res/values-vi-rVN/strings.xml @@ -459,6 +459,8 @@ Hiệu ứng chiều sâu của hình nền Phóng to và thu nhỏ hình nền khi chuyển đổi giữa các khu vực của trình chạy Bóng trên cùng + Infinite scrolling + Swipe to loop between the first and last pages Lưới màn hình chính Khóa trang chủ Mở khóa trang chủ diff --git a/lawnchair/res/values-zh-rCN/strings.xml b/lawnchair/res/values-zh-rCN/strings.xml index 58d95dbc35..bc440229f9 100644 --- a/lawnchair/res/values-zh-rCN/strings.xml +++ b/lawnchair/res/values-zh-rCN/strings.xml @@ -459,6 +459,8 @@ 壁纸缩放特效 在启动器区域之间过渡时缩放壁纸 顶部阴影 + Infinite scrolling + Swipe to loop between the first and last pages 主屏幕网格 锁定主屏幕 解锁主屏幕 diff --git a/lawnchair/res/values-zh-rTW/strings.xml b/lawnchair/res/values-zh-rTW/strings.xml index 42c039243f..e6cb0411f6 100644 --- a/lawnchair/res/values-zh-rTW/strings.xml +++ b/lawnchair/res/values-zh-rTW/strings.xml @@ -144,7 +144,7 @@ 清除全部按鈕、圓角大小 關於 應用程式資訊 - Restart Lawnchair + 重啟 Lawnchair 實驗性功能 自訂字體 @@ -459,6 +459,8 @@ 桌布景深效果 切換主畫面區域時縮放桌布 頂部陰影 + Infinite scrolling + Swipe to loop between the first and last pages 主畫面網格 鎖定主畫面版面 解鎖主畫面版面 diff --git a/settings.gradle b/settings.gradle index 12d01953cc..62cef97638 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ pluginManagement { // https://docs.gradle.com/enterprise/gradle-plugin/ plugins { - id "com.gradle.develocity" version "4.2.2" + id "com.gradle.develocity" version "4.3" } def isCI = providers.environmentVariable('CI').present