summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/TabScrollView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix (workaround?) for NPE when showing a preloaded tab.Mathew Inwood2011-06-291-2/+2
| | | | Change-Id: I4a12d40da7ad12d4f9f3c27e75fc4e07d0c1af62
* adjust tab width for screen sizeMichael Kolb2011-05-171-0/+12
| | | | | | | Bug: 4427112 make tabs smaller for portrait 7 inch screen Change-Id: I0e02e68b1bae1fe7e81f1a3a49911707de40903b
* Correctly invalidate the tabs when scrolling them.Romain Guy2011-01-271-3/+16
| | | | | | Bug #3398549 Change-Id: I577dc5ec1a60040c427c676661f0610daf27a952
* change tabbar overflow handlingMichael Kolb2011-01-141-27/+3
| | | | | | | | | 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
* Fixed close tab NPEJohn Reck2011-01-061-21/+22
| | | | | | | | | | | | 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
* New tab renderingMichael Kolb2010-12-101-3/+49
| | | | | | Rendering tabs from a fixed background asset Change-Id: Ic02ed0c059486c2bb8157f19012f98099bf7e75a
* Controller RefactorMichael Kolb2010-11-171-3/+3
| | | | | | | | | | 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
* Updating code to use new non-generified animator APIsChet Haase2010-10-141-24/+9
| | | | Change-Id: I19da5ee93e3996f21767b8889b212e5b057d3746
* add tab animationsMichael Kolb2010-10-111-15/+82
| | | | | | | | http://b/issue?id=3053093 first part: animate adding new tab animate removing tab Change-Id: I26510e680dd005aa3fce694087fd95cbba1668a1
* add tabbar scrolling indicatorsMichael Kolb2010-10-031-0/+24
| | | | | | | | part of making the tab bar scrolling more discoverable show arrow indicators when there is more content available off screen Change-Id: Id63be336e18bfbdabffa175a9f526a98ea49e5eb
* move new tab button next to tabsMichael Kolb2010-10-011-11/+7
| | | | | | | | | | 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
* another round of UI refreshMichael Kolb2010-09-281-4/+4
| | | | | | | moved buttons in the url bar fixed selected tab visuals (activated) Change-Id: Ib69f9ca68b3d8cc8dfe6856f7248f21267127ae8
* fixed multiple tabs selected bug, open new tab to home pageMichael Kolb2010-09-071-0/+6
| | | | | | http://b/issue?id=2975213 Change-Id: I21c37cb54ab309568386e0bc5f83a30bb16779b8
* UI revision for tabbed browsingMichael Kolb2010-08-061-1/+1
| | | | | | | | | | bug # http://b/issue?id=2712871 separated tab bar from url bar subclassed webview for scroll listener added search button support Change-Id: Ib9bd0c7e815e2ef08cdd20334daf61263cd52938
* tabbed title bar workMichael Kolb2010-07-271-0/+136
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