summaryrefslogtreecommitdiff
path: root/src/com/android/browser/NavScreen.java
AgeCommit message (Collapse)Author
2012-04-24show IME when titlebar is selected in tab switcherMichael Kolb
Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
2011-10-18fix tab out animation bugMichael Kolb
Bug: 5464898 Changed out animation for collapsing and scrolling Change-Id: I4a14bcb63aba9b9498a3e7835aa98d4c8312f00a
2011-10-13Reduce size of menusMichael Kolb
Bug: 5452031 Change-Id: I3cc638b981e50796293b0f61dac2d93b8e3df1a0
2011-10-11Fix crash with qcJohn Reck
Bug: 5439827 Change-Id: Ic561a5c7689410dd917e01c27e9b454a8722f957
2011-10-07Improve tab switcher open perfJohn Reck
Bug: 5379115 Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
2011-09-21Implement pseudo 3d overscroll for tab switcherMichael Kolb
Bug: 5255100 Change-Id: Id756e36bba2644cc1be1a699f80dbd78119ec56f
2011-08-15Tab switcher animationMichael Kolb
Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
2011-08-11Don't hide the navscreen when going to bookmarksJohn Reck
Bug: 5144826 Change-Id: If810b3d82c52265f841954f295f5974af9807a01
2011-08-09Reduce capture frequencyJohn Reck
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
2011-08-01fix action bar and menuMichael Kolb
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
2011-07-29add accessibility descriptions/eventsMichael Kolb
Bug: 4979091 added content descriptions to the image buttons send event for screen transition Change-Id: I403fe8504cace4aa84a5b1c6ca18f6c10fc9be34
2011-07-27add collapse animation to tab switcherMichael Kolb
Bug: 5087355 if the tab is not the last tab, the tabs collapse smoothly use animation when close button is used Change-Id: I5dabcbb30317ff634aafd21b6f1b0e2b902b767e
2011-07-26add tab draggingMichael Kolb
Bug: 5081671 enable dragging tabs to close them animations are not correct yet and will be fixed later Change-Id: Ib0a4ca07706fd73464e307f2061c4246863b9ec8
2011-07-20use system menuMichael Kolb
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
2011-07-18fix menu options not workingMichael Kolb
some menu options from nav screen are not working due to the navscreen not getting closed Change-Id: Id6e1426b81bb58ca16abda590248d982d6604af2
2011-07-14add navigation to menu againMichael Kolb
Bug: 5021497 re-enabled the navigation menu items adjust state based on current tab Change-Id: If396829f280fdb7831ade97180c38342e4f483a3
2011-07-13fix tab switcher close/refresh issueMichael Kolb
Bug: 5015810 Also fixes the case when closing a tab without changing the selected position the list would be empty. Change-Id: Ibf4de0b33c696d14e15b82c07e697b1f1736565a
2011-07-13Snapshot title barJohn Reck
Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
2011-07-12use screenshots for tab switcherMichael Kolb
also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
2011-07-11Add overflow menu to title barMichael Kolb
Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
2011-06-17nav modsMichael Kolb
Change-Id: I80afd61d8d85b39fdeefacb1303294a33f696b75
2011-06-09fix close last page bugMichael Kolb
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
2011-05-27long axis scrolling for nav screenMichael Kolb
also: fix combo view navscreen overlap fix menu key handling adjust screenshot capture size Change-Id: Ia0c920ed40e7d97d5902d98b85830817b9de6506
2011-05-25new iteration of the navigation UIMichael Kolb
use live webviews Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
2011-05-12introduce tab IDsMichael Kolb
Tabs are identified by IDs now, instead of their position Refactored the save/restore code Change-Id: I7133d55831201d097dc19ec938a85e7085f36749
2011-05-09fix new tab regressionMichael Kolb
Change-Id: I788343c7df3c282d8f42aeac715ad54eacea77b9
2011-05-09refactor open tab codeMichael Kolb
Change-Id: Ibcffa5a55b2b7dcf56174f9dd916a565b31506e9
2011-05-09fix navscreen orientationMichael Kolb
handle configuration change in navscreen capture actual screen for tabs size tabs correctly Change-Id: I20ff72bdcab13678cdba4c55849bd5ff16cb6568
2011-05-04change navscreen in landscapeMichael Kolb
Change-Id: I56e1a463d7a9fe04d9a1b63ec62766ddfac8ea9d
2011-04-29fix phone titlebarMichael Kolb
Change-Id: I76908b1cf4eb61f64c3531c75e589f1b80bdaaba
2011-04-27Smoother animations pleaseJohn Reck
Change-Id: Ie27fef1678f758bdaf43f90d5baeabdeef3b9f83
2011-04-25remove async captureMichael Kolb
Change-Id: I3a621487d35eabe519d54411f392e16918c0af00
2011-04-25smooth navscreen animationMichael Kolb
Change-Id: I87bfba8a18a1aaeffa95d15e4ddb4313dd2752d9
2011-04-20remove menu inflation hackMichael Kolb
Change-Id: I481f35120cb753f3c2f8cce815cff2ab4597e16b
2011-04-20new navscreen uiMichael Kolb
Change-Id: Iedbdf5af5d3ee2fbdd6944c1689f6551b3af8d46