1. b4a173f Fix white flash screen on pressing home key. by Tarun Nainani · 11 years ago
  2. d6efa97 Clean visual style, part II: extend bright style, convert icons, more touch-ups. by Enrico Ros · 11 years ago
  3. 1f5a095 Clean visual style: move to Light, add Material support, change Drawables (progress, icons). by Enrico Ros · 11 years ago
  4. 49b7925 Updates to SWE browser's options menu by Pankaj Garg · 11 years ago
  5. 7794268 Improve browser startup time by Kulanthaivel Palanichamy · 11 years ago
  6. 0e10a20 Porting newer changes from 1599-qrd by Vivek Sekhar · 11 years ago
  7. f04dbda Save crash logs on a server by Pankaj Garg · 11 years ago
  8. 652d08e Fix for about menu by Axesh R. Ajmera · 11 years ago
  9. 436b873 Make BrowserActivity.getController() public for testing. by Tarun Nainani · 11 years ago
  10. ef749cb Fixes for 1599-qrd browser to work with 1857 swe engine by Tarun Nainani · 11 years ago
  11. 41242f2 Change SWE app properties back to stock Android by Bijan Amirzada · 11 years ago[Renamed (97%) from src/com/android/swe/browser/BrowserActivity.java]
  12. 9b1e988 Added modified files to consume SWE by Bijan Amirzada · 11 years ago
  13. 69b30be Copy of new files from 1599 by Bijan Amirzada · 11 years ago[Renamed from src/com/android/browser/BrowserActivity.java]
  14. a2368f1 Browser: fix can not search with browser by kaiyiz · 12 years ago
  15. b40014b Browser: add to support exit prompt feature by luxiaol · 12 years ago
  16. bb2db87 Browser: Screen will garbage after rotate the phone. by kaiyiz · 12 years ago
  17. e6ff8b4 Browser: add to customize and show useragent by qqzhou · 12 years ago
  18. a8b6dbb Browser: add or show some menu items in BrowserActivity by kaiyiz · 12 years ago
  19. 8c5b0a3 Browser: add homepage and bookmark feature by qqzhou · 12 years ago
  20. 38b3965 Disable URL overriding on redirects by John Reck · 13 years ago
  21. 9c35b9c Prevent the monkies with a sledgehammer by John Reck · 13 years ago
  22. 0ec3e9f Monkey by John Reck · 13 years ago
  23. 2b552f5 Monkey proofing by Michael Kolb · 13 years ago
  24. 40e7f35 Monkey by John Reck · 13 years ago
  25. 7878f22 Only process intents if user-visible by John Reck · 13 years ago
  26. 3636d0a Crash recover no longer uses icicle. by George Mount · 14 years ago
  27. ef8b0b9 Assign urlbar background to actionbar by Michael Kolb · 14 years ago
  28. 6c2e2f3 Add bulletproofing to state recovery by John Reck · 14 years ago
  29. 56c1fcf Faster all the things! by John Reck · 14 years ago
  30. c3af067 Tab switcher animation by Michael Kolb · 14 years ago
  31. 1cf4b79 Restore overhaul by John Reck · 14 years ago
  32. bc490d2 Preload crash recovery state by John Reck · 14 years ago
  33. f57c029 Startup optimization by John Reck · 14 years ago
  34. d3e4d5b Move ComboView to its own activity by John Reck · 14 years ago
  35. d156adf Null check by John Reck · 14 years ago
  36. fbc579a catch search key in browser by Michael Kolb · 14 years ago
  37. 1461244 Preloading support in browser by Michael Kolb · 14 years ago
  38. aed9c54 Prevent crashing in CrashRecoveryHandler by John Reck · 14 years ago
  39. fba541e resolved conflicts for merge of e619f1e5 to master by John Reck · 14 years ago
  40. a5176f3 Use tablet UI for large by John Reck · 14 years ago
  41. 35e9dd6 Browser settings refactor by John Reck · 14 years ago
  42. e6bf4ab Fix back long press behavior by John Reck · 14 years ago
  43. dc2ee1b fix shortcut handling by Michael Kolb · 14 years ago
  44. 9d27ff5 Make bookmarks useable-ish on phones by John Reck · 14 years ago
  45. 7d50a93 Clear session cookies before attempting pre-login. by Patrick Scott · 14 years ago
  46. cd13508 Re-login after a week. by Patrick Scott · 14 years ago
  47. a418306 hardware keyboard support by Michael Kolb · 14 years ago
  48. b3417f0 Bookmark UI update by John Reck · 14 years ago
  49. 97efb1e Skip auto sign-in if the user is already logged in. by Patrick Scott · 14 years ago
  50. 539e2ec Different approach to auto signin. by Patrick Scott · 14 years ago
  51. 439c9a5 Spec update for Bookmark widget by John Reck · 15 years ago
  52. 6670653 Split UI based on screen size by Michael Kolb · 15 years ago
  53. 06f03e4 fix NPE in onDestroy by Michael Kolb · 15 years ago
  54. 63bb687 Debug settings changes by John Reck · 15 years ago
  55. 4155485 Fixes test errors by John Reck · 15 years ago
  56. ef67165 Make BrowserSettings.loadFromDb asynchronous by Ben Murdoch · 15 years ago
  57. 8233fac Controller Refactor by Michael Kolb · 15 years ago
  58. ffa561e Allow HW accleration to be activated on demand. by Derek Sollenberger · 15 years ago
  59. 6c6e86f Fix issue introduced by API change by Adam Powell · 15 years ago
  60. d797305 Updated for ActionBar API changes by Adam Powell · 15 years ago
  61. 1d88aa0 use new API (and not db) to access download notifications by Vasu Nori · 15 years ago
  62. 09ccfc7 Open downloads from notifications. by Leon Scroggins · 15 years ago
  63. 5ba8da4 Remove the web archive UI from the browser by Teng-Hui Zhu · 15 years ago
  64. c54d328 set http header 'cookie' before inserting download request in DM by Vasu Nori · 15 years ago
  65. c607653 Use the new public API for DownloadManager. by Leon Scroggins · 15 years ago
  66. 16f6fb9 Remove unused code. by Leon Scroggins · 15 years ago
  67. bc92285 Use constants in place of strings, and remove unused code. by Leon Scroggins · 15 years ago
  68. 88d0803 Incorporate save to home screen with add bookmark dialog. by Leon Scroggins · 15 years ago
  69. 2573892 Rewrite HTTP auth dialog code by Bjorn Bringert · 15 years ago
  70. 0506f2d Fixed lock icon, url touch area, dropdown visibility by Michael Kolb · 15 years ago
  71. 772927a fix history context menu bug by Michael Kolb · 15 years ago
  72. 4a906e1 Remove unused drag tracking code by Bjorn Bringert · 15 years ago
  73. 370a4f3 new bookmark screen part 2 by Michael Kolb · 15 years ago
  74. 131ab51 Use getters/setters for WebAddress fields by Bjorn Bringert · 15 years ago
  75. b1402a5 Remove some unnecessary use of hidden APIs by Bjorn Bringert · 15 years ago
  76. b67be57 am da0d5462: am 956cf01e: Remove QuickSearch shortcuts. by Leon Scroggins · 15 years ago
  77. 956cf01 Remove QuickSearch shortcuts. by Leon Scroggins · 15 years ago
  78. e421c24 update bookmarks & history page by Michael Kolb · 15 years ago
  79. 76a0e9c Move AddBookmark dialog to upper right of screen. by Leon Scroggins III · 15 years ago
  80. ebba8b4 move new tab button next to tabs by Michael Kolb · 15 years ago
  81. 36fe2eb resolved conflicts for merge of 52b4e956 to master by Steve Howard · 15 years ago
  82. a827eca resolved conflicts for merge of 8f918188 to master by Leon Scroggins III · 15 years ago
  83. 5a862fc Update refs to DownloadManager, which moved to android.app by Steve Howard · 15 years ago
  84. a682a3c Use the system downloads UI, instead of browser specific 1. by Leon Scroggins III · 15 years ago
  85. 21ce4d2 new two column suggestion dropdown http://b/issue?id=3039704 by Michael Kolb · 15 years ago
  86. bca3b69 am da9f1556: am cc14c8c4: Prevent a null pointer exception. by Leon Scroggins III · 15 years ago
  87. cc14c8c Prevent a null pointer exception. by Leon Scroggins III · 15 years ago
  88. 052ce66 Beginning work on adding bookmarks with folders. by Leon Scroggins III · 15 years ago
  89. 5feb8ad Do not merge: Don't show cab when invoking select text from menu by Cary Clark · 15 years ago
  90. 241f4f5 am e6803818: am a9e35b6e: Prevent a null pointer exception. by Leon Scroggins III · 15 years ago
  91. a9e35b6 Prevent a null pointer exception. by Leon Scroggins III · 15 years ago
  92. 447c846 Create the download dir if necessary. by Shimeng (Simon) Wang · 15 years ago
  93. 1a80565 A bunch of updates to BrowserProvider2. by Jeff Hamilton · 15 years ago
  94. aad8c86 am 6ac51e2b: am 867c0465: am 430057da: Fixes for changing the search engine. by Leon Scroggins III · 15 years ago
  95. d69f51d Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  96. 867c046 am 430057da: Fixes for changing the search engine. by Leon Scroggins III · 15 years ago
  97. 430057d Fixes for changing the search engine. by Leon Scroggins III · 15 years ago
  98. 8bf09b6 am d2670653: Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  99. d267065 Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  100. c7485ae checkpoint for moving UI to Holo style by Michael Kolb · 15 years ago