1. 36f68b8 Add zoom functions and sendCommand. by Wu-cheng Li · 17 years ago
  2. 24bb9b8 Provide an API for apps to use a dynamic RFCOMM channel and SDP record. by Nick Pelly · 17 years ago
  3. a01a447 Fix rfcomm socket connect return code. by Jaikumar Ganesh · 17 years ago
  4. 54172d9 Try to reconnect twice when the rfcomm error code is Connection Refused. by Jaikumar Ganesh · 17 years ago
  5. f9bbe1e Bluetooth A2DP suspend/resume functionality by Zhu Lan · 17 years ago
  6. afa7896 Hack to fix issue #2125365: Sports Trivia compatability with Eclair by Dianne Hackborn · 17 years ago
  7. 57a2292 Bounds check read and write path in native code. by Nick Pelly · 17 years ago
  8. 1a42cfa Use LM_SECURE when auth && encrypt. by Nick Pelly · 17 years ago
  9. 0665ae2 Merge change 26939 into eclair by Android (Google) Code Review · 17 years ago
  10. 6157de0 Fix 2101425: Camera crashes spontaneously in preview. by Chih-Chung Chang · 17 years ago
  11. 9251c34 Merge change 26851 into eclair by Android (Google) Code Review · 17 years ago
  12. 1715441 use new setDither on ImageRef to retain that setting for purgeable images by Mike Reed · 17 years ago
  13. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 17 years ago
  14. ffe1cf2 Unhide Camera lock and unlock API. by Wu-cheng Li · 17 years ago
  15. 995ae82 Make removeBond() call async. by Jaikumar Ganesh · 17 years ago
  16. 1caa6d1 Add new API for fetching UUIDs using SDP. by Jaikumar Ganesh · 17 years ago
  17. 4f3ebc4 Fix async calls with Connect And Disconnect Sink. by Jaikumar Ganesh · 17 years ago
  18. 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 17 years ago
  19. 242d65b process: Switch to common cutils sched_policy api by San Mehat · 17 years ago
  20. 32d8571 Changes for BT 2.1 by Jaikumar Ganesh · 17 years ago
  21. 8cae124 Various cleanup around resources and nine-patches. by Dianne Hackborn · 17 years ago
  22. 7ff269f Merge change 24735 into eclair by Android (Google) Code Review · 17 years ago
  23. 5e59ca8 Handle DisconnectRequested message sent by Bluez. by Jaikumar Ganesh · 17 years ago
  24. 211db4a change default for dither to true by Mike Reed · 17 years ago
  25. 181b31a Process: Add support for using scheduler policies instead of cgroups. by San Mehat · 17 years ago
  26. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 17 years ago
  27. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 17 years ago
  28. eb40aae GPS: Fix race condition reporting NMEA data. by Eddie Ho · 17 years ago
  29. d4c1baf Merge change 23646 into eclair by Android (Google) Code Review · 17 years ago
  30. 71c3c78 Immediately destroy BluetoothSocket's on close(). by Nick Pelly · 17 years ago
  31. c937b5c Merge change 23463 into eclair by Android (Google) Code Review · 17 years ago
  32. 176c3d6 Wait for HCI to come up if getting the adapter path fails. by Jaikumar Ganesh · 17 years ago
  33. 485e6dc Merge change 23462 into eclair by Android (Google) Code Review · 17 years ago
  34. efa1dd71 Add Bluetooth Device trust by Lixin Yue · 17 years ago
  35. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 17 years ago
  36. ad82219 Merge change 23380 into eclair by Android (Google) Code Review · 17 years ago
  37. 106006c Change util_texSubImage2D to call glCompressedTexImage2D correctly. by Jack Palevich · 17 years ago
  38. 450ff8a Merge change 23357 into eclair by Android (Google) Code Review · 17 years ago
  39. c81c439 Fix double-free problem in EmojiFactory. by Daisuke Miyakawa · 17 years ago
  40. 41a0a4a Set RFCOMM SO_SNDBUF size to 70 KB for large RFCOMM writes. by Nick Pelly · 17 years ago
  41. 22d1f9f gps: Network initiated SUPL by Danke Xie · 17 years ago
  42. 617b22d Merge change 22520 into eclair by Android (Google) Code Review · 17 years ago
  43. 6d56b53 Add local frames for parsing properties and processing events. by Jaikumar Ganesh · 17 years ago
  44. dbade9d expose runtime changes to gamma by Mike Reed · 17 years ago
  45. bdcef70 Fix issue #2010965: Increase process size on WVGA devices by Dianne Hackborn · 17 years ago
  46. bd022f4 Bluetooth: API change. by Nick Pelly · 17 years ago
  47. eeb175f Merge change 20982 by Android (Google) Code Review · 17 years ago
  48. d194595 SystemProperties: eliminate unnecessary string allocation. by Mike Lockwood · 17 years ago
  49. 90f7721 am b8546001: Merge change 20878 into donut by Dianne Hackborn · 17 years ago
  50. 82e1ee9 Fix issue #2048263: More debugging information by Dianne Hackborn · 17 years ago
  51. 628e086 DO NOT MERGE. This is merged from master. by Grace Kloba · 17 years ago
  52. f1e5b0d add support for RGBX_8888 by Mathias Agopian · 17 years ago
  53. 813eee1 Merge change 20424 by Android (Google) Code Review · 17 years ago
  54. c987193 Fix the scanning panic issue by Charles Lu · 17 years ago
  55. d87c19f am 7e63789a: android: cgroups: Don\'t switch threads >= nice 10 when moving all threads to default by San Mehat · 17 years ago
  56. 7e63789 android: cgroups: Don't switch threads >= nice 10 when moving all threads to default by San Mehat · 17 years ago
  57. b16e780 gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. by Mike Lockwood · 17 years ago
  58. b20148b wifi: Strip trailing spaces before parsing RSSI results. by Mike Lockwood · 17 years ago
  59. a31ce10 am 6af2552d: use safeUnref() since the other macro is not defined in donut by Mike Reed · 17 years ago
  60. 93efb72 am 7299d6ad: Merge change 9159 into donut by Android (Google) Code Review · 17 years ago
  61. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 17 years ago
  62. 6af2552 use safeUnref() since the other macro is not defined in donut by Mike Reed · 17 years ago
  63. 7299d6a Merge change 9159 into donut by Android (Google) Code Review · 17 years ago
  64. a04e555 check for null native objects, which never happens on a real subclass (we throw in that case) by Mike Reed · 17 years ago
  65. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 17 years ago
  66. 83b3685 Fix issue 2015322 mediaframeworktest.MediaAudioTrackTest fails. by Eric Laurent · 17 years ago
  67. ead1457 Merge change 8639 by Android (Google) Code Review · 17 years ago
  68. 3d63e01 explicitly set the hinting level for android apps (to match the old default) by Mike Reed · 17 years ago
  69. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 17 years ago
  70. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 17 years ago
  71. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  72. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
  73. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
  74. 4b5a8f8 am da57856d: Add logging to help track down intermittent bug by Dave Sparks · 17 years ago
  75. da57856 Add logging to help track down intermittent bug by Dave Sparks · 17 years ago
  76. 569f0b5 Merge change 7900 by Android (Google) Code Review · 17 years ago
  77. b965d09 Merge change 7775 by Android (Google) Code Review · 17 years ago
  78. b0eca41 Initial support of 2.1 pairing. by Jaikumar Ganesh · 17 years ago
  79. ddd1280 am 261a784c: Merge change 7720 into donut by Android (Google) Code Review · 17 years ago
  80. 0e01fbf Add an option to enable JIT trace profiling for app_process. by Ben Cheng · 17 years ago
  81. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 17 years ago
  82. 12cae39 Revert "Initial support of 2.1 pairing." by Jaikumar Ganesh · 17 years ago
  83. 261a784 Merge change 7720 into donut by Android (Google) Code Review · 17 years ago
  84. 228b2f3 Initial support of 2.1 pairing. by Jaikumar Ganesh · 17 years ago
  85. 0bca96b Make Process.getFreeMemory() return a long instead of an int, to better by Marco Nelissen · 17 years ago
  86. 4bac5a3 Fix global ref leak in android.media.AudioRecord. Delete global refs by Jean-Michel Trivi · 17 years ago
  87. 09a903a Merge change 7696 into donut by Android (Google) Code Review · 17 years ago
  88. 1b22b97 add hidden Options field for native allocations by Mike Reed · 17 years ago
  89. dbee031 am 733cbb00: Merge change 7492 into donut by Android (Google) Code Review · 17 years ago
  90. 8a14968 Delete leaked global ref in AudioTrack constructor. by Jean-Michel Trivi · 17 years ago
  91. 1c42769 Rename registerPhoneStateChange to registerPreciseCallStateChange by Jaikumar Ganesh · 17 years ago
  92. 0d4586d am 9181bc9a: Merge change 7079 into donut by Android (Google) Code Review · 17 years ago
  93. 8978bd0 Cleanup of unused enums by Dave Sparks · 17 years ago
  94. 0203513 am c4ca4206: Fix build by Dave Sparks · 17 years ago
  95. c4ca420 Fix build by Dave Sparks · 17 years ago
  96. e3ea663 am 8ceba810: Merge change 6871 into donut by Android (Google) Code Review · 17 years ago
  97. b442478 am 086bd7fe: Merge change 6846 into donut by Android (Google) Code Review · 17 years ago
  98. a95f495 Use SetByteArrayRegion to minimize copy overhead and JNI calls. by Dave Sparks · 17 years ago
  99. 9cf012a Merge change 6823 by Android (Google) Code Review · 17 years ago
  100. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 17 years ago