summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NavScreen.java
Commit message (Collapse)AuthorAgeFilesLines
* Browser: New navbar buttonsArham Jamal2012-07-241-5/+59
| | | | | | | | | Added 2 new buttons to navigation bar: - New Incognito Tab - Goto home screen Signed-off-by: Arham Jamal <arhamjamal@gmail.com> Change-Id: I4c4b611ccc7fc3de4fa4bc7c855e4481de440a87
* show IME when titlebar is selected in tab switcherMichael Kolb2012-04-241-1/+1
| | | | Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
* fix tab out animation bugMichael Kolb2011-10-181-1/+0
| | | | | | | | Bug: 5464898 Changed out animation for collapsing and scrolling Change-Id: I4a14bcb63aba9b9498a3e7835aa98d4c8312f00a
* Reduce size of menusMichael Kolb2011-10-131-3/+2
| | | | | | Bug: 5452031 Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
* Fix crash with qcJohn Reck2011-10-111-1/+2
| | | | | | Bug: 5439827 Change-Id: Ic561a5c7689410dd917e01c27e9b454a8722f957
* Improve tab switcher open perfJohn Reck2011-10-071-0/+4
| | | | | | Bug: 5379115 Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
* Implement pseudo 3d overscroll for tab switcherMichael Kolb2011-09-211-59/+29
| | | | | | Bug: 5255100 Change-Id: Id756e36bba2644cc1be1a699f80dbd78119ec56f
* Tab switcher animationMichael Kolb2011-08-151-9/+21
| | | | | | | | Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
* Don't hide the navscreen when going to bookmarksJohn Reck2011-08-111-1/+0
| | | | | | Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
* Reduce capture frequencyJohn Reck2011-08-091-2/+18
| | | | | | | | | Bug: 5142655 Only capture while the navscreen is visible Fix Tab.capture to never capture the title bar Fix navscreen not responding to updated thumbnails Change-Id: Id48ad32bb131c398c7d1ce4243e92f04cd421ade
* fix action bar and menuMichael Kolb2011-08-011-6/+0
| | | | | | | | | | | | | 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
* add accessibility descriptions/eventsMichael Kolb2011-07-291-0/+2
| | | | | | | | Bug: 4979091 added content descriptions to the image buttons send event for screen transition Change-Id: I403fe8504cace4aa84a5b1c6ca18f6c10fc9be34
* add collapse animation to tab switcherMichael Kolb2011-07-271-1/+1
| | | | | | | | Bug: 5087355 if the tab is not the last tab, the tabs collapse smoothly use animation when close button is used Change-Id: I5dabcbb30317ff634aafd21b6f1b0e2b902b767e
* add tab draggingMichael Kolb2011-07-261-1/+9
| | | | | | | | Bug: 5081671 enable dragging tabs to close them animations are not correct yet and will be fixed later Change-Id: Ib0a4ca07706fd73464e307f2061c4246863b9ec8
* use system menuMichael Kolb2011-07-201-0/+6
| | | | | | | | | | | 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
* fix menu options not workingMichael Kolb2011-07-181-0/+1
| | | | | | | | some menu options from nav screen are not working due to the navscreen not getting closed Change-Id: Id6e1426b81bb58ca16abda590248d982d6604af2
* add navigation to menu againMichael Kolb2011-07-141-1/+1
| | | | | | | | Bug: 5021497 re-enabled the navigation menu items adjust state based on current tab Change-Id: If396829f280fdb7831ade97180c38342e4f483a3
* fix tab switcher close/refresh issueMichael Kolb2011-07-131-4/+8
| | | | | | | | Bug: 5015810 Also fixes the case when closing a tab without changing the selected position the list would be empty. Change-Id: Ibf4de0b33c696d14e15b82c07e697b1f1736565a
* Snapshot title barJohn Reck2011-07-131-1/+1
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* use screenshots for tab switcherMichael Kolb2011-07-121-24/+0
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* Add overflow menu to title barMichael Kolb2011-07-111-86/+13
| | | | | | Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
* nav modsMichael Kolb2011-06-171-11/+9
| | | | Change-Id: I80afd61d8d85b39fdeefacb1303294a33f696b75
* fix close last page bugMichael Kolb2011-06-091-7/+3
| | | | | | | | | | Bug: 4586081 changed behavior of closing last page to exit the browser (consistent with tablet UI) this eliminates the state where browser doesn't have a current page which caused the original bug Change-Id: If933c6f14b6ae0c5c95fc8e656bbd909f6cb09b7
* long axis scrolling for nav screenMichael Kolb2011-05-271-69/+22
| | | | | | | | | also: fix combo view navscreen overlap fix menu key handling adjust screenshot capture size Change-Id: Ia0c920ed40e7d97d5902d98b85830817b9de6506
* new iteration of the navigation UIMichael Kolb2011-05-251-154/+97
| | | | | | use live webviews Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
* introduce tab IDsMichael Kolb2011-05-121-2/+2
| | | | | | | 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-1/+1
| | | | Change-Id: I788343c7df3c282d8f42aeac715ad54eacea77b9
* refactor open tab codeMichael Kolb2011-05-091-4/+2
| | | | Change-Id: Ibcffa5a55b2b7dcf56174f9dd916a565b31506e9
* fix navscreen orientationMichael Kolb2011-05-091-15/+87
| | | | | | | | handle configuration change in navscreen capture actual screen for tabs size tabs correctly Change-Id: I20ff72bdcab13678cdba4c55849bd5ff16cb6568
* change navscreen in landscapeMichael Kolb2011-05-041-0/+2
| | | | Change-Id: I56e1a463d7a9fe04d9a1b63ec62766ddfac8ea9d
* fix phone titlebarMichael Kolb2011-04-291-4/+3
| | | | Change-Id: I76908b1cf4eb61f64c3531c75e589f1b80bdaaba
* Smoother animations pleaseJohn Reck2011-04-271-0/+4
| | | | Change-Id: Ie27fef1678f758bdaf43f90d5baeabdeef3b9f83
* remove async captureMichael Kolb2011-04-251-26/+0
| | | | Change-Id: I3a621487d35eabe519d54411f392e16918c0af00
* smooth navscreen animationMichael Kolb2011-04-251-3/+26
| | | | Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
* remove menu inflation hackMichael Kolb2011-04-201-2/+5
| | | | Change-Id: I481f35120cb753f3c2f8cce815cff2ab4597e16b
* new navscreen uiMichael Kolb2011-04-201-0/+382
Change-Id: Iedbdf5af5d3ee2fbdd6944c1689f6551b3af8d46