1. 7395a8a Add BackgroundDexOptService by Brian Carlstrom · 11 years ago
  2. ff1ec4d Use package usage information to decide what dex files to optimize in PackageManagerService by Brian Carlstrom · 11 years ago
  3. f1f28d1 Merge "Skip resource files for locales en-XA and ar-XB during packaging if pseudolocalization was done automatically. This prevents attemts to add same resource twice." by Elliott Hughes · 11 years ago
  4. 47843df Skip resource files for locales en-XA and ar-XB by Igor Viarheichyk · 11 years ago
  5. a85db5a Merge "libhwui: Handle the blurImage() implement once RS::init fail" by Chris Craik · 11 years ago
  6. 5202579 Merge "Map KEY_APPSELECT to APP_SWITCH." by Michael Wright · 11 years ago
  7. 83a538e Merge "DO NOT MERGE Add DrawGlInfo kModeProcessNoContext" by Selim Gurun · 11 years ago
  8. 61a7f61 DO NOT MERGE Add DrawGlInfo kModeProcessNoContext by Bo Liu · 11 years ago
  9. 0f7c057 Merge "Minor cleanup of UsageStatsService" by Brian Carlstrom · 11 years ago
  10. 393fbe7 Minor cleanup of UsageStatsService by Brian Carlstrom · 11 years ago
  11. 7e411f7 Merge "Add support for NETWORK_TYPE_GSM" by Wink Saville · 11 years ago
  12. 10731a6 Add support for NETWORK_TYPE_GSM by Sandeep Kunta · 11 years ago
  13. ab3977d Merge "MetadataRetriever: Check null pointer to avoid tombstone crash." by Marco Nelissen · 11 years ago
  14. 1cec7f8 Merge "Don't adjust ABI if PackageSetting#pkg is null." by Narayan Kamath · 11 years ago
  15. f465db9 Don't adjust ABI if PackageSetting#pkg is null. by Narayan Kamath · 11 years ago
  16. 27f2bfc4 Merge "Fix dex file pruning logic." by Narayan Kamath · 11 years ago
  17. 5715657 Fix dex file pruning logic. by Narayan Kamath · 11 years ago
  18. bcc3b31 Merge "Adjust instruction sets for shared UID apps." by Narayan Kamath · 11 years ago
  19. 1b46093 Adjust instruction sets for shared UID apps. by Narayan Kamath · 11 years ago
  20. 2a9a047 Merge "Package manager changes for dual zygote stack." by Narayan Kamath · 11 years ago
  21. 0349e8c Package manager changes for dual zygote stack. by Narayan Kamath · 11 years ago
  22. 645a920 Merge "Fix OEM native library path bug." by Narayan Kamath · 11 years ago
  23. 66309e2 Fix OEM native library path bug. by Jeff Sharkey · 11 years ago
  24. 986b901a Merge "Fix native-lib dir assignment & updating" by Narayan Kamath · 11 years ago
  25. c38a807b Fix native-lib dir assignment & updating by Christopher Tate · 11 years ago
  26. fde5942 Merge "Handle /oem and /vendor as well" by Narayan Kamath · 11 years ago
  27. c84471c Handle /oem and /vendor as well by Christopher Tate · 11 years ago
  28. d91358b Merge "Support per-package lib dirs for bundled apps" by Narayan Kamath · 11 years ago
  29. fc0810e Support per-package lib dirs for bundled apps by Narayan Kamath · 11 years ago
  30. b916d8a Merge "Implement FileUtils#contains." by Narayan Kamath · 11 years ago
  31. d6d1dba Implement FileUtils#contains. by Narayan Kamath · 11 years ago
  32. 41f4058 Merge "Fix x86 build in app_process." by Narayan Kamath · 11 years ago
  33. 27b03e6 Merge "Create arch specific cache dirs during zygote startup." by Narayan Kamath · 11 years ago
  34. d618320 Fix x86 build in app_process. by Narayan Kamath · 11 years ago
  35. 973cdee Create arch specific cache dirs during zygote startup. by Narayan Kamath · 11 years ago
  36. fbb0ab0 Merge "Fix broken logging in Zygote.cpp." by Narayan Kamath · 11 years ago
  37. 160992d Fix broken logging in Zygote.cpp. by Narayan Kamath · 11 years ago
  38. 8840f1f Map KEY_APPSELECT to APP_SWITCH. by Olivier Gay · 11 years ago
  39. 86315c4 Merge "Fixes issue causing pseudolocalization of strings in non-translatable resource files." by Elliott Hughes · 11 years ago
  40. 54c3529 Merge "WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent" by Michael Wright · 11 years ago
  41. 7d3f9e9 Merge "Fix for native leaks in YuvToJpegEncoder.cpp" by Elliott Hughes · 11 years ago
  42. 84410b0 Fixes issue causing pseudolocalization of strings by Igor Viarheichyk · 11 years ago
  43. 56cd8db Merge "Cast CallVoidMethod's size_t parameters to jint" by Narayan Kamath · 11 years ago
  44. d0f7f41 Merge "Freeing frame map" by Narayan Kamath · 11 years ago
  45. 0c1eeb3 Freeing frame map by Mykola Kondratenko · 11 years ago
  46. 1c0f21e WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntent by Allen Shen · 11 years ago
  47. ade631e Merge "NULL previous background bitmap upon changing wallpaper" by Michael Wright · 11 years ago
  48. 357c75e Merge "Add missing character combinations for international layouts" by Michael Wright · 11 years ago
  49. 8a02b20 Merge "Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay()" by Michael Wright · 11 years ago
  50. af40649 Merge "Set NO_NEW_PRIVS on zygote init" by Nick Kralevich · 11 years ago
  51. 195c73c Set NO_NEW_PRIVS on zygote init by Nick Kralevich · 11 years ago
  52. 5c220cc Merge "DO NOT MERGE Add invokeFunctor stub" by Selim Gurun · 11 years ago
  53. 02931d9 DO NOT MERGE Add invokeFunctor stub by Bo Liu · 11 years ago
  54. 04f8532 Add missing character combinations for international layouts by Mathieu Meisser · 11 years ago
  55. 10d57c4 Merge "Fix two zygote imports." by Elliott Hughes · 11 years ago
  56. a9569ff Fix two zygote imports. by Elliott Hughes · 11 years ago
  57. 2e9d924 Merge "Remove unused import." by Elliott Hughes · 11 years ago
  58. f25f14e Remove unused import. by Elliott Hughes · 11 years ago
  59. f4a7ac0 Merge "Move the Zygote off libcore.os and onto android.system." by Elliott Hughes · 11 years ago
  60. 860c591 Move the Zygote off libcore.os and onto android.system. by Elliott Hughes · 11 years ago
  61. 2336c4e Merge "Fix build." by Elliott Hughes · 11 years ago
  62. 9790190 Fix build. by Elliott Hughes · 11 years ago
  63. bbd87eb Merge "Track libcore.os' move to android.system." by Elliott Hughes · 11 years ago
  64. 34385d3 Track libcore.os' move to android.system. by Elliott Hughes · 11 years ago
  65. 0cd623b Merge "Use Runtime.gc instead of System.gc for DDMS." by Mathieu Chartier · 11 years ago
  66. 83f7d0d Use Runtime.gc instead of System.gc for DDMS. by Mathieu Chartier · 11 years ago
  67. 3f4867f Merge "Telephony: Add functionality to handle ICC IO error" by Wink Saville · 11 years ago
  68. ac73270 Merge "EventLog: event log translation errors" by Mark Salyzyn · 11 years ago
  69. 747802f EventLog: event log translation errors by Mark Salyzyn · 11 years ago
  70. adcf38c Merge "Release DrmManagerClient resources" by Marco Nelissen · 11 years ago
  71. ea42e01 libhwui: Handle the blurImage() implement once RS::init fail by Lu, Shenghua · 11 years ago
  72. 8c2d70f5 Merge "Add a stub for forgotten callback to fix master-gpl." by Selim Gurun · 11 years ago
  73. 4e48f40 Add a stub for forgotten callback to fix master-gpl. by Selim Gurun · 11 years ago
  74. adad989 Merge "Add a stub to fix master-gpl" by Selim Gurun · 11 years ago
  75. 85b89bf Add a stub to fix master-gpl by Selim Gurun · 11 years ago
  76. 31a1dd2 Merge "Use the suggested public API instead of libcore.os." by Elliott Hughes · 11 years ago
  77. cacbe1b Use the suggested public API instead of libcore.os. by Elliott Hughes · 11 years ago
  78. c717179 Merge "jni: android_util_Process 64 bit issues" by Mark Salyzyn · 11 years ago
  79. c6a4101 jni: android_util_Process 64 bit issues by Mark Salyzyn · 11 years ago
  80. 8480384 Merge "Zygote: enable CAP_BLOCK_SUSPEND capability for system server" by Nick Kralevich · 11 years ago
  81. 49cbafa Zygote: enable CAP_BLOCK_SUSPEND capability for system server by Daniel Leung · 11 years ago
  82. dbb0de2 Merge "Fix a typo in an assertion." by Elliott Hughes · 11 years ago
  83. 6bd76228 Fix a typo in an assertion. by Elliott Hughes · 11 years ago
  84. 683cf1b Merge "Changes to support asynchronous close interruption" by Neil Fuller · 11 years ago
  85. 43582df Changes to support asynchronous close interruption by Neil Fuller · 11 years ago
  86. 53b7df1 Merge "Add missing ICU_Delegate methods." by Deepanshu Gupta · 11 years ago
  87. d267c1a Merge "remove unneeded import statements." by Nick Kralevich · 11 years ago
  88. a67d4a6 Merge "remove unused import." by Nick Kralevich · 11 years ago
  89. c826257 remove unneeded import statements. by Nick Kralevich · 11 years ago
  90. 8cb5abc remove unused import. by Nick Kralevich · 11 years ago
  91. a33666a Add TYPE_MAGNIFICATION_OVERLAY to InputWindowInfo::isTrustedOverlay() by Zach Swasey · 11 years ago
  92. e2b6777 Add missing ICU_Delegate methods. by Deepanshu Gupta · 11 years ago
  93. fc3c6a0 Merge "EGL_OPENGL_ES3_BIT_KHR is set as ES 3 context is requested." by Jesse Hall · 11 years ago
  94. 2a52862 Merge "Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs." by Ying Wang · 11 years ago
  95. 38250d9 Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs. by Ying Wang · 11 years ago
  96. 90840ec Merge "Fix warning introduced by recent psuedolocalizer change." by Elliott Hughes · 11 years ago
  97. 0a1eed39 Fix warning introduced by recent psuedolocalizer change. by Elliott Hughes · 11 years ago
  98. 92b2d5a Merge "Pseudolocalizer improvements." by Elliott Hughes · 11 years ago
  99. 5a47a9f Merge "Native Runtime: Add LOG_ID_CRASH" by Mark Salyzyn · 11 years ago
  100. da93c60 Merge "jni: binder ptrdiff_t compile issues" by Mark Salyzyn · 11 years ago