1. 2c9188e DO NOT MERGE Enable debug in StatusBarService by Irfan Sheriff · 14 years ago
  2. 8544560 SipPhone: fix missing-call DisconnectCause feedback by Hung-ying Tyan · 14 years ago
  3. b17eae9 SipService: move event handling out of system server's main thread by Hung-ying Tyan · 14 years ago
  4. 9796379 SIP: convert enum to static final int. by Hung-ying Tyan · 14 years ago
  5. 5b930c4 Merge "SIP: add config flag for wifi-only configuration." into gingerbread by Hung-ying Tyan · 14 years ago
  6. c4b8747 SIP: add config flag for wifi-only configuration. by Hung-ying Tyan · 14 years ago
  7. ba56dfc DO NOT MERGE Tethering: Delay 1000ms before processing USB disconnect events by Mike Lockwood · 14 years ago
  8. 4258bfb Merge "Fix some drawing artifacts/bugs around overlays/text anchors" into gingerbread by Adam Powell · 14 years ago
  9. 23bd5f5 Fix some drawing artifacts/bugs around overlays/text anchors by Adam Powell · 14 years ago
  10. 7d4739b Merge "Reduce lock thrashing in native Looper." into gingerbread by Jeff Brown · 14 years ago
  11. 9604987 Reduce lock thrashing in native Looper. by Jeff Brown · 14 years ago
  12. 25945ca Merge "Fix silly touch bug in TextView. Oops." into gingerbread by Adam Powell · 14 years ago
  13. f30fae6 Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread by Marco Nelissen · 14 years ago
  14. 4d4d62b Fix silly touch bug in TextView. Oops. by Adam Powell · 14 years ago
  15. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  16. 3c473ea Add a check to track a problem the monkey script has been triggering. by Marco Nelissen · 14 years ago
  17. 0741a5e Merge "Add debug function." into gingerbread by John Wang · 14 years ago
  18. bd53554 Add debug function. by John Wang · 14 years ago
  19. b08013c Added overlay support for drawing/responding to text anchors. by Adam Powell · 14 years ago
  20. 838e93e Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread by Jeff Brown · 14 years ago
  21. 4a2b3ef1 Merge "new assets" into gingerbread by Chet Haase · 14 years ago
  22. 657028c new assets by Chet Haase · 14 years ago
  23. 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
  24. 524e6f6 Register the new OMX components. by Andreas Huber · 14 years ago
  25. 1d15835 SipPhone: do not append SIP domain to PSTN number by Hung-ying Tyan · 14 years ago
  26. afa583e SipAudioCall: expose startAudio() by Hung-ying Tyan · 14 years ago
  27. ecd43cc Merge "Initialize Keyboard.Key attributes from parent Keyboard.Row" into gingerbread by Tadashi G. Takaoka · 14 years ago
  28. 987ba54 Merge "Fix sim-eng build on Hardy" into gingerbread by Brian Carlstrom · 14 years ago
  29. b65b7cb Initialize Keyboard.Key attributes from parent Keyboard.Row by Tadashi G. Takaoka · 14 years ago
  30. 9404e63 Merge "Add timer to SIP session creation process." into gingerbread by Hung-ying Tyan · 14 years ago
  31. 9352cf1 Add timer to SIP session creation process. by Hung-ying Tyan · 14 years ago
  32. 36f429d Fix typo which causes sensors to fail miserably by Mathias Agopian · 14 years ago
  33. a1361e4 Looper: Drop default parameters in favor of a safer overload. by Jeff Brown · 14 years ago
  34. 0f58430 Fix Bluetooth Javadoc to clarify the maximum device name length. by Jake Hamby · 14 years ago
  35. 1bcb8b1 Merge "surfaceflinger / GL extensions cleanup" into gingerbread by Mathias Agopian · 14 years ago
  36. 08710dc Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread by Mathias Agopian · 14 years ago
  37. 079ed61 Merge "fix [2931909] SensorManger breaks when using different SensorEventListener w/ the same sensors" into gingerbread by Mathias Agopian · 14 years ago
  38. 14836fb Merge "Add optional tags to frameworks/base ext." into gingerbread by Jesse Wilson · 14 years ago
  39. a145956 Add optional tags to frameworks/base ext. by Jesse Wilson · 14 years ago
  40. 4d3cb63 part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work by Mathias Agopian · 14 years ago
  41. ec33b82 fix [2931909] SensorManger breaks when using different SensorEventListener w/ the same sensors by Mathias Agopian · 14 years ago
  42. 1ac48ea Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread by Jeff Brown · 14 years ago
  43. 9c25871 Merge "Fix app switch latency optimization." into gingerbread by Jeff Brown · 14 years ago
  44. 7dae0e4 Ensure input dispatcher and native looper handles EINTR. by Jeff Brown · 14 years ago
  45. 4b164c1 Kill off the remaining GC-specific system properties. by Carl Shapiro · 14 years ago
  46. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  47. dbb7b6d Fix sim-eng build on Hardy by Brian Carlstrom · 14 years ago
  48. a7516e9 Merge "Make sure the .wav extractor does not read data outside the bounds of the 'data' box." into gingerbread by Andreas Huber · 14 years ago
  49. 549629d Merge "Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm)" into gingerbread by Andreas Huber · 14 years ago
  50. 6bfb397 Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm) by Andreas Huber · 14 years ago
  51. 4f5bb1e Make sure the .wav extractor does not read data outside the bounds of the 'data' box. by Andreas Huber · 14 years ago
  52. 6abea1e Remove fields no longer in API. by Jeff Brown · 14 years ago
  53. 4787471 Merge "Support new URI structure for download provider." into gingerbread by Steve Howard · 14 years ago
  54. 24326f7 Merge "Input API review." into gingerbread by Jeff Brown · 14 years ago
  55. b9eb949 Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread by Jeff Brown · 14 years ago
  56. 2a95c2a Fix input dispatcher regression on launcher drag&drop. by Jeff Brown · 14 years ago
  57. ad7bce4 Merge "DO NOT MERGE - Doclava warnings are now errors." into gingerbread by Joe Onorato · 14 years ago
  58. a7f5e47 Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread by James Dong · 14 years ago
  59. dfb8991 Fixed a bug in the query to the supported profiles and levels by James Dong · 14 years ago
  60. 49e1ae2 Merge "Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead." into gingerbread by Andreas Huber · 14 years ago
  61. b9f03d5 DO NOT MERGE - Doclava warnings are now errors. by Joe Onorato · 14 years ago
  62. d5d1328 Merge "This was marked @Deprecated in the docs, but it was misspelled." into gingerbread by Joe Onorato · 14 years ago
  63. 3d37fca This was marked @Deprecated in the docs, but it was misspelled. by Joe Onorato · 14 years ago
  64. 9afd909 Merge "Doc change: clean up droiddoc (cs) macros." into gingerbread by Dirk Dougherty · 14 years ago
  65. 9519eab Doc change: clean up droiddoc (cs) macros. by Dirk Dougherty · 14 years ago
  66. 567c00a Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread by Jeff Brown · 14 years ago
  67. dc3e005 Fix NPE when handling certain kinds of ANRs. by Jeff Brown · 14 years ago
  68. 4198cec Merge "Fix the rest of the javadoc warnings." into gingerbread by Joe Onorato · 14 years ago
  69. d3ad696 Fix the rest of the javadoc warnings. by Joe Onorato · 14 years ago
  70. 45922df Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead. by Andreas Huber · 14 years ago
  71. 8946ab2 A ThreadedSource wraps around an existing MediaSource and reads output buffers on a separate thread. It's now used for the vpx decoder to decode frames ahead of time to improve playback performance. by Andreas Huber · 14 years ago
  72. 8c9eacd Merge "DO NOT MERGE. Use the new -knowntags option to suppress warnings for some known tags." into gingerbread by Joe Onorato · 14 years ago
  73. 37de5da Merge "Fix problem in lvm effect bundle wrapper" into gingerbread by Eric Laurent · 14 years ago
  74. 71f7f67 DO NOT MERGE. Use the new -knowntags option to suppress warnings for some known tags. by Joe Onorato · 14 years ago
  75. 7747795 Merge "These are not javadoc tags, they are annotations in sample code. Escape them properly." into gingerbread by Joe Onorato · 14 years ago
  76. f0f95b8 Fix problem in lvm effect bundle wrapper by Eric Laurent · 14 years ago
  77. 0d903bcd These are not javadoc tags, they are annotations in sample code. Escape them properly. by Joe Onorato · 14 years ago
  78. c751058 SipService: add log control, suppress ping log. by Hung-ying Tyan · 14 years ago
  79. d8f3d16 Add a new phone state ANSWERING. by Chung-yih Wang · 14 years ago
  80. 0e06338 Fix the unhandled authentication message. by Chung-yih Wang · 14 years ago
  81. 07980dc Merge "Adding new assets for designers" into gingerbread by Chet Haase · 14 years ago
  82. a705d92 Adding new assets for designers by Chet Haase · 14 years ago
  83. f4d788c Merge "Make input dispatcher only ANR for foreground windows." into gingerbread by Jeff Brown · 14 years ago
  84. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  85. 747c615 ContactsContract: update SipAddress to be multi-valued by David Brown · 14 years ago
  86. 134b28a Merge "Update Inet Connection Status display" into gingerbread by Robert Greenwalt · 14 years ago
  87. 1e9aac2 Update Inet Connection Status display by Robert Greenwalt · 14 years ago
  88. e20a56d surfaceflinger / GL extensions cleanup by Michael I. Gold · 14 years ago
  89. b8dbdc2 Clarify the danger of READ_LOGS and DUMP permissions. by Chris Palmer · 14 years ago
  90. 24a2c2b Merge "Upgrade to the latest .webm project code." into gingerbread by Andreas Huber · 14 years ago
  91. 3fd5fa4 Fix the runtime restart due to name change. by Wu-cheng Li · 14 years ago
  92. a8cc20e Merge "b/3004029 Fixed content resolver loss" into gingerbread by Erik · 14 years ago
  93. 344d966 Merge "Close tz query cursor when done." into gingerbread by Erik · 14 years ago
  94. 09bd4bf b/3004029 Fixed content resolver loss by Erik · 14 years ago
  95. 8f385af Merge "Add new/changed drawable assets from design team" into gingerbread by Chet Haase · 14 years ago
  96. 0183e3b Add new/changed drawable assets from design team by Chet Haase · 14 years ago
  97. e5f8539 Upgrade to the latest .webm project code. by Andreas Huber · 14 years ago
  98. a6f4149 Merge "Update camera API and javadoc for API review comments." into gingerbread by Wu-cheng Li · 14 years ago
  99. 82a39f4 Merge "Add some explicit error log messages" into gingerbread by James Dong · 14 years ago
  100. 9f882c0 Merge "Fix audio input sample timestamp when audio driver loses audio samples" into gingerbread by James Dong · 14 years ago