Commit Graph

20478 Commits

Author SHA1 Message Date
Jon Miranda bbe666631f Fix app open animation when in overview mode.
* Avoids scrim hard line by animating the RecentsViewContainer and
  AllAppsTransitionController progress.

Bug: 79689563
Change-Id: If467e07667ae4d6eeac663608f77bec0eb7ef82f
2018-05-16 12:51:23 -07:00
TreeHugger Robot 0b1174ddbe Merge "Adding Clear All to accessibility chevron on Recents" into ub-launcher3-edmonton 2018-05-16 19:12:00 +00:00
Android Build Merger (Role) 7fb181e1c1 [automerger] Adding Clear All to accessibility chevron on Recents am: 3f51631b80
Change-Id: I189940125220121306ff63fe15d1f7dae7d3568d
2018-05-16 19:00:57 +00:00
Vadim Tryshev 3f51631b80 Adding Clear All to accessibility chevron on Recents
For motivation, see email thread "Tweaks to for the reverted order of
accessibility swiping"

This doesn't add the action to the fallback Recents, so it will require
more work.

Bug: 79165501
Test: Manual
Change-Id: I99d608ccc13cc1742dc4d427e763125788e8edd2
2018-05-16 12:00:33 -07:00
Android Build Merger (Role) 8f1fd923c3 [automerger] Improve Task user event logging Bug: 79539824 Bug: 79541772 am: 1241e61a45
Change-Id: Idccbbb09c060485250495ebed24fc68b81f0b1aa
2018-05-16 18:26:53 +00:00
Hyunyoung Song 1241e61a45 Improve Task user event logging
Bug: 79539824
Bug: 79541772

(1) Added page index of the TASK that is being launched
(2) Covers all three cases of task launch (tap, swipe down, quick scrub)
UserEvent: action:FLING direction=DOWN
UserEvent:  Source child:TASK, packageHash=-1598699687, componentHash=1952702153, pageIdx=0

UserEvent: action:DRAGDROP
UserEvent:  Source child:TASK, packageHash=-744307622, componentHash=-515832044, pageIdx=4

(3) Avoid double logging (When onStop is called, it is not logged if
the cause of onStop is APP or TASK launch)

Change-Id: Ic5db7d6a640d43bfb5cd667b49e37dd0ed127d5c
2018-05-16 11:26:35 -07:00
Android Build Merger (Role) 44eb2fd583 [automerger] Dumping the excoded view hierarchy instead of the default activity dump am: 55eb556a4b
Change-Id: If5437083dc0990b9d4e26348294974a60e5e8e79
2018-05-16 17:55:27 +00:00
Sunny Goyal 55eb556a4b Dumping the excoded view hierarchy instead of the default activity dump
> Encoded hierarchy is smaller is size and has a lot more information about the views

Bug: 79861035
Change-Id: I84316b1b0031282b0579f3aaac22d8d8f00d8bcb
2018-05-16 10:55:21 -07:00
Android Build Merger (Role) 769b4742eb [automerger] Fixing reverted order of accessibility scrolling in Recents am: 0fc0713253
Change-Id: I1b0c34d71a565d195bc2250ff8b24aa16a639523
2018-05-16 01:42:03 +00:00
Android Build Merger (Role) 57a2fdc695 [automerger] Loading task tiles on accessibility scrolling am: d9a1337b40
Change-Id: Ifab81ca4d35d139dd594b5eaa6dbf3f4420e5ee5
2018-05-16 00:18:20 +00:00
Vadim Tryshev d9a1337b40 Loading task tiles on accessibility scrolling
Bug: 79749339
Change-Id: I5bd2652c0fca08ddd5e366415411b9b99caa71fb
Testing: Manual
2018-05-15 17:17:48 -07:00
Android Build Merger (Role) 0b6c27a15e [automerger] Logging Square button presses opening Recents am: d0788021f9
Change-Id: Id65a68db2e2fa600c76c5ed12f2ffb494ba930da
2018-05-15 21:59:03 +00:00
Vadim Tryshev d0788021f9 Logging Square button presses opening Recents
Examples of traces are in notes.
Using the button for closing Recents is not logged.
Dooble-tap logs only one entry.

Bug: 79437767
Test: logcat
Change-Id: Ic2c50ecc937dd2e9cb4b3a7c7439d77bba9b372c
2018-05-15 14:58:27 -07:00
Hyunyoung Song 61745e17c7 Merge "Add logging for Onboarding Bug: 73784423" into ub-launcher3-edmonton 2018-05-15 21:48:06 +00:00
Hyunyoung Song 0b40d55909 Merge changes from topic "onboarding_logging" into ub-launcher3-master
* changes:
  [automerger] Add logging for Onboarding Bug: 73784423 am: 018eec6899
  Add logging for Onboarding Bug: 73784423
2018-05-15 21:48:06 +00:00
Tony Wickham 46afdf5194 Merge "Tune quick scrub" into ub-launcher3-edmonton 2018-05-15 21:34:34 +00:00
Android Build Merger (Role) 1883624373 [automerger] Add logging for Onboarding Bug: 73784423 am: 018eec6899
Change-Id: Id1bfebe60fb62190edee8b8838b076a2d5d47e97
2018-05-15 21:32:55 +00:00
Hyunyoung Song 018eec6899 Add logging for Onboarding
Bug: 73784423

* Discovery bounce, homescreen, hotseat
UserEvent: action:TIP
UserEvent:  Source child:HOTSEAT id=0 BOUNCE

* Discovery bounce, overview, prediction
UserEvent: action:TIP
UserEvent:  Source child:PREDICTION BOUNCE

* Swipe up from navbar text (visibility, cancel target)
UserEvent: action:TIP
UserEvent:  Source child:TIP SWIPE_UP_TEXT

UserEvent: action:TAP
UserEvent:  Source child:CANCEL_TARGET SWIPE_UP_TEXT

* Quickscrub text (visibility, cancel target)
UserEvent: action:TIP
UserEvent:  Source child:TIP QUICK_SCRUB_TEXT

UserEvent: action:TAP
UserEvent:  Source child:CANCEL_TARGET QUICK_SCRUB_TEXT

* Prediction apps text (visibility, cancel target)
UserEvent: action:TAP
UserEvent:  Source child:TIP PREDICTION_TEXT

UserEvent: action:TAP
UserEvent:  Source child:CANCEL_TARGET PREDICTION_TEXT

Change-Id: I94710b5ed3d00e3599985b154eb660af4a958288
2018-05-15 14:31:07 -07:00
Android Build Merger (Role) adb17c5062 [automerger] Tune quick scrub am: d58c2d5a48
Change-Id: I79f80a1098be6dce9a74c24335a53008e25e842f
2018-05-15 18:49:30 +00:00
Tony Wickham d58c2d5a48 Tune quick scrub
- Change durations/interpolators when starting from home vs an app
- Increase dim animation duration after quick scrub from an app
  - Also fixed contention between setting dim alpha for the animation
    and setting dim alpha for scrolling
Change-Id: I2c9ea52d4eafaad8954f3ff9d3c0c459a07953bc
2018-05-15 11:49:09 -07:00
Android Build Merger (Role) 3b1558c51e [automerger] Keep clear-all button revealed after dismiss am: 3154cd16b0
Change-Id: I8888e7311a9a8bb284d69d0408af2f5f4de948ea
2018-05-15 18:28:59 +00:00
Vadim Tryshev 3154cd16b0 Keep clear-all button revealed after dismiss
If it was visible before the dismiss, it will be visible after that.
As a nice side effect, it will preserve visibility on any layout, say,
after a rotation.

Bug: 79117932
Test: Manual
Change-Id: Ia8a544af1326458d4e2d7a07ae2b668f604bc0b3
2018-05-15 11:28:24 -07:00
TreeHugger Robot c14adabe99 Merge "Scrolling on the most recent task upon Overview start" into ub-launcher3-edmonton 2018-05-15 17:47:50 +00:00
Android Build Merger (Role) 7710a427bf [automerger] Scrolling on the most recent task upon Overview start am: eb701c6360
Change-Id: I6b167b7729161552e61503580a44a511979f97a2
2018-05-15 00:25:44 +00:00
Vadim Tryshev eb701c6360 Scrolling on the most recent task upon Overview start
Fixes this problem:
1. Open a single task in Recents
2. Dismiss via Clear-all
3. Start a task
4. Press Home
5. Press square button
get Recents revealing Clear All button

Bug: 79117932
Test: Manual
Change-Id: I47bcc50cb72f1757025d2abac0196460e0bb3f36
2018-05-14 17:24:00 -07:00
TreeHugger Robot b299f3f172 Merge "Ensure that animaiton.end() is properly dispatched" into ub-launcher3-edmonton 2018-05-14 21:42:34 +00:00
TreeHugger Robot 4767f66cb8 Merge changes from topic "am-99fcacb9-83c9-4450-9a4c-50857df20a29" into ub-launcher3-master
* changes:
  [automerger] Ensure that animaiton.end() is properly dispatched am: 73954df645
  Ensure that animaiton.end() is properly dispatched
2018-05-14 21:42:34 +00:00
TreeHugger Robot d12033ab4a Merge "Adding some activity state information in dump" into ub-launcher3-edmonton 2018-05-14 21:37:28 +00:00
TreeHugger Robot bd07099619 Merge changes from topic "am-3c12c8f9-2db3-416e-bdb0-ecff99a348e9" into ub-launcher3-master
* changes:
  [automerger] Adding some activity state information in dump am: e43d00db40
  Adding some activity state information in dump
2018-05-14 21:37:28 +00:00
TreeHugger Robot 047437e738 Merge "Increating the scrim alpha for super-light wallpapers" into ub-launcher3-edmonton 2018-05-14 21:30:40 +00:00
Android Build Merger (Role) 1f3d19f44b [automerger] Adding some activity state information in dump am: e43d00db40
Change-Id: I2202fef02534363990dfd6e2cb50a345a452cf59
2018-05-14 21:23:48 +00:00
Sunny Goyal e43d00db40 Adding some activity state information in dump
Bug: 79216829
Change-Id: I3e1a5f5508f09b9ce2737c13d917fbab531c2572
2018-05-14 14:23:42 -07:00
Android Build Merger (Role) 33aa22f86d [automerger] Increating the scrim alpha for super-light wallpapers am: 039b9d2bed
Change-Id: I9bdcad79b58f4981f04cc49b82fb553ac662ad24
2018-05-14 20:56:12 +00:00
Sunny Goyal 039b9d2bed Increating the scrim alpha for super-light wallpapers
Bug: 79111591
Change-Id: I645d5e536ea504a37f7cc0bb94a677f694bf4385
2018-05-14 13:56:06 -07:00
Android Build Merger (Role) a874c9eda8 [automerger] Following correct pattern for using logToggleRecents am: 98f4fc00ac
Change-Id: I81c50ec75391e0056c61397a909f847dfbd257cf
2018-05-14 18:54:25 +00:00
Vadim Tryshev 98f4fc00ac Following correct pattern for using logToggleRecents
It supposed to involve checking enabledness.

Bug: 72967764
Test: No
Change-Id: I2a852932c665c24b8dc7c65f63bdaea91fa7ee5f
2018-05-14 11:53:47 -07:00
Android Build Merger (Role) 2610431835 [automerger] Ensure that animaiton.end() is properly dispatched am: 73954df645
Change-Id: Icd6f995c3e47472177d735530de0956f8ce6874b
2018-05-14 18:25:31 +00:00
Sunny Goyal 73954df645 Ensure that animaiton.end() is properly dispatched
When window animation is cancelled, we skip running the animation. But since we
initialize the UI before the animation started, the UI is never reset.

Bug: 79657221
Change-Id: Ic420d1d99f5242541e6809f3207355ea9876ca9c
2018-05-14 11:25:24 -07:00
Android Build Merger (Role) 51ddb12824 [automerger] Fixing task location calculation in seascape am: 55631dd8af
Change-Id: I8990e3501515818dccea4457a94a14f0cbcf1272
2018-05-14 18:08:48 +00:00
Sunny Goyal 55631dd8af Fixing task location calculation in seascape
> In seascape, the task is aligned to the left insets

Change-Id: I2bc090698320045a014dc713d57ca412a58bf9e4
2018-05-14 11:08:41 -07:00
TreeHugger Robot 266fb59a33 Merge "Remove fake 319 event generation" into ub-launcher3-edmonton 2018-05-14 05:21:14 +00:00
Android Build Merger (Role) 6c9f7d7528 [automerger] Remove fake 319 event generation am: 279e15152b
Change-Id: Iffc4a20c4ad783aa3032f9fd76a7a5a5b26bc5b6
2018-05-12 00:52:40 +00:00
Vadim Tryshev 279e15152b Remove fake 319 event generation
Bug: 72967764
Test: Running perf tests
Change-Id: If012b0f8e964b9bcd5fb230e5a2232d27cea1dfd
2018-05-11 17:51:14 -07:00
Winson Chung a7b42bbf91 Merge "Revert "Revert "Update sysui flags on swipe, skip task backgrounds on opaque apps""" into ub-launcher3-edmonton 2018-05-11 23:47:55 +00:00
Winson Chung ec4352e7e3 Merge changes from topic "am-63de75f3-683d-4845-8448-808c4757ea20" into ub-launcher3-master
* changes:
  [automerger] Revert "Revert "Update sysui flags on swipe, skip task backgrounds on opaque apps"" am: a0f09f94b5
  Revert "Revert "Update sysui flags on swipe, skip task backgrounds on opaque apps""
2018-05-11 23:47:55 +00:00
TreeHugger Robot fce7861620 Merge "Fixing various quickscrup controls for fallback activity" into ub-launcher3-edmonton 2018-05-11 23:12:13 +00:00
Android Build Merger (Role) 0081911817 [automerger] Fixing various quickscrup controls for fallback activity am: 9829060491
Change-Id: I55e492ce9ab67125bffc7aafb9c4dbc30bc9e2e1
2018-05-11 23:03:18 +00:00
Sunny Goyal 9829060491 Fixing various quickscrup controls for fallback activity
> Not auto advancing to next task when swiping from home
> Starting from the current tile, when scrubing on recents activity

Bug: 79558175
Change-Id: I2975dbb254ba0004b34ce5d86d9733faad4943ff
2018-05-11 16:03:12 -07:00
Android Build Merger (Role) 577455a74b [automerger] Restoring the vertical progress if the task launch failed am: 6e180fdee5
Change-Id: I8f6b9a2057d59173d5a3b9c2cb54c28797b1aef5
2018-05-11 22:26:34 +00:00
Sunny Goyal 6e180fdee5 Restoring the vertical progress if the task launch failed
Bug: 79170705
Change-Id: I7b2075f7a4bad2acdc55a15b7c7a35fdbd60514e
2018-05-11 15:26:28 -07:00