1. a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago
  2. c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 14 years ago
  3. d98d0fc Merge "Optimize VelocityTracker to run in linear time." into gingerbread by Jeff Brown · 14 years ago
  4. 1a140bf Merge "Remove some obsolete code." into gingerbread by Andreas Huber · 14 years ago
  5. 603a34ee Merge "improve a bit the implementation of eglGetProcAddress" into gingerbread by Mathias Agopian · 14 years ago
  6. 6fa1311 Remove some obsolete code. by Andreas Huber · 14 years ago
  7. 10ed3f7 Merge "Add input buffer size check for software video encoders" into gingerbread by James Dong · 14 years ago
  8. 18f0174 Merge "We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup." into gingerbread by Andreas Huber · 14 years ago
  9. 605f402 Merge "Import revised translations. DO NOT MERGE" into gingerbread by Eric Fischer · 14 years ago
  10. edae848 am 301c437b: Remove @LargeTest annotations by Eric Rowe · 14 years ago
  11. 06a43dc Import revised translations. DO NOT MERGE by Eric Fischer · 14 years ago
  12. 235be39 Merge "Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs." into gingerbread by Andreas Huber · 14 years ago
  13. f88f844 We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup. by Andreas Huber · 14 years ago
  14. e6daea5 Add input buffer size check for software video encoders by James Dong · 14 years ago
  15. 532d2ac Merge "Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer" into gingerbread by James Dong · 14 years ago
  16. e967ee4 Merge "Fix gingerbread FrameworkCoreTests makefile." into gingerbread by Brett Chabot · 14 years ago
  17. f3b7859 Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
  18. aa92ef7 Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs. by Andreas Huber · 14 years ago
  19. 259b4c8 Merge "SIP: clean up unused class and fields." into gingerbread by Hung-ying Tyan · 14 years ago
  20. 8e63ddb SIP: clean up unused class and fields. by Hung-ying Tyan · 14 years ago
  21. 88cf2fc Optimize VelocityTracker to run in linear time. by Jeff Brown · 14 years ago
  22. 56718cb Fix gingerbread FrameworkCoreTests makefile. by Brett Chabot · 14 years ago
  23. 8daae8f improve a bit the implementation of eglGetProcAddress by Mathias Agopian · 14 years ago
  24. 745d1e9 Merge "Update javadoc for the API and change return of getBondedDevices()." into gingerbread by Jaikumar Ganesh · 14 years ago
  25. 6c6d57c Merge "Fix focus notification" into gingerbread by Konstantin Lopyrev · 14 years ago
  26. 63cca69 Merge "Make sure profiling is done only for views that are actually measured, laid out and drawn." into gingerbread by Konstantin Lopyrev · 14 years ago
  27. fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 14 years ago
  28. 5e7833a Fix focus notification by Konstantin Lopyrev · 14 years ago
  29. 301c437 Remove @LargeTest annotations by Eric Rowe · 14 years ago
  30. 66edf55 Merge "Fix bug 2684341 Don't steal the media button event from the phone app is the phone is ringing, even in silent mode." into gingerbread by Jean-Michel Trivi · 14 years ago
  31. cbaef51 Merge "Check whether Bluetooth is enabled before making any API calls." into gingerbread by Jaikumar Ganesh · 14 years ago
  32. f5ff170 Check whether Bluetooth is enabled before making any API calls. by Jaikumar Ganesh · 14 years ago
  33. 959909e Merge "Support multiple PPS and SPS in avcC box" into gingerbread by James Dong · 14 years ago
  34. 481e05e Support multiple PPS and SPS in avcC box by James Dong · 14 years ago
  35. e73131a Fix bug 2684341 Don't steal the media button event from the phone by Jean-Michel Trivi · 14 years ago
  36. 4edf85a Merge "Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder." into gingerbread by Andreas Huber · 14 years ago
  37. 67400d4 Merge "Added tests for audio effects in MediaFrameworkTest" into gingerbread by Eric Laurent · 14 years ago
  38. 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
  39. 2a6b80b Fixed several audio effects problems. by Eric Laurent · 14 years ago
  40. 441ec6b Added tests for audio effects in MediaFrameworkTest by Eric Laurent · 14 years ago
  41. 8fb2e6e PhoneFactory: add makeSipPhone() by Hung-ying Tyan · 14 years ago
  42. d122805 CallManager: add getAllPhones(). by Hung-ying Tyan · 14 years ago
  43. 799f2bb am b37bca9e: Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
  44. b37bca9 Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
  45. ad98d38 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  46. c6dc457 Make sure profiling is done only for views that are actually measured, laid out and drawn. by Konstantin Lopyrev · 14 years ago
  47. 261aaa1 Merge "Properly skip the 'skip' chunk in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
  48. 765b8aa Properly skip the 'skip' chunk in mpeg4 files. by Andreas Huber · 14 years ago
  49. 9fbf00c Merge "Slight improvement (hopefully) to orientation sensing." into gingerbread by Steve Howard · 14 years ago
  50. 3b0d3d5 Merge "Adding a way for Hierarchy Viewer to get the focused window." into gingerbread by Konstantin Lopyrev · 14 years ago
  51. f962476 Adding a way for Hierarchy Viewer to get the focused window. by Konstantin Lopyrev · 14 years ago
  52. db86c59 New drawables for the update to the maps API (DO NOT MERGE) by Steve Howard · 14 years ago
  53. 8e15afe Make downloads visible by default. by Steve Howard · 14 years ago
  54. 818490a Fix String8::operator+ by Kenny Root · 14 years ago
  55. 5723dfe GPS: Don't set XTRA download pending flag at boot time. by Mike Lockwood · 14 years ago
  56. 4c5d28c RTP: move into frameworks. by Chia-chi Yeh · 14 years ago
  57. 1d62c77 Fix the build by Chung-yih Wang · 14 years ago
  58. b960588 Merge "Revert "Revert "Move SIP telephony related codes to framework.""" into gingerbread by Chung-yih Wang · 14 years ago
  59. 7324489 Merge "Add SIP service into system server." into gingerbread by Chung-yih Wang · 14 years ago
  60. 740aa4b am 90937179: (-s ours) Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller" into froyo by Adam Powell · 14 years ago
  61. 90937179 Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller" into froyo by Adam Powell · 14 years ago
  62. 5f531ae Slight improvement (hopefully) to orientation sensing. by Steve Howard · 14 years ago
  63. 5005a6c am cdf16787: Merge "Changed SyncOperation.toKey() to not rely on the implementation of Account.toString()" into froyo by Fred Quintana · 14 years ago
  64. 2d94231 Add SIP service into system server. by Chung-yih Wang · 14 years ago
  65. cdf1678 Merge "Changed SyncOperation.toKey() to not rely on the implementation of Account.toString()" into froyo by Fred Quintana · 14 years ago
  66. b4b7b48 Changed SyncOperation.toKey() to not rely on the implementation of by Fred Quintana · 14 years ago
  67. 499b743 Merge "(gingerbread) remove unused tests. bug:2898376" into gingerbread by Vasu Nori · 14 years ago
  68. 286b977 (gingerbread) remove unused tests. bug:2898376 by Vasu Nori · 14 years ago
  69. 432a2a1 am 005e2400: Merge "fix xml sample error" into froyo by Scott Main · 14 years ago
  70. a55191f DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller by Adam Powell · 14 years ago
  71. 005e240 Merge "fix xml sample error" into froyo by Scott Main · 14 years ago
  72. 307351a2 fix xml sample error by Scott Main · 14 years ago
  73. f9ea8ec am 982f1521: Merge "Checkin initial bluetooth stress tests." into froyo by Eric Rowe · 14 years ago
  74. 1441bdf Merge "Use the target color format from the camera source if possible" into gingerbread by James Dong · 14 years ago
  75. 982f152 Merge "Checkin initial bluetooth stress tests." into froyo by Eric Rowe · 14 years ago
  76. 14db8d9 Checkin initial bluetooth stress tests. by Eric Rowe · 14 years ago
  77. afd97e8 Use the target color format from the camera source if possible by James Dong · 14 years ago
  78. 3aad8c3 Merge "Fix an issue where the track duration does not include the last sample duration" into gingerbread by James Dong · 14 years ago
  79. 91b22a9 Fix an issue where the track duration does not include the last sample duration by James Dong · 14 years ago
  80. 4ae1e38 Merge "Tracking merge of dalvik-dev to gingerbread" into gingerbread by Brian Carlstrom · 14 years ago
  81. 2c37f3d Merge "Better support for fake timestamps in RTP, H.263 video now also requests FIR." into gingerbread by Andreas Huber · 14 years ago
  82. 407ec58 Merge "A better fix for the OggExtractor referring to the sample rate while it hasn't been initialized yet." into gingerbread by Andreas Huber · 14 years ago
  83. dec43a1 Merge "Fix up PackageManager tests" into gingerbread by Kenny Root · 14 years ago
  84. 1f7fba1 A better fix for the OggExtractor referring to the sample rate while it hasn't been initialized yet. by Andreas Huber · 14 years ago
  85. 3eaa300 Better support for fake timestamps in RTP, H.263 video now also requests FIR. by Andreas Huber · 14 years ago
  86. fb86152 Merge "Specification of codec specific data as part of the session description is now optional." into gingerbread by Andreas Huber · 14 years ago
  87. d7b421b Fix up PackageManager tests by Kenny Root · 14 years ago
  88. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  89. ccd0b69 Revert "Revert "Move SIP telephony related codes to framework."" by Chung-yih Wang · 14 years ago
  90. cde66df Revert "Move SIP telephony related codes to framework." by Chung-yih Wang · 14 years ago
  91. 468e35e Merge "Move SIP telephony related codes to framework." into gingerbread by Chung-yih Wang · 14 years ago
  92. 9b87770 Merge "Fix crash when startForeground posts a broken Notification." into gingerbread by Daniel Sandler · 14 years ago
  93. b631dcf Move SIP telephony related codes to framework. by Chung-yih Wang · 14 years ago
  94. 8c50356 Merge "Move the sip related codes to framework." into gingerbread by Chung-yih Wang · 14 years ago
  95. 363c2ab Move the sip related codes to framework. by Chung-yih Wang · 14 years ago
  96. 62f066a Merge "Add register methods in CallManager "do not merge"" into gingerbread by John Wang · 14 years ago
  97. 97c2d84 am 8dd87ad9: fix some doc errors in the resources; add link to resource docs for ColorStateList class by Scott Main · 14 years ago
  98. 769f9b8 am 5b86de94: fix doc bugs by Scott Main · 14 years ago
  99. 8dd87ad fix some doc errors in the resources; by Scott Main · 14 years ago
  100. 5b86de9 fix doc bugs by Scott Main · 14 years ago