Commit Graph

10431 Commits

Author SHA1 Message Date
Suphon Thanakornpakapong 4cd19216df Rename LawnchairLauncherQuickstep to LawnchairLauncher 2021-06-03 23:48:59 +07:00
Suphon Thanakornpakapong aed31831ca Show a dialog when triggering dt2s without required permission 2021-06-03 19:43:42 +07:00
Suphon Thanakornpakapong 6715508e5e Implement dt2s using accessibility service 2021-06-03 17:01:04 +07:00
Suphon Thanakornpakapong e504d726ee Revert model changes related to app hiding 2021-06-03 13:25:45 +07:00
Suphon Thanakornpakapong 18f31c67b9 Rework app hiding 2021-06-03 13:25:44 +07:00
Suphon Thanakornpakapong f0b46c9199 Fix crashes below Q 2021-06-03 11:13:09 +07:00
Suphon Thanakornpakapong ec1cb1d851 Implement hotseat qsb toggle 2021-06-01 11:14:26 +07:00
Suphon Thanakornpakapong 61d2358ba1 Fix more crashes below Android 10 2021-05-31 10:47:43 +07:00
Patryk Michalik 1e60d5a9de Optimise code, update copyright headers 2021-05-18 13:16:10 +02:00
Suphon Thanakornpakapong c73c9abaf1 Implement app hiding 2021-05-17 21:36:54 +07:00
Suphon Thanakornpakapong a6c5702fbe Align all apps qsb with icons' edge 2021-05-17 10:26:22 +07:00
Patryk Michalik 541d74cff6 Default search bar: Clip ripple to background shape (resolves #2148) 2021-05-13 11:11:59 +02:00
Kshitij Gupta 9affffe0ff Add option to hide At a Glance widget (#2141)
Co-authored-by: Patryk Michalik <contact@patrykmichalik.com>
2021-05-06 09:48:21 +02:00
Kshitij Gupta e275fcfe93 Add DT2S (#2138)
Co-authored-by: Patryk Michalik <contact@patrykmichalik.com>
2021-05-06 09:37:35 +02:00
Suphon Thanakornpakapong 397d4aa243 Major preference refactor
- Migrate all preference logic to PreferenceManager
- Make preference UI directly hook to PreferenceManager
2021-04-28 21:07:32 +07:00
Patryk Michalik 4b46d0a06c Revert to system icons when active icon pack is uninstalled 2021-04-28 15:29:23 +02:00
Patryk Michalik f6c6bb25d2 Optimise code, indicate changes in copyright headers 2021-04-28 11:37:18 +02:00
Suphon Thanakornpakapong 7235a78603 Use existing StatusBarTouchController to handle swipe down 2021-04-28 10:34:14 +07:00
Suphon Thanakornpakapong 664d443b1a Use correct folder radius for the reveal animation 2021-04-28 10:13:19 +07:00
Patryk Michalik aab6b80fa0 Relicense to and fix compliance with Apache 2.0
[skip ci]
2021-04-24 09:48:35 +02:00
Amogh Lele bf042ed46f Add fuzzy search (#2112) 2021-03-29 22:10:06 +02:00
Patryk Michalik 8c595a68fb Apply icon size settings to folders 2021-03-27 07:32:18 +01:00
Patryk Michalik 86465c05af Merge branch '11-dev' into 11-dev_drawer-opacity 2021-03-26 11:08:54 +01:00
Patryk Michalik ec28554021 Fix opacity resetting on restart, temporarily limit range to 70–100% 2021-03-26 11:07:45 +01:00
Kshitij Gupta 4e92178045 Lawnchair: Drawer Opacity 2021-03-26 02:16:13 +05:30
Kshitij Gupta 56b91f97a2 Lawnchair: Request the user for QsbWidget create 2021-03-26 01:40:24 +05:30
Patryk Michalik 47a16428d1 Adjust dock padding calculation 2021-03-24 15:53:52 +01:00
Kshitij Gupta 40c324cda4 Lawnchair: Swipe down on Workspace to expand statusbar 2021-03-24 04:03:06 +05:30
Kshitij Gupta 480ac2c76b Lawnchair: Fix icon size and label size reload, implement launcher restart 2021-03-22 19:10:41 +05:30
Patryk Michalik fedd0906b2 Correct application ID to app.lawnchair 2021-03-21 18:22:24 +01:00
Patryk Michalik ff5ae4ba57 Change application ID to com.lawnchair 2021-03-21 18:18:42 +01:00
Kshitij Gupta aa7512c273 Merge tag 'android-11.0.0_r33' of https://android.googlesource.com/platform/packages/apps/Launcher3 into HEAD
Android 11.0.0 Release 33 (RQ2A.210305.007)
2021-03-18 23:07:37 +05:30
Danny Lin 5c5a541625 Launcher3: Fix launcher preview rendering
Launcher preview rendering fails on AOSP Launcher3 because the search
bar (AppsSearchContainerLayout) tries to find BaseDraggingActivity
during inflation, which doesn't exist in the preview hierarchy.

Remove the search bar from the launcher preview layout entirely to fix
the issue. This is actually more consistent with our real launcher
appearance because it doesn't have a search bar to begin with.

Change-Id: Ic549fd9d592bc702e0c12285fb016b908e49d514
2021-03-18 22:32:28 +05:30
Kshitij Gupta fd4d9b3edf Lawnchair: Fix reload of AllApps columns 2021-03-15 17:59:26 +05:30
Kshitij Gupta b9ea94378e Lawnchair: Make the grid actually reload 2021-03-15 17:31:36 +05:30
Patryk Michalik 3fec1d33e5 Finish migrating Settings to Jetpack Compose 2021-03-13 11:18:17 +01:00
Patryk Michalik 2e1b4f1b39 Add option to allow empty home screen pages 2021-03-11 18:59:14 +01:00
Patryk Michalik 121f1d37fe New Settings: Add grid customisation, update icons, and more 2021-03-11 15:14:04 +01:00
Kshitij Gupta c7aedd109c Lawnchair: Allow skipping Adaptive wrap/shrink [2/2] 2021-03-07 22:44:30 +05:30
Kshitij Gupta 3373bcf13b Lawnchair: Customize IDP 2021-03-07 20:20:06 +05:30
Kshitij Gupta 8a3ce672d5 Lawnchair: Add basic preference for picking icon packs 2021-03-02 04:57:44 +05:30
Kshitij Gupta d5583949ab Lawnchair: Initial port for icon pack support [2/2]
- Yes ik the code is a lil ugly, will clean out soon
2021-03-01 22:36:30 +05:30
Kshitij Gupta 16275e5c04 Launcher3: Standalone studio build 2021-02-28 02:57:05 +05:30
Sunny Goyal 980c089d2f [DO NOT MERGE] Keeping Launcher in overview UI if activity is restarting
due to UI mode changes

Test: Verified Launcher behavior locally
Bug: 148988542
Change-Id: Id83e5e0892666af1420e8f8c711b83f1ea355188
(cherry picked from commit 6c0c61acd8)
2020-12-09 23:40:46 +00:00
Samuel Fufa ec5e095430 [DO NOT MERGE] Encode launch location for hotseat items
Bug: 162003157
Test: Manual
Change-Id: I18f8f3f431dbabb3d22898d27d70c8730ad0150f
(cherry picked from commit 9b947993be)
2020-11-23 19:39:00 +00:00
Winson Chung a18b9f3e42 Merge changes from topic "revert_ui_mode_changes" into rvc-qpr-dev
* changes:
  DO NOT MERGE Revert "Handle uiMode changes"
  DO NOT MERGE Revert "Defer recreation until resumed"
2020-11-10 22:17:52 +00:00
Hyunyoung Song 64340cca97 [DO NOT MERGE] Add WW log for noti shade swipe down from home.
Bug: 171973663
Change-Id: I1e8ff20c62d4f91a05cb1cfc0337e351f2bc8885
(cherry picked from commit a87f99a35a)
2020-11-05 08:55:40 +00:00
Winson Chung 272f4541f9 DO NOT MERGE Revert "Defer recreation until resumed"
Bug: 171707437
Test: Repro steps in bug

This reverts commit 3f8d868110.

Change-Id: I909ab701c674fe975982a7de06dc9e89dcd03aea
2020-10-28 19:17:51 -07:00
Hyunyoung Song 743fe26951 [DO NOT MERGE] Add component name to launcher home and overview gestures
Bug: 168805198

Change-Id: Idcc7d00b0f23c2a0f9be6f0ab2600278e18cc1a3
(cherry picked from commit e6477328aa)
2020-10-01 16:56:35 +00:00
Tony Wickham a5dae88b71 [DO NOT MERGE] Remove CurveProperties#pageParentScale
Test: Set TaskView#EDGE_SCALE_DOWN_FACTOR = 0.2f, then swipe
down on the centermost TaskView; ensure it fills the screen.
Alternatively, touch and hold the nav bar and ensure there is
no jump in scale on the app window.

Fixes: 169259407
Change-Id: Ib3cfba6ebafbcb90de9c6b1ab79f53605d995321
(cherry picked from commit 82ff64530e)
2020-09-24 17:31:31 +00:00