<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_Car_libs, branch oreo-security-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/'/>
<entry>
<title>Fixing CarDrawerActivity bug</title>
<updated>2017-03-27T18:28:31+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-03-24T22:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=7901432126584be2601424b0969092d0d1374c65'/>
<id>7901432126584be2601424b0969092d0d1374c65</id>
<content type='text'>
- PagedListView was only showing 15 items due to default legacy behavior.
  Overriding that in CarDrawerActivity.

Bug: 32019250
Change-Id: Ie77ad706d13574b7fd2b8ee542b8087019d02689
Test: Manually in KitchenSink
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- PagedListView was only showing 15 items due to default legacy behavior.
  Overriding that in CarDrawerActivity.

Bug: 32019250
Change-Id: Ie77ad706d13574b7fd2b8ee542b8087019d02689
Test: Manually in KitchenSink
</pre>
</div>
</content>
</entry>
<entry>
<title>CarDrawerAdapter changes for Media app</title>
<updated>2017-03-01T00:34:30+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-02-28T01:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=fadef0308962a5ec16af968b74eee33d8a090ef3'/>
<id>fadef0308962a5ec16af968b74eee33d8a090ef3</id>
<content type='text'>
- CarDrawerAdapter now owns title string and support setting.
  CarDrawerActivity monitors for title changes and updates Toolbar.
  Media app needs this flexibility.

Bug: 34352155
Test: Manually
Change-Id: If13c564af94275abf0e28efdf9b46a8538f5dbab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CarDrawerAdapter now owns title string and support setting.
  CarDrawerActivity monitors for title changes and updates Toolbar.
  Media app needs this flexibility.

Bug: 34352155
Test: Manually
Change-Id: If13c564af94275abf0e28efdf9b46a8538f5dbab
</pre>
</div>
</content>
</entry>
<entry>
<title>Drawer updates for Media app</title>
<updated>2017-02-23T01:26:42+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-02-14T21:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=2696b86fa6692117063c6ad46cbd7e8299d4c3c4'/>
<id>2696b86fa6692117063c6ad46cbd7e8299d4c3c4</id>
<content type='text'>
- Merging list and empty adapter functionality into CarDrawerAdapter.
  The adapter will display disabled-list item if flag set and no items
  are available to display.
- CarDrawerAdapter now supports cleanup when popped. Subclasses can perform
  any required cleanup.
- CarDrawerAdapter sets title from resource-string or bare-string.
  Media-app needs latter while Dialer/Radio use former.
- CarDrawerActivity supports setting main content view. MediaApp will
  use this (in upcoming CL).

Bug: 34352155
Test: Manually
Change-Id: Idf99cfaf8ae8269756a722e883ecf64df9dcbdbe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Merging list and empty adapter functionality into CarDrawerAdapter.
  The adapter will display disabled-list item if flag set and no items
  are available to display.
- CarDrawerAdapter now supports cleanup when popped. Subclasses can perform
  any required cleanup.
- CarDrawerAdapter sets title from resource-string or bare-string.
  Media-app needs latter while Dialer/Radio use former.
- CarDrawerActivity supports setting main content view. MediaApp will
  use this (in upcoming CL).

Bug: 34352155
Test: Manually
Change-Id: Idf99cfaf8ae8269756a722e883ecf64df9dcbdbe
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow-on fix to commit e2bf8c</title>
<updated>2017-02-03T18:22:20+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-02-03T18:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=6b628c689afe571dbf47e6439ae1e8eb3ac4e8d5'/>
<id>6b628c689afe571dbf47e6439ae1e8eb3ac4e8d5</id>
<content type='text'>
- Minor layout fix.

Bug: 32019250
Test: Manually
Change-Id: Ia5448ca3f81632405c9a6a4d6b734a14a4d4ebf8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Minor layout fix.

Bug: 32019250
Test: Manually
Change-Id: Ia5448ca3f81632405c9a6a4d6b734a14a4d4ebf8
</pre>
</div>
</content>
</entry>
<entry>
<title>Expanding CarDrawerActivity for nested navigation</title>
<updated>2017-02-02T20:50:40+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-01-20T19:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=e2bf8cec8c815524a595096e47e7b93b23a34e70'/>
<id>e2bf8cec8c815524a595096e47e7b93b23a34e70</id>
<content type='text'>
- CarDrawerActivity now works with CarDrawerAdapter and subclasses to
  display Drawer content. It includes a CarDrawerController that handles
  nested navigation (it maintains a stack of CarDrawerAdapter's). Also
  added progress-bar that can be displayed while loading the content for
  next level of drawer items.
- Added CarDrawerAdapter and sublcasses CarDrawerListAdapter and
  CarDrawerEmptyAdater for use by consumers of CarDrawerActivity.

Bug: 32019250
Test: Manually

Change-Id: I0e3ed0c2fc7734d596ee4ca21dfefc6e17e18897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CarDrawerActivity now works with CarDrawerAdapter and subclasses to
  display Drawer content. It includes a CarDrawerController that handles
  nested navigation (it maintains a stack of CarDrawerAdapter's). Also
  added progress-bar that can be displayed while loading the content for
  next level of drawer items.
- Added CarDrawerAdapter and sublcasses CarDrawerListAdapter and
  CarDrawerEmptyAdater for use by consumers of CarDrawerActivity.

Bug: 32019250
Test: Manually

Change-Id: I0e3ed0c2fc7734d596ee4ca21dfefc6e17e18897
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching layout in DrawerItemViewHolder</title>
<updated>2017-01-13T21:02:37+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-01-13T20:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=e439503e7b9f3ce33a3dfa2214833de0d07aab74'/>
<id>e439503e7b9f3ce33a3dfa2214833de0d07aab74</id>
<content type='text'>
- Switching to more flexible layout car_menu_list_item.xml. That's what
  older version used.

Bug: 32019250
Test: Manually
Change-Id: I77530bd659a43d950a8cfde0d773c8ad3b9cca19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switching to more flexible layout car_menu_list_item.xml. That's what
  older version used.

Bug: 32019250
Test: Manually
Change-Id: I77530bd659a43d950a8cfde0d773c8ad3b9cca19
</pre>
</div>
</content>
</entry>
<entry>
<title>Using PagedListView in CarDrawerActivity drawer</title>
<updated>2017-01-11T23:22:07+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2017-01-11T13:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=d87b2a6cb1222d59ea14720d2fdc9a68fbd8a8a6'/>
<id>d87b2a6cb1222d59ea14720d2fdc9a68fbd8a8a6</id>
<content type='text'>
- CarDrawerActivity now provides a PagedListView for drawer items.
  Earlier it inflated a layout that sub-classes provided. This makes
  more sense since all apps will anyway use a PagedListView.
- Adding DrawerItemViewHolder and DrawerItemClickListener shared
  components that apps can use with the PagedListView.

Bug: 32019250
Test: Manually
Change-Id: I36204284060a7d07a5778d1c35e479c6f2d2fdc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CarDrawerActivity now provides a PagedListView for drawer items.
  Earlier it inflated a layout that sub-classes provided. This makes
  more sense since all apps will anyway use a PagedListView.
- Adding DrawerItemViewHolder and DrawerItemClickListener shared
  components that apps can use with the PagedListView.

Bug: 32019250
Test: Manually
Change-Id: I36204284060a7d07a5778d1c35e479c6f2d2fdc2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove dead code with wrong package name (google)"</title>
<updated>2016-12-09T01:18:37+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2016-12-09T01:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=b1582b88d6c0c4f59ab55d4ea47b278be691b72c'/>
<id>b1582b88d6c0c4f59ab55d4ea47b278be691b72c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding common Activity base that manages Drawer</title>
<updated>2016-12-08T01:43:47+00:00</updated>
<author>
<name>Srinivas Visvanathan</name>
<email>sriniv@google.com</email>
</author>
<published>2016-12-06T18:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=a96fbc817cd018f77cdee99b1252fbf6da18a29c'/>
<id>a96fbc817cd018f77cdee99b1252fbf6da18a29c</id>
<content type='text'>
- Adding CarDrawerActivity that apps can share. It uses regular Android
  Activity's rather than CarActivity. Apps should sub-class and provide
  the main content and Drawer content.

Bug: 32019250
Test: Manually
Change-Id: I6d4bae8a87c2d5874b76b1e07dd328a2fcf2a244
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Adding CarDrawerActivity that apps can share. It uses regular Android
  Activity's rather than CarActivity. Apps should sub-class and provide
  the main content and Drawer content.

Bug: 32019250
Test: Manually
Change-Id: I6d4bae8a87c2d5874b76b1e07dd328a2fcf2a244
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code with wrong package name (google)</title>
<updated>2016-11-03T21:18:17+00:00</updated>
<author>
<name>Victor Chan</name>
<email>victorchan@google.com</email>
</author>
<published>2016-11-03T21:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_libs/commit/?id=f8ff6a5f232fe06f8cf75f854009fafc959944fe'/>
<id>f8ff6a5f232fe06f8cf75f854009fafc959944fe</id>
<content type='text'>
Test: Manual
Change-Id: Ia547406259e7937a2354096a06ef82b52691a01a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: Manual
Change-Id: Ia547406259e7937a2354096a06ef82b52691a01a
</pre>
</div>
</content>
</entry>
</feed>
