History log of /packages/apps/Browser/src/com/android/browser/TabScrollView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
075d493d738fc43bfb6bff56fa302bcb1d5ab7e7 29-Jun-2011 Mathew Inwood <mathewi@google.com> Fix (workaround?) for NPE when showing a preloaded tab.

Change-Id: I4a12d40da7ad12d4f9f3c27e75fc4e07d0c1af62
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
678afc88c00b339950b41e5be9a3e165d580f7bf 17-May-2011 Michael Kolb <kolby@google.com> adjust tab width for screen size

Bug: 4427112
make tabs smaller for portrait 7 inch screen

Change-Id: I0e02e68b1bae1fe7e81f1a3a49911707de40903b
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
e398956c248808b95aa3d81403c3ba3884670199 27-Jan-2011 Romain Guy <romainguy@google.com> Correctly invalidate the tabs when scrolling them.
Bug #3398549

Change-Id: I577dc5ec1a60040c427c676661f0610daf27a952
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
f558f0d9372ecf4eeba86dd52bf67f38ff79c0b8 14-Jan-2011 Michael Kolb <kolby@google.com> change tabbar overflow handling

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
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
599e9105f538972be3e2eb96c651b9e12a3516cf 07-Jan-2011 John Reck <jreck@google.com> Fixed close tab NPE

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
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
2b5a13ab55991f55ab7afb107e4401c6fbb5ad64 09-Dec-2010 Michael Kolb <kolby@google.com> New tab rendering

Rendering tabs from a fixed background asset

Change-Id: Ic02ed0c059486c2bb8157f19012f98099bf7e75a
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
8233facddcc51865d612a919d450db6954aa48e3 27-Oct-2010 Michael Kolb <kolby@google.com> Controller Refactor

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
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
b3a00ab2336bdb2871924232b744160f47116a78 14-Oct-2010 Chet Haase <chet@google.com> Updating code to use new non-generified animator APIs

Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
27b08397a287c46b2121738f653bfef0c08e6f29 04-Oct-2010 Michael Kolb <kolby@google.com> add tab animations

http://b/issue?id=3053093
first part: animate adding new tab
animate removing tab

Change-Id: I26510e680dd005aa3fce694087fd95cbba1668a1
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
c350376ec7b7baa830aefb98fd5c8db1bf89c61f 03-Oct-2010 Michael Kolb <kolby@google.com> add tabbar scrolling indicators

part of making the tab bar scrolling more discoverable
show arrow indicators when there is more content available
off screen

Change-Id: Id63be336e18bfbdabffa175a9f526a98ea49e5eb
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
ebba8b4e9dc4f78764d6cfb26738b54d04bc9d27 30-Sep-2010 Michael Kolb <kolby@google.com> move new tab button next to tabs

http://b/issue?id=3052018
moved tab button
added new tab option to menu
http://b/issue?id=3052583
changed text from window to tab

Change-Id: I079636f29ea529915a5f8c3ad55b4b4c7afe579f
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
b7b115e301334f813275aa13e7a2cc27bf15fe6a 26-Sep-2010 Michael Kolb <kolby@google.com> another round of UI refresh
moved buttons in the url bar
fixed selected tab visuals (activated)

Change-Id: Ib69f9ca68b3d8cc8dfe6856f7248f21267127ae8
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
bdc2a2420281c96a09bd00136cf9b1244b35ed2b 07-Sep-2010 Michael Kolb <kolby@google.com> fixed multiple tabs selected bug, open new tab to home page
http://b/issue?id=2975213

Change-Id: I21c37cb54ab309568386e0bc5f83a30bb16779b8
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
a2b2ba8da913f26c820e49d3e43158e2fe6ebeba 05-Aug-2010 Michael Kolb <kolby@google.com> UI revision for tabbed browsing
bug # http://b/issue?id=2712871

separated tab bar from url bar
subclassed webview for scroll listener
added search button support

Change-Id: Ib9bd0c7e815e2ef08cdd20334daf61263cd52938
/packages/apps/Browser/src/com/android/browser/TabScrollView.java
fe25199a6f975c67d28afcc1de56b0f987b66cd8 09-Jul-2010 Michael Kolb <kolby@google.com> tabbed title bar work
bug # http://b/issue?id=2712871

added tab bar
added tab status callbacks to Tab and TabControl
added compact progress/stop/refresh button
added UrlInputView for auto-complete suggestions
modified BrowserProvider for url input suggestions
modified BrowserActivity to use TitleBarXLarge

Change-Id: I62db2be5b89f4c4f27c09dbc6fee7b3b0d5e91b5
/packages/apps/Browser/src/com/android/browser/TabScrollView.java