1. 83c5f31 Put the more notifications button on the left where it belongs. by Joe Onorato · 14 years ago
  2. b62ac12 Tapping outside the status bar panels closes them. by Joe Onorato · 14 years ago
  3. a11dde3 Merge "Tablet ticker." by Joe Onorato · 14 years ago
  4. ef1e776 Tablet ticker. by Joe Onorato · 14 years ago
  5. 6cb73f2 Merge "Format the phone number with the number country's convention." by Dmitri Plotnikov · 14 years ago
  6. 4200dca Merge "HTTP auth for Chromium HTTP stack (Java side)" by Kristian Monsen · 14 years ago
  7. 6a3d188 Format the phone number with the number country's convention. by Bai Tao · 14 years ago
  8. 5491c7a am 852e5354: am 8544560c: SipPhone: fix missing-call DisconnectCause feedback by Hung-ying Tyan · 14 years ago
  9. 852e535 am 8544560c: SipPhone: fix missing-call DisconnectCause feedback by Hung-ying Tyan · 14 years ago
  10. 8544560 SipPhone: fix missing-call DisconnectCause feedback by Hung-ying Tyan · 14 years ago
  11. 23fd61b am 97bc368b: am b17eae9e: SipService: move event handling out of system server\'s main thread by Hung-ying Tyan · 14 years ago
  12. 97bc368 am b17eae9e: SipService: move event handling out of system server\'s main thread by Hung-ying Tyan · 14 years ago
  13. b17eae9 SipService: move event handling out of system server's main thread by Hung-ying Tyan · 14 years ago
  14. 2417132 am 37d1b249: am 97963794: SIP: convert enum to static final int. by Hung-ying Tyan · 14 years ago
  15. 37d1b24 am 97963794: SIP: convert enum to static final int. by Hung-ying Tyan · 14 years ago
  16. 9796379 SIP: convert enum to static final int. by Hung-ying Tyan · 14 years ago
  17. 03d8a8f resolved conflicts for merge of cf1620d6 to master by Hung-ying Tyan · 14 years ago
  18. cf1620d am 5b930c49: Merge "SIP: add config flag for wifi-only configuration." into gingerbread by Hung-ying Tyan · 14 years ago
  19. 5b930c4 Merge "SIP: add config flag for wifi-only configuration." into gingerbread by Hung-ying Tyan · 14 years ago
  20. c4b8747 SIP: add config flag for wifi-only configuration. by Hung-ying Tyan · 14 years ago
  21. f9e505c am b5994789: (-s ours) am ba56dfce: DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 14 years ago
  22. b599478 am ba56dfce: DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 14 years ago
  23. ba56dfc DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 14 years ago
  24. 5d8f9dd am 99f0f367: am 4258bfb7: Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread by Adam Powell · 14 years ago
  25. a213583 am a8d95248: am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread by Jeff Brown · 14 years ago
  26. c6cb8d6 am 4a4a53ae: am 25945ca2: Merge "Fix silly touch bug in TextView. Oops." into gingerbread by Adam Powell · 14 years ago
  27. ca216a0 am 5c9f3579: am f30fae63: Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread by Marco Nelissen · 14 years ago
  28. 03f3cb0 resolved conflicts for merge of 1f377298 to master by Dianne Hackborn · 14 years ago
  29. 99f0f36 am 4258bfb7: Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread by Adam Powell · 14 years ago
  30. a8d9524 am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread by Jeff Brown · 14 years ago
  31. 4258bfb Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread by Adam Powell · 14 years ago
  32. 23bd5f5 Fix some drawing artifacts/bugs around overlays/text anchors by Adam Powell · 14 years ago
  33. 511f66d am afb777cb: am 0741a5ed: Merge "Add debug function." into gingerbread by John Wang · 14 years ago
  34. 61241ad Merge "resolved conflicts for merge of b39470b5 to master" by Adam Powell · 14 years ago
  35. f37df07 resolved conflicts for merge of b39470b5 to master by Adam Powell · 14 years ago
  36. 7d4739b Merge "Reduce lock thrashing in native Looper." into gingerbread by Jeff Brown · 14 years ago
  37. 9604987 Reduce lock thrashing in native Looper. by Jeff Brown · 14 years ago
  38. 11dd325 Merge "I splitted the start and end transtions into separate classes." by Gil Dobjanschi · 14 years ago
  39. 7c1df82 I splitted the start and end transtions into separate classes. by Gil Dobjanschi · 14 years ago
  40. 1e58e40 Merge "Enhance http proxy support" by Robert Greenwalt · 14 years ago
  41. d192dad Enhance http proxy support by Robert Greenwalt · 14 years ago
  42. f1ec1dd am bc9599d4: am 838e93ed: Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread by Jeff Brown · 14 years ago
  43. aca11c0 am 6dcffb43: (-s ours) am 4a2b3ef1: Merge "new assets" into gingerbread by Chet Haase · 14 years ago
  44. 5e87e0d Merge "Fix positioning of 1 pixel wide lines (esp. non AA lines.)" by Romain Guy · 14 years ago
  45. be35127 Merge changes Id5200e94,I08fcbfa7 by Romain Guy · 14 years ago
  46. 0a5dd10 am 7bc600cb: am f98197a7: Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec\'s destructor. by Andreas Huber · 14 years ago
  47. 4a4a53a am 25945ca2: Merge "Fix silly touch bug in TextView. Oops." into gingerbread by Adam Powell · 14 years ago
  48. 5c9f357 am f30fae63: Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread by Marco Nelissen · 14 years ago
  49. 25945ca Merge "Fix silly touch bug in TextView. Oops." into gingerbread by Adam Powell · 14 years ago
  50. f30fae6 Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread by Marco Nelissen · 14 years ago
  51. 4d4d62b Fix silly touch bug in TextView. Oops. by Adam Powell · 14 years ago
  52. b5ab417 Fix positioning of 1 pixel wide lines (esp. non AA lines.) by Romain Guy · 14 years ago
  53. f6bd436 resolved conflicts for merge of 1fc97385 to master by Andreas Huber · 14 years ago
  54. c95c8d6 Add support for non AA lines. by Romain Guy · 14 years ago
  55. 1f37729 am 58e0eefe: Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  56. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  57. afb777c am 0741a5ed: Merge "Add debug function." into gingerbread by John Wang · 14 years ago
  58. 3c473ea Add a check to track a problem the monkey script has been triggering. by Marco Nelissen · 14 years ago
  59. 0741a5e Merge "Add debug function." into gingerbread by John Wang · 14 years ago
  60. b39470b am b08013c3: Added overlay support for drawing/responding to text anchors. by Adam Powell · 14 years ago
  61. 9db8abc Merge "Fix a SurfaceFlinger bug." by Jamie Gennis · 14 years ago
  62. 580807a Merge "Handle RS reflection name changes." by Stephen Hines · 14 years ago
  63. 8726305 Merge "Adding default profiles for specific levels." by Nipun Kwatra · 14 years ago
  64. bd53554 Add debug function. by John Wang · 14 years ago
  65. 2c6f344 Merge "Minor app updates for RS. force RSTest to portrait." by Stephen Hines · 14 years ago
  66. d74a72f Merge "Fix function name match for refcounting funcs." by Jason Sams · 14 years ago
  67. b08013c Added overlay support for drawing/responding to text anchors. by Adam Powell · 14 years ago
  68. bc9599d am 838e93ed: Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread by Jeff Brown · 14 years ago
  69. 838e93e Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread by Jeff Brown · 14 years ago
  70. d48a15c Adding default profiles for specific levels. by Nipun Kwatra · 14 years ago
  71. 4fd8bb4 Fix function name match for refcounting funcs. by Jason Sams · 14 years ago
  72. 6dcffb4 am 4a2b3ef1: Merge "new assets" into gingerbread by Chet Haase · 14 years ago
  73. 4a2b3ef1 Merge "new assets" into gingerbread by Chet Haase · 14 years ago
  74. 657028c new assets by Chet Haase · 14 years ago
  75. 7bc600c am f98197a7: Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec\'s destructor. by Andreas Huber · 14 years ago
  76. 1fc9738 am 524e6f62: Register the new OMX components. by Andreas Huber · 14 years ago
  77. 0b7a3bc Merge "Doc Change: add screenshots to Testing in Eclipse topic" by Joe Malin · 14 years ago
  78. 40d272c Fix a SurfaceFlinger bug. by Jamie Gennis · 14 years ago
  79. f98197a Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec's destructor. by Andreas Huber · 14 years ago
  80. 3fed1bd Merge "Use website preferred width as the fixed viewport." by Shimeng (Simon) Wang · 14 years ago
  81. 14bcc0e Use website preferred width as the fixed viewport. by Shimeng (Simon) Wang · 14 years ago
  82. 31529ff Correctly free memory. by Romain Guy · 14 years ago
  83. bfb619a Merge "Convert Numbers to Booleans when calling getAsBoolean()." by Jeff Hamilton · 14 years ago
  84. 4e874ed don't compile statement for certain SQL statements by Vasu Nori · 14 years ago
  85. 93a958f Handle RS reflection name changes. by Stephen Hines · 14 years ago
  86. 7553cf7 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
  87. 524e6f6 Register the new OMX components. by Andreas Huber · 14 years ago
  88. 67a58a0 Merge "Updated Summarizer to use SQLite DB." by Maksymilian Osowski · 14 years ago
  89. 71579f9 Merge "Use website specified viewport." by Shimeng (Simon) Wang · 14 years ago
  90. 394e0fb Updated Summarizer to use SQLite DB. by Maksymilian Osowski · 14 years ago
  91. fadb0de Changed Summarizer to dump generated html code to file every few hundred tests to avoid OOM errors. by Maksymilian Osowski · 14 years ago
  92. 76c97ee Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000 by Steve Block · 14 years ago
  93. 062c0c9 Merge "Updated ManagerService to call Summarizer.summarize() in a separate thread." by Maksymilian Osowski · 14 years ago
  94. 517ebf1 Merge "Changed the behaviour of run_apache2.py restart." by Maksymilian Osowski · 14 years ago
  95. 4af7705 Changed the behaviour of run_apache2.py restart. by Maksymilian Osowski · 14 years ago
  96. 9893d96 Updated ManagerService to call Summarizer.summarize() in a separate thread. by Maksymilian Osowski · 14 years ago
  97. b6a2364 Merge "Update DumpRenderTree2 to handle failing tests where no meaningful diff is available" by Steve Block · 14 years ago
  98. d208c3a Convert Numbers to Booleans when calling getAsBoolean(). by Jeff Hamilton · 14 years ago
  99. 8a6def0 Update DumpRenderTree2 to handle failing tests where no meaningful diff is available by Steve Block · 14 years ago
  100. 44ce3242 Merge "Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir." by Maksymilian Osowski · 14 years ago