MrSluffy
ef07d0849d
Revert back onehanded config
2023-11-04 21:34:47 +08:00
MrSluffy
b199bfe8ba
Hopefully fix for some user getting error java.lang.NoClassDefFoundError: Failed resolution of: Landroid/window/BackProgressAnimator;
...
https://elmah.io/tools/stack-trace-formatter/b75519c5efc346329464255de1c7bfde/
2023-11-04 09:56:33 +08:00
MrSluffy
397752521b
Sweep more
2023-11-04 08:26:57 +08:00
MrSluffy
22f0cda4c9
Fixed disabled action button app to overview
2023-11-03 21:31:02 +08:00
John Andrew Camu
6b271b3204
Merge branch '12.1-dev' into 13-pr
2023-11-02 14:48:33 +08:00
renovate[bot]
6bd64818e2
Update dependency androidx.navigation:navigation-compose to v2.7.5 ( #3696 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 10:28:34 +08:00
renovate[bot]
0ad423db99
Update protocVersion to v3.25.0 ( #3697 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 10:28:18 +08:00
MrSluffy
032cd665a1
Rename systemUIUnFold -> systemUnFold
2023-11-02 08:15:26 +08:00
MrSluffy
3ae2dd41a6
Revert "Update build_debug_apk.yml"
...
This reverts commit e530b91a5a .
2023-11-02 08:15:06 +08:00
MrSluffy
e530b91a5a
Update build_debug_apk.yml
2023-11-01 21:00:27 +08:00
John Andrew Camu
38972e88a9
Merge branch '12.1-dev' into 13-pr
2023-11-01 15:41:37 +08:00
MrSluffy
90b2f9f2e8
Catch error
2023-11-01 14:51:38 +08:00
MrSluffy
acb3afa1f3
Properly set at glance cellHspan
2023-11-01 14:51:38 +08:00
MrSluffy
7a23ea7d17
Remove duplicate unseal
2023-11-01 14:51:38 +08:00
MrSluffy
6d7154c47a
Apply Pixel launcher device profile
2023-11-01 14:51:38 +08:00
MrSluffy
f27507cc0e
Temp Fixed Hidden App in drawer
2023-11-01 14:51:38 +08:00
MrSluffy
de644de4fd
Make sure not to access elements beyond their bounds
...
This error occurs when dock grid is greater than workspace grid
Error :
java.lang.ArrayIndexOutOfBoundsException: length=4; index=4
at com.android.launcher3.CellLayout$ViewCluster.isViewTouchingEdge(CellLayout.java:2053)
at com.android.launcher3.CellLayout.pushViewsToTempLocation(CellLayout.java:1894)
at com.android.launcher3.CellLayout.attemptPushInDirection(CellLayout.java:2173)
at com.android.launcher3.CellLayout.rearrangementExists(CellLayout.java:2372)
at com.android.launcher3.celllayout.ReorderAlgorithm.findReorderSolution(ReorderAlgorithm.java:76)
at com.android.launcher3.celllayout.ReorderAlgorithm.calculateReorder(ReorderAlgorithm.java:185)
at com.android.launcher3.CellLayout.calculateReorder(CellLayout.java:2435)
at com.android.launcher3.CellLayout.performReorder(CellLayout.java:2453)
at com.android.launcher3.Workspace.manageReorderOnDragOver(Workspace.java:2589)
at com.android.launcher3.Workspace.onDragOver(Workspace.java:2570)
at com.android.launcher3.dragndrop.DragController.checkTouchMove(DragController.java:489)
at com.android.launcher3.dragndrop.DragController.handleMoveEvent(DragController.java:453)
at com.android.launcher3.dragndrop.LauncherDragController.startDrag(LauncherDragController.java:154)
at com.android.launcher3.dragndrop.DragController.startDrag(DragController.java:156)
at com.android.launcher3.Workspace.beginDragShared(Workspace.java:1830)
at com.android.launcher3.Workspace.beginDragShared(Workspace.java:1732)
at com.android.launcher3.Workspace.startDrag(Workspace.java:1721)
at com.android.launcher3.touch.ItemLongClickListener.beginDrag(ItemLongClickListener.java:85)
at com.android.launcher3.touch.ItemLongClickListener.onWorkspaceItemLongClick(ItemLongClickListener.java:65)
at com.android.launcher3.touch.ItemLongClickListener.$r8$lambda$nz9MSaglTImbNX-jBQmvpOY7s8M
2023-11-01 14:50:15 +08:00
MrSluffy
781861fb10
Remove UnOfficial
2023-11-01 14:49:44 +08:00
renovate[bot]
6fd567511d
Update dependency io.coil-kt:coil-compose to v2.5.0 ( #3694 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-31 09:33:05 +08:00
renovate[bot]
0d77322703
Refine plugin 4.4.0 ( #3690 )
...
* Update dev.rikka.tools.refine to v4.4.0
* dev.rikka.tools.refine 4.4.0
* matchPackagePrefixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com >
2023-10-27 07:33:48 +00:00
renovate[bot]
d19f3a95a3
Update plugin org.gradle.android.cache-fix to v3 ( #3688 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 09:01:52 +08:00
MrSluffy
19bf26dd5a
Merge branch 'aosp-13' into 13-wip
2023-10-21 09:52:01 +08:00
renovate[bot]
d97aaa35c2
Room 2.6.0 ( #3676 )
...
* Update room_version to v2.6.0
* Enable Room Kotlin code generation
https://developer.android.com/jetpack/androidx/releases/room#2.6.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com >
2023-10-19 02:43:38 +00:00
renovate[bot]
4438c00d34
Update dependency androidx.compose:compose-bom to v2023.10.01 ( #3674 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 18:11:46 +00:00
renovate[bot]
f17b025562
Update dependency androidx.recyclerview:recyclerview to v1.3.2 ( #3675 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 18:09:59 +00:00
Goooler
c923900f61
Bump material-motion-compose-core to 1.0.7
...
https://github.com/fornewid/material-motion-compose/releases/tag/1.0.7
2023-10-17 07:47:04 -05:00
Pun Butrach
7941fed1ec
Use new icon for Google Lens ( #3662 )
...
* Use new Google Lens icons
TODO: Yellow clipping with Blue
* Resize down to 24dp
* Fix clipping (ugly)
TODO: how do I process this actually...
* Optimise Lens path
* Swap `lens-3` with `lens-4`
Swap `ic_lens_color_3.xml` with `ic_lens_color_4.xml`
2023-10-17 07:38:55 -05:00
renovate[bot]
90b2665b3d
Update plugin dev.rikka.tools.refine to v4.3.1 ( #3669 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 04:15:16 -05:00
renovate[bot]
41e501ff24
Update dev.rikka.tools.refine to v4.3.1 ( #3668 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 02:22:40 -05:00
Lawnchair Bot
dff8e2813c
New Crowdin translations by GitHub Action ( #3667 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-10-15 03:47:36 +03:30
Pun Butrach
ccaffa0ba0
Update Twitter to X ( #3654 )
...
* Move to X (Twitter)
* Move the rest of URL to X
* Last cleanup
* Refactor XML
* Reorder of width and height
2023-10-10 08:39:01 -05:00
Pun Butrach
19f98b52dc
Remove redundant variable ( #3653 )
...
This context variable is duplication of the already defined context
variable in line 50, so there's simply no reason to put it here.
2023-10-09 02:25:42 -05:00
Lawnchair Bot
d2a34e455a
New Crowdin translations by GitHub Action ( #3652 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-10-08 03:47:43 +03:30
无言
2130449a05
Fix default workspace ( #3651 )
2023-10-06 11:38:56 +00:00
renovate[bot]
32c6cb758a
Update dependency com.google.android.material:material to v1.10.0 ( #3649 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06 05:34:06 -05:00
renovate[bot]
abcbaa1da6
Update plugin com.gradle.enterprise to v3.15.1 ( #3648 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 11:28:02 -05:00
renovate[bot]
25f773d396
Update dependency gradle to v8.4 ( #3646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 00:22:10 +00:00
renovate[bot]
ca656725ee
Update dependency androidx.compose:compose-bom to v2023.10.00 ( #3645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 19:15:50 -05:00
renovate[bot]
91bf4b00b9
Update dependency androidx.activity:activity-compose to v1.8.0 ( #3644 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 19:15:40 -05:00
renovate[bot]
c4e044c91b
Update dependency androidx.navigation:navigation-compose to v2.7.4 ( #3642 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 19:15:31 -05:00
renovate[bot]
0519875684
Update protocVersion to v3.24.4 ( #3643 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 19:15:19 -05:00
renovate[bot]
f20f28d3f1
Update AGP to v8.1.2 ( #3638 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 20:12:59 -05:00
renovate[bot]
29d0abff06
Update plugin org.gradle.android.cache-fix to v2.8.1 ( #3639 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 20:12:48 -05:00
Lawnchair Bot
137e86ae4f
New Crowdin translations by GitHub Action ( #3640 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-10-01 03:48:18 +03:30
Goooler
a4e0e67f38
Capitalized variant name
...
Follow up 072a16b88c .
2023-09-28 12:09:45 +08:00
renovate[bot]
81b56d0ef9
Update dependency androidx.compose:compose-bom to v2023.09.02 ( #3636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-28 08:48:57 +08:00
Goooler
400a041aeb
Fix release build ( #3633 )
...
* Don't warn PrimitiveSnapshotStateKt
* Revert "Update dependency io.github.fornewid:material-motion-compose-core to v1.1.0 (#3627 )"
This reverts commit ab345ba7f3 .
2023-09-27 02:36:00 +00:00
Goooler
072a16b88c
Licensee 1.8.0 ( #3531 )
2023-09-27 02:14:55 +00:00
Lawnchair Bot
a1a277cd48
New Crowdin translations by GitHub Action ( #3632 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2023-09-24 03:48:03 +03:30
renovate[bot]
c8cafed8f2
Update dependency androidx.compose:compose-bom to v2023.09.01 ( #3629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-21 09:15:39 +08:00