Commit Graph

15769 Commits

Author SHA1 Message Date
Bill Yi ea4eceeba7 Import translations. DO NOT MERGE
Change-Id: I9661c8c23d5c3f6390283edb3fba1eab99e5d997
Auto-generated-cl: translation import
2018-04-01 02:13:44 -07:00
TreeHugger Robot d55869fa4f Merge "Fixing Transition Delay - Hot Launch From Recents on Pixel 1" into ub-launcher3-master 2018-03-30 19:43:59 +00:00
Vadim Tryshev 2c09d2f972 Fixing Transition Delay - Hot Launch From Recents on Pixel 1
Generating fake to-recents event upon pressing square button with no
active task.

Bug: 72967764
Test: Transition Delay - Hot Launch From Recents on Pixel 1
Change-Id: I36fdfe9d356c7678deee37b706f1abecfbfdc812
2018-03-30 12:34:26 -07:00
TreeHugger Robot d2a41ad179 Merge "Updating some icons" into ub-launcher3-master 2018-03-30 18:57:17 +00:00
TreeHugger Robot 3ef1ae174f Merge "Fixing LauncherState not getting applied in some cases" into ub-launcher3-master 2018-03-30 18:52:18 +00:00
Sunny Goyal ab7ddec88e Updating some icons
Bug: 76435058
Change-Id: If2df50a738cd0bad5d0343cdd1a0542df1bee9d5
2018-03-30 11:46:34 -07:00
Tony Wickham 76642ae892 Improve quick scrub auto-advance
- Explicitly list thresholds, including for auto-advance
- Thresholds for auto-advance are smaller, so you only reach them if
  you scroll to the edges of the track
- Because auto-advance is it's own section, removed longer initial
  auto-advance delay
- When moving out of auto-advance, stay on the same page instead of
  jumping back

Bug: 70180755
Change-Id: I4a8926f9ca944ee619cc71a77b893be894248458
2018-03-30 18:11:08 +00:00
Sunny Goyal 41e7328cb5 Fixing LauncherState not getting applied in some cases
> In case of swipe-up from homescreen, super method was not called everytime
> When swiping up from an app, repply() state was skipping as we didn't finish the
  last animation, leading to views staying visible and interactive
> Intercepting touch in RecentsView and pagesView based on visibility

Bug: 76467534

Change-Id: Ia5ef58d508b656f371a32cd2f1de00dd18c6aa5c
2018-03-30 11:06:25 -07:00
Sunny Goyal 76e2775bb6 Moving some methods related to task launch animation to
recents view and related classes.
This allows the common animation to be used in fallback activity.

Bug: 75979063
Change-Id: I2b5bf5e66406621305b9a076793434f9c5cecdfd
2018-03-30 09:30:11 -07:00
Tony Wickham b80cb40ee1 Merge changes Ia255a7af,I74e74e54 into ub-launcher3-master
* changes:
  Animate TaskView as you swipe down on it to launch
  Calculate task view animation instead of using dimens
2018-03-30 01:03:50 +00:00
Tony Wickham 3a6746ac04 Animate TaskView as you swipe down on it to launch
Bug: 73835352
Change-Id: Ia255a7af8fb6cd972f99de6390e097afc29c1b90
2018-03-29 17:46:47 -07:00
TreeHugger Robot 13c1deacb6 Merge "Enabling opening Overview via Alt-Tab by default" into ub-launcher3-master 2018-03-30 00:46:44 +00:00
TreeHugger Robot 62e07946a7 Merge "Close all floating views when animating to new screen for newly installed apps." into ub-launcher3-master 2018-03-29 18:58:48 +00:00
Jon Miranda 64eb8eafb0 Close all floating views when animating to new screen for newly installed apps.
Bug: 64073932
Change-Id: I9253c38391af75ed44a057184144f6a3cee36e69
2018-03-29 11:43:58 -07:00
TreeHugger Robot 8f665c52e5 Merge "Import translations. DO NOT MERGE" into ub-launcher3-master 2018-03-29 18:06:43 +00:00
Bill Yi f94c0099ee Import translations. DO NOT MERGE
Change-Id: Icf33460413c168778937af5952ca08fd02f3bdca
Auto-generated-cl: translation import
2018-03-29 10:41:30 -07:00
Tony Wickham 7a802eb6db Calculate task view animation instead of using dimens
Now we compute the precise scales and offsets to synchronize adjacent
pages with the launched page. Also adjusted all apps progress so that
the predictions/hotseat go offscreen directly based on the opening
window.

Change-Id: I74e74e541c60b3b116e2b5713522bd4a0f5928a7
2018-03-29 09:32:18 -07:00
Winson Chung 873cd43326 Merge changes I838ef4de,I22e2948a into ub-launcher3-master
* changes:
  Use onQuickStep call from SysUI
  Workaround for ensuring dummy task view has valid task
2018-03-28 23:42:37 +00:00
Winson Chung 19adf653bd Use onQuickStep call from SysUI
Change-Id: I838ef4de2d86abde1848efd757a523c088016756
2018-03-28 16:27:08 -07:00
TreeHugger Robot 457dedd1bf Merge "Starting wallpaper picker in a separate task" into ub-launcher3-master 2018-03-28 22:07:17 +00:00
Tracy Zhou b1a7f2829e Merge "Move default pip position to right above the shelf (Pt. Launcher)" into ub-launcher3-master 2018-03-28 21:54:57 +00:00
Sunny Goyal 112c927f8a Starting wallpaper picker in a separate task
Bug: 74500048
Change-Id: Icb315f3fd3aca800633be5105bf89c6e354425b9
2018-03-28 14:42:30 -07:00
Tracy Zhou a706f00d78 Move default pip position to right above the shelf (Pt. Launcher)
SysUI change: ag/3721784, ag/3793664

- Track LauncherState and launcher activity state through callbacks.
- Devise logic to send shelf visibility and height signal to SysUI based
on LauncherState and Launcher activity state.

Bug: 73961893
Test:
- By default, pip shows up right above the shelf.
- Transitioning to all apps moves the pip down as the shelf becomes
invisible.
- Going to any specific app moves pip down. Hitting home moves pip
right above the shelf again.
- Dismissing IME should push PIP down but above the shelf on home
screen, bottom if not.

Change-Id: I1ab6ceb8007a5a7b5d932a456efa0a07f586ea4c
2018-03-28 14:40:49 -07:00
Jonathan Miranda 1f447d285a Merge "Pass intent extras as string arraylist." into ub-launcher3-master 2018-03-28 21:31:34 +00:00
TreeHugger Robot 599b494010 Merge "Don't wait until layout to calculate the scroll range" into ub-launcher3-master 2018-03-28 21:29:07 +00:00
Sunny Goyal 8c1a935a45 Don't wait until layout to calculate the scroll range
State UI is based on scroll range, which is applied on insets change.
So the scroll range should be updated as part of insets change, for the State
UI to be applied properly

Bug: 77220795
Change-Id: I839f89e4887d9731b1483135724227c4245a00a9
2018-03-28 14:20:04 -07:00
Vadim Tryshev 32e634a7f4 Enabling opening Overview via Alt-Tab by default
Now that it's sufficiently implemented.

Bug: 77218050
Bug: 73090995
Test: Open Overview vial Alt-tab
Change-Id: I684f1d642a7d63e0bf9b6e1b537e7484ede23ed1
2018-03-28 14:02:24 -07:00
Jon Miranda 75161b9750 Pass intent extras as string arraylist.
Bug: 74355094
Change-Id: I697d837e48d7de4a490d2ad74a9c1ec7987d0574
2018-03-28 13:40:17 -07:00
Jon Miranda 591e360803 Match folder icon size to normalized circle icon size.
Simplifies the logic for calculating the folder icon size,
and ensures consistent sizing in different launcher viewing modes.

Bug: 74078689
Change-Id: I5cf4474fd81e55aa50b056418c95533801f07d48
2018-03-28 12:46:48 -07:00
TreeHugger Robot 71d45a0ab0 Merge "Removing accessibility workaround for changing View visibility" into ub-launcher3-master 2018-03-28 17:42:07 +00:00
Sunny Goyal 18d718492a Removing accessibility workaround for changing View visibility
Original change-id: I9a687a39a358441afd57c0c46b57399ecbf23c36

Bug: 76418647
Change-Id: I0800bd4f521e052f0a1229fe6b7ceafd1b0429ae
2018-03-28 10:32:19 -07:00
Sunny Goyal fbcd52f407 Using the application classloader for unmarsheling internal classes
Android default classloader may not find the custom classes defined in
the launcher package, causing ClassNotFoundException

Bug: 74234914
Change-Id: I47cc1034c699a1466da51137c4efd7a5c12af2fc
2018-03-27 20:43:02 -07:00
TreeHugger Robot 9025aa5317 Merge "Don't add task overlay when thumbnail is rotated" into ub-launcher3-master 2018-03-28 00:14:02 +00:00
Tony Wickham e7a49dc915 Don't add task overlay when thumbnail is rotated
Change-Id: Ie4088c8c1a1c22a30caddc5bfb6b76e6a42ef088
2018-03-27 17:05:10 -07:00
Sunny Goyal 5b70f51750 Fixing wrong visibility being set for RecentsView
Change-Id: I03890eabe80dd9339a3de9449772ab7fb36a6db1
2018-03-27 15:50:20 -07:00
Tony Wickham 4639a75506 Merge "Fix divide by 0" into ub-launcher3-master 2018-03-27 20:52:30 +00:00
Tony Wickham 85fd66800d Fix divide by 0
Bug: 76392987
Change-Id: Ib55b3e47b296f4aaa690f7af83c5d92b242ed029
2018-03-27 13:31:39 -07:00
TreeHugger Robot 7d28623f3a Merge "Revert "Using dimension instead of relyong on relativeLayout for view positions"" into ub-launcher3-master 2018-03-27 20:25:11 +00:00
Sunny Goyal a750730d90 Revert "Using dimension instead of relyong on relativeLayout for view positions"
This reverts commit 9623ed1894.

Reason for revert: b/76398583

Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
2018-03-27 20:09:50 +00:00
Jonathan Miranda 03ebe0cd00 Merge "Send directed broadcast to package installers that have active sessions." into ub-launcher3-master 2018-03-27 19:53:07 +00:00
Jon Miranda 5ab0d896c6 Send directed broadcast to package installers that have active sessions.
For each installer, we send a broadcast that includes package names of items that:
* Are being installed by that installer
* Are on the first screen
* Have an active install session

The packages are seperated by:
* Folder items
* Workspace items
* Hotseat items
* Widgets

Bug: 74355094
Change-Id: I573ed6b3b84314ef244486fcf8354bebdff8bbdf
2018-03-27 12:32:49 -07:00
Jon Miranda 314ab5d6b5 Raise char limit from 100 to 200 on accessibility string.
Bug: 76444955
Change-Id: I44a168bd9705ca8ab37f98a41aae0dceb5d9536a
2018-03-27 11:48:37 -07:00
Winson Chung ef77fd0f40 Workaround for ensuring dummy task view has valid task
- Always assign the first task the running task id so that we can still
  identify it if applyLoadPlan() is not yet called back from loading tasks.

Bug: 76100710
Change-Id: I22e2948a67f532b60415a248d6121febba29b3f6
2018-03-27 10:31:29 -07:00
TreeHugger Robot 932d3b02de Merge changes I438e45d8,I1330cec3 into ub-launcher3-master
* changes:
  Show overview tiles in the orientation screenshot was taken
  Prevent edge gradient for screenshots in correct orientation
2018-03-27 17:00:12 +00:00
Tony Wickham 20bfde3600 Show overview tiles in the orientation screenshot was taken
If the orientation of the screenshot doesn't match the thumbnail view,
we rotate the screenshot 90 degrees. We don't know whether a landscape
screenshot was seascape, so we just assume it's not (i.e. landscape
screenshots always rotate +90 degrees when shown in portrait).

Portrait screenshots rotate so that the bottom aligns with the nav bar,
e.g. rotate +90 in seascape and -90 in landscape

Currently guarded by the flag OVERVIEW_USE_SCREENSHOT_ORIENTATION.

Bug: 74552612
Change-Id: I438e45d89b54ffe41950c8bb9abdbb9a1c33aa40
2018-03-27 09:48:37 -07:00
Sunny Goyal 0e4f33b3a1 Merge "Do not clear grid accupancy if nothing changes" into ub-launcher3-master 2018-03-27 16:41:49 +00:00
Sunny Goyal aeead95d8e Merge "Making read permission for android content provider as systemSignature to prevent unwanted access to user data" into ub-launcher3-master 2018-03-27 16:36:08 +00:00
Tony Wickham 61857f3f39 Prevent edge gradient for screenshots in correct orientation
- Due to rounding issues, the width could be a pixel too small, causing
  a gradient on the right edge
- On tall devices, the height ratio of the task thumbnail might be
  larger than the width ratio, causing the screenshot to be too short
  upon swiping up, and thus a gradient on the bottom edge

Bug: 73540853
Change-Id: I1330cec3d2ff8c98eb1b354f0e7f40c6ea49ad7c
2018-03-26 17:26:40 -07:00
Sunny Goyal 00c9c9a6fc Adding an empty message in RecentsView
Moving the content instead of translating the view. This ensures
that the empty message fades in place while the other content come-in
from the side.

Change-Id: I081d2e21206de24ad530814cb6a8ca7c3e293724
2018-03-26 17:24:12 -07:00
Sunny Goyal 11e9649894 Do not clear grid accupancy if nothing changes
Hotseat is calling setGridSize on every layout which was clearing gridOccupancy, marking the cells as empty

Bug: 73867732
Change-Id: Ie07f5786f2e5bfe2340fd0b8723964f651c929d4
2018-03-26 16:19:41 -07:00