summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UI.java
Commit message (Collapse)AuthorAgeFilesLines
* Add fullscreen toggle to menuNebojsa Cvetkovic2012-09-121-0/+2
| | | | Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
* Enable voice search in omniboxMichael Kolb2012-06-041-0/+1
| | | | | | | | Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
* tighten nav bar layout & fix animation bugMichael Kolb2012-05-291-0/+2
| | | | | | Bug: 6563289 Change-Id: I00fdecf645128bb1fec8e23be94aa2b85fb586f7
* Remove voice search handlingMichael Kolb2012-05-031-4/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* show IME when titlebar is selected in tab switcherMichael Kolb2012-04-241-1/+1
| | | | Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
* Remove the psychic labs feature.Narayan Kamath2011-11-181-5/+0
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Don't hide the navscreen when going to bookmarksJohn Reck2011-08-111-1/+3
| | | | | | Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
* fix url action modeMichael Kolb2011-08-021-0/+2
| | | | | | | | | Bug: 5093025 The url bar is kept visible now It's still not perfect, because the url bar gets pushed down under the user's finger Change-Id: I7142cd1f442bf7e3b53af5aac150defda68661ed
* fix action bar and menuMichael Kolb2011-08-011-0/+2
| | | | | | | | | | | | | Bug: 5077207 Bug: 5097486 cleaned up action bar items dynamically change menu items based on context bookmarks option added to nav bar menu new tab added to navbar menu find/addbookmark only on real pages removed new incognito tab from tab switcher action bar Change-Id: I973f20a13bb7d9900041f717aff012e7a2c735b8
* Restore overhaulJohn Reck2011-07-271-0/+2
| | | | | | | | Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
* use system menuMichael Kolb2011-07-201-0/+3
| | | | | | | | | | | On phones with hardware menu key, use the framework's menu Also fixes: Bug: 5051899 remove overflow button from bar if menu key is present Nav options are not visible on tab switcher Change-Id: I5b55934a392a76f9d9ef16e3bf5c71f27b88d69a
* Move ComboView to its own activityJohn Reck2011-07-181-2/+0
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* make QC work on phoneMichael Kolb2011-07-111-0/+3
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* Saved Pages tabJohn Reck2011-07-011-1/+7
| | | | | | | | | | Bug: 4982126 Add saved pages tab Remove "save page" menu option Add "save for offline reading" menu option Smooth animation to combo view Change-Id: Ia67552a6f6a5474a6dfcff6790a341d4d36d5a77
* Add API to allow plugins to lock their orientation in full-screenDerek Sollenberger2011-06-021-1/+2
| | | | | | | This CL has companion changes in the framework and webkit. bug: 3398386 Change-Id: Iea198ae6b74c68506e605ca8c401f199e2455416
* new iteration of the navigation UIMichael Kolb2011-05-251-0/+2
| | | | | | use live webviews Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
* add fullscreen optionMichael Kolb2011-04-271-0/+2
| | | | Change-Id: I88299c37a7e809492f806478f41365b56b2687be
* fix title barMichael Kolb2011-03-231-1/+1
| | | | | | | | Merge code from TitleBarXLarge down into base to support omnibox in both tablet and phone browser Change-Id: If54f3b162725411236f0b0676887bbcbdabadd25
* Add new auto-login UI.Patrick Scott2011-03-101-1/+4
| | | | | | | | | When the WebView notifies us of an auto-login request, check if the account is valid. If so, use it to log into the account manager. If that fails or the account is not valid, display the login UI. Bug: 3367381 Change-Id: I5a164ef676921eec03a89860fa5be722d3d987d4
* add menu options to qcMichael Kolb2011-03-091-0/+2
| | | | | | | | Bug 4071315 Use the standard menu items to popuplate a menu from within quick controls Change-Id: I80d483ab2ce054e9b70ff4c6b0d6e0d9be783dc4
* Implement the psychic search engine.Narayan Kamath2011-03-021-0/+5
| | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* fix shortcut handlingMichael Kolb2011-02-161-0/+2
| | | | | | | | | | | | | | Bugs: 3400078 3270434 3368141 3381411 Fixed controller to check for menu & ctrl keys for shortcuts Changed focus handling in url bar Keyboard focus transitions are not 100% working yet, but it's possible to navigate to all the elements Change-Id: I514d85a37dae2589e3ce1ecb18c7fc0bf4e715f3
* hardware keyboard supportMichael Kolb2011-01-251-0/+3
| | | | | | | | | | | http://b/issue?id=3368141 http://b/issue?id=3368100 Removed duplicate key handling added focus transition from page to url bar once framework bug http://b/issue?id=3381411 is fixed, focus transitions in url bar will be fixed Change-Id: Id5011e78bf70d51a25a4e01cf31d9e6ad95ceab7
* Bookmark UI updateJohn Reck2011-01-141-3/+0
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* Overhaul handling tab data updatesJohn Reck2010-12-171-14/+2
| | | | | | | | | | Bug: 2127502, 3191165 Pushed some state tracking to the tab for URL, title, favicon, and lock status. This allowed me to remove many duplicate methods of updating that data, preventing the UI from getting out of sync with the web view. Change-Id: I995caa98068ad03ca37710207b5ab57bb9d801ab
* Split UI based on screen sizeMichael Kolb2010-12-141-3/+1
| | | | | | Different UI implementation for normal and xlarge screens Change-Id: I8217ffd16e1f87b248a22426b17fa34b3a4f89df
* Warn user when max number of tabs is reachedMichael Kolb2010-12-101-0/+3
| | | | | | | Bug: http://b/issue?id=3123994 A toast is shown when the max number of tabs is reached Change-Id: I5008e227c91139147920fd214f184061f816a353
* Show a highlighted star for bookmarked pages.Leon Scroggins2010-12-061-0/+1
| | | | | | Bug:3222677 Change-Id: Ifeb6e7a922c0defb1e4a88ded0c188b97e0a4a56
* Move Tab layout code to UIMichael Kolb2010-11-301-0/+2
| | | | Change-Id: Ic2d81345883bba22329b4f805c44a68b14e174e3
* move subwindow handling to UIMichael Kolb2010-11-221-0/+3
| | | | | | | | | added sub view creation to WebViewFactory removed WebView from subview layout use WebVIewFactory for creating the SubWebView moved layout/view related code to UI Change-Id: Id5b1905e4c36814fe7cc047cbd97128235d7e65e
* restore all tabs on demandMichael Kolb2010-11-191-0/+6
| | | | | | | | Bug: 3214151 introduced new flag to determine if all tabs should be restored controlled by the Ui implementation Change-Id: I3e296f87a93fae54693bca186bb06ecd6db11d02
* Controller RefactorMichael Kolb2010-11-171-0/+122
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