summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-22Snap for 6855963 from 77c02901fdec31e26ec59d6f27f8c6a0115ba94d to ↵android-11.0.0_r31android-11.0.0_r29android-11.0.0_r28android-11.0.0_r27android-11.0.0_r26android-11.0.0_r24android-11.0.0_r23android-11.0.0_r22android-11.0.0_r21android-11.0.0_r20android-11.0.0_r19android-11.0.0_r18android11-qpr1-s2-releaseandroid11-qpr1-s1-releaseandroid11-qpr1-releaseandroid11-qpr1-d-s1-releaseandroid11-qpr1-d-releaseandroid-build-team Robot
rvc-qpr1-release Change-Id: If0abbe36af1ac5fdf7be2818437c489b75a5cdf5
2020-09-22Merge "Set the minimized_playback_controls GONE by default" into rvc-qpr-devandroid-11.0.0_r30android11-qpr1-c-releaseYabin Huang
2020-09-22[automerger skipped] Merge "DO NOT MERGE: Fix span computation" into ↵TreeHugger Robot
qt-car-dev am: c155dc0c72 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12621684 Change-Id: Iaa4fe174327c92920d92eb9198551ebd29f0ba06
2020-09-22Merge "DO NOT MERGE: Fix span computation" into qt-car-devTreeHugger Robot
2020-09-21Snap for 6852881 from b1c10ae6a256f23e2e39826382e63e3987d3cc49 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: Ic65e785bff0c66e1ba796c824cb781ac59ce0904
2020-09-21[automerger skipped] DO NOT MERGE Fix Now Playing toolbar initial state am: ↵Babak
ad06b66783 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12599153 Change-Id: I6252c0b2c2ab93cfd15e74f4a8b99ccf1bd9baf3
2020-09-21Merge "Use new installBaseLayoutAround() method" into rvc-qpr-devTreeHugger Robot
2020-09-18Use new installBaseLayoutAround() methodCole Faust
Playdough was requesting similar functionality to Media for base layouts without Activities, so a new method was added to support that. The new method allows us to simplify the Media implementation of base layouts, and add the ability to shrink the content container view independently of insets. Bug: 168503533 Test: Manually Change-Id: I37994f9572e468aa6bebab2608e4e081947fbfe4
2020-09-18DO NOT MERGE Fix Now Playing toolbar initial stateBabak
Bug: 167244976 Test: Manualy Change-Id: I2530ccac67fd536c0cfc9f6f3f81c75b7faee856
2020-09-17Snap for 6844997 from 726305c4941c965aecde4f15dacc354e9d939ec2 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I4836dfb27fce6d9502a96ef0c8488070694cda83
2020-09-17Merge changes from topic "2020-09-14-spans" into rvc-qpr-devTreeHugger Robot
* changes: Fix span computation Integrate the list limit updates
2020-09-16DO NOT MERGE: Fix span computationArnaud Berry
Fixes: 165387823 Bug: 159766205 Test: manual Change-Id: I626dea94f5e2df1793321fe8c60ee39a78523163
2020-09-16Snap for 6841706 from a92dded71d7a4e9f579586c6ae40db5512e5e4c1 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I0354aeb7ca6555ad6a69db28376c6e2629293f1f
2020-09-15Fix Now Playing toolbar initial stateBabak Bostan
Bug: 167244976 Test: Manualy Change-Id: I2530ccac67fd536c0cfc9f6f3f81c75b7faee856
2020-09-14Fix span computationArnaud Berry
Fixes: 165387823 Bug: 159766205 Test: manual Change-Id: I626dea94f5e2df1793321fe8c60ee39a78523163
2020-09-14Snap for 6834531 from 44a548a54a68e253bbb0a21cdca655196830ec73 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: Ib3204278d376f67701e3679f759f72b3c62542d7
2020-09-14Update queue button actived state properlyYabin Huang
Fixes: 168500636 Test: manual Change-Id: I342137c25228b8caafdb412aa0789a4c96e2b504
2020-09-14Merge "Remove custom toolbar back listeners" into rvc-qpr-devCole Faust
2020-09-12Snap for 6830177 from c0e390c558908f6a659283b8b3078958373702d8 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I9c12c654646ae1bec7a306e353896c1cee808984
2020-09-11Integrate the list limit updatesArnaud Berry
Introduce LimitedBrowseAdapter to keep BrowseAdapter unaware of UXR. Test: manual Bug: 159766205 Change-Id: Ia7fde40227988c90aacecc473c2d74c9b50c9677
2020-09-11[automerger skipped] DO NOT MERGE Integrate the list limit updates am: ↵Arnaud Berry
39e93f288b -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12523035 Change-Id: I66c2fd08835e5333c5dd4dc388d4456c5a81581e
2020-09-10Remove custom toolbar back listenersCole Faust
The toolbar will already call the Activity's onBackPressed() if there is no back listener that handles it. This was also needed for rickybobby where we wanted to add a back button to the top level Media fragment, and pressing it did nothing, but pressing the android back button did close MediaCenter. Test: Manually Bug: 168153824 Change-Id: Ia213b161197d6de495b4cf181120824636c7e598
2020-09-03DO NOT MERGE Integrate the list limit updatesArnaud Berry
Introduce LimitedBrowseAdapter to keep BrowseAdapter unaware of UXR. Test: manual Bug: 159766205 Change-Id: Ia7fde40227988c90aacecc473c2d74c9b50c9677
2020-08-31Set the minimized_playback_controls GONE by defaultYabin Huang
Fixes: 167300379 Test: manual Change-Id: Ia1fc0e71268e4367124abd998cc62f15a74a3b9d
2020-08-28Snap for 6799200 from 6b233f4e85269b95d55b34e2f3a1c269dba0fbc3 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I9d150a8e4b63fdb388ca10214510f5e293cbd1d8
2020-08-27Merge "Update the focus highlight of grid item" into rvc-qpr-devTreeHugger Robot
2020-08-27Snap for 6796148 from a83de6c8a9943fd552fc8b41c7055dfaceed3865 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I87905ef8bc76bafeeb43778c08474d3c465645ad
2020-08-27Import translations. DO NOT MERGE ANYWHEREBill Yi
Auto-generated-cl: translation import Change-Id: I5c258cbf2821c5dc71f33f787f5fcd46105f46c4
2020-08-26Update the focus highlight of grid itemYabin Huang
Fixes: 166306397 Test: manual Change-Id: I64777be7df82fab3eeb73beea3b1b760b3a20b64
2020-08-25Snap for 6790172 from cc4e9da88933701768fa6b075b0123c4bda2fa28 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: Icfdc573fee464250c37951aae0d01fb65d5abae3
2020-08-25Merge "Don't update queue button unnecessarily" into rvc-qpr-devTreeHugger Robot
2020-08-24Use insets to determine toolbar heightCole Faust
The insets should be used instead of the toolbar height changed listener. ToolbarController no longer has a height changed listener, it's deprecated. Media currently gets access to it via ToolbarControllerImpl, but even that doesn't work when the OEM-customized layout doesn't have the optional "background" view used to measure height. Fixes: 166175768 Test: Manually Change-Id: I51252affdd5c2b93c702f579975b85146c358d00
2020-08-24Don't update queue button unnecessarilyYabin Huang
Fixes: 166157612 Test: manual Change-Id: I8c19275d75b327f6e5fbe4181d144b777151574a
2020-08-20Snap for 6780056 from 35b6b0d38860237842ee61e964361027a178a7e1 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: Ibb6b173b98094508f135eb491aaffa861712dc06
2020-08-20Fix queue button glitch for long lists am: 99ac72909cBabak
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12381688 Change-Id: I9c69e4aa617537cc5738ec4e88f548cb9a174647
2020-08-20Fix queue button glitch for long listsBabak
Bug: 165817252 Test: Manual Change-Id: Iab35c725089bc2145a376fad9f4d5c0d8afda011
2020-08-20Merge "Adjust the bounds of browse list FocusArea" into rvc-qpr-devTreeHugger Robot
2020-08-20Merge "Don't allow nested FocusAreas in error fragment" into rvc-qpr-devTreeHugger Robot
2020-08-19Don't allow nested FocusAreas in error fragmentYabin Huang
This CL makes the FocusArea wrap around the text and button to avoid nested FocusArea. In order to maintain the flexible margin, it uses a Constraint layout inside the FocusArea. Fixes: 165682139 Test: manual Change-Id: If5c7cdaa18bd8bdc23357917fed53709ab513246
2020-08-19Adjust the bounds of browse list FocusAreaYabin Huang
This CL adjusts the bounds of browse list FocusArea, thus the browse list won't be a target FocusArea when nudging down from the minimized control bar. Fixes: 163582808 Test: manual Change-Id: I9299f98600d77092215161d23c1847261cea64bc
2020-08-18Snap for 6773961 from 441d3d76933f2d6f834726b0870dbed9bf0914c1 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I242b9dfdcb60a2b176da2fd4c646fb31c7008e72
2020-08-18Merge "Move some of the media error handling code to car-media-common" into ↵TreeHugger Robot
rvc-qpr-dev
2020-08-17Move some of the media error handling code to car-media-commonArnaud Berry
Fixes: 165084717 Test: manual Change-Id: I5caf97530ccfec43d421cc139d4cd020df180aeb
2020-08-14Snap for 6764940 from f40bc338eb7dc7cb02cd7e11667d3260937c7057 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: I97d48d0efbd5a77e606ef67bffbc4e715883af80
2020-08-13Merge "Make seek bar support direct manipulation mode" into rvc-qpr-devTreeHugger Robot
2020-08-13Make seek bar support direct manipulation modeYabin Huang
And update the background of seekbar thumb to support direct manipulation mode, including: 1. Rename the existing seekbar_background to seekbar_progress 2. Create a new seekbar_background and set it as the seekbar's background 3. Update the seekbar_thumb so that it can draw 2 rings around the thumb when the seekbar is selected 4. Use media source color to set the color of the thumb, excluding the color of the 2 rings around the thumb Bug: 161483857 Test: manual Change-Id: I183b5c803e9e6638e73735761128182019c4b697
2020-08-08Snap for 6748432 from 55271c5a4c2b39fbb8091aaee8c39dd1451c5459 to ↵android-build-team Robot
rvc-qpr1-release Change-Id: Ib5f291dd9a191fc4ce60a725ea17285c743312fa
2020-08-08[automerger skipped] DO NOT MERGE: Add uxr limits to browse and search. am: ↵Arnaud Berry
7a8f620f51 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12335075 Change-Id: I82785cb878431d27c5dd67712472f3c71dcf2560
2020-08-08[automerger skipped] DO NOT MERGE: Add uxr content limits for the playback ↵Arnaud Berry
queue am: a97f37d274 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/Media/+/12334667 Change-Id: I82a357dcc5117135b7b7c6bf3c08d67ddba7b1a3
2020-08-07DO NOT MERGE: Add uxr limits to browse and search.Arnaud Berry
Bug: 160737112 Bug: 159766205 Test: manual Change-Id: I419f9b9b8ee9448f32ef84a4383f523f9787986f