1. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  2. d195e5a Replace a custom AndroidRuntime::findClass with a more targeted fix. by Elliott Hughes · 13 years ago
  3. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  4. aedc2a8 Merge "Tracking merge of dalvik-dev to master" by Brian Carlstrom · 13 years ago
  5. 08065b9 Tracking merge of dalvik-dev to master by Brian Carlstrom · 13 years ago
  6. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  7. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  8. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  9. 929a1c2 Removing android.security.MessageDigest by Brian Carlstrom · 13 years ago
  10. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  11. 8cdf27c Add a property for specifying a dalvik heap growth limit. by Carl Shapiro · 13 years ago
  12. fbf0977 Support non-rectangular input regions. by Jeff Brown · 13 years ago
  13. aa0ce33 Add SurfaceTexture JNI registration. by Jamie Gennis · 14 years ago
  14. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  15. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  16. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  17. 9e4c884 Add a comment regarding the sizing of the Dalvik heap. by Carl Shapiro · 14 years ago
  18. ca7e1ed Remove stale code and unneeded '\n' chars from findClass. by Carl Shapiro · 14 years ago
  19. 38cfa8c Add a property to set the starting size of a VM. by Carl Shapiro · 14 years ago
  20. a8079bf Apparently SystemProperties jni native support must now be registered before Binder's. by Andreas Huber · 14 years ago
  21. 6e0ecb4 Adding JNI methods as a faster reflection mechanism by Chet Haase · 14 years ago
  22. cd0e839 NFC: Move NFC service implementation out of system_server. by Nick Pelly · 14 years ago
  23. 4715bd9 resolved conflicts for merge of f4c3b7e9 to master by Nick Pelly · 14 years ago
  24. 038cabe NFC integration by Nick Pelly · 14 years ago
  25. a23cdda am ac487f70: am 6b849e21: Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  26. 6b849e2 Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  27. 3bf23a7 am b0abf3ea: am 4b164c1b: Kill off the remaining GC-specific system properties. by Carl Shapiro · 14 years ago
  28. 4b164c1 Kill off the remaining GC-specific system properties. by Carl Shapiro · 14 years ago
  29. 7b29804 am 8fc6f8b2: am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."" into gingerbread by Wei-Ta Chen · 14 years ago
  30. 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
  31. 50cb7dc am a295a390: am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread by Wei-Ta Chen · 14 years ago
  32. 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
  33. 949498d am 14d56840: am bc5ec2f9: Merge "Improve messages when java process is starting." into gingerbread by Dianne Hackborn · 14 years ago
  34. 08e60f2 Improve messages when java process is starting. by Dianne Hackborn · 14 years ago
  35. 78448ed resolved conflicts for merge of 50d35946 to master by Brian Carlstrom · 14 years ago
  36. 171ea89 Update AndroidRuntime with dalvik-dev changes by Brian Carlstrom · 14 years ago
  37. 1b10d3d am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  38. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  39. 7b6d0d9 am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread by Dianne Hackborn · 14 years ago
  40. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  41. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  42. a8bc199 Remove overwritefree property. The underlying flag no longer exists. by Carl Shapiro · 14 years ago
  43. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  44. e4d81f2 Add support for dalvik.vm.extra-opts property. by Andy McFadden · 14 years ago
  45. c242a5a delete ScoSocket by Danica Chang · 14 years ago
  46. fb4e1e2 resolved conflicts for merge of 181bb0ab to master by Kenny Root · 14 years ago
  47. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  48. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago
  49. 98ef64e MTP: Add MtpServer Java class to wrap MTP device support. by Mike Lockwood · 14 years ago
  50. f40e492 am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into gingerbread by Chris Tate · 14 years ago
  51. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  52. b09448e am dae19d7c: am aaf39f84: Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  53. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  54. e4d0112 Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0. by Romain Guy · 14 years ago
  55. 8e03b75 resolved conflicts for merge of 9e660c82 to master by Jeff Brown · 14 years ago
  56. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  57. c613328 Fix native crash when enabling hardware acceleration. by Romain Guy · 14 years ago
  58. 7c5ded5 am 8207e2fd: am a8ebe8b3: am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  59. a8ebe8b am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  60. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  61. 755fd61 Prototype Content Provider support for MTP/PTP devices. by Mike Lockwood · 14 years ago
  62. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago
  63. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago
  64. dbc108a am 15feb4de: am 19275cb5: Merge "Remove code to pass the nonexistant lockprofsample flag to Dalvik." into froyo by Carl Shapiro · 14 years ago
  65. 8ba73ac Remove code to pass the nonexistant lockprofsample flag to Dalvik. by Carl Shapiro · 14 years ago
  66. 49ee271 am cb2906e4: am d5a873fb: Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 14 years ago
  67. d8f3ec6 Add command line flags to enable lock profiling. by Carl Shapiro · 14 years ago
  68. a40b3a8 am c1420832: am 5945579e: Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 14 years ago
  69. 2b4abcd Change TrafficStats to a new JNI implementation. by Dan Egnor · 14 years ago
  70. 00b7427 Move files internal to LocationManagerService from framework.jar to services.jar by Mike Lockwood · 14 years ago
  71. 69c997a Update a stale JIT option name. by Ben Cheng · 14 years ago
  72. 701d916 Tone down a log message. by Andy McFadden · 14 years ago
  73. dae8e94 Add support for accessing native bidi implementation via jni. by Doug Felt · 14 years ago
  74. 870d81d remove android.os.Base64Utils by Doug Zongker · 14 years ago
  75. c2b3217 Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the by Barry Hayes · 14 years ago
  76. bca2d61 Add a Java API that converts yuv data to a jpeg. by Wei-Ta Chen · 15 years ago
  77. 726a570 resolved conflicts for merge of dfaf2e03 to master by Mike Lockwood · 15 years ago
  78. 3a32213 Remove HardwareService and move vibrator support to VibratorService. by Mike Lockwood · 15 years ago
  79. 8914a04 am 483ae632: am 5a03f36e: maintain cache of statementids returned by sqlite upon compiling a sql stmnt by Vasu Nori · 15 years ago
  80. 5a03f36 maintain cache of statementids returned by sqlite upon compiling a sql stmnt by Vasu Nori · 15 years ago
  81. 560814f Add a Java API for OpenGL ES 2.0. by Jack Palevich · 15 years ago
  82. acc56ec Add support to suppress individual JIT optimizations. by Ben Cheng · 15 years ago
  83. bdcef70 Fix issue #2010965: Increase process size on WVGA devices by Dianne Hackborn · 15 years ago
  84. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago
  85. 0e01fbf Add an option to enable JIT trace profiling for app_process. by Ben Cheng · 15 years ago
  86. 2df7c15 am b505ae41: Merge change 5459 into donut by Android (Google) Code Review · 15 years ago
  87. 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 15 years ago
  88. 4527acb am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 15 years ago
  89. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  90. e090f3b Shorten the property name as there appears to be a length limit for it. by Ben Cheng · 15 years ago
  91. 52b0e73 Process new property definitions for JIT-specific options for apps performance tuning and debugging. by Ben Cheng · 15 years ago
  92. 1c14776 am 16ce3504: Merge change 4708 into donut by Android (Google) Code Review · 15 years ago
  93. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  94. daf701f am 2fdd428e: Fix some backup reader/writer issues; make local transport do backup by Christopher Tate · 15 years ago
  95. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  96. 8ed6beb rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. by Mathias Agopian · 15 years ago
  97. 0b6955a New BluetoothSocket API. by Nick Pelly · 15 years ago
  98. f5e1731 Remove Database.java API. by Nick Pelly · 15 years ago
  99. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  100. bad962b am e2914615: Merge change 2099 into donut by Android (Google) Code Review · 15 years ago