1. 1689c34 Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into honeycomb by Romain Guy · 14 years ago
  2. 2361098 Add BitmapFactory.Options.inMutable to load mutable bitmaps. by Romain Guy · 14 years ago
  3. 5cdf075 Merge "Support non-rectangular input regions." into honeycomb by Jeff Brown · 14 years ago
  4. fbf0977 Support non-rectangular input regions. by Jeff Brown · 14 years ago
  5. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 14 years ago
  6. 376590d Implement SurfaceTexture frame-available callback. by Jamie Gennis · 14 years ago
  7. c15c7a7 Merge "Cleanup implementation of hardware layers." into honeycomb by Romain Guy · 14 years ago
  8. ada830f Cleanup implementation of hardware layers. by Romain Guy · 14 years ago
  9. 9aba232 Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb by Jamie Gennis · 14 years ago
  10. 57066eb Cleanup GL objects on the correct thread. by Romain Guy · 14 years ago
  11. b0ba48c Add getTransformMatrix to the SurfaceTexture API. by Jamie Gennis · 14 years ago
  12. 6c319ca Better backend for hardware layers. by Romain Guy · 14 years ago
  13. 05554a4 Fix start-time setreuid complaints. by Andy McFadden · 14 years ago
  14. fd6f39e Enable camera preview to a SurfaceTexture. by Jamie Gennis · 14 years ago
  15. aa0ce33 Add SurfaceTexture JNI registration. by Jamie Gennis · 14 years ago
  16. d559ebb Merge "Add the SurfaceTexture java class." into honeycomb by Jamie Gennis · 14 years ago
  17. 6714efc Add the SurfaceTexture java class. by Jamie Gennis · 14 years ago
  18. 5977baa Reuse of native display list objects by Chet Haase · 14 years ago
  19. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  20. 6b1f6e6 Merge "Keep a reference to the local matrix. Bug #3299324" by Romain Guy · 14 years ago
  21. a9ebfa6 Keep a reference to the local matrix. Bug #3299324 by Romain Guy · 14 years ago
  22. dc3c9c4 Merge "when cursorwindow allocation fails, print the number of cursors left open" by Vasu Nori · 14 years ago
  23. 6141e13 when cursorwindow allocation fails, print the number of cursors left open by Vasu Nori · 14 years ago
  24. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  25. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  26. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  27. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  28. 4c7cc34 Demo hack! by Dianne Hackborn · 14 years ago
  29. 12d81c4 Fix a constructor declaration to match its definition. by Carl Shapiro · 14 years ago
  30. 2118b25 Eliminate tracked allocations and the inNativeAlloc option. by Carl Shapiro · 14 years ago
  31. b7ec3e1 Fix PANU - Bluetooth tethering - JNI calls. by Jaikumar Ganesh · 14 years ago
  32. a2f0e2d Allow a JNI local ref to be passed directly into globalRef(). by Patrick Dubroy · 14 years ago
  33. afde46e Turn fatal assertion in decodeRegion into a warning. by Patrick Dubroy · 14 years ago
  34. 5d001ea Use clear names for native API by Irfan Sheriff · 14 years ago
  35. 320a4be Merge "Handle supplicant stop correctly" by Irfan Sheriff · 14 years ago
  36. 96071a7 Handle supplicant stop correctly by Irfan Sheriff · 14 years ago
  37. 982b71b Merge "Allocate bitmap backing buffers in the Java heap." by Patrick Dubroy · 14 years ago
  38. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  39. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  40. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  41. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  42. 32f4ab4 Merge "WPS fixes and refactor" by Irfan Sheriff · 14 years ago
  43. dee4cb0 Avoid SIGSEGV in Bitmap_writeToParcel. by Jack Palevich · 14 years ago
  44. 02fb46a WPS fixes and refactor by Irfan Sheriff · 14 years ago
  45. aecb2c5 Remove function when Bluetooth is not present in the hardware. by Jaikumar Ganesh · 14 years ago
  46. 84690c8 Add direct calls to Bluez to add SDP records. by Jaikumar Ganesh · 14 years ago
  47. decc8cd Add ability to reuse bitmaps when decoding PNG content by Chet Haase · 14 years ago
  48. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  49. 1542af3 Merge "Change assets to use 64-bit API" by Kenny Root · 14 years ago
  50. 9e4c884 Add a comment regarding the sizing of the Dalvik heap. by Carl Shapiro · 14 years ago
  51. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  52. ca7e1ed Remove stale code and unneeded '\n' chars from findClass. by Carl Shapiro · 14 years ago
  53. 77019fa Merge "Add support for fallback keycodes." by Jeff Brown · 14 years ago
  54. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  55. 38cfa8c Add a property to set the starting size of a VM. by Carl Shapiro · 14 years ago
  56. 953f909 Add inPreferQualityOverSpeed into BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  57. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  58. 997d15e Merge "fix int vs. pointer mismatch in return statement. Add missing include header for compilation on x86 target." by Olivier Bailly · 14 years ago
  59. e26092e Merge "Don't leak." by Dianne Hackborn · 14 years ago
  60. 1f5b195 Don't leak. by Dianne Hackborn · 14 years ago
  61. b37f8a8 fix messages from sqlite layer in c++ code to be useful. by Vasu Nori · 14 years ago
  62. a111187 Change rotation freeze to all be implemented in window manager. by Dianne Hackborn · 14 years ago
  63. 33710fc am 096c4c44: am 251384a7: Merge "Improve performance when getting styled string." by Brad Fitzpatrick · 14 years ago
  64. 096c4c4 am 251384a7: Merge "Improve performance when getting styled string." by Brad Fitzpatrick · 14 years ago
  65. d7c8672 fix int vs. pointer mismatch in return statement. by Olivier Bailly · 14 years ago
  66. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  67. ac4a181 Improve performance when getting styled string. by Peter Eliasson · 14 years ago
  68. a8079bf Apparently SystemProperties jni native support must now be registered before Binder's. by Andreas Huber · 14 years ago
  69. b763fa1 Merge "Split UTF functions from String8/16" by Kenny Root · 14 years ago
  70. 300ba68 Split UTF functions from String8/16 by Kenny Root · 14 years ago
  71. fe48f65 Free resources only from the GL context thread. Bug #3179882 by Romain Guy · 14 years ago
  72. 5314335 am 00e5dd44: Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  73. 00e5dd4 Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  74. e7f3396 am cc798d96: am 2e2983c6: Merge "Reduce log clutter." into gingerbread by Jeff Hamilton · 14 years ago
  75. cc798d9 am 2e2983c6: Merge "Reduce log clutter." into gingerbread by Jeff Hamilton · 14 years ago
  76. 8f6068e Fix JNI reference leak in NativeActivity. (DO NOT MERGE) by Jeff Brown · 14 years ago
  77. d8acf9b Merge "Support nested display lists." by Romain Guy · 14 years ago
  78. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  79. 0fe478e Support nested display lists. by Romain Guy · 14 years ago
  80. 5629d51 Reduce log clutter. by Jeff Hamilton · 14 years ago
  81. 5be894e add API to return Uri for the given downloaded file id & get mimetype by Vasu Nori · 14 years ago
  82. 6e0ecb4 Adding JNI methods as a faster reflection mechanism by Chet Haase · 14 years ago
  83. 8dc287d Merge "Avoid copying byte arrays when just decoding bounds." by Bryan Mawhinney · 14 years ago
  84. 2a3d754 Avoid copying byte arrays when just decoding bounds. by Bryan Mawhinney · 14 years ago
  85. ed4f28b Set country code in the driver and remove channel set by Irfan Sheriff · 14 years ago
  86. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  87. a8413be Merge "WifiLock extensions for high performance mode" by Irfan Sheriff · 14 years ago
  88. 5876a42 WifiLock extensions for high performance mode by Irfan Sheriff · 14 years ago
  89. 9440083 Merge "Optimizing ColorFilter in display lists" by Chet Haase · 14 years ago
  90. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  91. bb8300e Merge "Fix debug statements and aapt assert." by Patrick Scott · 14 years ago
  92. f235c5a add wps pin from device capability by Irfan Sheriff · 14 years ago
  93. 4f145c9 Fix debug statements and aapt assert. by Patrick Scott · 14 years ago
  94. dcaff67 Merge "DisplayList optimizations and fixes." by Chet Haase · 14 years ago
  95. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  96. b1ef244 Clean up some logging to make it more useful to debug. by Jaikumar Ganesh · 14 years ago
  97. ff7db40 Make setting the adapter properties asynchronous. by Jaikumar Ganesh · 14 years ago
  98. 6ab84ee am c2f78020: am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread by Dianne Hackborn · 14 years ago
  99. c2f7802 am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread by Dianne Hackborn · 14 years ago
  100. e21d91c6 Fix issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 14 years ago