1. da13560 Add a call to pthread_attr_destroy to avoid potential memory leaks. by Le-Chun Wu · 13 years ago
  2. 2585e9b Frameworks: fixes possible invalid pointer index call. by Justin Koh · 13 years ago
  3. 7564d62 Enter touch mode on ACTION_SCROLL. by Jeff Brown · 13 years ago
  4. af3f1753 Merge "VPN: tear down VPN when the dependent interface is down." by Chia-chi Yeh · 13 years ago
  5. aa1727f VPN: tear down VPN when the dependent interface is down. by Chia-chi Yeh · 13 years ago
  6. 8b09337 Merge "Smooth the spinners" by Adam Powell · 13 years ago
  7. 9ac32a4 Smooth the spinners by Adam Powell · 13 years ago
  8. cda3385 Merge "Fix regression with legacy expanded menus" by Adam Powell · 13 years ago
  9. 0a3deee Fix regression with legacy expanded menus by Adam Powell · 13 years ago
  10. 0a46db5 Apply the dns and route diff which we get a change by Robert Greenwalt · 13 years ago
  11. 12b933d NetworkManagementService: receive bandwidth controller events by JP Abgrall · 13 years ago
  12. 4838151 Merge "sensorservice: be more robust when there are no sensor h/w" by Mathias Agopian · 13 years ago
  13. 06b54d7 Merge changes Id9aa1003,I8c154189 by Jamie Gennis · 13 years ago
  14. f107200 CameraService: (dis)connect from preview windows by Jamie Gennis · 13 years ago
  15. c85ca5d MediaPlayer: add ANativeWindow (dis)connect calls by Jamie Gennis · 13 years ago
  16. 9709687 SurfaceTexture: make (dis)connect into an IPC by Jamie Gennis · 13 years ago
  17. b3a26f4 Merge "Move LoadAverageService to the SystemUI apk." by Dianne Hackborn · 13 years ago
  18. ec7ea37 SurfaceTexture: fix SurfaceTextureGLToGLTest by Jamie Gennis · 13 years ago
  19. 7770b90 Merge "Minor code cleanups in vector." by Jeff Brown · 13 years ago
  20. 50a3e42 Merge "Replace Vector _grow/_shrink checks with assert." by Jeff Brown · 13 years ago
  21. 8a65e1f Merge "Revert "Add some logging to track down where ANR happens during MediaPlayer._release()."" by James Dong · 13 years ago
  22. 29c176f sensorservice: be more robust when there are no sensor h/w by Mathias Agopian · 13 years ago
  23. 2c17f05 Revert "Add some logging to track down where ANR happens during MediaPlayer._release()." by James Dong · 13 years ago
  24. 649a141 Merge "VPN: close the socket in protectVpn() to avoid leaking descriptors." by Chia-chi Yeh · 13 years ago
  25. 5779c9c VPN: close the socket in protectVpn() to avoid leaking descriptors. by Chia-chi Yeh · 13 years ago
  26. f4fcd42 Preserve invariant that sService is not null (although NfcAdapter.get() can return null) by Robert Tsai · 13 years ago
  27. 2c751a8 Bug 5031179 possible fix for assert in join by Glenn Kasten · 13 years ago
  28. 45ce864 Move LoadAverageService to the SystemUI apk. by Dianne Hackborn · 13 years ago
  29. d4ee810 Merge "Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapter" by Adam Cohen · 13 years ago
  30. b7ffea6 Catching RemoteViews#apply() layout inflation exceptions in RemoteViewsAdapter by Adam Cohen · 13 years ago
  31. fbaa1ea Merge "Fix 5027468: prevent screen from turning back on while lockscreen in password mode." by Jim Miller · 13 years ago
  32. 2c41fa1 Merge "Fix bug #5025936 TableLayout layout direction resolution is broken" by Fabrice Di Meglio · 13 years ago
  33. d2b5d1c Some code refactoring by Fabrice Di Meglio · 13 years ago
  34. eb2591f Merge "VPN: Hook up the new control protocol and network state." by Chia-chi Yeh · 13 years ago
  35. 97a6156 VPN: Hook up the new control protocol and network state. by Chia-chi Yeh · 13 years ago
  36. dcb9376 Fix 5027468: prevent screen from turning back on while lockscreen in password mode. by Jim Miller · 13 years ago
  37. a775f0d SurfaceTexture: add support for new connect values by Jamie Gennis · 13 years ago
  38. c843fdd Merge "Initial pass at some preload drawables Bug: 5020126" by Justin Ho · 13 years ago
  39. f483009 Merge "ip-up-vpn: Create proper states for pppd and racoon." by Chia-chi Yeh · 13 years ago
  40. 1591aa0 ip-up-vpn: Create proper states for pppd and racoon. by Chia-chi Yeh · 13 years ago
  41. 7fa1e19 Initial pass at some preload drawables Bug: 5020126 by Justin Ho · 13 years ago
  42. 5f81f1b am 74c425d3: am 54b2a326: Merge "Show SIM blocked after 10 time puk wrong entries." into honeycomb-LTE by John Wang · 13 years ago
  43. 74c425d3 am 54b2a326: Merge "Show SIM blocked after 10 time puk wrong entries." into honeycomb-LTE by John Wang · 13 years ago
  44. 54b2a32 Merge "Show SIM blocked after 10 time puk wrong entries." into honeycomb-LTE by John Wang · 13 years ago
  45. 901e022 Merge "NEW_API: Add auto-exposure and auto-white balance locking to the Camera." by Eino-Ville Talvala · 13 years ago
  46. 49062e3 Merge "Fix aidl to cope with multiple collection types per method." by Elliott Hughes · 13 years ago
  47. c1df573 Merge "If audio startup fails while executing MediaPlayer::start() do NOT post an error" by Andreas Huber · 13 years ago
  48. 232d5f2 If audio startup fails while executing MediaPlayer::start() do NOT post an error by Andreas Huber · 13 years ago
  49. 8cfe3d2 Merge "Force bitmaps to load in ARGB8888 by default. Bug #5024993" by Romain Guy · 13 years ago
  50. 99b7b7a Force bitmaps to load in ARGB8888 by default. Bug #5024993 by Romain Guy · 13 years ago
  51. c9822c5 Fix build. by Wink Saville · 13 years ago
  52. 98c3fcc Show SIM blocked after 10 time puk wrong entries. by John Wang · 13 years ago
  53. d44264a Merge "Rationalize API after adding maximum size feature." by Philip Milne · 13 years ago
  54. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  55. d1435e9 Merge "Minor documentation updates for the AudioTrack class." by Narayan Kamath · 13 years ago
  56. 007e621 Merge "Add MEDIA_UID" by Glenn Kasten · 13 years ago
  57. 76326a9 am 3810361e: am 6d1d16c3: Merge "Remove STOPSHIP but allow seamless Handoff when possible." into honeycomb-LTE by Wink Saville · 13 years ago
  58. 8c17030 am 6dd45316: (-s ours) resolved conflicts for merge of ab3ec176 to honeycomb-plus-aosp by Jaikumar Ganesh · 13 years ago
  59. 726492e am 28d92afc: am 2ac78a2d: Merge "Add getImei() to Phone interface." into honeycomb-LTE by John Wang · 13 years ago
  60. cadaa3a Merge "Improve handling of low memory." by Dianne Hackborn · 13 years ago
  61. c29f4e5 Nicer API for disabling/enabling the home/up button in action bars. by Adam Powell · 13 years ago
  62. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  63. 88bde0c Minor documentation updates for the AudioTrack class. by Narayan Kamath · 13 years ago
  64. b85f49e Merge "Remove Car audio class from auto pairing." by Jaikumar Ganesh · 13 years ago
  65. 83d3352 NEW_API: Add auto-exposure and auto-white balance locking to the Camera. by Eino-Ville Talvala · 13 years ago
  66. ad07457 Merge "Support profile and level query for SW video decoders" by James Dong · 13 years ago
  67. 840a02c Merge "unhide public apis" by Jeff Hamilton · 13 years ago
  68. 31d6e44 Remove Car audio class from auto pairing. by Jaikumar Ganesh · 13 years ago
  69. b39c07b Merge "Include all supported mime types when querying decoder profile/level support." by Andreas Huber · 13 years ago
  70. 1a54107 Merge "Remove legacy http support from stagefright, chromium is the new hotness." by Andreas Huber · 13 years ago
  71. c3da881 Remove the completeAudioAvailable API. by Narayan Kamath · 13 years ago
  72. e1f2d41 Merge "Minor cleanups to TextToSpeech." by Narayan Kamath · 13 years ago
  73. d86934a Merge "OMX CallbackDispatcher uses C++ Thread not pthread" by Glenn Kasten · 13 years ago
  74. b9db1fb Minor cleanups to TextToSpeech. by Narayan Kamath · 13 years ago
  75. 1a70f09 Merge "Refactor input dispatcher use of window/app handles." by Jeff Brown · 13 years ago
  76. c6f4d92 Merge "Fix invalid JNI call signature. Bug: 5029536" by Jeff Brown · 13 years ago
  77. ab56113 Minor code cleanups in vector. by Jeff Brown · 13 years ago
  78. 11bf79d Replace Vector _grow/_shrink checks with assert. by Jeff Brown · 13 years ago
  79. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  80. 14fcf90 Fix invalid JNI call signature. Bug: 5029536 by Jeff Brown · 13 years ago
  81. e7821cd SearchBox API changes, to know when calls succeeded. by Mathew Inwood · 13 years ago
  82. ab8b84a Make the KeyChain handled its own grants rather than having by Fred Quintana · 13 years ago
  83. 1bce9e2 am 01588aca: Merge "Preserve invariant that sService is not null (although NfcAdapter.get() can return null)" into gingerbread by Nick Pelly · 13 years ago
  84. f7537bc Provide more descriptive name for InputChannel ashmem. by Jeff Brown · 13 years ago
  85. 93cd6a6 Rationalize API after adding maximum size feature. by Philip Milne · 13 years ago
  86. 9837d6d Fix bug in submenus opened from icon menus by Adam Powell · 13 years ago
  87. 648b36b Merge "Preserve spacing for icons in menus" by Adam Powell · 13 years ago
  88. 9151103 Preserve spacing for icons in menus by Adam Powell · 13 years ago
  89. 8b7d1b4 Add MEDIA_UID by Glenn Kasten · 13 years ago
  90. 6767187 unhide public apis by Ben Dodson · 13 years ago
  91. 1bfccea For the serialization context, no fifo initialization is necessary. by Alex Sakhartchouk · 13 years ago
  92. f382dc2 Merge "Touch exploration gesture events change the window id." by Svetoslav Ganov · 13 years ago
  93. 63c04ee Touch exploration gesture events change the window id. by Svetoslav Ganov · 13 years ago
  94. e67ebac Merge "Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build" by Mike Lockwood · 13 years ago
  95. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  96. b328269 Merge "Fix native crash when GL driver fails to initialize." by Jason Sams · 13 years ago
  97. 85fe11b6 reset back to latest, and keep history by android-merger · 13 years ago
  98. b6e5e7a Merge "Contacts contract update for display photos." by Dave Santoro · 13 years ago
  99. fb06b7a Fix native crash when GL driver fails to initialize. by Jason Sams · 13 years ago
  100. a1b6868 Merge "Add StorageVolume list to MountService dump" by Kenny Root · 13 years ago