1. 5ef44b7 Add API for preferred Launcher icon size and density by Kenny Root · 14 years ago
  2. 0f2e2b8b Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description." into honeycomb by Scott Main · 14 years ago
  3. ee37ab8 Merge "LayoutLib: properly erase the bitmap when rendering a new session." into honeycomb by Xavier Ducrohet · 14 years ago
  4. 5a82d8c58 LayoutLib: properly erase the bitmap when rendering a new session. by Xavier Ducrohet · 14 years ago
  5. 9325727 Merge "Remove xlarge specific icon size" into honeycomb by Dianne Hackborn · 14 years ago
  6. 8c0ac87 Merge "Fix another part of #3387855: Menu flashes on left side of screen" into honeycomb by Dianne Hackborn · 14 years ago
  7. 428ecb6 Fix another part of #3387855: Menu flashes on left side of screen by Dianne Hackborn · 14 years ago
  8. 2d63144 Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb by Dianne Hackborn · 14 years ago
  9. 278a04e Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb by Mike Lockwood · 14 years ago
  10. b90a91c Making requested indices the last to be pruned when we hit cache memory limits. (3368863) by Winson Chung · 14 years ago
  11. fd66a02 Remove xlarge specific icon size by Kenny Root · 14 years ago
  12. ed723b4 Fix javadoc for MediaStore.Files.FileColumns constants by Mike Lockwood · 14 years ago
  13. 63b38e3 Merge "This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes." into honeycomb by Andreas Huber · 14 years ago
  14. 85433c7 Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb by Jim Miller · 14 years ago
  15. 0f535af This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes. by Andreas Huber · 14 years ago
  16. 9e7c2c6 Merge "Optimize invalidate() calls." into honeycomb by Romain Guy · 14 years ago
  17. 0fd89bf Optimize invalidate() calls. by Romain Guy · 14 years ago
  18. f1e22e5 Fix 3354590: Add back button to dismiss RecentAppsPanel by Jim Miller · 14 years ago
  19. f728411 Merge "Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)" into honeycomb by Fabrice Di Meglio · 14 years ago
  20. dc2dd88 Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes) by Fabrice Di Meglio · 14 years ago
  21. b61440b Merge "Cherry-pick of f5e4f208b9ed73 to honeycomb" into honeycomb by Jason Chen · 14 years ago
  22. a13732e Merge "MTP: Fix month off by one error in date parsing and formatting code" into honeycomb by Mike Lockwood · 14 years ago
  23. 2107d23 MTP: Fix month off by one error in date parsing and formatting code by Mike Lockwood · 14 years ago
  24. f4f05b8 Update package descriptions with editorial revisions. by Scott Main · 14 years ago
  25. 79204b9 Merge "Part II of fixing b/2943524: On-device linking rs_core." into honeycomb by Shih-wei Liao · 14 years ago
  26. f5a16ef Part II of fixing b/2943524: On-device linking rs_core. by Shih-wei Liao · 14 years ago
  27. 7b4ba9d Merge "Enable recovery in RIL wakelock release check." into honeycomb by John Wang · 14 years ago
  28. 7fb232c Merge "Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source." into honeycomb by James Dong · 14 years ago
  29. 4376538 Enable recovery in RIL wakelock release check. by John Wang · 14 years ago
  30. df46726 Merge "Final polish of WebView accessibility support for no JavaScript case." into honeycomb by Svetoslav Ganov · 14 years ago
  31. 3a985ae Cherry-pick of f5e4f208b9ed73 to honeycomb by Dianne Hackborn · 14 years ago
  32. 8fc7690 Merge "Hook up tgammaf properly for RS." into honeycomb by Stephen Hines · 14 years ago
  33. 2b1847e Remove unused API by Romain Guy · 14 years ago
  34. 940df6d Merge "Remove unused API" into honeycomb by Romain Guy · 14 years ago
  35. 12b2dc2 Merge "Holo theme for error popups in TextViews." into honeycomb by Gilles Debunne · 14 years ago
  36. 57f1ac4 Fix issue #3380072: Switching in and out of gmail not preserving position in label by Dianne Hackborn · 14 years ago
  37. 10f27c5 Merge "Fixing bug where widgets would go dead after moving to another screen" into honeycomb by Adam Cohen · 14 years ago
  38. 0783786 Merge "Fine tune the high memory threshold and usage delta for v8 GC." into honeycomb by Shimeng (Simon) Wang · 14 years ago
  39. 2035a46 Fixing bug where widgets would go dead after moving to another screen by Adam Cohen · 14 years ago
  40. 8a445fc Merge "Integrating drawable-xlarge stat_sys assets" into honeycomb by Justin Ho · 14 years ago
  41. 044602b Merge "Ticker visual fixes." into honeycomb by Daniel Sandler · 14 years ago
  42. 45e3d12 Merge "Overlay java files Issue 3370836" into honeycomb by Dharmaray Kundargi · 14 years ago
  43. ecebf17 Merge "Fix for Issue 3370836 : JNI files for Overlay optmization." into honeycomb by Dharmaray Kundargi · 14 years ago
  44. a0f4003 Merge "fix [3385504] Surface flinger hang when adding dim surface" into honeycomb by Mathias Agopian · 14 years ago
  45. d6a5b40 Hook up tgammaf properly for RS. by Stephen Hines · 14 years ago
  46. 2c070ba Merge "Re-enabling queued unbinding of services after requests to the service. (3394210)" into honeycomb by Winson Chung · 14 years ago
  47. 6aa2d3a Ticker visual fixes. by Daniel Sandler · 14 years ago
  48. e9b644f Merge "Fix some unmatched javadoc tags." into honeycomb by Jaikumar Ganesh · 14 years ago
  49. 5f3ab06 Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source. by James Dong · 14 years ago
  50. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  51. 5f059e4 Holo theme for error popups in TextViews. by Gilles Debunne · 14 years ago
  52. 373d357 Merge "More instrumentation to track down the hardware decoder not shutting down bug." into honeycomb by Andreas Huber · 14 years ago
  53. 6df89fd Merge "Ignore errors returned from native_window_set_crop." into honeycomb by Andreas Huber · 14 years ago
  54. 06be3b1 More instrumentation to track down the hardware decoder not shutting down bug. by Andreas Huber · 14 years ago
  55. 00d6c72 Ignore errors returned from native_window_set_crop. by Andreas Huber · 14 years ago
  56. 7114f3b Fine tune the high memory threshold and usage delta for v8 GC. by Shimeng (Simon) Wang · 14 years ago
  57. e0fc4b7 Merge "DO NOT MERGE Remove the rs_quaternion functions until mr1" into honeycomb by Jason Sams · 14 years ago
  58. e361ca6 Merge "Migrating functions for on device linking." into honeycomb by Jason Sams · 14 years ago
  59. 1aadb21 Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycomb by Joe Onorato · 14 years ago
  60. 0706fed Fix some unmatched javadoc tags. by Jaikumar Ganesh · 14 years ago
  61. 9c077e4 Overlay java files Issue 3370836 by Dharmaray Kundargi · 14 years ago
  62. a9f27fa Merge "Protect notification callback parameters with a mutex." into honeycomb by Andreas Huber · 14 years ago
  63. 7765c65 Merge "Linux sockets suck, closing a socket descriptor does not abort pending recv/send calls." into honeycomb by Andreas Huber · 14 years ago
  64. 2ffbb18 Protect notification callback parameters with a mutex. by Andreas Huber · 14 years ago
  65. ca11318 DO NOT MERGE Remove the rs_quaternion functions until mr1 by Jason Sams · 14 years ago
  66. d030359 Merge "Instead of not feeding the AudioTrack any data after EOS, play silence instead." into honeycomb by Andreas Huber · 14 years ago
  67. 2c1d096 Merge "Make ObbActionListener a on-way call" into honeycomb by Kenny Root · 14 years ago
  68. d30b36d Fix NPE in YouTube. Bug #3385339 by Romain Guy · 14 years ago
  69. f5b27e3 Merge "Fix NPE in YouTube. Bug #3385339" into honeycomb by Romain Guy · 14 years ago
  70. 14782f7 Expose the window flags for lights out mode. by Joe Onorato · 14 years ago
  71. 8b55745 Merge "Fix emulator touchscreen." into honeycomb by Jeff Brown · 14 years ago
  72. 4aeec2d Instead of not feeding the AudioTrack any data after EOS, play silence instead. by Andreas Huber · 14 years ago
  73. 77ef8b5 Fix emulator touchscreen. by Jeff Brown · 14 years ago
  74. 39740e1 Merge "Fix b/2943524: On-device linking the rs_cl." into honeycomb by Shih-wei Liao · 14 years ago
  75. 55bf380 Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its by Joe Onorato · 14 years ago
  76. 644f9c3 Make FLAG_FULLSCREEN not go into lights out mode anymore. by Joe Onorato · 14 years ago
  77. 2316409 Linux sockets suck, closing a socket descriptor does not abort pending recv/send calls. by Andreas Huber · 14 years ago
  78. d8b525c Merge "Increase the default timeout from 30 to 60 seconds." into honeycomb by Wink Saville · 14 years ago
  79. 8b2d482 Merge "Move last touch point when moving the cursor node." into honeycomb by Leon Scroggins · 14 years ago
  80. 66a9f48 Merge "Wrong clock font in system bar. Whoops." into honeycomb by Daniel Sandler · 14 years ago
  81. b260fe7 Increase the default timeout from 30 to 60 seconds. by Wink Saville · 14 years ago
  82. ff3b3ad Merge "Revert "Temporary Changes for certification of SCO."" into honeycomb by Jaikumar Ganesh · 14 years ago
  83. 93a0110e Merge "New stat_notify icons in hdpi and mdpi" into honeycomb by Justin Ho · 14 years ago
  84. 5a9ac24 Revert "Temporary Changes for certification of SCO." by Jaikumar Ganesh · 14 years ago
  85. 8ef1179 Merge "Improve readability of java docs for the public APIs." into honeycomb by Jaikumar Ganesh · 14 years ago
  86. ecf62d7 New stat_notify icons in hdpi and mdpi by Justin Ho · 14 years ago
  87. e378a75 Wrong clock font in system bar. Whoops. by Daniel Sandler · 14 years ago
  88. cef1c59 Move last touch point when moving the cursor node. by Leon Scroggins · 14 years ago
  89. 3e27559 Integrating drawable-xlarge stat_sys assets by Justin Ho · 14 years ago
  90. 1e0bad6 Updating phone assets to Gingerbread Integrating new stat_notify in SystemUI by Justin Ho · 14 years ago
  91. 9286bb5 Merge "Removing unused assets" into honeycomb by Justin Ho · 14 years ago
  92. ace9233 Merge "Fix invalidation problem with display lists" into honeycomb by Chet Haase · 14 years ago
  93. 9504f57 Final polish of WebView accessibility support for no JavaScript case. by Svetoslav Ganov · 14 years ago
  94. c45ec34 Merge "Turn off picture splitting for now." into honeycomb by Patrick Scott · 14 years ago
  95. 2fd2c89 Fix b/2943524: On-device linking the rs_cl. by Shih-wei Liao · 14 years ago
  96. 71353f3 Merge "Update input method panel when packages are changed." into honeycomb by satok · 14 years ago
  97. 0ee6613 Update input method panel when packages are changed. by satok · 14 years ago
  98. c16ccc1 Fix for Issue 3370836 : JNI files for Overlay optmization. by Dharmaray Kundargi · 14 years ago
  99. 77785f9 Fix invalidation problem with display lists by Chet Haase · 14 years ago
  100. b6110a1 Merge "Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug #3382992" into honeycomb by Romain Guy · 14 years ago