Mehdi Alizadeh | 4595166 | 2020-08-16 12:31:21 -0700 | [diff] [blame^] | 1 | [34mCOMMAND>> git log 23bb2d1a4d632c46ed42b22808c052b19365fcb4..532b962a034762b231c0fbb95e145459897e45d5(B[m |
| 2 | commit 532b962a034762b231c0fbb95e145459897e45d5 |
| 3 | Merge: 87be28a67 107fe60f6 |
| 4 | Author: Tony Wickham <twickham@google.com> |
| 5 | Date: Sat Aug 15 00:20:36 2020 +0000 |
| 6 | |
| 7 | resolve merge conflicts of 107fe60f6ef5b3336ece35122650d9ccc1c69913 to ub-launcher3-master |
| 8 | |
| 9 | Change-Id: I9a1c52e66edd627fd54cc3cb423fa28a6175f8ac |
| 10 | |
| 11 | commit 87be28a67b12c5b12a89155c794c0ddd438e8750 |
| 12 | Merge: 4fedc4e58 d844fe758 |
| 13 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 14 | Date: Fri Aug 14 23:47:44 2020 +0000 |
| 15 | |
| 16 | Merge "Remove ENABLE_OVERVIEW_ACTIONS flag, defaulting to true" into ub-launcher3-master |
| 17 | |
| 18 | commit 4fedc4e583fd5b6edcd4ea9b66d4c32991f04867 |
| 19 | Merge: 4fb5f74bb 6c1a88f17 |
| 20 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 21 | Date: Fri Aug 14 23:00:09 2020 +0000 |
| 22 | |
| 23 | [automerger skipped] Merge "Track OverviewToHomeAnim with StateManager" into ub-launcher3-rvc-qpr-dev am: 6c1a88f172 -s ours |
| 24 | |
| 25 | am skip reason: Change-Id I5348565b9e705d8ffba39818dde9efe82b16bb7a with SHA-1 4fb5f74bb4 is in history |
| 26 | |
| 27 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12352271 |
| 28 | |
| 29 | Change-Id: I2a164ac97082a33bd8e859d6fb3f40d338996304 |
| 30 | |
| 31 | commit d844fe758c880447bff8708646ecfcd92e98ba06 |
| 32 | Author: Tony Wickham <twickham@google.com> |
| 33 | Date: Thu Aug 13 19:33:26 2020 -0700 |
| 34 | |
| 35 | Remove ENABLE_OVERVIEW_ACTIONS flag, defaulting to true |
| 36 | |
| 37 | We no longer support the "peeking" model where the shelf would |
| 38 | peek on motion pause from an app and overview would peek on motion |
| 39 | pause from home. Thus, removed/inlined the following: |
| 40 | - FlingAndHoldTouchController (merged into its sole subclass |
| 41 | NoButtonNavbarToOverviewTouchController) |
| 42 | - ShelfPeekAnim |
| 43 | - OverviewPeekState |
| 44 | |
| 45 | Change-Id: I066a3ad2636fde4786089c922b896bf1e03361fd |
| 46 | |
| 47 | commit 107fe60f6ef5b3336ece35122650d9ccc1c69913 |
| 48 | Author: Tony Wickham <twickham@google.com> |
| 49 | Date: Wed Aug 12 12:30:00 2020 -0700 |
| 50 | |
| 51 | Ensure we clearState() when going to Overview from home |
| 52 | |
| 53 | We need to do this before potentially starting another |
| 54 | interaction during the animation, or we could end up in |
| 55 | an inconsistent state. |
| 56 | |
| 57 | Fixes: 160759508 |
| 58 | Change-Id: Ia28dceddcc258679fc0b968f5a83fae5ef3f5acb |
| 59 | |
| 60 | commit 6c1a88f1720a102d8a3ef94073754b7cd163d6a8 |
| 61 | Merge: 20983ae1f 9dfcc316c |
| 62 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 63 | Date: Fri Aug 14 22:45:17 2020 +0000 |
| 64 | |
| 65 | Merge "Track OverviewToHomeAnim with StateManager" into ub-launcher3-rvc-qpr-dev |
| 66 | |
| 67 | commit 9dfcc316c1519978e49462707ba36156d7abb2e5 |
| 68 | Author: Tony Wickham <twickham@google.com> |
| 69 | Date: Mon Aug 10 18:33:01 2020 -0700 |
| 70 | |
| 71 | Track OverviewToHomeAnim with StateManager |
| 72 | |
| 73 | This way we mark the the current state as NORMAL at the start of |
| 74 | the animation, and cancel it as part of other state transitions. |
| 75 | This allows us to interact with launcher (e.g. to go to all apps |
| 76 | or pull down the notification shade) during the animation. |
| 77 | |
| 78 | Also use OverviewToHomeAnim from RecentsView#startHome() to |
| 79 | ensure the animation is consistent, e.g. doesn't fade out |
| 80 | RecentsView, scrolls to page 1, etc. |
| 81 | |
| 82 | Bug: 144170434 |
| 83 | Change-Id: I5348565b9e705d8ffba39818dde9efe82b16bb7a |
| 84 | Merged-In: I5348565b9e705d8ffba39818dde9efe82b16bb7a |
| 85 | |
| 86 | commit 4fb5f74bb4884794a1a5f08f62092f7f63c2d05b |
| 87 | Author: Tony Wickham <twickham@google.com> |
| 88 | Date: Mon Aug 10 18:33:01 2020 -0700 |
| 89 | |
| 90 | Track OverviewToHomeAnim with StateManager |
| 91 | |
| 92 | This way we mark the the current state as NORMAL at the start of |
| 93 | the animation, and cancel it as part of other state transitions. |
| 94 | This allows us to interact with launcher (e.g. to go to all apps |
| 95 | or pull down the notification shade) during the animation. |
| 96 | |
| 97 | Also use OverviewToHomeAnim from RecentsView#startHome() to |
| 98 | ensure the animation is consistent, e.g. doesn't fade out |
| 99 | RecentsView, scrolls to page 1, etc. |
| 100 | |
| 101 | Bug: 144170434 |
| 102 | Change-Id: I5348565b9e705d8ffba39818dde9efe82b16bb7a |
| 103 | |
| 104 | commit 1ae2937f7527517eafcf79071b4547800c1daad4 |
| 105 | Merge: 5fb83a47f 8cac927bd |
| 106 | Author: Hyunyoung Song <hyunyoungs@google.com> |
| 107 | Date: Fri Aug 14 19:34:50 2020 +0000 |
| 108 | |
| 109 | Merge "Hookup existing AllAppsSearchPlugin interface to SearchBarController Bug: 161801331" into ub-launcher3-master |
| 110 | |
| 111 | commit 5fb83a47f292df4be2f55380caac65e36048052d |
| 112 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 113 | Date: Mon Aug 10 10:50:36 2020 -0700 |
| 114 | |
| 115 | Removing icon recents version |
| 116 | |
| 117 | Change-Id: Ibdc88715e38590cedf8a7b5174061bb2c6ef9533 |
| 118 | |
| 119 | commit 8cac927bdb1054de643db86c918bb825f0860177 |
| 120 | Author: Hyunyoung Song <hyunyoungs@google.com> |
| 121 | Date: Fri Aug 14 00:11:36 2020 -0700 |
| 122 | |
| 123 | Hookup existing AllAppsSearchPlugin interface to SearchBarController |
| 124 | Bug: 161801331 |
| 125 | |
| 126 | Change-Id: Ied575f78ad2139c6818ae5a13467b7399b9ab17a |
| 127 | |
| 128 | commit 8ad575e1e65c8a73b37abcd89062c22a27f0ad37 |
| 129 | Author: Tracy Zhou <tracyzhou@google.com> |
| 130 | Date: Sat Aug 1 16:08:48 2020 -0700 |
| 131 | |
| 132 | Handle overview actions in Live Tile mode |
| 133 | |
| 134 | - Switch to screenshot and finish recents animation when an overview action is selected |
| 135 | |
| 136 | Fixes: 162564471 |
| 137 | Test: Manual |
| 138 | Change-Id: I3db20619435d079bb39ce4cb37b46ea775416336 |
| 139 | |
| 140 | commit 9a472fbd7dba66d756631ec98430b1da0fb9f00e |
| 141 | Merge: a9f955173 81c0cac45 |
| 142 | Author: Tracy Zhou <tracyzhou@google.com> |
| 143 | Date: Thu Aug 13 21:29:28 2020 +0000 |
| 144 | |
| 145 | Merge "[Live Tile] Place the target app back above Launcher when swipe up end target is home" into ub-launcher3-master |
| 146 | |
| 147 | commit a9f955173239fb734da22bd56cd0c2178a72213d |
| 148 | Merge: 895ece297 a310e9c03 |
| 149 | Author: Andy Wickham <awickham@google.com> |
| 150 | Date: Thu Aug 13 19:22:12 2020 +0000 |
| 151 | |
| 152 | Merge "Refactors LauncherPreviewRenderer to better support subclassing." into ub-launcher3-master |
| 153 | |
| 154 | commit 895ece297d748291fcd7b3b429511729e64a1bb2 |
| 155 | Merge: ba9415162 20983ae1f |
| 156 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 157 | Date: Thu Aug 13 18:57:49 2020 +0000 |
| 158 | |
| 159 | Merge "[Overview Actions] Reset the modal task view when rotate from select mode." into ub-launcher3-rvc-qpr-dev am: 20983ae1f8 |
| 160 | |
| 161 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12366024 |
| 162 | |
| 163 | Change-Id: I3fec240a659c5a1c80bf4f78aca1af6ace270e27 |
| 164 | |
| 165 | commit 20983ae1f8a5896f15cbee61397c554990e6bf58 |
| 166 | Merge: 2ddbe127f ba6fec3ea |
| 167 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 168 | Date: Thu Aug 13 18:42:46 2020 +0000 |
| 169 | |
| 170 | Merge "[Overview Actions] Reset the modal task view when rotate from select mode." into ub-launcher3-rvc-qpr-dev |
| 171 | |
| 172 | commit ba9415162cf2b3c0f46d4c252e50bafcd853616a |
| 173 | Merge: 58a1689ce 59d04e6ea |
| 174 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 175 | Date: Thu Aug 13 18:17:41 2020 +0000 |
| 176 | |
| 177 | Merge "Use system VelocityTracker instead of forking least squares algorithm" into ub-launcher3-master |
| 178 | |
| 179 | commit 58a1689cef9f638467cb4dc9835bb6a92d704ce3 |
| 180 | Merge: 9529b95e0 2ddbe127f |
| 181 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 182 | Date: Thu Aug 13 18:05:50 2020 +0000 |
| 183 | |
| 184 | Merge "Overview Actions - enable proactive actions flag." into ub-launcher3-rvc-qpr-dev am: 2ddbe127fb |
| 185 | |
| 186 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12286410 |
| 187 | |
| 188 | Change-Id: I54898c6a1a47d271c8d18c17d24a5acb6e67fd1e |
| 189 | |
| 190 | commit 81c0cac4574915a6bf77955bbb74ecc1cde79c6f |
| 191 | Author: Tracy Zhou <tracyzhou@google.com> |
| 192 | Date: Thu Aug 13 11:01:15 2020 -0700 |
| 193 | |
| 194 | [Live Tile] Place the target app back above Launcher when swipe up end target is home |
| 195 | |
| 196 | Test: manual |
| 197 | Bug: 160361464 |
| 198 | Change-Id: Ic2b332774fe3f25f36f0bfd2b5e6cf66fb1d09dd |
| 199 | |
| 200 | commit 2ddbe127fb69bd860fc4176893015b63474c6609 |
| 201 | Merge: f35053ad5 1e414d500 |
| 202 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 203 | Date: Thu Aug 13 17:50:30 2020 +0000 |
| 204 | |
| 205 | Merge "Overview Actions - enable proactive actions flag." into ub-launcher3-rvc-qpr-dev |
| 206 | |
| 207 | commit 59d04e6ea69dc0c81fceab601194d8c0a6238fa0 |
| 208 | Author: Tony Wickham <twickham@google.com> |
| 209 | Date: Wed Aug 12 18:05:42 2020 -0700 |
| 210 | |
| 211 | Use system VelocityTracker instead of forking least squares algorithm |
| 212 | |
| 213 | Change-Id: I8e03cdd0942b9037054cd1955bdb6809c89f3ea2 |
| 214 | |
| 215 | commit a310e9c035c87c4fc5b3d23bbcc70f11ffc48561 |
| 216 | Author: Andy Wickham <awickham@google.com> |
| 217 | Date: Mon Aug 10 17:04:40 2020 -0700 |
| 218 | |
| 219 | Refactors LauncherPreviewRenderer to better support subclassing. |
| 220 | |
| 221 | Basically this removes the inner class MainThreadRenderer, which |
| 222 | was only created and used for its populate() method in the parent's |
| 223 | getRenderedView() method. All methods and members of that subclass |
| 224 | are merged into the parent LauncherPreviewRenderer class, and |
| 225 | getRenderedView() simply inlines the previous populate() code. |
| 226 | |
| 227 | Other smaller changes: |
| 228 | - Extracted out shouldShowQsb() and shouldShowRealLauncherPreview() |
| 229 | - Disables search view and its children to prevent interaction |
| 230 | |
| 231 | Change-Id: I7d0cce73efbe022c16661a0ad66eefe5cb285641 |
| 232 | |
| 233 | commit 9529b95e06a6ab91650f373d5a335b6bc090ce77 |
| 234 | Merge: 72385839e f35053ad5 |
| 235 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 236 | Date: Thu Aug 13 02:25:50 2020 +0000 |
| 237 | |
| 238 | Merge "Store mHistoricTimes as longs intead of floats" into ub-launcher3-rvc-qpr-dev am: f35053ad58 |
| 239 | |
| 240 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12365858 |
| 241 | |
| 242 | Change-Id: I3c21d9d47a525e9c975c6acf38c99a2f1668359c |
| 243 | |
| 244 | commit f35053ad588974b4daf37fa19866e416b880360d |
| 245 | Merge: 30fe240f9 a14567096 |
| 246 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 247 | Date: Thu Aug 13 02:10:20 2020 +0000 |
| 248 | |
| 249 | Merge "Store mHistoricTimes as longs intead of floats" into ub-launcher3-rvc-qpr-dev |
| 250 | |
| 251 | commit 72385839ed9038607e186c198ce31a54c52778a4 |
| 252 | Merge: 635c08095 30fe240f9 |
| 253 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 254 | Date: Thu Aug 13 01:01:07 2020 +0000 |
| 255 | |
| 256 | Merge "TaskOverlayFactory - remove static factory." into ub-launcher3-rvc-qpr-dev am: 30fe240f99 |
| 257 | |
| 258 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12353636 |
| 259 | |
| 260 | Change-Id: Ic165b6184f4f36b5956493d3880a9d93ad27a0d6 |
| 261 | |
| 262 | commit 30fe240f99f38dfb81a6075b8ab2b0ed436afb75 |
| 263 | Merge: cbe1fc063 cf8275438 |
| 264 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 265 | Date: Thu Aug 13 00:47:34 2020 +0000 |
| 266 | |
| 267 | Merge "TaskOverlayFactory - remove static factory." into ub-launcher3-rvc-qpr-dev |
| 268 | |
| 269 | commit ba6fec3eaeb2087428c8e33826429d72ad0290cf |
| 270 | Author: Becky Qiu <xuqiu@google.com> |
| 271 | Date: Wed Aug 12 17:17:00 2020 -0700 |
| 272 | |
| 273 | [Overview Actions] Reset the modal task view when rotate from select mode. |
| 274 | |
| 275 | Test: local |
| 276 | Bug: 161901771 |
| 277 | Change-Id: I103e59ad68874db7fcb39556764d315983ac047c |
| 278 | |
| 279 | commit 635c08095a9057cce7e25952c0f5d5b12a7903d7 |
| 280 | Merge: 93caa9310 cbe1fc063 |
| 281 | Author: Zak Cohen <zakcohen@google.com> |
| 282 | Date: Thu Aug 13 00:12:20 2020 +0000 |
| 283 | |
| 284 | Merge "Overscroll plugin - give the plugin its own factory." into ub-launcher3-rvc-qpr-dev am: cbe1fc063d |
| 285 | |
| 286 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12353635 |
| 287 | |
| 288 | Change-Id: Ia471594443d1b744c5c34f0c9c45e7191bbf7938 |
| 289 | |
| 290 | commit a14567096922f23d6e03c84fc930e3451e7471c2 |
| 291 | Author: Tony Wickham <twickham@google.com> |
| 292 | Date: Wed Aug 12 16:48:33 2020 -0700 |
| 293 | |
| 294 | Store mHistoricTimes as longs intead of floats |
| 295 | |
| 296 | The loss of precision was causing us to miscalculate the age of |
| 297 | events, and thus not detecting any pause due to denominator = 0. |
| 298 | |
| 299 | Test: have a device that hasn't been rebooted for a certain |
| 300 | amount of time such that SystemClock#uptimeMillis can't be |
| 301 | accurately converted to a float, then try to swipe up and hold |
| 302 | |
| 303 | Fixes: 160568387 |
| 304 | Change-Id: Idef112187f34a18feea7e6a0b77258626f9d0ed4 |
| 305 | |
| 306 | commit cbe1fc063d924b2c68a2de8929687baab06439df |
| 307 | Merge: 9367f9834 fac874152 |
| 308 | Author: Zak Cohen <zakcohen@google.com> |
| 309 | Date: Wed Aug 12 23:58:38 2020 +0000 |
| 310 | |
| 311 | Merge "Overscroll plugin - give the plugin its own factory." into ub-launcher3-rvc-qpr-dev |
| 312 | |
| 313 | commit 93caa93102df1b84e8b8d66fe7ca63e8950e4a6f |
| 314 | Merge: 74f218530 9367f9834 |
| 315 | Author: Becky Qiu <xuqiu@google.com> |
| 316 | Date: Wed Aug 12 23:43:10 2020 +0000 |
| 317 | |
| 318 | [automerger skipped] [Overview Actions] Set launcher state to Overview when rotate in recents. am: 9367f98348 -s ours |
| 319 | |
| 320 | am skip reason: Change-Id I73f498151d7cc6a9db9d352549124c9d550ae6f2 with SHA-1 cb956ff4f5 is in history |
| 321 | |
| 322 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12354807 |
| 323 | |
| 324 | Change-Id: I02f43e3ee9a7f0f1730b673be220055d72a07d81 |
| 325 | |
| 326 | commit 74f218530e069c11b36cf4a2cfcc1b76726aea6b |
| 327 | Merge: cb956ff4f fd58da6a7 |
| 328 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 329 | Date: Wed Aug 12 23:36:27 2020 +0000 |
| 330 | |
| 331 | Merge "Wrapping display properties in a wrapper class" into ub-launcher3-master |
| 332 | |
| 333 | commit 1e414d500591e88c027bfead4c0e456444dc5407 |
| 334 | Author: Zak Cohen <zakcohen@google.com> |
| 335 | Date: Fri Jul 31 15:54:36 2020 -0700 |
| 336 | |
| 337 | Overview Actions - enable proactive actions flag. |
| 338 | |
| 339 | Bug: 162623012 |
| 340 | Test: local |
| 341 | Change-Id: I343ae83601ebdab4dacc9f4611b069f87b5542eb |
| 342 | |
| 343 | commit cf82754384a26d2038ba1f13c0ecea57c0d3116d |
| 344 | Author: Zak Cohen <zakcohen@google.com> |
| 345 | Date: Tue Aug 11 16:17:41 2020 -0700 |
| 346 | |
| 347 | TaskOverlayFactory - remove static factory. |
| 348 | |
| 349 | Make the overlay factory a member of the recents view. |
| 350 | Before the factory was static. The factory has references to activity |
| 351 | objects so was causing leaks. |
| 352 | |
| 353 | Bug: 162012217 |
| 354 | Tested: local, factory still works |
| 355 | Change-Id: I2283134f3008b630ba2056f07e65ac042957cdbd |
| 356 | |
| 357 | commit fd58da6a75b55eb2ef40dd53fc6135636812ac6a |
| 358 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 359 | Date: Tue Aug 11 12:06:49 2020 -0700 |
| 360 | |
| 361 | Wrapping display properties in a wrapper class |
| 362 | |
| 363 | This would allow us to support gestures on multiple-displays |
| 364 | |
| 365 | Change-Id: I8f426bbdf04520f4189cadce2bde6aab4933c8d9 |
| 366 | |
| 367 | commit cb956ff4f5adf0c4abb586940d9e89582a70bfd3 |
| 368 | Author: Becky Qiu <xuqiu@google.com> |
| 369 | Date: Mon Aug 10 12:44:48 2020 -0700 |
| 370 | |
| 371 | [Overview Actions] Set launcher state to Overview when rotate in recents. |
| 372 | |
| 373 | Test: local |
| 374 | Bug: 160718310 |
| 375 | |
| 376 | Change-Id: I73f498151d7cc6a9db9d352549124c9d550ae6f2 |
| 377 | |
| 378 | commit 73f0c3698fe74bb051e0e65a523a2f750b1ba40d |
| 379 | Merge: 53116c6cc d6c3315a6 |
| 380 | Author: Tracy Zhou <tracyzhou@google.com> |
| 381 | Date: Wed Aug 12 16:53:23 2020 +0000 |
| 382 | |
| 383 | Merge "Only draw app below launcher for TaskViewSimulator at swipe up or in Overview" into ub-launcher3-master |
| 384 | |
| 385 | commit d6c3315a67980c90712103135bae302b86ee080e |
| 386 | Author: Tracy Zhou <tracyzhou@google.com> |
| 387 | Date: Tue Aug 11 22:46:22 2020 -0700 |
| 388 | |
| 389 | Only draw app below launcher for TaskViewSimulator at swipe up or in Overview |
| 390 | |
| 391 | Bug: 160361464 |
| 392 | Test: Manual |
| 393 | Change-Id: Ic4d912f1656d87f445a8016640c0eb166cace0d5 |
| 394 | |
| 395 | commit 9367f98348f9db5b5b6840b8003dd62c037d8be8 |
| 396 | Author: Becky Qiu <xuqiu@google.com> |
| 397 | Date: Mon Aug 10 12:44:48 2020 -0700 |
| 398 | |
| 399 | [Overview Actions] Set launcher state to Overview when rotate in recents. |
| 400 | |
| 401 | Test: local |
| 402 | Bug: 160718310 |
| 403 | |
| 404 | Change-Id: I73f498151d7cc6a9db9d352549124c9d550ae6f2 |
| 405 | Merged-In: I73f498151d7cc6a9db9d352549124c9d550ae6f2 |
| 406 | |
| 407 | commit fac87415221447f8f47ef4a88d187b7e175a6296 |
| 408 | Author: Zak Cohen <zakcohen@google.com> |
| 409 | Date: Mon Aug 10 15:51:45 2020 -0700 |
| 410 | |
| 411 | Overscroll plugin - give the plugin its own factory. |
| 412 | |
| 413 | Separate out the overscroll plugin from the task overlay. |
| 414 | These two classes aren't really related. |
| 415 | |
| 416 | Bug: 162012217 |
| 417 | Tested: checked plugin still works |
| 418 | Change-Id: Id89eff1ad2ae9766efaaecd8cfc66d6521b9ca8c |
| 419 | |
| 420 | commit 53116c6cc84236ac49064efa9988f92b5b558599 |
| 421 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 422 | Date: Fri Aug 7 16:32:18 2020 -0700 |
| 423 | |
| 424 | Simplifying InstallShortcutReceiver |
| 425 | |
| 426 | > Removing support for legacy shortcuts (with embedded icon) |
| 427 | > Unifying pattern for storing the data in prefs |
| 428 | |
| 429 | Change-Id: Ife250807c7ce5337969d25444ee23c751bc2a487 |
| 430 | |
| 431 | commit b313f71615c64c8022f587ef3c4ebd34bfdc6171 |
| 432 | Merge: 762d06136 2104d72b2 |
| 433 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 434 | Date: Tue Aug 11 21:44:37 2020 +0000 |
| 435 | |
| 436 | Merge "LauncherInstrumentation enables even when non-system user" into ub-launcher3-master |
| 437 | |
| 438 | commit 762d06136cc7c91afe8cdfdac5426b58c174edd8 |
| 439 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 440 | Date: Wed Jul 29 15:03:46 2020 -0700 |
| 441 | |
| 442 | Caching last predictions and loading it with model |
| 443 | |
| 444 | Adding support for persisting itemInfos on disk. This uses |
| 445 | a separate xml file. Unlike prefs, it does not keep the items |
| 446 | in memory and is just a wraper over reading/writing a file. |
| 447 | |
| 448 | Bug: 160748731 |
| 449 | Change-Id: Iaccab9928ab8f30127fb3c2d630ca8ca83f0bd05 |
| 450 | |
| 451 | commit d62e797d1834306ec394ebf64f4c84939f033d97 |
| 452 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 453 | Date: Tue Aug 11 12:10:36 2020 -0700 |
| 454 | |
| 455 | Disabling debug log as the associated bug is closed |
| 456 | |
| 457 | Bug: 154951045 |
| 458 | Change-Id: I2e503c6d2f0a9f694ee1f88167924114fe495c2f |
| 459 | |
| 460 | commit 1bdb8f0efc73419b114074375126883162f4c838 |
| 461 | Merge: 3003e57d1 66aead7d2 |
| 462 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 463 | Date: Tue Aug 11 18:57:13 2020 +0000 |
| 464 | |
| 465 | Merge "Removing some obsolete methods and wrapper" into ub-launcher3-master |
| 466 | |
| 467 | commit 3003e57d1714ba7016c89e520f11aebe83b71b7d |
| 468 | Merge: fe9b7e37a 5dd045bec |
| 469 | Author: Hyunyoung Song <hyunyoungs@google.com> |
| 470 | Date: Tue Aug 11 17:56:59 2020 +0000 |
| 471 | |
| 472 | Merge "Handle IME selection focus for ENABLE_DEVICE_SEARCH" into ub-launcher3-master |
| 473 | |
| 474 | commit 5dd045bec67ca12a3de4b4adc88a92a0166c0f50 |
| 475 | Author: Hyunyoung Song <hyunyoungs@google.com> |
| 476 | Date: Tue Aug 4 22:22:49 2020 -0700 |
| 477 | |
| 478 | Handle IME selection focus for ENABLE_DEVICE_SEARCH |
| 479 | |
| 480 | Bug: 162861289 |
| 481 | Change-Id: I15e4eae09be2aa9f89a5157fd74c95e91e64bc53 |
| 482 | |
| 483 | commit fe9b7e37a801135f959e03ecf26ee454a24d6f8e |
| 484 | Merge: b810c10bb e14b55c2a |
| 485 | Author: Tony Wickham <twickham@google.com> |
| 486 | Date: Tue Aug 11 00:37:05 2020 +0000 |
| 487 | |
| 488 | [automerger skipped] Merge "Don't reapply window transform if we are already running a window anim" into ub-launcher3-rvc-qpr-dev am: e14b55c2a9 -s ours |
| 489 | |
| 490 | am skip reason: Change-Id I3fa7f0b2581ca83923a42f37f52850b02c22e995 with SHA-1 c830bef923 is in history |
| 491 | |
| 492 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12346435 |
| 493 | |
| 494 | Change-Id: I35f6f3572754e49626c7a09b832aecf114413bd7 |
| 495 | |
| 496 | commit e14b55c2a94a255750bca8b2fa4e068fcbeba0cc |
| 497 | Merge: b460ff1ef 06513f11c |
| 498 | Author: Tony Wickham <twickham@google.com> |
| 499 | Date: Tue Aug 11 00:19:28 2020 +0000 |
| 500 | |
| 501 | Merge "Don't reapply window transform if we are already running a window anim" into ub-launcher3-rvc-qpr-dev |
| 502 | |
| 503 | commit b810c10bb90a2bae5adf02b7050dcb595f383707 |
| 504 | Merge: 9fc65cb0b b55f7591e |
| 505 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 506 | Date: Mon Aug 10 23:55:24 2020 +0000 |
| 507 | |
| 508 | Merge "Ensure that the task is always clipped to match the tile aspect ratio" into ub-launcher3-master |
| 509 | |
| 510 | commit 9fc65cb0b79e6d87098aa72aeaadb425619dd656 |
| 511 | Merge: c830bef92 b460ff1ef |
| 512 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 513 | Date: Mon Aug 10 23:02:20 2020 +0000 |
| 514 | |
| 515 | Merge "Fix TaskViewTouchController success progress to match haptic" into ub-launcher3-rvc-qpr-dev am: b460ff1ef1 |
| 516 | |
| 517 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12321076 |
| 518 | |
| 519 | Change-Id: Ic4317b94cca7d760d23da0c1c115d422236586e7 |
| 520 | |
| 521 | commit b460ff1ef1f7fac734f1d0411fd7284e6c1eea7b |
| 522 | Merge: 03a4a0cd5 b8b3e957a |
| 523 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 524 | Date: Mon Aug 10 22:46:03 2020 +0000 |
| 525 | |
| 526 | Merge "Fix TaskViewTouchController success progress to match haptic" into ub-launcher3-rvc-qpr-dev |
| 527 | |
| 528 | commit b55f7591ed2fee28e1c2a4059d19d2f069185cf5 |
| 529 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 530 | Date: Mon Aug 10 15:08:36 2020 -0700 |
| 531 | |
| 532 | Ensure that the task is always clipped to match the tile aspect ratio |
| 533 | |
| 534 | Instead of trying to estimate the insets, we clip the task such it is |
| 535 | restricted within the task insets when possible. |
| 536 | |
| 537 | Change-Id: If160115fda07dfd2e01e96d41e4b5dc43a77ac94 |
| 538 | |
| 539 | commit 06513f11c2304a371a7c79cec371562d65393322 |
| 540 | Author: Tony Wickham <twickham@google.com> |
| 541 | Date: Mon Aug 10 15:06:02 2020 -0700 |
| 542 | |
| 543 | Don't reapply window transform if we are already running a window anim |
| 544 | |
| 545 | Bug: 149934536 |
| 546 | Change-Id: I3fa7f0b2581ca83923a42f37f52850b02c22e995 |
| 547 | Merged-In: I3fa7f0b2581ca83923a42f37f52850b02c22e995 |
| 548 | |
| 549 | commit c830bef923200e97ad8d0ef9bf37d0c121d7e56d |
| 550 | Author: Tony Wickham <twickham@google.com> |
| 551 | Date: Mon Aug 10 15:06:02 2020 -0700 |
| 552 | |
| 553 | Don't reapply window transform if we are already running a window anim |
| 554 | |
| 555 | Bug: 149934536 |
| 556 | Change-Id: I3fa7f0b2581ca83923a42f37f52850b02c22e995 |
| 557 | |
| 558 | commit cf5aea05b3888ea0adc8a53fad62987405206eeb |
| 559 | Merge: 2fe0d5f71 03a4a0cd5 |
| 560 | Author: Tony Wickham <twickham@google.com> |
| 561 | Date: Mon Aug 10 21:29:00 2020 +0000 |
| 562 | |
| 563 | Update overview from home transitions am: 03a4a0cd53 |
| 564 | |
| 565 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12184426 |
| 566 | |
| 567 | Change-Id: Iac33ad0742264a97e754a1cc4336ed3ab727944a |
| 568 | |
| 569 | commit 2fe0d5f71ded4537c42d07df1464a71daf27e047 |
| 570 | Merge: a2c6c9737 90751820d |
| 571 | Author: Tony Wickham <twickham@google.com> |
| 572 | Date: Mon Aug 10 21:08:54 2020 +0000 |
| 573 | |
| 574 | Merge "Add back code missing from upstream merge" into ub-launcher3-master |
| 575 | |
| 576 | commit 03a4a0cd530c6d13f01882e81568ab1544030c12 |
| 577 | Author: Tony Wickham <twickham@google.com> |
| 578 | Date: Fri Jul 17 13:06:57 2020 -0700 |
| 579 | |
| 580 | Update overview from home transitions |
| 581 | |
| 582 | For both NoButtonNavbarToOverviewTouchController and |
| 583 | NavBarToHomeTouchController: |
| 584 | - Have consistent resistance applied such that RecentsView scales |
| 585 | down and translates up slightly (but not as much as from an app) |
| 586 | - Have consistent animation to home if you fling to that state |
| 587 | rather than stay in overview. This is handled by a new class, |
| 588 | OverviewToHomeAnim, which consolidates logic from NBTHTC and |
| 589 | overrides some interpolators such that RecentsView doesn't fade |
| 590 | out or translate downwards during the animation (it just slides |
| 591 | off the screen while the home animation plays). |
| 592 | |
| 593 | Also make overview actions not clickable when alpha == 0, so that |
| 594 | you can tap the hotseat/qsb during the transition from home to |
| 595 | overview. |
| 596 | |
| 597 | Bug: 144170434 |
| 598 | Change-Id: Ic291f285ff2f63c477633c48d4fadb23cf70c28a |
| 599 | |
| 600 | commit 90751820d9ef8f09ece7aba656dfe881e3b149dd |
| 601 | Author: Tony Wickham <twickham@google.com> |
| 602 | Date: Mon Aug 10 13:11:43 2020 -0700 |
| 603 | |
| 604 | Add back code missing from upstream merge |
| 605 | |
| 606 | Change-Id: I7c2f08ed1b9c7462feabe1ad793af4ddc55aff1b |
| 607 | |
| 608 | commit a2c6c973749e1a67bcdbb33cb316c0ba467e3c6d |
| 609 | Merge: c0ed292cc e6f9e0eb7 |
| 610 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 611 | Date: Mon Aug 10 20:01:06 2020 +0000 |
| 612 | |
| 613 | Merge "Revert "Update overview from home transitions"" into ub-launcher3-master |
| 614 | |
| 615 | commit e6f9e0eb7ea49b0f2feae80d7a2d57fe9db5e38e |
| 616 | Author: Tony Wickham <twickham@google.com> |
| 617 | Date: Mon Aug 10 19:13:17 2020 +0000 |
| 618 | |
| 619 | Revert "Update overview from home transitions" |
| 620 | |
| 621 | This reverts commit f3bc79718201cf17479a46e9860ea518a900d68f. |
| 622 | |
| 623 | Reason for revert: updating upstream, need to wait to cherry-pick until that's approved |
| 624 | |
| 625 | Change-Id: I702286dba66fb4582ab682a5b0b8cd80ccebf346 |
| 626 | |
| 627 | commit c0ed292ccbaa5b94bd3e54a85f5d7e9c1b2a1229 |
| 628 | Merge: cb4c4dea9 999e08f6f |
| 629 | Author: Tony Wickham <twickham@google.com> |
| 630 | Date: Mon Aug 10 16:32:08 2020 +0000 |
| 631 | |
| 632 | Merge "Add swipe up resistance to quick switch from home" into ub-launcher3-rvc-qpr-dev am: 999e08f6ff |
| 633 | |
| 634 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12174364 |
| 635 | |
| 636 | Change-Id: I6ce2dbb31ec8ed0d340165b2fc9a9f0532081d3e |
| 637 | |
| 638 | commit cb4c4dea95157c8bce1561bec6cd38daa57cec9e |
| 639 | Merge: e54db4fbd 6bd1882ea |
| 640 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 641 | Date: Mon Aug 10 16:31:55 2020 +0000 |
| 642 | |
| 643 | Merge "[Overview Actions] Add a logging event for tapping images in select mode." into ub-launcher3-rvc-qpr-dev am: 6bd1882eae |
| 644 | |
| 645 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12336644 |
| 646 | |
| 647 | Change-Id: I2dba3dda4d6ef8a8857e18708a96ebab9da30f20 |
| 648 | |
| 649 | commit e54db4fbd4a293ecbe0c959aaae356472f9e8db6 |
| 650 | Merge: d72857950 2ace6a25d |
| 651 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 652 | Date: Mon Aug 10 16:31:44 2020 +0000 |
| 653 | |
| 654 | Merge "Fixing cutouts insets not clipped properly during swipeup for rotated activities" into ub-launcher3-rvc-qpr-dev am: 2ace6a25d2 |
| 655 | |
| 656 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12327967 |
| 657 | |
| 658 | Change-Id: I6e3f28e464a8ca63840a53f1b35c86cf377c4ad4 |
| 659 | |
| 660 | commit d72857950461c1b82ce80f85bf359c050c0f0b0c |
| 661 | Merge: f3bc79718 1a965c190 |
| 662 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 663 | Date: Mon Aug 10 16:28:35 2020 +0000 |
| 664 | |
| 665 | Merge "resolve merge conflicts of 3a22956f0a6214285500ac040b4ae565d882cc47 to ub-launcher3-master" into ub-launcher3-master |
| 666 | |
| 667 | commit f3bc79718201cf17479a46e9860ea518a900d68f |
| 668 | Author: Tony Wickham <twickham@google.com> |
| 669 | Date: Fri Jul 17 13:06:57 2020 -0700 |
| 670 | |
| 671 | Update overview from home transitions |
| 672 | |
| 673 | For both NoButtonNavbarToOverviewTouchController and |
| 674 | NavBarToHomeTouchController: |
| 675 | - Have consistent resistance applied such that RecentsView scales |
| 676 | down and translates up slightly (but not as much as from an app) |
| 677 | - Have consistent animation to home if you fling to that state |
| 678 | rather than stay in overview. This is handled by a new class, |
| 679 | OverviewToHomeAnim, which consolidates logic from NBTHTC and |
| 680 | overrides some interpolators such that RecentsView doesn't fade |
| 681 | out or translate downwards during the animation (it just slides |
| 682 | off the screen while the home animation plays). |
| 683 | |
| 684 | Also make overview actions not clickable when alpha == 0, so that |
| 685 | you can tap the hotseat/qsb during the transition from home to |
| 686 | overview. |
| 687 | |
| 688 | Bug: 144170434 |
| 689 | Change-Id: Ic291f285ff2f63c477633c48d4fadb23cf70c28a |
| 690 | |
| 691 | commit 1a965c190d07140690602761c497495ad1875d03 |
| 692 | Merge: 70a556da1 3a22956f0 |
| 693 | Author: Tony Wickham <twickham@google.com> |
| 694 | Date: Sat Aug 8 19:12:11 2020 +0000 |
| 695 | |
| 696 | resolve merge conflicts of 3a22956f0a6214285500ac040b4ae565d882cc47 to ub-launcher3-master |
| 697 | |
| 698 | Change-Id: I2bb370e63d7206d52acb912d5b55a0f0c5f59c3d |
| 699 | |
| 700 | commit 999e08f6ffdcf2aa4eb3697cfd2c6c1488a72710 |
| 701 | Merge: 6bd1882ea d6a1063f2 |
| 702 | Author: Tony Wickham <twickham@google.com> |
| 703 | Date: Sat Aug 8 02:18:46 2020 +0000 |
| 704 | |
| 705 | Merge "Add swipe up resistance to quick switch from home" into ub-launcher3-rvc-qpr-dev |
| 706 | |
| 707 | commit 6bd1882eaec5c0571b78e47b58c524f1fcaae207 |
| 708 | Merge: 2ace6a25d 14e03d1c4 |
| 709 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 710 | Date: Sat Aug 8 00:53:33 2020 +0000 |
| 711 | |
| 712 | Merge "[Overview Actions] Add a logging event for tapping images in select mode." into ub-launcher3-rvc-qpr-dev |
| 713 | |
| 714 | commit 2ace6a25d2835eb6bfd7082456dda1a07e419930 |
| 715 | Merge: 3a22956f0 d00340f7a |
| 716 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 717 | Date: Sat Aug 8 00:00:28 2020 +0000 |
| 718 | |
| 719 | Merge "Fixing cutouts insets not clipped properly during swipeup for rotated activities" into ub-launcher3-rvc-qpr-dev |
| 720 | |
| 721 | commit 66aead7d2cf426f64d06b573470d0658c858b1b3 |
| 722 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 723 | Date: Fri Aug 7 16:56:50 2020 -0700 |
| 724 | |
| 725 | Removing some obsolete methods and wrapper |
| 726 | |
| 727 | Change-Id: I9d3c8d851ad596ba0d5165ab3c0f6661575166fc |
| 728 | |
| 729 | commit 3a22956f0a6214285500ac040b4ae565d882cc47 |
| 730 | Merge: ce8b2b518 3af714f05 |
| 731 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 732 | Date: Fri Aug 7 23:44:37 2020 +0000 |
| 733 | |
| 734 | Merge "Remove overscroll on running task when it's not attached to RecentsView" into ub-launcher3-rvc-qpr-dev |
| 735 | |
| 736 | commit 2104d72b281ef4ee9f15aef333bd65a03f8f7eb4 |
| 737 | Author: Adam Bookatz <bookatz@google.com> |
| 738 | Date: Wed Jul 29 15:46:16 2020 -0700 |
| 739 | |
| 740 | LauncherInstrumentation enables even when non-system user |
| 741 | |
| 742 | Attempting to run a tapl test while the device is in a secondary user |
| 743 | currently fails because the test app doesn't get enabled for |
| 744 | this secondary user. We fix that (at least one issue with it) in this cl. |
| 745 | |
| 746 | Test: make PlatformScenarioTests; adb root && adb install -r -g ${ANDROID_PRODUCT_OUT}/testcases/PlatformScenarioTests/$(get_build_var TARGET_ARCH)/PlatformScenarioTests.apk |
| 747 | adb shell am instrument -w -r -e class android.platform.test.scenario.chrome.OpenApp android.platform.test.scenario/androidx.test.runner.AndroidJUnitRunner |
| 748 | (Do this while the current user is SYSTEM as well as Guest) |
| 749 | |
| 750 | Bug: 162454040 |
| 751 | Change-Id: If6d8e545b41eb20e3fed2935c39069ce97d8b6cd |
| 752 | |
| 753 | commit 14e03d1c4d6c68e84f3f4d9867e0757562a78e4a |
| 754 | Author: Becky Qiu <xuqiu@google.com> |
| 755 | Date: Fri Aug 7 15:06:38 2020 -0700 |
| 756 | |
| 757 | [Overview Actions] Add a logging event for tapping images in select mode. |
| 758 | |
| 759 | Event IDs were generated by command line on my workstation by uieventscli. |
| 760 | Manually added to StatsLogManager. |
| 761 | |
| 762 | Test: local |
| 763 | Bug: 161273376 |
| 764 | Change-Id: Iee36c450ddb207f87653a8da2355c720369caa34 |
| 765 | |
| 766 | commit 70a556da1d02fa32218d8dfcd4f4105f090997d9 |
| 767 | Merge: 87805cd94 ce8b2b518 |
| 768 | Author: Tony Wickham <twickham@google.com> |
| 769 | Date: Fri Aug 7 20:22:52 2020 +0000 |
| 770 | |
| 771 | Add translation component to swipe up resistance am: ce8b2b5180 |
| 772 | |
| 773 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12174363 |
| 774 | |
| 775 | Change-Id: I18d7be49bb3bfc9f846c14a9138b5daf381e1d56 |
| 776 | |
| 777 | commit d6a1063f258452b5f34dcad22dc416cc03c16dd4 |
| 778 | Author: Tony Wickham <twickham@google.com> |
| 779 | Date: Mon Jul 6 17:26:39 2020 -0700 |
| 780 | |
| 781 | Add swipe up resistance to quick switch from home |
| 782 | |
| 783 | Bug: 149934536 |
| 784 | Change-Id: I1b355a16d972f94d541231449ef323a41861a3e6 |
| 785 | |
| 786 | commit ce8b2b51800e42fc61c14f516ec563c3561b7adb |
| 787 | Author: Tony Wickham <twickham@google.com> |
| 788 | Date: Wed Jul 1 17:25:28 2020 -0700 |
| 789 | |
| 790 | Add translation component to swipe up resistance |
| 791 | |
| 792 | Now recents view follows your finger all the way to the top of the |
| 793 | screen. Specifically, your finger tracks the bottom of the window |
| 794 | until resistance starts (when RecentsView is at 75% scale), then |
| 795 | we add translation to compensate for the slower rate of scaling |
| 796 | down, such that your finger slips to the top of the window by the |
| 797 | time it reaches the top of the screen. |
| 798 | |
| 799 | Also reset this translation back to 0 in the state handlers. |
| 800 | |
| 801 | Bug: 149934536 |
| 802 | Fixes: 158701272 |
| 803 | Change-Id: Iaee58da758d422f0173c29d002f5c451ce0c1809 |
| 804 | |
| 805 | commit 87805cd9415b7cfb968c1785bbd9845aa4b9db9e |
| 806 | Merge: 4ade3fd56 4a53c70c5 |
| 807 | Author: Samuel Fufa <sfufa@google.com> |
| 808 | Date: Fri Aug 7 18:11:59 2020 +0000 |
| 809 | |
| 810 | Merge "Introduce support for Hero app Section" into ub-launcher3-master |
| 811 | |
| 812 | commit 4a53c70c5734f65d210c1b425549224acbe7c642 |
| 813 | Author: Samuel Fufa <sfufa@google.com> |
| 814 | Date: Tue Aug 4 14:06:55 2020 -0700 |
| 815 | |
| 816 | Introduce support for Hero app Section |
| 817 | |
| 818 | [Video attached to bug report] |
| 819 | |
| 820 | Bug: 162871508 |
| 821 | Test: Manual |
| 822 | Change-Id: Ia6f5621d6220f55e6fd5e56530853c267838442c |
| 823 | |
| 824 | commit 4ade3fd561e357744c41da715d4dfda65f2fee9e |
| 825 | Merge: 8ccd877f4 3f20e33af |
| 826 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 827 | Date: Fri Aug 7 00:10:05 2020 +0000 |
| 828 | |
| 829 | Merge "Fix adjacent page offset in landscape orientation" into ub-launcher3-rvc-qpr-dev am: 3f20e33af6 |
| 830 | |
| 831 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12327711 |
| 832 | |
| 833 | Change-Id: I8f2da96439372a9f6671469c3c41e4c0a43a4067 |
| 834 | |
| 835 | commit 3f20e33af652f8ecdd729d3f861bf6d95e3f1fa0 |
| 836 | Merge: 3f8d86811 3b9d5843c |
| 837 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 838 | Date: Thu Aug 6 23:52:04 2020 +0000 |
| 839 | |
| 840 | Merge "Fix adjacent page offset in landscape orientation" into ub-launcher3-rvc-qpr-dev |
| 841 | |
| 842 | commit 3b9d5843c94d042655d5d43a673cf2738f69c5f9 |
| 843 | Author: Tony Wickham <twickham@google.com> |
| 844 | Date: Thu Aug 6 15:04:51 2020 -0700 |
| 845 | |
| 846 | Fix adjacent page offset in landscape orientation |
| 847 | |
| 848 | Before, the adjacent tasks were coming in from the top and bottom |
| 849 | of the screen rather than the sides. |
| 850 | |
| 851 | Bug: 149934536 |
| 852 | Change-Id: Id6e57dcbc1967d70869df06068d25717de116934 |
| 853 | |
| 854 | commit d00340f7a24d11db58954298eb979e6c8ac0438f |
| 855 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 856 | Date: Thu Aug 6 14:28:13 2020 -0700 |
| 857 | |
| 858 | Fixing cutouts insets not clipped properly during swipeup |
| 859 | for rotated activities |
| 860 | |
| 861 | Bug: 161939759 |
| 862 | Change-Id: Ia55f938fdc51e2813c205d7d13d5f1bf852c9bb2 |
| 863 | |
| 864 | commit 8ccd877f424070dbf5bec170722d46cea40bf827 |
| 865 | Merge: 7f28b8814 17d0080cc |
| 866 | Author: Andy Wickham <awickham@google.com> |
| 867 | Date: Thu Aug 6 19:37:35 2020 +0000 |
| 868 | |
| 869 | Merge "Adjusts Clear all to be vertically centered with the tasks." into ub-launcher3-master |
| 870 | |
| 871 | commit 17d0080cc32ed36df154f52f6cf2b5082e7e3c31 |
| 872 | Author: Andy Wickham <awickham@google.com> |
| 873 | Date: Tue Aug 4 19:51:26 2020 -0700 |
| 874 | |
| 875 | Adjusts Clear all to be vertically centered with the tasks. |
| 876 | |
| 877 | I made a sample task where the content of the app was |
| 878 | centered, and I added lines to demonstrate the center |
| 879 | while in Overview. As you can see, the center of the |
| 880 | app content is slightly different from the TaskView |
| 881 | in Recents - it seems part of the bottom of the app |
| 882 | gets removed when transitioning to Recents (for the |
| 883 | rounded corner radius or nav bar?). On Pixel 4, I |
| 884 | had to add 46dp of padding to the bottom line for it |
| 885 | to appear at the bottom of the screenshot in Recents. |
| 886 | |
| 887 | Screenshot: https://drive.google.com/file/d/1xzQNXWb0T0UGDhDS9Ov-AduM3nd-pfg8/view?usp=sharing |
| 888 | Before: https://drive.google.com/file/d/1ghN9VWP44XjcZkdmI106dy4_jB4Vs4J3/view?usp=sharing |
| 889 | |
| 890 | Rotating between landscape and portrait: |
| 891 | https://drive.google.com/file/d/1OD5aKT9LCE5w950-6AaHfWXU4sLyW3Qe/view?usp=sharing |
| 892 | |
| 893 | Fixes: 154964045 |
| 894 | Change-Id: I594057e3b5df58c5a907b6ca14daa700d5011b7b |
| 895 | |
| 896 | commit b8b3e957a6049ba0cd3ed48623a1666bae80b25e |
| 897 | Author: Tony Wickham <twickham@google.com> |
| 898 | Date: Wed Aug 5 18:43:53 2020 -0700 |
| 899 | |
| 900 | Fix TaskViewTouchController success progress to match haptic |
| 901 | |
| 902 | We use the interpolated progress of the animation contoller target |
| 903 | to determine success, but only the child animation had the |
| 904 | interpolator set. Updating the parent to use the same interpolator |
| 905 | ensures getInterpolatedProgress() returns the same one used to |
| 906 | play the haptic. |
| 907 | |
| 908 | Fixes: 161536946 |
| 909 | Change-Id: Ibc2aef67f53efa01f2b185cf03140bad4bb5c421 |
| 910 | |
| 911 | commit 3af714f052d183aa31f22eee3afeecb94ec552db |
| 912 | Author: Tony Wickham <twickham@google.com> |
| 913 | Date: Wed Aug 5 13:32:37 2020 -0700 |
| 914 | |
| 915 | Remove overscroll on running task when it's not attached to RecentsView |
| 916 | |
| 917 | This allows the running task to follow the finger freely until motion |
| 918 | pause is detected (or when trying to quick switch in a direciton that |
| 919 | has no tasks, as RecentsView is still attached until you swipe up). |
| 920 | |
| 921 | Bug: 149934536 |
| 922 | Change-Id: If68166e962af9f28c56017838f720e15ddb96560 |
| 923 | |
| 924 | commit 7f28b8814bbd8c5b09068eeba44026ff3da10551 |
| 925 | Merge: e7c1769e3 77ca1e4c4 |
| 926 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 927 | Date: Wed Aug 5 19:44:57 2020 +0000 |
| 928 | |
| 929 | Merge "Moving data sanitization to the end, as it need not block the loading" into ub-launcher3-master |
| 930 | |
| 931 | commit e7c1769e30bfed7caa33816a5cd9d61447d75745 |
| 932 | Merge: c226adb38 f8e9b467a |
| 933 | Author: Tracy Zhou <tracyzhou@google.com> |
| 934 | Date: Wed Aug 5 17:42:43 2020 +0000 |
| 935 | |
| 936 | Merge "Revert "Finish recents animation when launching another task in Overview"" into ub-launcher3-master |
| 937 | |
| 938 | commit c226adb384d11bf88cf60efdd54d324bd4d1f762 |
| 939 | Merge: b3d7ecc15 3f8d86811 |
| 940 | Author: Winson Chung <winsonc@google.com> |
| 941 | Date: Wed Aug 5 06:02:28 2020 +0000 |
| 942 | |
| 943 | Defer recreation until resumed am: 3f8d868110 |
| 944 | |
| 945 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12309024 |
| 946 | |
| 947 | Change-Id: I814a6cab9046b82d66426fbe19636087cfd3e2b6 |
| 948 | |
| 949 | commit b3d7ecc15b3be086b67d2e0b1a8360ab2d2ab74b |
| 950 | Merge: 8aaafc918 dd15acea8 |
| 951 | Author: Winson Chung <winsonc@google.com> |
| 952 | Date: Wed Aug 5 05:49:31 2020 +0000 |
| 953 | |
| 954 | Merge "Close system dialogs when opening all apps from system action" into ub-launcher3-master |
| 955 | |
| 956 | commit dd15acea87875d6d7a0d388e7ddfb283c8fd2a71 |
| 957 | Author: Winson Chung <winsonc@google.com> |
| 958 | Date: Tue Aug 4 15:52:01 2020 -0700 |
| 959 | |
| 960 | Close system dialogs when opening all apps from system action |
| 961 | |
| 962 | Bug: 161685099 |
| 963 | Change-Id: I67313340102816828a95e8f9e7d8fa19b4ca3c55 |
| 964 | |
| 965 | commit 8aaafc9186039181ad753020e8c668e7457ce453 |
| 966 | Merge: 60096e990 f66f2f66c |
| 967 | Author: Jason Chang <jasonsfchang@google.com> |
| 968 | Date: Wed Aug 5 04:28:29 2020 +0000 |
| 969 | |
| 970 | Merge "Refactoring One-Handed feature flag and others" into ub-launcher3-master |
| 971 | |
| 972 | commit 77ca1e4c40a98b048905e021d94eab154a637455 |
| 973 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 974 | Date: Tue Aug 4 17:28:46 2020 -0700 |
| 975 | |
| 976 | Moving data sanitization to the end, as it need not block |
| 977 | the loading |
| 978 | |
| 979 | Change-Id: If1a966e546127efafd0afd7e3ca771f63a1fa544 |
| 980 | |
| 981 | commit f8e9b467ae11de1d307f5d77c36ff8002e66255d |
| 982 | Author: Tracy Zhou <tracyzhou@google.com> |
| 983 | Date: Tue Aug 4 21:57:14 2020 +0000 |
| 984 | |
| 985 | Revert "Finish recents animation when launching another task in Overview" |
| 986 | |
| 987 | This reverts commit e62eaa16b360433e35b4e4655e16c312a7bfd110. |
| 988 | |
| 989 | Reason for revert: No longer necessary |
| 990 | |
| 991 | Change-Id: I9ed533147ac5546b7da6c9e3a51f5a7e6c8ef8e6 |
| 992 | |
| 993 | commit 3f8d868110b426e40e09ece8b305fd84c1dde60c |
| 994 | Author: Winson Chung <winsonc@google.com> |
| 995 | Date: Tue Aug 4 14:01:27 2020 -0700 |
| 996 | |
| 997 | Defer recreation until resumed |
| 998 | |
| 999 | - Temporarily work around issue with activity recreation while started |
| 1000 | but not resumed by deferring recreating the activity on theme |
| 1001 | change until after launcher has resumed. |
| 1002 | |
| 1003 | Bug: 162812884 |
| 1004 | Test: Switch dark mode via QuickSettings, Settings |
| 1005 | Test: Change system theme |
| 1006 | Change-Id: Ifbc0d538907a30d6b23176cd67353a81b6f8c617 |
| 1007 | |
| 1008 | commit 60096e990aba5dd2daf88a31a78c185df19fe111 |
| 1009 | Author: Samuel Fufa <sfufa@google.com> |
| 1010 | Date: Tue Aug 4 11:19:21 2020 -0700 |
| 1011 | |
| 1012 | Remove mFilteredApps |
| 1013 | |
| 1014 | Currently, we are maintaining a list of appInfos to report the number of Accessibility recycler-view items. This could be done by maintaining an int. |
| 1015 | |
| 1016 | Bug: 162480567 |
| 1017 | Test: Manual |
| 1018 | Change-Id: I9de8e1d4ac6e1a674d1e19b591dedad0dd4cc536 |
| 1019 | |
| 1020 | commit e8bea3ea7a7a2370f1effc75a674e7510264b999 |
| 1021 | Author: Samuel Fufa <sfufa@google.com> |
| 1022 | Date: Thu Jul 30 02:12:10 2020 -0700 |
| 1023 | |
| 1024 | Allow search results decoration [part 2/3] |
| 1025 | |
| 1026 | [Video attached to bug report] |
| 1027 | |
| 1028 | Bug: 162480567 |
| 1029 | Test: Manual |
| 1030 | Change-Id: Iff285abde5b2a3f3f3a63e7318020cfe7572af49 |
| 1031 | |
| 1032 | commit f66f2f66cf130d48a0c8897628655fd2310a1358 |
| 1033 | Author: Jason Chang <jasonsfchang@google.com> |
| 1034 | Date: Tue Aug 4 19:56:39 2020 +0800 |
| 1035 | |
| 1036 | Refactoring One-Handed feature flag and others |
| 1037 | |
| 1038 | Purify some conditions for reducing redundancy codes. |
| 1039 | |
| 1040 | Test: manual |
| 1041 | Change-Id: I2f39207424f9db3fb6b12bc08bee525f3dfab0aa |
| 1042 | |
| 1043 | commit ab98166c36f2955359ccdf31defe0678f66bdd99 |
| 1044 | Author: Raman Tenneti <rtenneti@google.com> |
| 1045 | Date: Mon Aug 3 12:54:21 2020 -0700 |
| 1046 | |
| 1047 | AOSP/Launcher3 - Update language to comply with Android's inclusive language guidance. |
| 1048 | |
| 1049 | See https://source.android.com/setup/contribute/respectful-code for reference |
| 1050 | |
| 1051 | BUG=161896447 |
| 1052 | |
| 1053 | Test: make and Presubmit verify. |
| 1054 | |
| 1055 | Change-Id: I44e903046dd4cd9c7c07872fc56a8d552eb09522 |
| 1056 | |
| 1057 | commit 12e59e9a66882d67687739cfd5be81e9beae790e |
| 1058 | Merge: cb89edcbc ffc06198f |
| 1059 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 1060 | Date: Mon Aug 3 23:04:08 2020 +0000 |
| 1061 | |
| 1062 | [automerger skipped] Merge "Rewrite long swipe resistance ("pullback") logic" into ub-launcher3-rvc-qpr-dev am: ffc06198ff -s ours |
| 1063 | |
| 1064 | am skip reason: Change-Id Ib0f9da18e10cc9ddf1a2f82ed767f237c89d3a41 with SHA-1 03c38c5c66 is in history |
| 1065 | |
| 1066 | Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12174362 |
| 1067 | |
| 1068 | Change-Id: Ie0fc8684a14ce7ea9730e7160551adbc2bc4b97c |
| 1069 | |
| 1070 | commit cb89edcbcc8fbbee1ddd074500fe26db01b06789 |
| 1071 | Merge: 03c38c5c6 eaf7a9554 |
| 1072 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 1073 | Date: Mon Aug 3 22:24:14 2020 +0000 |
| 1074 | |
| 1075 | Merge "Changing minimum supported Launcher version to 26" into ub-launcher3-master |
| 1076 | |
| 1077 | commit ffc06198ff041bd1496ba59b1a5c12922d630fc1 |
| 1078 | Merge: bf8472585 354a436f4 |
| 1079 | Author: TreeHugger Robot <treehugger-gerrit@google.com> |
| 1080 | Date: Mon Aug 3 22:11:30 2020 +0000 |
| 1081 | |
| 1082 | Merge "Rewrite long swipe resistance ("pullback") logic" into ub-launcher3-rvc-qpr-dev |
| 1083 | |
| 1084 | commit 354a436f4e96d2ae12740cb1af16b97c37166321 |
| 1085 | Author: Tony Wickham <twickham@google.com> |
| 1086 | Date: Thu Jun 25 15:51:33 2020 -0700 |
| 1087 | |
| 1088 | Rewrite long swipe resistance ("pullback") logic |
| 1089 | |
| 1090 | - Rename "pullback" to "resistance" to reduce confusion. |
| 1091 | - Remove mDragLengthFactorStartPullback & mDragLengthFactorMaxPullback |
| 1092 | - Add AnimatorControllerWithResistance, which has 2 controllers, one |
| 1093 | for the normal shift to overview, then one to apply the resistance |
| 1094 | when swiping beyond that. |
| 1095 | - Don't hack animator interpolators/progress; insteaad, allow progress |
| 1096 | to go > 1 (which will run the separate resistance animator). |
| 1097 | - Don't start launcher controller separately from window controller; |
| 1098 | instead, both are controlled by mCurrentShift in updateFinalShift(). |
| 1099 | - The resistance animation logic is shared by both the active window |
| 1100 | and launcher (RecentsView). |
| 1101 | |
| 1102 | Bug: 149934536 |
| 1103 | Change-Id: Ib0f9da18e10cc9ddf1a2f82ed767f237c89d3a41 |
| 1104 | Merged-In: Ib0f9da18e10cc9ddf1a2f82ed767f237c89d3a41 |
| 1105 | |
| 1106 | commit 03c38c5c665b08acb8d817bedc3ff78120f879da |
| 1107 | Author: Tony Wickham <twickham@google.com> |
| 1108 | Date: Thu Jun 25 15:51:33 2020 -0700 |
| 1109 | |
| 1110 | Rewrite long swipe resistance ("pullback") logic |
| 1111 | |
| 1112 | - Rename "pullback" to "resistance" to reduce confusion. |
| 1113 | - Remove mDragLengthFactorStartPullback & mDragLengthFactorMaxPullback |
| 1114 | - Add AnimatorControllerWithResistance, which has 2 controllers, one |
| 1115 | for the normal shift to overview, then one to apply the resistance |
| 1116 | when swiping beyond that. |
| 1117 | - Don't hack animator interpolators/progress; insteaad, allow progress |
| 1118 | to go > 1 (which will run the separate resistance animator). |
| 1119 | - Don't start launcher controller separately from window controller; |
| 1120 | instead, both are controlled by mCurrentShift in updateFinalShift(). |
| 1121 | - The resistance animation logic is shared by both the active window |
| 1122 | and launcher (RecentsView). |
| 1123 | |
| 1124 | Bug: 149934536 |
| 1125 | Change-Id: Ib0f9da18e10cc9ddf1a2f82ed767f237c89d3a41 |
| 1126 | |
| 1127 | commit eaf7a955467a5d189b982ee436a8eefaa30e3006 |
| 1128 | Author: Sunny Goyal <sunnygoyal@google.com> |
| 1129 | Date: Wed Jul 29 16:54:20 2020 -0700 |
| 1130 | |
| 1131 | Changing minimum supported Launcher version to 26 |
| 1132 | |
| 1133 | Change-Id: I49fcf874430ac53c3246371e179fbd828e14e4da |