1. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  2. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  3. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  4. 4c7cc34 Demo hack! by Dianne Hackborn · 14 years ago
  5. 12d81c4 Fix a constructor declaration to match its definition. by Carl Shapiro · 14 years ago
  6. 2118b25 Eliminate tracked allocations and the inNativeAlloc option. by Carl Shapiro · 14 years ago
  7. b7ec3e1 Fix PANU - Bluetooth tethering - JNI calls. by Jaikumar Ganesh · 14 years ago
  8. a2f0e2d Allow a JNI local ref to be passed directly into globalRef(). by Patrick Dubroy · 14 years ago
  9. afde46e Turn fatal assertion in decodeRegion into a warning. by Patrick Dubroy · 14 years ago
  10. 5d001ea Use clear names for native API by Irfan Sheriff · 14 years ago
  11. 320a4be Merge "Handle supplicant stop correctly" by Irfan Sheriff · 14 years ago
  12. 96071a7 Handle supplicant stop correctly by Irfan Sheriff · 14 years ago
  13. 982b71b Merge "Allocate bitmap backing buffers in the Java heap." by Patrick Dubroy · 14 years ago
  14. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  15. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  16. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  17. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  18. 32f4ab4 Merge "WPS fixes and refactor" by Irfan Sheriff · 14 years ago
  19. dee4cb0 Avoid SIGSEGV in Bitmap_writeToParcel. by Jack Palevich · 14 years ago
  20. 02fb46a WPS fixes and refactor by Irfan Sheriff · 14 years ago
  21. aecb2c5 Remove function when Bluetooth is not present in the hardware. by Jaikumar Ganesh · 14 years ago
  22. 84690c8 Add direct calls to Bluez to add SDP records. by Jaikumar Ganesh · 14 years ago
  23. decc8cd Add ability to reuse bitmaps when decoding PNG content by Chet Haase · 14 years ago
  24. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  25. 1542af3 Merge "Change assets to use 64-bit API" by Kenny Root · 14 years ago
  26. 9e4c884 Add a comment regarding the sizing of the Dalvik heap. by Carl Shapiro · 14 years ago
  27. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  28. ca7e1ed Remove stale code and unneeded '\n' chars from findClass. by Carl Shapiro · 14 years ago
  29. 77019fa Merge "Add support for fallback keycodes." by Jeff Brown · 14 years ago
  30. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  31. 38cfa8c Add a property to set the starting size of a VM. by Carl Shapiro · 14 years ago
  32. 953f909 Add inPreferQualityOverSpeed into BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  33. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  34. 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
  35. e26092e Merge "Don't leak." by Dianne Hackborn · 14 years ago
  36. 1f5b195 Don't leak. by Dianne Hackborn · 14 years ago
  37. b37f8a8 fix messages from sqlite layer in c++ code to be useful. by Vasu Nori · 14 years ago
  38. a111187 Change rotation freeze to all be implemented in window manager. by Dianne Hackborn · 14 years ago
  39. 33710fc am 096c4c44: am 251384a7: Merge "Improve performance when getting styled string." by Brad Fitzpatrick · 14 years ago
  40. 096c4c4 am 251384a7: Merge "Improve performance when getting styled string." by Brad Fitzpatrick · 14 years ago
  41. d7c8672 fix int vs. pointer mismatch in return statement. by Olivier Bailly · 14 years ago
  42. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  43. ac4a181 Improve performance when getting styled string. by Peter Eliasson · 14 years ago
  44. a8079bf Apparently SystemProperties jni native support must now be registered before Binder's. by Andreas Huber · 14 years ago
  45. b763fa1 Merge "Split UTF functions from String8/16" by Kenny Root · 14 years ago
  46. 300ba68 Split UTF functions from String8/16 by Kenny Root · 14 years ago
  47. fe48f65 Free resources only from the GL context thread. Bug #3179882 by Romain Guy · 14 years ago
  48. 5314335 am 00e5dd44: Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  49. 00e5dd4 Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  50. e7f3396 am cc798d96: am 2e2983c6: Merge "Reduce log clutter." into gingerbread by Jeff Hamilton · 14 years ago
  51. cc798d9 am 2e2983c6: Merge "Reduce log clutter." into gingerbread by Jeff Hamilton · 14 years ago
  52. 8f6068e Fix JNI reference leak in NativeActivity. (DO NOT MERGE) by Jeff Brown · 14 years ago
  53. d8acf9b Merge "Support nested display lists." by Romain Guy · 14 years ago
  54. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  55. 0fe478e Support nested display lists. by Romain Guy · 14 years ago
  56. 5629d51 Reduce log clutter. by Jeff Hamilton · 14 years ago
  57. 5be894e add API to return Uri for the given downloaded file id & get mimetype by Vasu Nori · 14 years ago
  58. 6e0ecb4 Adding JNI methods as a faster reflection mechanism by Chet Haase · 14 years ago
  59. 8dc287d Merge "Avoid copying byte arrays when just decoding bounds." by Bryan Mawhinney · 14 years ago
  60. 2a3d754 Avoid copying byte arrays when just decoding bounds. by Bryan Mawhinney · 14 years ago
  61. ed4f28b Set country code in the driver and remove channel set by Irfan Sheriff · 14 years ago
  62. 55fc850 Add path to get different DPI drawables by Kenny Root · 14 years ago
  63. a8413be Merge "WifiLock extensions for high performance mode" by Irfan Sheriff · 14 years ago
  64. 5876a42 WifiLock extensions for high performance mode by Irfan Sheriff · 14 years ago
  65. 9440083 Merge "Optimizing ColorFilter in display lists" by Chet Haase · 14 years ago
  66. ad93c2b Optimizing ColorFilter in display lists by Chet Haase · 14 years ago
  67. bb8300e Merge "Fix debug statements and aapt assert." by Patrick Scott · 14 years ago
  68. f235c5a add wps pin from device capability by Irfan Sheriff · 14 years ago
  69. 4f145c9 Fix debug statements and aapt assert. by Patrick Scott · 14 years ago
  70. dcaff67 Merge "DisplayList optimizations and fixes." by Chet Haase · 14 years ago
  71. d98aa2d DisplayList optimizations and fixes. by Chet Haase · 14 years ago
  72. b1ef244 Clean up some logging to make it more useful to debug. by Jaikumar Ganesh · 14 years ago
  73. ff7db40 Make setting the adapter properties asynchronous. by Jaikumar Ganesh · 14 years ago
  74. 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
  75. c2f7802 am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread by Dianne Hackborn · 14 years ago
  76. e21d91c6 Fix issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 14 years ago
  77. 50db92c Merge "Fix 3122139, where previewing an attachment for the second time will fail." by Wei-Ta Chen · 14 years ago
  78. d29c990 am c81ec79d: am 0592832c: Merge "Attempt to fix simulator build." into gingerbread by Nick Pelly · 14 years ago
  79. c81ec79 am 0592832c: Merge "Attempt to fix simulator build." into gingerbread by Nick Pelly · 14 years ago
  80. 27f0b17 Fix native resource leak when OpenGL renderer is not being used. by Chet Haase · 14 years ago
  81. 1af97f0 Attempt to fix simulator build. by Nick Pelly · 14 years ago
  82. 58c1579c Fix 3122139, where previewing an attachment for the second time will fail. by Wei-Ta Chen · 14 years ago
  83. de8635e am 389a440a: Backport ParcelFileDescriptor.createPipe() from master. by Jeff Hamilton · 14 years ago
  84. 389a440 Backport ParcelFileDescriptor.createPipe() from master. by Jeff Hamilton · 14 years ago
  85. bff26d15 am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a native activity" into gingerbread by Dianne Hackborn · 14 years ago
  86. 86f1b64 am bf5efba2: Merge "Fix issue #3117918: No way to finish a native activity" into gingerbread by Dianne Hackborn · 14 years ago
  87. db28a94 Fix issue #3117918: No way to finish a native activity by Dianne Hackborn · 14 years ago
  88. bdccfe4 Merge "Optimizing display lists by referencing pointers to resources instead of copying them" by Chet Haase · 14 years ago
  89. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  90. 3317c6db am 2cead908: am db723ea0: Merge "jni: Remove duplicated jniThrowException()" by Jean-Baptiste Queru · 14 years ago
  91. 2cead90 am db723ea0: Merge "jni: Remove duplicated jniThrowException()" by Jean-Baptiste Queru · 14 years ago
  92. ca2a75a am 824de4b3: am dd7341f7: Added missing implementation for NdefRecord. by Sylvain Fonteneau · 14 years ago
  93. 824de4b am dd7341f7: Added missing implementation for NdefRecord. by Sylvain Fonteneau · 14 years ago
  94. dd7341f Added missing implementation for NdefRecord. by Sylvain Fonteneau · 14 years ago
  95. 1b04ed7 Merge "Extended android.os.Debug.dumpNativeHeap to include /proc/self/maps contents" by Brian Carlstrom · 14 years ago
  96. dd70133 am 1a326022: am 208bb08a: Merge "Fix issue 3098880." into gingerbread by Eric Laurent · 14 years ago
  97. 393b84c1 Extended android.os.Debug.dumpNativeHeap to include /proc/self/maps contents by Brian Carlstrom · 14 years ago
  98. cd0e839 NFC: Move NFC service implementation out of system_server. by Nick Pelly · 14 years ago
  99. 1fc4d88 jni: Remove duplicated jniThrowException() by Jim Huang · 14 years ago
  100. 1a32602 am 208bb08a: Merge "Fix issue 3098880." into gingerbread by Eric Laurent · 14 years ago