<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_support/design/api, branch cm-13.0</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/LineageOS/android_frameworks_support/'/>
<entry>
<title>Merge "Add dynamic tab support to TabLayout" into mnc-ub-dev</title>
<updated>2015-11-11T15:35:00+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-11-11T15:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=d1639084dff2180f39f75deaf9faec34ae6541fe'/>
<id>d1639084dff2180f39f75deaf9faec34ae6541fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dynamic tab support to TabLayout</title>
<updated>2015-11-06T10:59:20+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-11-03T13:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=38cc44cffde90f6fe689b0df6b82f49481a981f7'/>
<id>38cc44cffde90f6fe689b0df6b82f49481a981f7</id>
<content type='text'>
TabLayout will now automatically invalidate
and re-populate itself when the linked PagerAdapter
has it's data set changed.

Two objects Pools are used to minimize churn when the
adapter is updated.

A small change had to be made to ViewPager + PagerAdapter's
observing functionality. Observable will always dispatch
changed events in reverse added order, which means that
ViewPager is the last to know. This means that any later
added Observer can't update the ViewPager (since it
doesn't know about the data set change yet). This is fixed
by moving ViewPager's observer out of the Observable and
always calling it first.

BUG: 20908355

Change-Id: I631620ff186047ae57e928db78f5ca77a0b80306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TabLayout will now automatically invalidate
and re-populate itself when the linked PagerAdapter
has it's data set changed.

Two objects Pools are used to minimize churn when the
adapter is updated.

A small change had to be made to ViewPager + PagerAdapter's
observing functionality. Observable will always dispatch
changed events in reverse added order, which means that
ViewPager is the last to know. This means that any later
added Observer can't update the ViewPager (since it
doesn't know about the data set change yet). This is fixed
by moving ViewPager's observer out of the Observable and
always calling it first.

BUG: 20908355

Change-Id: I631620ff186047ae57e928db78f5ca77a0b80306
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compat padding to FloatingActionButton ala CardView</title>
<updated>2015-11-06T10:49:16+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-10-19T15:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=6d7a9a02765e4cb497081e66dafb5d9fa76f4312'/>
<id>6d7a9a02765e4cb497081e66dafb5d9fa76f4312</id>
<content type='text'>
Defaults to disabled, but when enabled, FloatingActionButton
will have the same metrics on both Lollipop+, and older
platforms where the compat shadow is used.

BUG: 25274672

Change-Id: Ide28651124ab31472c588e7d65a32999ec674445
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defaults to disabled, but when enabled, FloatingActionButton
will have the same metrics on both Lollipop+, and older
platforms where the compat shadow is used.

BUG: 25274672

Change-Id: Ide28651124ab31472c588e7d65a32999ec674445
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add setHintEnabled to TextInputLayout" into mnc-ub-dev</title>
<updated>2015-11-06T09:07:43+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-11-06T09:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=f6b1b744cfa13f1df45fcda94dd104264d4d6dde'/>
<id>f6b1b744cfa13f1df45fcda94dd104264d4d6dde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getter for FAB content background</title>
<updated>2015-11-04T15:37:11+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-11-04T10:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=3d81c900316412b4130bf40e0dd8b0d3d3a93e78'/>
<id>3d81c900316412b4130bf40e0dd8b0d3d3a93e78</id>
<content type='text'>
BUG: 25450451
Change-Id: I513e5fe2f9e0fb7013f03f6d1f8edd957d5ab8dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 25450451
Change-Id: I513e5fe2f9e0fb7013f03f6d1f8edd957d5ab8dd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setHintEnabled to TextInputLayout</title>
<updated>2015-11-02T13:33:17+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-10-28T15:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=380cfd776b247427779d26958249d5da85e6a59b'/>
<id>380cfd776b247427779d26958249d5da85e6a59b</id>
<content type='text'>
BUG: 24800082

Change-Id: Idc8713a8e4516a8d93a08f151d9efbd083f29bc9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 24800082

Change-Id: Idc8713a8e4516a8d93a08f151d9efbd083f29bc9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getContentRect() API to FloatingActionButton</title>
<updated>2015-10-27T11:15:01+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-10-26T11:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=d9cbe69a6661315238d856abc22578d03666f63b'/>
<id>d9cbe69a6661315238d856abc22578d03666f63b</id>
<content type='text'>
BUG: 25250136
Change-Id: I6bb69346853e3b08140622b6f50c265295314051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 25250136
Change-Id: I6bb69346853e3b08140622b6f50c265295314051
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build</title>
<updated>2015-10-27T09:52:07+00:00</updated>
<author>
<name>Chris Banes</name>
<email>chrisbanes@google.com</email>
</author>
<published>2015-10-27T09:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=62aa0b277c083d311a474e40c4b461167edd9c78'/>
<id>62aa0b277c083d311a474e40c4b461167edd9c78</id>
<content type='text'>
BUG: 25302006

Change-Id: Ida51797affe65ce2597c03f8e4688ca31b8aff09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 25302006

Change-Id: Ida51797affe65ce2597c03f8e4688ca31b8aff09
</pre>
</div>
</content>
</entry>
<entry>
<title>Add isCounterEnabled to TextInputLayout</title>
<updated>2015-10-22T11:24:31+00:00</updated>
<author>
<name>Yuichi Araki</name>
<email>yaraki@google.com</email>
</author>
<published>2015-10-22T11:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=e948c13b87d93495ffe88f2ac36a820bf1bcb256'/>
<id>e948c13b87d93495ffe88f2ac36a820bf1bcb256</id>
<content type='text'>
Bug: 25173829
Change-Id: I9e7e358b0bf8220ab9cfe7d818c192a14db7e082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 25173829
Change-Id: I9e7e358b0bf8220ab9cfe7d818c192a14db7e082
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to get header views from NavigationView</title>
<updated>2015-10-21T02:24:09+00:00</updated>
<author>
<name>Yuichi Araki</name>
<email>yaraki@google.com</email>
</author>
<published>2015-10-21T02:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_support/commit/?id=cdccc4c6d5f1e40610ce4df4afeb1f99cbdb63e8'/>
<id>cdccc4c6d5f1e40610ce4df4afeb1f99cbdb63e8</id>
<content type='text'>
Bug: 25129671
Change-Id: Ie7170fd038f8c7e01b1ef6dadef7dca11f03fe8e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 25129671
Change-Id: Ie7170fd038f8c7e01b1ef6dadef7dca11f03fe8e
</pre>
</div>
</content>
</entry>
</feed>
