<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/TabScrollView.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>Fix (workaround?) for NPE when showing a preloaded tab.</title>
<updated>2011-06-29T16:58:23+00:00</updated>
<author>
<name>Mathew Inwood</name>
<email>mathewi@google.com</email>
</author>
<published>2011-06-29T14:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=075d493d738fc43bfb6bff56fa302bcb1d5ab7e7'/>
<id>075d493d738fc43bfb6bff56fa302bcb1d5ab7e7</id>
<content type='text'>
Change-Id: I4a12d40da7ad12d4f9f3c27e75fc4e07d0c1af62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4a12d40da7ad12d4f9f3c27e75fc4e07d0c1af62
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust tab width for screen size</title>
<updated>2011-05-17T21:52:49+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2011-05-17T21:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=678afc88c00b339950b41e5be9a3e165d580f7bf'/>
<id>678afc88c00b339950b41e5be9a3e165d580f7bf</id>
<content type='text'>
       Bug: 4427112
       make tabs smaller for portrait 7 inch screen

Change-Id: I0e02e68b1bae1fe7e81f1a3a49911707de40903b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       Bug: 4427112
       make tabs smaller for portrait 7 inch screen

Change-Id: I0e02e68b1bae1fe7e81f1a3a49911707de40903b
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly invalidate the tabs when scrolling them.</title>
<updated>2011-01-27T20:06:29+00:00</updated>
<author>
<name>Romain Guy</name>
<email>romainguy@google.com</email>
</author>
<published>2011-01-27T20:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=e398956c248808b95aa3d81403c3ba3884670199'/>
<id>e398956c248808b95aa3d81403c3ba3884670199</id>
<content type='text'>
Bug #3398549

Change-Id: I577dc5ec1a60040c427c676661f0610daf27a952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug #3398549

Change-Id: I577dc5ec1a60040c427c676661f0610daf27a952
</pre>
</div>
</content>
</entry>
<entry>
<title>change tabbar overflow handling</title>
<updated>2011-01-14T19:16:53+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2011-01-14T03:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=f558f0d9372ecf4eeba86dd52bf67f38ff79c0b8'/>
<id>f558f0d9372ecf4eeba86dd52bf67f38ff79c0b8</id>
<content type='text'>
       http://b/issue?id=3350118
       remove arrows and fade
       scroll gap off to the left
       scroll under new tab button to right

Change-Id: I1dcd45aadcce7881717f5af6bbdbc28bf21e7dc3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       http://b/issue?id=3350118
       remove arrows and fade
       scroll gap off to the left
       scroll under new tab button to right

Change-Id: I1dcd45aadcce7881717f5af6bbdbc28bf21e7dc3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed close tab NPE</title>
<updated>2011-01-07T04:42:03+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-01-07T04:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=599e9105f538972be3e2eb96c651b9e12a3516cf'/>
<id>599e9105f538972be3e2eb96c651b9e12a3516cf</id>
<content type='text'>
 Bug: 3293676
 This was caused by two problems. The first was the code to determine
 the child draw order could break. This cleans up the logic to hopefully
 be clearer and fixes the problem, it is more robust. The root cause
 though was that you could have two tabs pending being closed due to
 a broken animation. This simply removes the animations completely for
 now, how tab open/close should be animated can be addressed in another CL

Change-Id: I06d993a093621bd086ae89162e332357c0e4d94c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 3293676
 This was caused by two problems. The first was the code to determine
 the child draw order could break. This cleans up the logic to hopefully
 be clearer and fixes the problem, it is more robust. The root cause
 though was that you could have two tabs pending being closed due to
 a broken animation. This simply removes the animations completely for
 now, how tab open/close should be animated can be addressed in another CL

Change-Id: I06d993a093621bd086ae89162e332357c0e4d94c
</pre>
</div>
</content>
</entry>
<entry>
<title>New tab rendering</title>
<updated>2010-12-10T18:52:31+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2010-12-09T22:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=2b5a13ab55991f55ab7afb107e4401c6fbb5ad64'/>
<id>2b5a13ab55991f55ab7afb107e4401c6fbb5ad64</id>
<content type='text'>
    Rendering tabs from a fixed background asset

Change-Id: Ic02ed0c059486c2bb8157f19012f98099bf7e75a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Rendering tabs from a fixed background asset

Change-Id: Ic02ed0c059486c2bb8157f19012f98099bf7e75a
</pre>
</div>
</content>
</entry>
<entry>
<title>Controller Refactor</title>
<updated>2010-11-17T21:27:05+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2010-10-26T23:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=8233facddcc51865d612a919d450db6954aa48e3'/>
<id>8233facddcc51865d612a919d450db6954aa48e3</id>
<content type='text'>
    Bug: 3170671
    First step towards a model/view/control design in Browser
    introduced Controller object
    started separating UI code
    represent state of the app in one place only

Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Bug: 3170671
    First step towards a model/view/control design in Browser
    introduced Controller object
    started separating UI code
    represent state of the app in one place only

Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating code to use new non-generified animator APIs</title>
<updated>2010-10-14T20:13:43+00:00</updated>
<author>
<name>Chet Haase</name>
<email>chet@google.com</email>
</author>
<published>2010-10-14T14:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=b3a00ab2336bdb2871924232b744160f47116a78'/>
<id>b3a00ab2336bdb2871924232b744160f47116a78</id>
<content type='text'>
Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
</pre>
</div>
</content>
</entry>
<entry>
<title>add tab animations</title>
<updated>2010-10-11T17:07:12+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2010-10-04T19:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=27b08397a287c46b2121738f653bfef0c08e6f29'/>
<id>27b08397a287c46b2121738f653bfef0c08e6f29</id>
<content type='text'>
	http://b/issue?id=3053093
	first part: animate adding new tab
	animate removing tab

Change-Id: I26510e680dd005aa3fce694087fd95cbba1668a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	http://b/issue?id=3053093
	first part: animate adding new tab
	animate removing tab

Change-Id: I26510e680dd005aa3fce694087fd95cbba1668a1
</pre>
</div>
</content>
</entry>
<entry>
<title>add tabbar scrolling indicators</title>
<updated>2010-10-03T21:53:01+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2010-10-03T21:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=c350376ec7b7baa830aefb98fd5c8db1bf89c61f'/>
<id>c350376ec7b7baa830aefb98fd5c8db1bf89c61f</id>
<content type='text'>
    part of making the tab bar scrolling more discoverable
    show arrow indicators when there is more content available
    off screen

Change-Id: Id63be336e18bfbdabffa175a9f526a98ea49e5eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    part of making the tab bar scrolling more discoverable
    show arrow indicators when there is more content available
    off screen

Change-Id: Id63be336e18bfbdabffa175a9f526a98ea49e5eb
</pre>
</div>
</content>
</entry>
</feed>
