summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
Commit message (Collapse)AuthorAgeFilesLines
* 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