1. 4280c4a If an application calls System.exit() terminate it immediately. by Jeff Brown · 12 years ago
  2. 16f5f5c Delete useless JNI methods. by Jeff Brown · 12 years ago
  3. a1cff50 Handle view properties at the native level by Chet Haase · 12 years ago
  4. 481c157 Add Java wrappers for new atrace functionality. by Jeff Brown · 12 years ago
  5. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  6. b01e8bf New Serial Manager API: by Mike Lockwood · 13 years ago
  7. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  8. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  9. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  10. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  11. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  12. e5360fb Rewrite SQLite database wrappers. by Jeff Brown · 13 years ago
  13. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  15. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  17. a356bf1 Rewrite NDEF parsing in Java, clean-up API. by Nick Pelly · 13 years ago
  18. 0a0a124 Add a new class to receive vsync events. by Jeff Brown · 13 years ago
  19. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago
  20. 07c0fe4 am f1062114: am a3cc20ff: Merge "Initialize egl_cache with an app writeable file" into ics-mr1 by Romain Guy · 13 years ago
  21. a958265 Initialize egl_cache with an app writeable file by Romain Guy · 13 years ago
  22. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. 98a4f7e NetworkManagement SocketTagger: Migrate QTagUid support to JNI. by JP Abgrall · 13 years ago
  24. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  25. 66269ea Move extract native libraries to JNI code by Kenny Root · 13 years ago
  26. f9cf814 Stop attempting to call the removed -Xdeadlockpredict option. by Elliott Hughes · 13 years ago
  27. f85ad93 Don't break the build... by Romain Guy · 13 years ago
  28. dafbf24 Remove unused code by Romain Guy · 13 years ago
  29. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  30. 84e2972 Remove native EventRecurrence parser by Andy McFadden · 13 years ago
  31. 4532c5e Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder." by Jamie Gennis · 13 years ago
  32. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  33. 66e9af6 Remove obsolete code. by Romain Guy · 13 years ago
  34. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  35. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  36. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  37. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  38. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  39. d195e5a Replace a custom AndroidRuntime::findClass with a more targeted fix. by Elliott Hughes · 13 years ago
  40. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  41. aedc2a8 Merge "Tracking merge of dalvik-dev to master" by Brian Carlstrom · 13 years ago
  42. 08065b9 Tracking merge of dalvik-dev to master by Brian Carlstrom · 13 years ago
  43. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  44. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  45. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  46. 929a1c2 Removing android.security.MessageDigest by Brian Carlstrom · 13 years ago
  47. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  48. 8cdf27c Add a property for specifying a dalvik heap growth limit. by Carl Shapiro · 13 years ago
  49. fbf0977 Support non-rectangular input regions. by Jeff Brown · 13 years ago
  50. aa0ce33 Add SurfaceTexture JNI registration. by Jamie Gennis · 14 years ago
  51. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  52. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  53. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  54. 9e4c884 Add a comment regarding the sizing of the Dalvik heap. by Carl Shapiro · 14 years ago
  55. ca7e1ed Remove stale code and unneeded '\n' chars from findClass. by Carl Shapiro · 14 years ago
  56. 38cfa8c Add a property to set the starting size of a VM. by Carl Shapiro · 14 years ago
  57. a8079bf Apparently SystemProperties jni native support must now be registered before Binder's. by Andreas Huber · 14 years ago
  58. 6e0ecb4 Adding JNI methods as a faster reflection mechanism by Chet Haase · 14 years ago
  59. cd0e839 NFC: Move NFC service implementation out of system_server. by Nick Pelly · 14 years ago
  60. 4715bd9 resolved conflicts for merge of f4c3b7e9 to master by Nick Pelly · 14 years ago
  61. 038cabe NFC integration by Nick Pelly · 14 years ago
  62. a23cdda am ac487f70: am 6b849e21: Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  63. 6b849e2 Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  64. 3bf23a7 am b0abf3ea: am 4b164c1b: Kill off the remaining GC-specific system properties. by Carl Shapiro · 14 years ago
  65. 4b164c1 Kill off the remaining GC-specific system properties. by Carl Shapiro · 14 years ago
  66. 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
  67. 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
  68. 50cb7dc am a295a390: am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread by Wei-Ta Chen · 14 years ago
  69. 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
  70. 949498d am 14d56840: am bc5ec2f9: Merge "Improve messages when java process is starting." into gingerbread by Dianne Hackborn · 14 years ago
  71. 08e60f2 Improve messages when java process is starting. by Dianne Hackborn · 14 years ago
  72. 78448ed resolved conflicts for merge of 50d35946 to master by Brian Carlstrom · 14 years ago
  73. 171ea89 Update AndroidRuntime with dalvik-dev changes by Brian Carlstrom · 14 years ago
  74. 1b10d3d am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  75. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  76. 7b6d0d9 am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread by Dianne Hackborn · 14 years ago
  77. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  78. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  79. a8bc199 Remove overwritefree property. The underlying flag no longer exists. by Carl Shapiro · 14 years ago
  80. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  81. e4d81f2 Add support for dalvik.vm.extra-opts property. by Andy McFadden · 14 years ago
  82. c242a5a delete ScoSocket by Danica Chang · 14 years ago
  83. fb4e1e2 resolved conflicts for merge of 181bb0ab to master by Kenny Root · 14 years ago
  84. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  85. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago
  86. 98ef64e MTP: Add MtpServer Java class to wrap MTP device support. by Mike Lockwood · 14 years ago
  87. f40e492 am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into gingerbread by Chris Tate · 14 years ago
  88. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  89. b09448e am dae19d7c: am aaf39f84: Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  90. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  91. e4d0112 Add libhwui, to hardware accelerate the Canvas API using OpenGL ES 2.0. by Romain Guy · 14 years ago
  92. 8e03b75 resolved conflicts for merge of 9e660c82 to master by Jeff Brown · 14 years ago
  93. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  94. c613328 Fix native crash when enabling hardware acceleration. by Romain Guy · 14 years ago
  95. 7c5ded5 am 8207e2fd: am a8ebe8b3: am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  96. a8ebe8b am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  97. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  98. 755fd61 Prototype Content Provider support for MTP/PTP devices. by Mike Lockwood · 14 years ago
  99. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago
  100. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago