Commit Graph

34630 Commits

Author SHA1 Message Date
Sunny Goyal 822fc2b331 Merge "Fixing inset map in case of display cutouts" into ub-launcher3-qt-dev am: dea6ee23c6
am: 6db1474d68

Change-Id: I34aa684ffd4deef440d966eeb87f9ece1697a6cb
2019-05-20 15:21:27 -07:00
Sunny Goyal 0be8eae4f1 Merge "Using different resource size for touch region in landscape" into ub-launcher3-qt-dev am: 662a14f2de
am: 4fbcb43af2

Change-Id: Ic9a5aaafaebed43ac46cd5e20cbe772cf567ef43
2019-05-20 15:20:59 -07:00
Sunny Goyal 878aa33567 Using squared hypot to optimize some comparisions
Change-Id: Ia5b99c2e60eedf02dea26857819f0e13127db4e2
2019-05-20 15:20:47 -07:00
Zak Cohen 2f48dd5158 Adapt the task footer container to be a named container. am: 418b9bc5fc
am: 1416342a3f

Change-Id: Id8507fbd43ffbe8af38ffdb0d5378278b88aa739
2019-05-20 15:19:41 -07:00
Miranda Kephart b063775eb9 Pass in fling velocity for gesture progress
Calls SystemUIProxy.onGestureCompletion for a completed gesture
(either drag or fling) and passes in the velocity (0 for drags).

Bug: 132356358
Test: manual

Change-Id: I080adc401e19a6141627d1806b425056f7eefcbd
2019-05-20 18:07:44 -04:00
Jon Miranda f8bfb77a64 Merge "Fix bug where FolderIcon stays visible during swipe up to home animation." into ub-launcher3-qt-dev
am: 2445ca0777

Change-Id: I8d76c2a8cc3336d89d3e6920d9187c74ce3dd142
2019-05-20 13:55:54 -07:00
Jon Miranda 6811c7a785 Merge "Swipe up to home into FolderIcon animation bug fixes." into ub-launcher3-qt-dev
am: 692b5a26d9

Change-Id: I4b4b8063cbc97963c82255f8d89432aa19d893b7
2019-05-20 13:55:26 -07:00
Sunny Goyal 6db1474d68 Merge "Fixing inset map in case of display cutouts" into ub-launcher3-qt-dev
am: dea6ee23c6

Change-Id: If44f1c407c10c4de2d041e442af50d6de49d0aeb
2019-05-20 13:54:16 -07:00
Sunny Goyal 4fbcb43af2 Merge "Using different resource size for touch region in landscape" into ub-launcher3-qt-dev
am: 662a14f2de

Change-Id: I1aeced0313a8cd52abb5ec247a813c971cac7c91
2019-05-20 13:53:48 -07:00
Zak Cohen 1416342a3f Adapt the task footer container to be a named container.
am: 418b9bc5fc

Change-Id: Id84934f7133510dd63337793f8660fc912501c6c
2019-05-20 13:52:53 -07:00
TreeHugger Robot 2445ca0777 Merge "Fix bug where FolderIcon stays visible during swipe up to home animation." into ub-launcher3-qt-dev 2019-05-20 20:16:47 +00:00
Hai Zhang b0be237b3f Align badging logic with platform IconDrawableFactory.
The current logic in BaseIconFactory is only trying to add the user
badge if the user passed in isn't null and isn't the current user,
then if no such attempt is made, try to add an instant app badge. This
is causing user badge to disappear if the current user is a work
profile. Meanwhile, the badging logic in IconDrawableFactory is to try
to add the instant app badge first, and then always try to add the
user badge.

Bug: 132625654
Test: manually test as in b/128625591
Change-Id: Ia5b456f1f27095d546504266a1a90034105c9ae9
2019-05-20 13:11:12 -07:00
TreeHugger Robot 692b5a26d9 Merge "Swipe up to home into FolderIcon animation bug fixes." into ub-launcher3-qt-dev 2019-05-20 20:10:18 +00:00
TreeHugger Robot dea6ee23c6 Merge "Fixing inset map in case of display cutouts" into ub-launcher3-qt-dev 2019-05-20 19:11:19 +00:00
Sunny Goyal c79bd21471 Fixing inset map in case of display cutouts
Change-Id: Ia2969688d9ae4c89a2da45eb6361f4476e1877ec
2019-05-20 12:00:17 -07:00
TreeHugger Robot 662a14f2de Merge "Using different resource size for touch region in landscape" into ub-launcher3-qt-dev 2019-05-20 18:57:00 +00:00
android-build-team Robot 6b7261d09e Snap for 5583738 from 1a01d4fe94 to qt-c2f2-release
Change-Id: Iee358289132fe8a5a1854e795f05c1837df4a4ef
2019-05-20 18:15:41 +00:00
Jon Miranda ae975a613d Swipe up to home into FolderIcon animation bug fixes.
- Fixes clipping issues.
- Fixes badge being shifted.

Bug: 124510042
Change-Id: I2520d963fb2041a049650c2b8c12ddb3de7b8d87
2019-05-20 11:10:25 -07:00
Zak Cohen 418b9bc5fc Adapt the task footer container to be a named container.
Bug: 126744445
Test: manual
Change-Id: Id00ffac4581bbbe5dfd73a63b05c4512394745c1
2019-05-20 10:44:20 -07:00
Sunny Goyal 1b40b731b2 Using different resource size for touch region in landscape
Bug: 132917885
Change-Id: Ib702fd17fecff980db2e1d00f05cd055bcc3185a
2019-05-20 10:09:26 -07:00
Jon Miranda e543818bb6 Fix bug where FolderIcon stays visible during swipe up to home animation.
This can happen when opening an app from a folder, and then immediately
swiping up back to home.

This happens because when we swipe up to go home, there's a race condition
where the folder close animation finishes and sets the FolderIcon to VISIBLE
right before FloatingIconView sets it to INVISIBLE.

To fix it, in OverviewState#onStateEnabled we call
AbstractFloatingView#closeAllOpenViews(animate=false). Then we added logic
to cancel any Folder closing animation (which there is,
from WindowTransformSwipeHandler#onLauncherStart) and to just close the
folder right then and there.

Bug: 132588097
Change-Id: I4379431815e7cbddede5ea0213fe9323f001484b
2019-05-20 10:01:15 -07:00
android-build-team Robot cfb82d4f7e Snap for 5583555 from 90eb08d838 to qt-release
Change-Id: I2d8b41448f7b27e51c21326c635f48ccfb076925
2019-05-19 23:07:39 +00:00
android-build-team Robot 24d4813d5f Snap for 5583570 from 1a01d4fe94 to qt-qpr1-release
Change-Id: I048914a66022c92e2575c2aaf84190ff8ef0e9b4
2019-05-19 23:04:37 +00:00
Winson Chung ce5941b690 Merge "Merging ub-launcher3-qt-dev, build 5582981 am: 90eb08d838 am: 8e0fa1ebbb" into qt-r1-dev-plus-aosp
am: 954fcae2da

Change-Id: I15718869f17435f5ec0b47f7f21035eea71fe28b
2019-05-19 12:35:36 -07:00
Winson Chung 4297333b45 Merging ub-launcher3-qt-dev, build 5582981 am: 90eb08d838 am: 1a01d4fe94
am: d7944745a6

Change-Id: Icf84ac47bc29a0d0d00dd93e6e65aeb26957e7dd
2019-05-19 12:34:24 -07:00
Android Build Merger (Role) 954fcae2da Merge "Merging ub-launcher3-qt-dev, build 5582981 am: 90eb08d838 am: 8e0fa1ebbb" into qt-r1-dev-plus-aosp 2019-05-19 19:29:52 +00:00
Winson Chung d7944745a6 Merging ub-launcher3-qt-dev, build 5582981 am: 90eb08d838
am: 1a01d4fe94

Change-Id: I85360ac3905277ff12fad31447a0833f9bc6d5da
2019-05-19 12:29:19 -07:00
Winson Chung 3ee99d915f Merging ub-launcher3-qt-dev, build 5582981 am: 90eb08d838
am: 8e0fa1ebbb

Change-Id: I6235d87bade78728e4820c390d83a3818950355f
2019-05-19 12:29:19 -07:00
Winson Chung 1a01d4fe94 Merging ub-launcher3-qt-dev, build 5582981
am: 90eb08d838

Change-Id: I3e277511d94b6a121119c838bb7d3046e42c8d23
2019-05-19 12:24:16 -07:00
Winson Chung 8e0fa1ebbb Merging ub-launcher3-qt-dev, build 5582981
am: 90eb08d838

Change-Id: Ifba958b43b6c4c13559d2ee0b0cb25f16b700d08
2019-05-19 12:24:15 -07:00
Winson Chung 90eb08d838 Merging ub-launcher3-qt-dev, build 5582981
Test: Manual

Bug:118758696 Define grid display options
Bug:123900446 App to home animation should zoom into the app icon
Bug:124510042 [Gesture Nav] Home animation polish
Bug:129985827 [Fully Gestural Navigation] Delay Recents animation when swiping up
Bug:130020567 Handle fullscreen correctly for quick switch
Bug:130193889 Half screenshot in the app switcher
Bug:130292844 App close animation is slightly off for Squircle adaptive icons
Bug:130451254 QSB/Folder icon color depends on three variants of wallpaper shade on light/dark theme
Bug:130521490 Dock bar is too close to the edge when in landscape home screen
Bug:130689544 Unable to quickswitch apps under landscape mode
Bug:131231579 Long-swipe up to app drawer goes to overview
Bug:131360075 [Gesture Nav] Polish/finish landscape
Bug:132269977 Pixel launcher crashed while swiping up home button after disabling an app
Bug:132309376 Launcher held ION buffers after clearing all apps in Recent Apps
Bug:132458092 Recents Go: Transparent apps have double vision for apps to recents
Bug:132584688 Disallowed association between launcher and aiai
Bug:132816938 [Please fix ASAP] Failed test: sometimes home screen doesn't have all_apps
Bug:132892578 Split screen option missing for recent apps after restarting / upgrading the device.
Bug:132898688 NPE in 'com.android.quickstep.views.TaskThumbnailView com.android.quickstep.views.TaskView.getThumbnail()'
Bug:132908798 Gesture haptic double triggers
Bug:132916535 Handle multi-touch
Bug:74500048 Fix launcher transition while in startActivityForResult

Change-Id: I68d6af2ec47f2b379f5607685b2257029ab07a91
2019-05-19 05:03:33 +00:00
Winson Chung bb1a69461f Disable system ui auto scrimming now that we target Q. am: 0de5939638
am: 660cb8cb5d

Change-Id: Ibd9c26060a97b1e65f68c42c406dd3c495c2d353
2019-05-18 21:52:45 -07:00
Winson Chung 660cb8cb5d Disable system ui auto scrimming now that we target Q.
am: 0de5939638

Change-Id: I1584e0724613e445b6802318c1cd7984b98e2255
2019-05-18 21:47:39 -07:00
Winson Chung 0de5939638 Disable system ui auto scrimming now that we target Q.
Change-Id: Iff9706d078515a280ae7cf9d8c9dae8d269e1939
2019-05-18 21:19:32 -07:00
android-build-team Robot 9042d09b1f Snap for 5582435 from 662f12fe62 to qt-qpr1-release
Change-Id: I011f4309afe31835194426e4cb87a468612df350
2019-05-18 23:10:52 +00:00
Sunny Goyal dafa0dd875 Merge "Changing target sdk to Q" into ub-launcher3-qt-dev am: 136805abdc
am: 571a5d63e0

Change-Id: I93229aa0cd71bda25a1fcd7442447402c8c2b59c
2019-05-18 00:12:56 -07:00
Sunny Goyal 571a5d63e0 Merge "Changing target sdk to Q" into ub-launcher3-qt-dev
am: 136805abdc

Change-Id: Ibe9a8ae07cccf2ad46c20c28098f3aab8cf245a7
2019-05-18 00:07:54 -07:00
TreeHugger Robot 136805abdc Merge "Changing target sdk to Q" into ub-launcher3-qt-dev 2019-05-18 06:59:43 +00:00
Sunny Goyal f5577b1117 Changing target sdk to Q
Change-Id: I9c2ac12d81d3b04e1a29f6c2a1f2e32fff76de7f
2019-05-17 23:19:58 -07:00
Vadim Tryshev 1a392b1bc8 Merge "Make every UI test generate screenshots for local test runs" into ub-launcher3-qt-dev am: ef80b4b491
am: ab4dcb9725

Change-Id: Id37d0bfee478f97d634e497bf12caa860e9ed95b
2019-05-17 20:00:11 -07:00
Vadim Tryshev ab4dcb9725 Merge "Make every UI test generate screenshots for local test runs" into ub-launcher3-qt-dev
am: ef80b4b491

Change-Id: I3b286506007ce82e268376a990ac9752d027325f
2019-05-17 19:20:57 -07:00
Vadim Tryshev ef80b4b491 Merge "Make every UI test generate screenshots for local test runs" into ub-launcher3-qt-dev 2019-05-18 01:40:38 +00:00
vadimt c328ac56cf Make every UI test generate screenshots for local test runs
Change-Id: Idb7962e62c0c95f8a50792e9342562c6d8b6ba42
2019-05-17 18:19:13 -07:00
Sunny Goyal 1c1f0dab73 Updating SDK check now that the version code is finalized am: 0334047553
am: 296e96658b

Change-Id: Ib410038e63e36dd2325b2c6c587290a2e68622e7
2019-05-17 17:49:28 -07:00
Sunny Goyal 296e96658b Updating SDK check now that the version code is finalized
am: 0334047553

Change-Id: I41b600a998dc6823fa7f02641f49a38c1c3707fb
2019-05-17 17:32:16 -07:00
Sunny Goyal 0334047553 Updating SDK check now that the version code is finalized
Change-Id: I2b8d65885f83154f7500adb520b1eed1da5c4a4e
2019-05-17 16:57:23 -07:00
Tony 32e4747b24 Merge "Continue using window's sysui flags if task thumbnail unavailable" into ub-launcher3-qt-dev
am: 7c278b62f9

Change-Id: I4102744697a06ac925b97fee89e083098199752f
2019-05-17 15:40:18 -07:00
Tony Wickham af41f829d7 Merge "Reapply recents attached state in createActivityController()" into ub-launcher3-qt-dev
am: 24200e2757

Change-Id: Ibad5e4777ebe4de6f5527d9b6e20ad9badf62560
2019-05-17 15:39:41 -07:00
Sunny Goyal ac4dda4103 Merge "Cancelling touch interaction on multi-touch event" into ub-launcher3-qt-dev
am: 95b81c3e55

Change-Id: Ic87605da36caa6da9da730a569222b998e7af4ba
2019-05-17 15:39:13 -07:00
Winson Chung 528d4cdad4 Merge "Fix issue with restored task display ids" into ub-launcher3-qt-dev
am: 57ffdc4ec7

Change-Id: Ia8bcd6ffdba37f768457b3c2081d3e5a4bb1bb36
2019-05-17 15:38:44 -07:00