summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup custom_screen layoutKulanthaivel Palanichamy2015-01-141-2/+0
| | | | | | | Removes ErrorConsloe Removes FixedTitleBarContainer Change-Id: Ib5b3fb74d33851fddf983e3ac4b205b2457a9381
* Dim the window when URL is being edited.Pankaj Garg2014-10-311-0/+2
| | | | Change-Id: Ib10a61413074baa095f264138567b4112e31abb6
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+116
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-116/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* am 3c573ac4: Merge "Enable voice search in omnibox" into jb-devMichael Kolb2012-06-041-0/+4
|\ | | | | | | | | * commit '3c573ac4dbc0e9a117a9540c410911bab52dffa7': Enable voice search in omnibox
| * Enable voice search in omniboxMichael Kolb2012-06-041-0/+4
| | | | | | | | | | | | | | | | Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
* | am 501fa728: Merge "Added a menu item in Browser called Close other tabs"Jean-Baptiste Queru2012-05-171-0/+2
|\ \ | |/ |/| | | | | * commit '501fa7284ae63fe28b8f81f403f24befa7c992dd': Added a menu item in Browser called Close other tabs
| * Added a menu item in Browser called Close other tabsAfzal Najam2012-05-171-0/+2
| | | | | | | | | | | | | | | | | | This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
* | Toggle QC request desktop iconMichael Kolb2012-05-161-0/+2
| | | | | | | | | | | | Bug: 6493939 Change-Id: I7787ab37b57fce8ea2332fefd1ace420357000ec
* | Remove voice search handlingMichael Kolb2012-05-031-6/+0
| | | | | | | | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* | Submenus in QuickControlsMichael Kolb2012-04-111-0/+8
|/ | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* Remove the psychic labs feature.Narayan Kamath2011-11-181-3/+0
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Reduce size of menusMichael Kolb2011-10-131-1/+4
| | | | | | Bug: 5452031 Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
* Cleanup menusJohn Reck2011-09-141-0/+3
| | | | | | Bug: 5290513 Change-Id: I2ca1de40fe362b74d941056504fc4e3249de03a3
* Tab switcher animationMichael Kolb2011-08-151-0/+2
| | | | | | | | Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
* Move ComboView to its own activityJohn Reck2011-07-181-8/+2
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* add navigation to menu againMichael Kolb2011-07-141-2/+5
| | | | | | | | Bug: 5021497 re-enabled the navigation menu items adjust state based on current tab Change-Id: If396829f280fdb7831ade97180c38342e4f483a3
* Snapshot title barJohn Reck2011-07-131-0/+2
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* use screenshots for tab switcherMichael Kolb2011-07-121-2/+0
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* Shortcut the TYPED url caseJohn Reck2011-07-011-0/+2
| | | | | | | | Bug: 4985289 Don't go through the handleIntent route if the user typed something into the omnibox if we don't need to. Change-Id: I4de8e18c1ca734a0c6bfbca43c9448417cec2057
* Saved Pages tabJohn Reck2011-07-011-0/+2
| | | | | | | | | | 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
* Remove unused parameterJohn Reck2011-06-101-1/+1
| | | | | | | Bug: 4554673 Parameter no longer has any meaning, could cause crashes Change-Id: Ifcc54ab93070d6153476b720c9636f04423e1717
* introduce tab IDsMichael Kolb2011-05-121-1/+1
| | | | | | | Tabs are identified by IDs now, instead of their position Refactored the save/restore code Change-Id: I7133d55831201d097dc19ec938a85e7085f36749
* fix new tab regressionMichael Kolb2011-05-091-0/+2
| | | | Change-Id: I788343c7df3c282d8f42aeac715ad54eacea77b9
* refactor open tab codeMichael Kolb2011-05-091-3/+2
| | | | Change-Id: Ibcffa5a55b2b7dcf56174f9dd916a565b31506e9
* fix navscreen orientationMichael Kolb2011-05-091-0/+2
| | | | | | | | handle configuration change in navscreen capture actual screen for tabs size tabs correctly Change-Id: I20ff72bdcab13678cdba4c55849bd5ff16cb6568
* new navscreen uiMichael Kolb2011-04-201-0/+2
| | | | Change-Id: Iedbdf5af5d3ee2fbdd6944c1689f6551b3af8d46
* refactor titlebar codeMichael Kolb2011-04-061-2/+0
| | | | Change-Id: I45db5f19af142ba78d3e3833fa428e8f9a14b889
* unify voice search codeMichael Kolb2011-03-201-0/+2
| | | | Change-Id: Icf1fc84405d08da8504ac91094e67c7d8d1c901d
* add menu options to qcMichael Kolb2011-03-091-0/+4
| | | | | | | | 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/+4
| | | | | | | | | | (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
* Only edit existing bookmark when bookmarking from the title bar.Leon Scroggins2011-02-111-1/+1
| | | | | Bug:3425178 Change-Id: I32341270440231a870dad5b007d218654760548b
* Bookmark UI updateJohn Reck2011-01-141-0/+3
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* Enable voice searchMichael Kolb2010-12-151-0/+2
| | | | | | | | | http://b/issue?id=3039695 send voice search intent implement voice search title bar also fixes another Urlbar focus handling bug Change-Id: Icdcbec9ffff586d445545cc7fe86ca045022f381
* Url bar selection handling updatedMichael Kolb2010-12-021-0/+2
| | | | | | | | | Bug: 3222647 framework has been updated to change the way tap/double tap and long press are handled url bar uses a custom action bar to add the share option Change-Id: Ie75fc07fe71c9e16fc7f83deda8ecddea39b0397
* restore all tabs on demandMichael Kolb2010-11-191-0/+4
| | | | | | | | 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/+74
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