1. 7a09b83 Allow debugging only for apps forked from zygote by Sebastien Hertz · 9 years ago
  2. 2f17431 ImageFormat: add PRIVATE format by Zhijun He · 9 years ago
  3. 805f3c9 Add DEPTH image formats, support in ImageReader by Eino-Ville Talvala · 9 years ago
  4. 51938c2 Merge "USB string descriptors are not UTF8, so it is not safe to treat them as such." into lmp-dev by Mike Lockwood · 10 years ago
  5. 00c0cd4 Clean entire arg block when setting process name. by Jeff Brown · 10 years ago
  6. 9ee5e7e USB string descriptors are not UTF8, so it is not safe to treat them as such. by Mike Lockwood · 10 years ago
  7. 0d8fb01 Disable compilation based on vold.decrypt. [frameworks/base] by Brian Carlstrom · 10 years ago
  8. 3fbfbb4 Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/base] by Brian Carlstrom · 10 years ago
  9. 2194963 am ce75618e: am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]" by Brian Carlstrom · 10 years ago
  10. 6d77eb9 Make dex2oat heap size product configurable [frameworks/base] by Brian Carlstrom · 10 years ago
  11. f967a54 camera2: Plumb DngCreator to native library. by Ruben Brunk · 10 years ago
  12. 22ec1ee Clean up argc / argv processing for runtime args. by Narayan Kamath · 10 years ago
  13. a23fcd7 Remove ProcessState::mArgc,mArgV,mArgLen by Narayan Kamath · 10 years ago
  14. 3beff1e Add dex2oat-flags plumbing to AndroidRuntime by Brian Carlstrom · 10 years ago
  15. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  16. 52a9a10 Clearly separate consumer and producer interfaces by Mathias Agopian · 11 years ago
  17. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  18. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  19. 29479eb clean-up following Surface split by Mathias Agopian · 11 years ago
  20. d47f7d8 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  21. cbad976 Add support for Wifi display. by Jeff Brown · 12 years ago
  22. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  23. d927a1d Deleted the media, camera, drm related files since they are relocated by James Dong · 12 years ago
  24. 4280c4a If an application calls System.exit() terminate it immediately. by Jeff Brown · 12 years ago
  25. 2b6c32c Fix spurious ANRs in native activities. by Jeff Brown · 12 years ago
  26. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  27. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  28. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 12 years ago
  29. 3bc6bbc Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  30. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  31. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  32. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  33. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  34. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  35. d195e5a Replace a custom AndroidRuntime::findClass with a more targeted fix. by Elliott Hughes · 13 years ago
  36. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  37. 846db33 Bug 3515073 Add ANativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  38. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  39. bff26d15 am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a native activity" into gingerbread by Dianne Hackborn · 14 years ago
  40. db28a94 Fix issue #3117918: No way to finish a native activity by Dianne Hackborn · 14 years ago
  41. 4947853 am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  42. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  43. 3472626 am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread by Dianne Hackborn · 14 years ago
  44. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  45. 7b6d0d9 am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread by Dianne Hackborn · 14 years ago
  46. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  47. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  48. e4d81f2 Add support for dalvik.vm.extra-opts property. by Andy McFadden · 14 years ago
  49. 781d347 am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs." into gingerbread by Dianne Hackborn · 14 years ago
  50. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  51. 2388ad9 am f8d9379b: am d76b67c3: IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  52. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  53. 8445ca6 am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  54. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  55. 81ea83d Move MTP JNI code from libandroid_runtime to libmedia_jni by Mike Lockwood · 14 years ago
  56. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  57. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  58. f70188a AI 143840: Split VM initialization out into a separate function. by Andy McFadden · 15 years ago
  59. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago