commitlist.txt 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  1. COMMAND>> git log f99351888c3e5a128559678304fefd647472bc7f..4c3952dc60fc78d3816012a86d7e71747ef34c74
  2. commit 4c3952dc60fc78d3816012a86d7e71747ef34c74
  3. Merge: cb403d9e5 70e8b1572
  4. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  5. Date: Fri Oct 23 00:27:39 2020 +0000
  6. Merge "Minor stylistic changes in Workspace.java." into ub-launcher3-master
  7. commit cb403d9e5235c7323bc2fdffe6a264d17bb6d0a6
  8. Author: Pinyao Ting <pinyaoting@google.com>
  9. Date: Thu Oct 22 16:07:08 2020 -0700
  10. flip default value of minimal device feature flag
  11. Test: manual
  12. Change-Id: Iaf46dffb935bdf4b46e7c57d547bdc697250ec56
  13. commit a97557a15eb111616d868120a9f4659f1b451fa2
  14. Merge: f5ce80b8a 932a327eb
  15. Author: Tracy Zhou <tracyzhou@google.com>
  16. Date: Thu Oct 22 18:22:56 2020 +0000
  17. Merge "Consider overscroll adjustment of RecentsView for live tile" into ub-launcher3-master
  18. commit 932a327ebf0587b8324b9fea7d31328b2f6719a8
  19. Author: Tracy Zhou <tracyzhou@google.com>
  20. Date: Wed Oct 21 23:29:00 2020 -0700
  21. Consider overscroll adjustment of RecentsView for live tile
  22. Fixes: 171450807
  23. Test: manual
  24. Change-Id: I83eebf1f6b61c67f289db51aabe5a971815d0df1
  25. commit f5ce80b8a0a1636fc8159475177a07b281492c88
  26. Author: Hilary Huo <hhuo@google.com>
  27. Date: Wed Oct 14 16:35:55 2020 -0700
  28. [pixel-search] Latency analysis, add logging statement in launcher
  29. Bug: b/170675311
  30. Change-Id: I229ace399085bea1c3f9535eb713edd329dff8bd
  31. commit 31b03941ef3aa17edc08c1b509d4fa23766f2d2c
  32. Merge: e0a50c9e3 0731273d5
  33. Author: Tracy Zhou <tracyzhou@google.com>
  34. Date: Wed Oct 21 20:03:57 2020 +0000
  35. Merge "Track live tile better by considering resistance animation" into ub-launcher3-master
  36. commit 0731273d5409149fca32dfb2ad76eab45f6ea79a
  37. Author: Tracy Zhou <tracyzhou@google.com>
  38. Date: Wed Oct 21 12:03:40 2020 -0700
  39. Track live tile better by considering resistance animation
  40. Fixes: 170338029
  41. Test: Manual
  42. Change-Id: I66536bae567aa94385d5e0352cec9d46d512927a
  43. commit e0a50c9e3f1d4b9f113d6afae01ff2c4ed452fba
  44. Merge: d2c27a595 acfac6187
  45. Author: Alex Chau <alexchau@google.com>
  46. Date: Wed Oct 21 17:02:57 2020 +0000
  47. Merge "Use Diplay.getMetrics in DisplayController" into ub-launcher3-master
  48. commit d2c27a595065d43bbea37dd2a512d37080f5233e
  49. Merge: ff8febabb 8b488ccc2
  50. Author: Tracy Zhou <tracyzhou@google.com>
  51. Date: Wed Oct 21 07:19:48 2020 +0000
  52. Merge "[Live Tile] Support launching running task animation" into ub-launcher3-master
  53. commit 8b488ccc2e433a708c8b06f0b6866f2a305e4b0a
  54. Author: Tracy Zhou <tracyzhou@google.com>
  55. Date: Wed Oct 14 12:13:04 2020 -0700
  56. [Live Tile] Support launching running task animation
  57. Fixes: 170338170
  58. Test: manual
  59. Change-Id: I2526b7cfbacaea7899b8e2ed233f913630071d36
  60. commit 70e8b157219e9090ba5e47fdfa51b2b92e98449d
  61. Author: Andy Wickham <awickham@google.com>
  62. Date: Wed Oct 7 23:00:06 2020 -0700
  63. Minor stylistic changes in Workspace.java.
  64. Change-Id: Ib07611f27cbc427d11abccd8b74ea144485752f7
  65. commit acfac6187dd9d13d55b566a77a5da867a1813573
  66. Author: Alex Chau <alexchau@google.com>
  67. Date: Mon Oct 19 18:00:39 2020 +0100
  68. Use Diplay.getMetrics in DisplayController
  69. - This is a workaround of b/163815566, where DisplayMetrics is stale
  70. when onDisplayChanged is called.
  71. - Instead of relying on stale DisplayConext, get the DisplayMetrics
  72. from the Display directly.
  73. - Also optimized how DisplayController.Info is created by passing in
  74. Display only
  75. - Use mDisplayContext.getDisplay directly if availalbe
  76. Bug: 163815566, 160544577
  77. Test: DPI looks correct on device boot
  78. Change-Id: I2a7454bb8cf2073ce592e8662781b87fc998444f
  79. (cherry picked from commit 177c38243dc3bf245d1f7db3c265dfb56522f441)
  80. commit ff8febabb039a3c27ee068f85119860a048b917c
  81. Merge: b03d2b416 102746823
  82. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  83. Date: Tue Oct 20 17:46:09 2020 +0000
  84. Merge "Makes Plugin Settings gear adjust to dark mode." into ub-launcher3-master
  85. commit b03d2b41616d479ba360fa4f97e57722c7f57b8e
  86. Merge: fb79f5541 caa1e9c39
  87. Author: Hyunyoung Song <hyunyoungs@google.com>
  88. Date: Tue Oct 20 15:25:56 2020 +0000
  89. Merge "Search query method should support multiple consumers" into ub-launcher3-master
  90. commit fb79f5541dcbe587002756bb40a3c632d38cc25a
  91. Merge: f6b05068d cf0b275a4
  92. Author: Schneider Victor-tulias <victortulias@google.com>
  93. Date: Tue Oct 20 13:51:06 2020 +0000
  94. Merge "Add the ability to specify a list of tutorial steps in the gesture sandbox tutorial intent." into ub-launcher3-master
  95. commit f6b05068d901d4e989b2e107c06f9c7a6e7b113f
  96. Author: Hyunyoung Song <hyunyoungs@google.com>
  97. Date: Tue Oct 20 00:19:29 2020 -0700
  98. Invert the badging
  99. Bug: 171171594
  100. Change-Id: If84fdc03254105c843e16f39f479505b16e1cd5f
  101. commit caa1e9c39978cb3b467b5ac441eb39b5e883fa2e
  102. Author: Hyunyoung Song <hyunyoungs@google.com>
  103. Date: Mon Oct 12 13:56:02 2020 -0700
  104. Search query method should support multiple consumers
  105. Bug: 170488559
  106. Change-Id: I64bef9523d3c3950c4ca3a4b9ce1d506d1672200
  107. commit 10274682339bb60cb24c50536b4f48f921970f3c
  108. Author: Andy Wickham <awickham@google.com>
  109. Date: Mon Oct 19 19:06:52 2020 -0700
  110. Makes Plugin Settings gear adjust to dark mode.
  111. It wasn't visible in dark mode before because it was
  112. black on black. This makes it adjust automatically.
  113. Change-Id: I5176cffc01842509ddafc4f30ff5029a0c4b8050
  114. commit 744a0fbeae8efaa942d21c61e25012d86f5ff81e
  115. Merge: 29c79947e 71f24588c
  116. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  117. Date: Mon Oct 19 22:17:26 2020 +0000
  118. Merge "Call click event on IME quick select for SearchResultIcon" into ub-launcher3-master
  119. commit 29c79947ecf82f662d02004ba9a7289017fc0783
  120. Merge: 13a2a010d a68ac3e5d
  121. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  122. Date: Mon Oct 19 18:42:05 2020 +0000
  123. Merge "Removing condition for CUJ tracing/metrics" into ub-launcher3-master
  124. commit 71f24588c0a66449a0c68bcb360a8c671914ce75
  125. Author: Samuel Fufa <sfufa@google.com>
  126. Date: Mon Oct 19 10:19:31 2020 -0700
  127. Call click event on IME quick select for SearchResultIcon
  128. Bug: 171131394
  129. Change-Id: I8a703e8d0ca10570e3f774510610d3fb4c0eaab8
  130. commit 13a2a010decd87eeaf8932430c692f587d2de165
  131. Author: Samuel Fufa <sfufa@google.com>
  132. Date: Sun Oct 18 21:19:57 2020 -0700
  133. Handle IME event for SearchResultIcon
  134. Bug: 171131394
  135. Test: Manual
  136. Change-Id: I2ed1c61053c78aaecc3324418229d69634a72ae4
  137. commit 1f79eeda76246534697e92740defc7f73c3c8d14
  138. Author: Samuel Fufa <sfufa@google.com>
  139. Date: Fri Oct 16 02:01:31 2020 -0700
  140. Remove hardcoded itemTypes from SearchTarget
  141. - Introduces componentName and userHandle members to SearchTarget
  142. - SearchTargetEvent now has searchTarget member
  143. - Builder pattern for SearchTarget and SearchTargetEvent
  144. - Search backend should add headers manually instead of launcher inferring sections
  145. Bug: 171026321
  146. Test: Manual
  147. Change-Id: I28e0455e82b925277a17703b9aa061c8f9f15262
  148. commit a68ac3e5dd23095cea7c872c0ff1c5042d1695ba
  149. Author: vadimt <vadimt@google.com>
  150. Date: Fri Oct 16 10:48:28 2020 -0700
  151. Removing condition for CUJ tracing/metrics
  152. Is doesn't reflect whether jank monitors is collecting metrics,
  153. which will eventually be always true anyways.
  154. Change-Id: Iaebdc838ed2b2cebd32c8c48d7e45bdd93f76fb4
  155. commit 9228ff53c2fb26850b7bd92d86214a6aaebb11d3
  156. Author: Sunny Goyal <sunnygoyal@google.com>
  157. Date: Mon Oct 12 13:43:51 2020 -0700
  158. Trimming activity and task label
  159. Bug: 170648272
  160. Change-Id: Icd099acee65305e0aa0f98a2a301a0df8a27cf07
  161. commit 7a09177e500a53205f9969bb6cbd4251d54e8fde
  162. Merge: 37ed5ead3 314761a80
  163. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  164. Date: Thu Oct 15 22:36:14 2020 +0000
  165. Merge "Setup SearchResultIcon for single cell results" into ub-launcher3-master
  166. commit 37ed5ead391df5747003b2d3a345be0347362f19
  167. Merge: d5bbe6809 702ed2788
  168. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  169. Date: Thu Oct 15 22:06:12 2020 +0000
  170. Merge "Fix the issue where shortcuts are removed in minimal device mode" into ub-launcher3-master
  171. commit 314761a80819a6e64a136161f51eebb0f0528c4d
  172. Author: Samuel Fufa <sfufa@google.com>
  173. Date: Wed Oct 14 10:15:07 2020 -0700
  174. Setup SearchResultIcon for single cell results
  175. SearchResultIcon will be able to render apps, shortcuts and remote actions. It can also handle its own focused state drawing.
  176. Screenshot: https://screenshot.googleplex.com/C3KgjJtLQTBPgaf
  177. Bug: 170752716
  178. Test: Manual
  179. Change-Id: I460a9c128ea3f5814784e342c5d5fa5b7e310882
  180. commit 702ed2788678ac744c768aad6a6302e7cf91a26b
  181. Author: Pinyao Ting <pinyaoting@google.com>
  182. Date: Wed Oct 14 11:17:04 2020 -0700
  183. Fix the issue where shortcuts are removed in minimal device mode
  184. When loading the workspace, Launcher pins/unpins shortcuts in comply
  185. with the loaded workspace. Since minimal device mode creates a mostly
  186. empty workspace, existing shortcuts are getting unpinned as a result.
  187. To mitigate the issue this CL compares the db name and only invoke
  188. sanitizeData when it matches the one defined in InvariantDeviceProfile.
  189. Bug: 170611866
  190. Test: manual
  191. 1. add some deep shortcut in workspace (e.g. long tap on chrome, drag
  192. "incognito tab" to workspace)
  193. 2. opt-in to sunshine fishfood (g/sunshine-teamfood)
  194. 3. enable bedtime mode with minimal device in Settings -> Digital
  195. Wellbeing -> Show Your Data -> Bedtime mode -> Customize -> minimal
  196. device
  197. 4. toggle bedtime mode, wait for apps in minimal device to show, then
  198. toggle off bedtime mode
  199. 5. verify the deep shortcut still exist
  200. Change-Id: Ie18216ecb288e7481aa2404c4cb3ea418aee85cb
  201. commit cf0b275a48d3c9f91a346f7fc24b9604f6dde25a
  202. Author: Schneider Victor-tulias <victortulias@google.com>
  203. Date: Tue Oct 6 09:33:40 2020 -0400
  204. Add the ability to specify a list of tutorial steps in the gesture sandbox tutorial intent.
  205. Added tutorial_steps string array in the intent to allow specifying an ordered list of tutorial steps.
  206. Change-Id: Ic42a65598a74a64f8441a22f58c6cd988a5762e3
  207. commit d5bbe6809dcc056fbfc307909b171651f0fb3044
  208. Author: Samuel Fufa <sfufa@google.com>
  209. Date: Wed Oct 14 15:39:38 2020 -0700
  210. Rename shrotcut container to deep-shrotcuts
  211. Change-Id: If94f0dfa447235f3b1a652f7b6c749695b42d97c
  212. commit 26c1105fa04c2bcc156051e51df90a6a253349bb
  213. Author: Samuel Fufa <sfufa@google.com>
  214. Date: Tue Oct 13 01:12:03 2020 -0700
  215. [search api part 1] Setup centralized SearchEventTracker
  216. - Rename AdapterItemWIthPayload to SearchAdapterItem, PayloadResultHandler to SearchTargetHandler
  217. - Setup SliceViewWrapper for self contained slices
  218. Bug: 170702596
  219. Change-Id: I0baf984ec8123c95011abcc17372f8d055e98ad7
  220. commit 057f2d0d7df67e3680e479ac76b48b30d8bcf884
  221. Merge: 4bb65ff51 9a6145efb
  222. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  223. Date: Tue Oct 13 01:57:47 2020 +0000
  224. Merge "Introduce shortcut container for hotseat event reporting" into ub-launcher3-master
  225. commit 4bb65ff516c6d9a429971ab7e04780792d5cb751
  226. Merge: 69740e62b 2afcab804
  227. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  228. Date: Tue Oct 13 00:07:36 2020 +0000
  229. Merge "Search UI clean up" into ub-launcher3-master
  230. commit 2afcab804b638ff3b9da5bad40c8f70bdcaae78d
  231. Author: Samuel Fufa <sfufa@google.com>
  232. Date: Mon Oct 12 15:38:14 2020 -0700
  233. Search UI clean up
  234. - Resolve spacing issue when work profile is installed
  235. - Cache play icons and use icon shape
  236. - Only draw focus indicator for the first result
  237. Bug: 170487752
  238. Bug: 170665892
  239. Change-Id: I864d2e796786637132e127ef9b418c0a76c74d6e
  240. commit 69740e62be3800fc918648009645f7a8e52cb73d
  241. Merge: 2d7bfc878 979da64d8
  242. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  243. Date: Mon Oct 12 20:53:29 2020 +0000
  244. Merge "Add app start source info of apps launched from launcher" into ub-launcher3-master
  245. commit 2d7bfc8782e9ed01178672aeb09ba2a6a07f4f4c
  246. Author: Jon Miranda <jonmiranda@google.com>
  247. Date: Mon Oct 12 12:09:22 2020 -0700
  248. Fix shadowRadius not being used in swipe up animation.
  249. Bug: 168608912
  250. Change-Id: I08f7bb057237e5061d5f1fc29afb488b204ee385
  251. commit a433fe1fb34715efb38ed094f39da49fce8cd51e
  252. Merge: 2de606fe7 0471b9836
  253. Author: Sunny Goyal <sunnygoyal@google.com>
  254. Date: Mon Oct 12 18:08:35 2020 +0000
  255. Merge "Using FrameCallbacks instead of windowCallbacks for surface removal" into ub-launcher3-master
  256. commit 9a6145efb85f2bbdaccc07166a55e22c15fe27db
  257. Author: Samuel Fufa <sfufa@google.com>
  258. Date: Mon Oct 12 09:33:00 2020 -0700
  259. Introduce shortcut container for hotseat event reporting
  260. Bug: 170636685
  261. Test: Manual
  262. Change-Id: I5abeb17976bbafdc8cc74fb8b9a586d544c682fc
  263. commit 2de606fe731573c081fd2d6ba166e21ea6aa2e9c
  264. Author: Yogisha Dixit <ydixit@google.com>
  265. Date: Mon Oct 12 15:36:07 2020 +0100
  266. Delete the minimal database to force refresh.
  267. Bug: 169771796
  268. Test: manual
  269. Change-Id: Ic2188bb162f295c208346861fddc137ace19ddcb
  270. commit 0471b9836c9e382dc14bdc3abdf8502fb2b9f266
  271. Author: Sunny Goyal <sunnygoyal@google.com>
  272. Date: Wed Sep 23 13:54:37 2020 -0700
  273. Using FrameCallbacks instead of windowCallbacks for surface removal
  274. WindowCallbacks is called during the draw pass, before the frame has
  275. been sent to the surfaceFlinger. Frame callback will provide a closer
  276. approximation for when the frame is actually rendered on screen.
  277. Bug: 141126144
  278. Change-Id: I62aab526c2ca24b00b5e7b312b36080f26c7b439
  279. commit 2727434c44d06882925369bf4b43687a06be4a3f
  280. Merge: 59f532fe9 1b9e199b3
  281. Author: Schneider Victor-tulias <victortulias@google.com>
  282. Date: Fri Oct 9 20:09:08 2020 +0000
  283. Merge "Fix hotseat and prediction row to allow updates when empty." into ub-launcher3-master
  284. commit 59f532fe9e2b1817c094641f3c7c517f42e4faf0
  285. Merge: d2bfce71f b5334e3f0
  286. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  287. Date: Fri Oct 9 19:52:54 2020 +0000
  288. Merge "Improve search section header" into ub-launcher3-master
  289. commit 979da64d8254599c332d83bf94f3f1fc3fe45fef
  290. Author: Riddle Hsu <riddlehsu@google.com>
  291. Date: Tue Sep 22 21:52:40 2020 +0800
  292. Add app start source info of apps launched from launcher
  293. Bug: 166614700
  294. Test: Enable statsd log: "adb shell cmd stats print-logs"
  295. adb logcat | grep statsd | grep "(48)"
  296. The line may contain 0x100000->1[I] 0x110000->10[I]
  297. that means 1=from launcher and 10=latency 10ms.
  298. Change-Id: Iddaff7066b66e241ba58ec87129ddbe2c531dc7e
  299. (cherry picked from commit 7bdf3574a3bff06a377b4364877687bfa7619d06)
  300. commit d2bfce71f776fd05633dfd915dfc664309274677
  301. Merge: ed4530fed 222afb970
  302. Author: Winson Chung <winsonc@google.com>
  303. Date: Fri Oct 9 16:39:06 2020 +0000
  304. Merge "Comply with the ISystemUiProxy.aidl change" into ub-launcher3-master
  305. commit ed4530fedda0bf876f91d0745fc70d0f30d42991
  306. Merge: 692d2109a 9d4a96ed0
  307. Author: Winson Chung <winsonc@google.com>
  308. Date: Fri Oct 9 16:39:06 2020 +0000
  309. Merge "Add latency metrics for recents gesture" into ub-launcher3-master
  310. commit 1b9e199b3d9c81c793758d96bb03e0c51c1b3fb1
  311. Author: Schneider Victor-tulias <victortulias@google.com>
  312. Date: Thu Oct 8 15:50:22 2020 -0400
  313. Fix hotseat and prediction row to allow updates when empty.
  314. Rotating the screen in the homescreen empties the hotseat, however it does not get populated while it is visible to the user. The user should not be able to see an empty hotseat or prediction row if predictions are available. It should therefore be possible to populate these when they are empty even if they are visible to the user.
  315. Change-Id: I8e5252bd29050c2cd9d443aedcb3f3e305c0e2d7
  316. commit b5334e3f07f0561808a2d6e9bba55f1e3a89191e
  317. Author: Hyunyoung Song <hyunyoungs@google.com>
  318. Date: Fri Oct 9 00:50:48 2020 -0700
  319. Improve search section header
  320. Change-Id: I47cf207f0d0ab792c0e7a47c9d1185eec087ec88
  321. commit 692d2109a6702706d24b3b819d115882f7362509
  322. Author: Samuel Fufa <sfufa@google.com>
  323. Date: Thu Oct 8 18:42:48 2020 -0700
  324. invalidate itemDecoration on predictedRow focus draw
  325. Change-Id: I66c731f00ae1c1292c51ff281957f05fd2d70dfa
  326. commit 8d5b118060bff7f7518a9a14c0be5d265621f14c
  327. Author: Samuel Fufa <sfufa@google.com>
  328. Date: Thu Oct 8 13:11:25 2020 -0700
  329. Revert PredictionRow shuoldDraw check
  330. + Show Rounded play result icons
  331. Bug: 168805872
  332. Test: Manual
  333. Change-Id: I663c7f7ca1f1ac072e5e9c441deabef7c3fbd97b
  334. commit 86f8df6cf954ac27ab092b9ef8a4db3c9979c4cb
  335. Merge: 4d19854b2 16045060c
  336. Author: Hilary Huo <hhuo@google.com>
  337. Date: Thu Oct 8 18:43:51 2020 +0000
  338. Merge "[pixel-search] add escape hatch" into ub-launcher3-master
  339. commit 4d19854b25a54599fe9b0ac8be9d60cf6c21d7ba
  340. Merge: 0827e1e32 ab9ad20be
  341. Author: Samuel Fufa <sfufa@google.com>
  342. Date: Thu Oct 8 18:40:56 2020 +0000
  343. Merge "Search UI cleanup" into ub-launcher3-master
  344. commit 16045060c35639aea85afc572bea768d16e6c9f9
  345. Author: Hilary Huo <hhuo@google.com>
  346. Date: Thu Oct 8 10:18:41 2020 -0700
  347. [pixel-search] add escape hatch
  348. Change-Id: I33ffea1fc0859564955380d7d1db317293d1a2cb
  349. commit 0827e1e32a5f99fa02418dae37270c6db8c989d2
  350. Merge: 3463f0a87 68d7a6e5b
  351. Author: Andy Wickham <awickham@google.com>
  352. Date: Thu Oct 8 16:53:29 2020 +0000
  353. Merge "Adds feature flag for BC Smartspace." into ub-launcher3-master
  354. commit ab9ad20be600d1cbdc6b54a491d5fbb4c2cf9c16
  355. Author: Samuel Fufa <sfufa@google.com>
  356. Date: Wed Oct 7 15:18:24 2020 -0700
  357. Search UI cleanup
  358. - offset all apps header padding with search input margin
  359. - avoid check shouldDraw check on HeaderRow. (race condition)
  360. Bug: 170263425
  361. Change-Id: I11a1fbb448aa6afd18ec0984af9bb8b1d7600f69
  362. commit 68d7a6e5b28af8cc55bdae7efc24cc7ebee81257
  363. Author: Andy Wickham <awickham@google.com>
  364. Date: Wed Oct 7 14:27:17 2020 -0700
  365. Adds feature flag for BC Smartspace.
  366. Change-Id: Iaf9fb7507d0ccd004a4e00188c75dadd6a059246
  367. commit 3463f0a876ff486ce03e160134e0504158271a92
  368. Merge: 2470d812a 4b7f38b8f
  369. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  370. Date: Wed Oct 7 20:09:04 2020 +0000
  371. Merge "Align fallback result query with result text" into ub-launcher3-master
  372. commit 2470d812a1ae989e67781e5056b534ad9a960819
  373. Merge: cae7d74d8 7a6e4c931
  374. Author: Vadim Tryshev <vadimt@google.com>
  375. Date: Wed Oct 7 20:04:09 2020 +0000
  376. Merge "Annotating Quick Switch CUJ for 3-button mode" into ub-launcher3-master
  377. commit cae7d74d898769727105850ea5473c2c0ae25fdb
  378. Merge: e9bf2bd14 1fddddb4f
  379. Author: Tony Wickham <twickham@google.com>
  380. Date: Wed Oct 7 18:32:48 2020 +0000
  381. Merge "Update launcher_trace.proto for quick switch" into ub-launcher3-master
  382. commit 7a6e4c931f13b369bfa4328196b4632d6d848a19
  383. Author: vadimt <vadimt@google.com>
  384. Date: Tue Oct 6 14:09:16 2020 -0700
  385. Annotating Quick Switch CUJ for 3-button mode
  386. Bug: 169221288
  387. Change-Id: Ief62345fe6004dde699f44aa0c90329b7cd84e8b
  388. commit 4b7f38b8fa004b514244304fcc07ff514a2fa46b
  389. Author: Samuel Fufa <sfufa@google.com>
  390. Date: Tue Oct 6 18:37:46 2020 -0700
  391. Align fallback result query with result text
  392. screenshot: https://screenshot.googleplex.com/6Daj5vdmz2jmznX
  393. bug: 169438169
  394. test: Manual
  395. Change-Id: Ie621ed3c834aec5e9467607da4f685d05d152183
  396. commit 222afb970434c7972589adfc509bd2c256ca6556
  397. Author: Hongwei Wang <hwwang@google.com>
  398. Date: Fri Oct 2 13:51:36 2020 -0700
  399. Comply with the ISystemUiProxy.aidl change
  400. Two methods are added to support communications between Launcher and
  401. SysUI when user swipes an auto PiP-able Activity to home.
  402. Bug: 143965596
  403. Test: N/A
  404. Change-Id: I2c73a287a094e882bde3cd71c27f9f66ae20e64a
  405. (cherry picked from commit 88ddae38db924f700082a113670ce5a719116a95)
  406. commit 9d4a96ed029fdad1e369d5eedd082938f0dc9e01
  407. Author: Riddle Hsu <riddlehsu@google.com>
  408. Date: Wed Sep 30 00:32:04 2020 +0800
  409. Add latency metrics for recents gesture
  410. Pass the touch down time to RecentsAnimation#startRecentsActivity.
  411. Bug: 169221287
  412. Test: Enable statsd log: "adb shell cmd stats print-logs"
  413. Touch gesture navigation bar.
  414. adb logcat | grep statsd | grep "(48)"
  415. The line may contain 0x100000->4[I] 0x110000->20[I]
  416. that means 4=by recents and 20=latency 20ms.
  417. Change-Id: I81ee804895b7712f4d925736f5b4694c11a12cbe
  418. (cherry picked from commit 63623967b83edad56db58173ebb6687c685b9177)
  419. commit e9bf2bd14c9a7a48f8f93687932d41b1418cf4e4
  420. Merge: 73ae75474 d028937e7
  421. Author: Tracy Zhou <tracyzhou@google.com>
  422. Date: Wed Oct 7 02:19:04 2020 +0000
  423. Merge "[Live tile] Finish recents animation when the phone goes to sleep in live tile mode" into ub-launcher3-master
  424. commit 1fddddb4f30505e0fc9bb2e7c0d88b38ad900e54
  425. Author: Tony Wickham <twickham@google.com>
  426. Date: Tue Sep 29 17:29:06 2020 -0700
  427. Update launcher_trace.proto for quick switch
  428. Sample output from one entry:
  429. entry {
  430. elapsed_realtime_nanos: 440461382888540
  431. launcher {
  432. touch_interaction_service {
  433. service_connected: true
  434. overview_component_obvserver {
  435. overview_activity_started: true
  436. overview_activity_resumed: false
  437. }
  438. input_consumer {
  439. name: "TYPE_OTHER_ACTIVITY:TYPE_ONE_HANDED"
  440. swipe_handler {
  441. gesture_state {
  442. endTarget: NEW_TASK
  443. }
  444. is_recents_attached_to_app_window: true
  445. scroll_offset: 846
  446. app_to_overview_progress: 0
  447. }
  448. }
  449. }
  450. }
  451. }
  452. Bug: 167259591
  453. Change-Id: I7f199d88f1d736efcea6b9165b8c4b77a5d27c58
  454. commit 73ae75474ec1dd8807d814ea6c22323905d2070c
  455. Merge: 8a6f3e40d 0ebbc1880
  456. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  457. Date: Tue Oct 6 23:18:44 2020 +0000
  458. Merge "Removing tracing for a gone flake" into ub-launcher3-master
  459. commit 8a6f3e40d0321217c624055db7929c397e455e0c
  460. Merge: e29a9f796 565ed4ff6
  461. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  462. Date: Tue Oct 6 22:49:40 2020 +0000
  463. Merge "Update Search UI" into ub-launcher3-master
  464. commit 0ebbc18803aaf8ef2f6db7d628d7ae1ce322e842
  465. Author: vadimt <vadimt@google.com>
  466. Date: Tue Oct 6 14:52:27 2020 -0700
  467. Removing tracing for a gone flake
  468. Bug: 156044202
  469. Change-Id: Ice142bb941fee7b731f46c2073fab17d83bbc871
  470. commit 565ed4ff69b534812818a2b9aa8789a1aea210eb
  471. Author: Samuel Fufa <sfufa@google.com>
  472. Date: Wed Sep 30 10:42:07 2020 -0700
  473. Update Search UI
  474. [preview attached to bug]
  475. Bug: 169438169
  476. Test: Manual
  477. Change-Id: I085f3dd38ac373c1afab82a637ec08715a6e0cc5
  478. commit e29a9f7961e6db0915bc028ef7e871dcb2c8bde0
  479. Merge: 2c5ed10ff be17bdcd2
  480. Author: Jayaprakash Sundararaj <jayaprakashs@google.com>
  481. Date: Tue Oct 6 21:00:20 2020 +0000
  482. Merge "[Search] Add logging to People and badding as to icons." into ub-launcher3-master
  483. commit be17bdcd221f501c45876abe2249c1007858d0c0
  484. Author: jayaprakashs <jayaprakashs@google.com>
  485. Date: Mon Oct 5 09:01:52 2020 -0700
  486. [Search] Add logging to People and badding as to icons.
  487. Change-Id: I65948a2faca436216a94aa46139d425b8eade827
  488. commit 2c5ed10ffa1a870de35f9b3c0c558270aff498dd
  489. Merge: b2b65a1ef 8ed9707cf
  490. Author: Tracy Zhou <tracyzhou@google.com>
  491. Date: Tue Oct 6 18:40:57 2020 +0000
  492. Merge "[Live Tile] Support launching another task (other than the current running task) in Overview" into ub-launcher3-master
  493. commit b2b65a1ef58b020923d112051535b6eb83b582df
  494. Merge: 3cf264f49 4c14f4b9e
  495. Author: Samuel Fufa <sfufa@google.com>
  496. Date: Tue Oct 6 17:45:35 2020 +0000
  497. Merge "Avoid double search item highlight" into ub-launcher3-master
  498. commit 8ed9707cf3a4300cb61942f08f0752c80eed086b
  499. Author: Tracy Zhou <tracyzhou@google.com>
  500. Date: Mon Sep 14 23:25:37 2020 -0700
  501. [Live Tile] Support launching another task (other than the current running task) in Overview
  502. - Get rid of the defer cancelation logic
  503. - Render animation on the task view of the task being launched upon task view appeared callback
  504. - Finish the recents animation upon the end of the recents window animation
  505. Fixes: 164926736
  506. Test: manual
  507. Change-Id: Ibffb6a9c74c235efc8615a22b0306551532c7b61
  508. commit 3cf264f498e37c482fa4c559bf48ffa791279585
  509. Author: Schneider Victor-tulias <victortulias@google.com>
  510. Date: Tue Sep 22 12:58:38 2020 -0700
  511. Prevent hotseat updates if it is visible to the user.
  512. Test: manual
  513. Fixes: 168653219
  514. Changing app icons under the user's finger could be disruptive. Added a checks for whether the hotseatand all apps predictions are visible and callbacks to update them when they become hidden.
  515. Change-Id: Ib9e6e904e9f662ecfaeea6a2fe21d1d81ba39b96
  516. commit b6aff1f56d55a36256446ec3970d92e9da39b98c
  517. Author: Hyunyoung Song <hyunyoungs@google.com>
  518. Date: Mon Oct 5 16:08:35 2020 -0700
  519. Fix NPE inside RecentsOrientedState
  520. Bug: 169963211
  521. Change-Id: I86dd337dc1b862f3fa99b91b47fa250076233f96
  522. commit eab40983b9a48b933bde5ca95a82ebd4d83b233d
  523. Merge: 83ce7c0b5 020e628f2
  524. Author: Jonathan Miranda <jonmiranda@google.com>
  525. Date: Mon Oct 5 22:20:27 2020 +0000
  526. Merge "Add shadow radius to windows during app launch / close animations." into ub-launcher3-master
  527. commit 83ce7c0b5e461386bb92883a8d6cefe8365cd9ae
  528. Merge: 679d920bf d6b1f3c08
  529. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  530. Date: Mon Oct 5 19:18:39 2020 +0000
  531. Merge "Action icon should be used as a badge instead of main icon" into ub-launcher3-master
  532. commit 679d920bf5151cffed4e8186c12c25d8d7907af9
  533. Merge: e108cc609 0c943966d
  534. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  535. Date: Mon Oct 5 19:13:50 2020 +0000
  536. Merge "Add null check for input receiver before updating batching" into ub-launcher3-master
  537. commit e108cc609d0a7fd58f0c7e16ce45fa79be6dd272
  538. Merge: 470403eb5 f622e42bf
  539. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  540. Date: Mon Oct 5 18:39:58 2020 +0000
  541. Merge "Removing unused proto extensions" into ub-launcher3-master
  542. commit 470403eb58879380e2edac2262dc7f40327b2a15
  543. Merge: a5130482a 1d7ed30db
  544. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  545. Date: Mon Oct 5 18:29:54 2020 +0000
  546. Merge "Remove widgets that no longer fit the workspace in their current spans." into ub-launcher3-master
  547. commit 4c14f4b9eda8332347c81e0cf51c5de4dbc06399
  548. Author: Samuel Fufa <sfufa@google.com>
  549. Date: Mon Oct 5 10:50:00 2020 -0700
  550. Avoid double search item highlight
  551. Change-Id: Ic2e28b18f6d5e3ed32cd5646bc3bb4789c378e57
  552. commit 0c943966d373d8ae7eef2b08e88ac44bf57d8a8d
  553. Author: Winson Chung <winsonc@google.com>
  554. Date: Mon Oct 5 10:23:27 2020 -0700
  555. Add null check for input receiver before updating batching
  556. - A change in the system (ie. sysui crash or nav mode change) could
  557. cause the input monitor to be disposed before the swipe animation
  558. settles
  559. Bug: 170121063
  560. Test: Kill sysui while swiping up
  561. Change-Id: I1417b109fecdb98fae6197c7038dbe9307470853
  562. commit a5130482aee1b0592661bc1c6e178a0de7a163da
  563. Merge: b21819e18 7fcd74abb
  564. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  565. Date: Mon Oct 5 17:14:21 2020 +0000
  566. Merge "Suggest result should launch Bug: 169980192" into ub-launcher3-master
  567. commit d028937e74a9ea6d36e463de4c87ed37283bbdf6
  568. Author: Tracy Zhou <tracyzhou@google.com>
  569. Date: Sat Oct 3 00:36:53 2020 -0700
  570. [Live tile] Finish recents animation when the phone goes to sleep in live tile mode
  571. Fixes: 169988381
  572. Test: manual
  573. Change-Id: Ic71d3e6767eadb6854dbd46581bf9d3242c161a4
  574. commit 7fcd74abb399100ac8243be6ca28c09cc8adc8c8
  575. Author: Hyunyoung Song <hyunyoungs@google.com>
  576. Date: Fri Oct 2 19:20:11 2020 -0700
  577. Suggest result should launch
  578. Bug: 169980192
  579. Change-Id: I762245a5cc4740d093c9cb3b44a508e9e3f2b763
  580. commit b21819e181e99504c22c6ca028261a1f2665c6f9
  581. Merge: 931bce369 a762b0241
  582. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  583. Date: Fri Oct 2 22:07:12 2020 +0000
  584. Merge "Annotating Quick Switch CUJ for non-3-button modes" into ub-launcher3-master
  585. commit a762b02418695f5a1ff2f96586660de8c3610280
  586. Author: vadimt <vadimt@google.com>
  587. Date: Fri Oct 2 13:56:28 2020 -0700
  588. Annotating Quick Switch CUJ for non-3-button modes
  589. Bug: 169221288
  590. Change-Id: I7145a9e28a2f0a789d19d2a0e3d15630c6e50f6a
  591. commit 931bce3697595a214023bc72923dad47a61d5711
  592. Merge: c935ba6b8 733e3c609
  593. Author: TreeHugger Robot <treehugger-gerrit@google.com>
  594. Date: Fri Oct 2 19:19:50 2020 +0000
  595. Merge "Moving some initializations to the background thread" into ub-launcher3-master
  596. commit c935ba6b8a2ec163533c0b19309dacb6199e6552
  597. Merge: a4111f250 58804ac52
  598. Author: Sunny Goyal <sunnygoyal@google.com>
  599. Date: Fri Oct 2 18:26:06 2020 +0000
  600. Merge "Adding stats log for add item flow" into ub-launcher3-master
  601. commit 733e3c609b7653a36e58747c881458ec00d98df8
  602. Author: Sunny Goyal <sunnygoyal@google.com>
  603. Date: Tue Sep 29 10:32:32 2020 -0700
  604. Moving some initializations to the background thread
  605. HandlerThread.getLooper blocks until the thread is ready. Instead
  606. moving all looper dependency to the new thread itself.
  607. Change-Id: I240e8c56b855a991433a7fe93875059e6dab146b
  608. commit 58804ac5257f45dddbf7a6db35cf8f369ee1e88e
  609. Author: Sunny Goyal <sunnygoyal@google.com>
  610. Date: Wed Sep 16 16:27:40 2020 -0700
  611. Adding stats log for add item flow
  612. Bug: 169385783
  613. Bug: 168167693
  614. Change-Id: I37395f1b118727f67e0f14c02f945b8213b165c8
  615. commit a4111f250003328d1aef8bbaab59512208ec46cb
  616. Merge: 8d14dbe04 f6b72c4ad
  617. Author: Hilary Huo <hhuo@google.com>
  618. Date: Fri Oct 2 17:41:22 2020 +0000
  619. Merge "[pixel-search] Bug fix: automatically launch screenshot + center&crop remoteaction icon" into ub-launcher3-master
  620. commit f622e42bf6983d3adb95386bfd6375d281f1d4f2
  621. Author: Sunny Goyal <sunnygoyal@google.com>
  622. Date: Fri Oct 2 10:35:56 2020 -0700
  623. Removing unused proto extensions
  624. Change-Id: I6d0319c99934dad5176b6f70b895a4ca772ec45f
  625. commit d6b1f3c086f9ac097cd03e1ee898b153478ec11a
  626. Author: Hyunyoung Song <hyunyoungs@google.com>
  627. Date: Fri Oct 2 00:26:35 2020 -0700
  628. Action icon should be used as a badge instead of main icon
  629. Bug: 169796517
  630. Change-Id: I3f07fdc2ae6e1af463701f942c26c3ca5d836ee2
  631. commit f6b72c4ad1d2e082441a64c4d6a5a02ee8a251ca
  632. Author: Hilary Huo <hhuo@google.com>
  633. Date: Thu Oct 1 12:26:48 2020 -0700
  634. [pixel-search] Bug fix: automatically launch screenshot + center&crop remoteaction icon
  635. Bug: b/169330678
  636. Change-Id: Id5f8a0ce6d68f7ed9e4d1ff258ee3772229eb63b
  637. commit 1d7ed30dba4b2c71fc7b0981532a872a13e5aedb
  638. Author: Jon Miranda <jonmiranda@google.com>
  639. Date: Wed Sep 23 12:15:43 2020 -0700
  640. Remove widgets that no longer fit the workspace in their current spans.
  641. This can happen when display size changes.
  642. We compare span sizes of widget in the db to the min sizes of the widget
  643. in the current display size. If the widget can no longer fit in its existing
  644. spans, we remove it.
  645. Also update test widgets to have minWidth/minHeight of 1dp. This ensures that
  646. the spanX, spanY, min* values remain consistent between different test devices.
  647. Bug: 168818961
  648. Change-Id: I723372e4582658f78b2f23ced9073cb77977a6b8
  649. commit 020e628f22cc7975beab439c6da26af2f9ebc15b
  650. Author: Jon Miranda <jonmiranda@google.com>
  651. Date: Mon Sep 28 17:01:42 2020 -0700
  652. Add shadow radius to windows during app launch / close animations.
  653. Bug: 168608912
  654. Change-Id: I2ec50b0b3711c0861659f9c641bbc05fcdeaab45