summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/XLargeUi.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix TitleBar not hiding when playing Video on TabletsSagar Dhawan2015-11-051-0/+3
| | | | | | | TitleBar is "fixed" on tablet UI but, should still be moved off screen when fullscreen content is present. Change-Id: Ie7ceef9c3a6eef52123c6de3d8f069f3a4f4203b
* Titlebar cleanupVivek Sekhar2015-08-281-5/+0
| | | | | | | | | | - Removed timer based Titlebar animation - Always show Titlebar when keyboard is up - Block webpage scroll when Titlebar is focused - Added command line switch to disable top controls - Fix rendering issue seen when user exits fullscreen video Change-Id: I9d0afe7be907522b3678746c04049c2904118a4b
* NavigationBar code cleanupPankaj Garg2015-08-281-34/+7
| | | | | | | | - Unified code for phone and tablet UI - Chagned Favicon to use Tiles - Updates to Tile class Change-Id: Iecb699a3e5eb848db149705a9142f8f199f02c04
* SWE UI cleanupPankaj Garg2015-08-281-0/+15
| | | | | | | | | | - ActionBar color and styling for KK - Use High Res icon for bookmarks - Edge Nav setting string - Combo view cleanup - Tablet UI cleanup Change-Id: I1859226e80d9943ee6af30c2cc9a5bd9ce5b9399
* Security and Privacy UIPankaj Garg2015-08-281-0/+9
| | | | | | | | | | - new panel for site specific settings - hooked up favicon to site settings - new images for security icons - revamped settings panels to match the new ui layouts Change-Id: I1e872ce353e66f78e2b0530901fcbb7de69e28b4
* Implement ComboView for Bookmarks, History and SavedPagesTarun Nainani2015-05-041-1/+50
| | | | | | | | - Replaces ComboViewActivity for PhoneUi. - Lives as part of the BrowserActivity's ViewTree. - Avoids construction of ComboViewActivity everytime the bookmarks screen is opened. Change-Id: Ic7042de731a4cc2107a297c9f7d4356bc2c30f2e
* Fixed Tablet UI video playback fullscreen modePankaj Garg2014-12-181-0/+13
| | | | | | | | Tablet UI was showing tab bar in video playback full screen mode. Additionally, it was showing title bar (URL bar) in portrait mode. This change removes both these bars. Change-Id: Ic17bccac4434ac1134e2bd5a1a81f518042508c3
* Clean visual style: move to Light, add Material support, change Drawables ↵Enrico Ros2014-12-011-9/+15
| | | | | | | | | | | | | | | | | | | | (progress, icons). This code alters the visual style moving the APP to a Light theme. Parents of the theme are either Theme.Holo.Light or Theme.Material.Light depending on which API we start the APK from. Needs SDK 21 to build. Other than the visual changes, this commit changes: - name of the APP to 'Browser' - animations and sequencing of the Tab switcher in {nav/anim}_screen - removal of the warning icon from the Exit dialog - change of the favicon appearance (removal of the double border) Vast amount of unused resources are removed from the APK. Just XHDPI drawables have been synthesized for now, and the Primary color was used for the icons and is accessible in R.color.Primary. Change-Id: If75cc051c5d4015383e96066cdb6507484e625d8
* Change TitleBar RelativeLayout to LinearLayoutKulanthaivel Palanichamy2014-10-271-1/+1
| | | | | | | | | | Moving from RelativeLayout to LinearLayout improves the UI layout time by 50% This change also contains lazy initialization of some of the Drawables in BaseUi. Change-Id: Ie6d3f845098a79bc47e21a0d21f2a8d3ab97237a
* Remove quick controlsVivek Sekhar2014-10-231-32/+1
| | | | Change-Id: I0fa64f0fcd800db0c8d5c91dcbbcc265f4d8eb48
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+308
| | | | | | | | | | | - 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-307/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* De-classicify BrowserJonathan Dixon2012-12-171-1/+1
| | | | | | | | Removes the hard run-time dependency on WebViewClassic. (Still needs visisbility of it to build though) This is needed to enable chromium webview testing. Change-Id: I290b6b23b2eac525537ebc3ef8007d681a67a169
* Remove voice search handlingMichael Kolb2012-05-031-5/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Don't hide URL bar for tablets in portraitMichael Kolb2012-04-301-14/+0
| | | | | | Bug: 6420325 Change-Id: Ic3b0f4b99d831c31f349531d5c2b307543f1ed97
* Fix QuickControls after title bar tweaksMichael Kolb2012-04-251-15/+0
| | | | | | | | Bug: 6398599 Minor cleanup in title bar code. Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
* show IME when titlebar is selected in tab switcherMichael Kolb2012-04-241-4/+4
| | | | Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
* fix titlebar disappearing on tab switchMichael Kolb2012-04-161-29/+11
| | | | | | | | | Bug: 6343476 Consolidate some quickcontrols code and set titlebar for BrowserWebView before attaching Change-Id: I3bc8100e3905538aae73be7a07fb611702c5e54b
* Submenus in QuickControlsMichael Kolb2012-04-111-6/+2
| | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* De-focus url input before tab data changeMichael Kolb2012-04-101-1/+0
| | | | | | Bug: 6315452 Change-Id: I1540122a7dd31fc2cf477b4f70ff88cdbcecc56e
* Don't embed titlebar in WebViewMichael Kolb2012-04-031-29/+2
| | | | | | | | | Bug: 5032345 The titlebar gets attached to an overlay and tracks the scrolling of the WebView at the top of the page. Change-Id: I60b2163bb7a3642813823995278722455f566f36
* Fixup browser to use WebView proxyJonathan Dixon2012-03-021-4/+5
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Fix quickcontrols after combo viewMichael Kolb2012-01-191-0/+1
| | | | | | Bug: 5889443 Change-Id: Ifa3656610512e333739564a022c20323e3ace72f
* fix tablet quickcontrols to not show titlebar during loadMichael Kolb2011-12-151-1/+7
| | | | | | handle progress updates in tablet navbar Change-Id: I2398358537e6a244ae1873895bf4b5bb9e3ce8eb
* Add Bookmarks option to phone menuMichael Kolb2011-12-051-0/+12
| | | | | | Bug: 5713465 Change-Id: I7a260ea5138efca9b4f8ac461a03207480b438df
* Remove the psychic labs feature.Narayan Kamath2011-11-181-3/+1
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Avoid fullscreen resize for custom viewMichael Kolb2011-10-041-9/+0
| | | | | | | | Bug: 5283037 Show plugin views in new window to avoid resize due to ActionBar Change-Id: I6923382d211b243878c1bd246182868dd2fcf51c
* URL Bar auto show tweaksJohn Reck2011-08-121-4/+1
| | | | | | | Bug: 5144824 Bug: 5142398 Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
* Tabs UI updatedJohn Reck2011-08-111-0/+34
| | | | | | Bug: 5153985 Change-Id: Icbe235f1c09a58199581c55bfb2d82318f13f7f7
* make sure titlebar can be attachedMichael Kolb2011-08-021-0/+5
| | | | | | | Bug: 5110201 remove title bar from parent if it already has a parent Change-Id: I9616605004da70b8162ae5bc19a40c1c0418dc55
* fix url menuMichael Kolb2011-07-281-1/+1
| | | | | | | Bug: 5003525 removed old context menu Change-Id: Iec6298caf799fa783f6147a153544cdac18cc3c3
* Restore overhaulJohn Reck2011-07-271-0/+9
| | | | | | | | Bug: 5069192 Store thumbnails in a database restored async for each tab Fix restoring a tab not restoring its current state Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
* Move ComboView to its own activityJohn Reck2011-07-181-10/+0
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* use screenshots for tab switcherMichael Kolb2011-07-121-5/+0
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* TitleBar refactorJohn Reck2011-07-111-27/+7
| | | | Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
* make QC work on phoneMichael Kolb2011-07-111-3/+9
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* remove url bar indicator from tabsMichael Kolb2011-07-011-21/+1
| | | | | | Bug: 4987410 Change-Id: If7105b4fc8e6d34712a59c4e775925d959a5ee6e
* Saved Pages tabJohn Reck2011-07-011-3/+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
* Preloading support in browserMichael Kolb2011-06-301-15/+8
| | | | | | | | | | | | | | | | | Apps like the QSB can request the browser to preload a web page. - preloaded pages are not added to the browser history if they'r not seen by the user - when a request is received, a new tab is created for the preloaded page, but not added to the tab list - upon receiving the view intent for the preloaded page the tab is added to the tab list, and shown - if several pages are preloaded consecutively in the same tab, the back stack is cleared before it is displayed - preloaded pages use the main browser cookie jar, so pages that have never been viewed by the user can drop cookies Change-Id: I9ed21f2c9560fda0ed042b460b73bb33988a2e8a
* Always trigger URL bar on scroll down gestureJohn Reck2011-06-291-5/+3
| | | | | | | Bug: 4976168 Prevent websites from preventing the URL bar gesture Change-Id: Id9d01c93267ff4376c89503b39945ae003e7d5bf
* Implement scroll up trigger titlebarJohn Reck2011-06-221-12/+4
| | | | | | On phones, when scroll up show the title bar Change-Id: I432bdddf693a351be9c6223e26804452b09d783f
* Freeze tab improvementsJohn Reck2011-06-071-1/+1
| | | | Change-Id: I5d5e5a7a18cafdbe845fa1ef949276bdfd1996d3
* Add API to allow plugins to lock their orientation in full-screenDerek Sollenberger2011-06-021-2/+3
| | | | | | | This CL has companion changes in the framework and webkit. bug: 3398386 Change-Id: Iea198ae6b74c68506e605ca8c401f199e2455416
* Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* fix pie menu handlingMichael Kolb2011-04-251-11/+0
| | | | Change-Id: Iab2bc23c2200799dbb0983b43ef66891bb51215d
* Recover tabs in the event of a crashJohn Reck2011-04-141-5/+0
| | | | Change-Id: Ia47a5bc1e659e46e7f29a8cec52b6fd2ed675be4
* refactor titlebar codeMichael Kolb2011-04-061-125/+18
| | | | Change-Id: I45db5f19af142ba78d3e3833fa428e8f9a14b889
* add old progress bar to uiMichael Kolb2011-03-301-2/+2
| | | | Change-Id: I53023ee54edf17894c51cb3247d7f2f2e2c7c240
* add qc to phone uiMichael Kolb2011-03-281-9/+0
| | | | | | | No progress bar in qc yet will be added later Change-Id: Id87066aec97b2823cdf28da9a4d10e77475b1d1a
* fix title barMichael Kolb2011-03-231-24/+2
| | | | | | | | Merge code from TitleBarXLarge down into base to support omnibox in both tablet and phone browser Change-Id: If54f3b162725411236f0b0676887bbcbdabadd25