1. 09e13cc Merge "System services detect and register app CPU ABIs" by Narayan Kamath · 10 years ago
  2. 80413c9 Merge "Re-implement native library search and copies." by Narayan Kamath · 10 years ago
  3. ff0c470 System services detect and register app CPU ABIs by Ramin Zaghi · 10 years ago
  4. 1378aba Re-implement native library search and copies. by Ramin Zaghi · 10 years ago
  5. ecdf9b1 Merge "jni: liblog reading error API incorrect" by Mark Salyzyn · 10 years ago
  6. a6f5e79 Merge "Allow connections to multiple zygotes." by Narayan Kamath · 10 years ago
  7. 4444dcd Allow connections to multiple zygotes. by Narayan Kamath · 10 years ago
  8. d4b6440 Merge "Make zygotes aware of their supported ABIs." by Narayan Kamath · 10 years ago
  9. cecfb94 Merge "Clean up argc / argv processing for runtime args." by Narayan Kamath · 10 years ago
  10. c41638c Make zygotes aware of their supported ABIs. by Narayan Kamath · 10 years ago
  11. 22ec1ee Clean up argc / argv processing for runtime args. by Narayan Kamath · 10 years ago
  12. a5608ac Merge "Don't allow MemoryFiles of negative length." by Narayan Kamath · 10 years ago
  13. b519aec jni: liblog reading error API incorrect by Mark Salyzyn · 10 years ago
  14. f626ca2 Don't allow MemoryFiles of negative length. by Narayan Kamath · 10 years ago
  15. 3fb2b71 Merge "[ActivityManager] Reduce report ANR on wrong activity." by Craig Mautner · 10 years ago
  16. 309ca5d [ActivityManager] Reduce report ANR on wrong activity. by riddle_hsu · 10 years ago
  17. dc97144 Merge "Always call super.onCreate(). Always." by Nick Kralevich · 10 years ago
  18. 5eab368 Always call super.onCreate(). Always. by Christopher Tate · 11 years ago
  19. c420ce3 Merge "Marquee text RTL improvements" by Raph Levien · 10 years ago
  20. 374db6c Merge "Remove ProcessState::mArgc,mArgV,mArgLen" by Narayan Kamath · 10 years ago
  21. a23fcd7 Remove ProcessState::mArgc,mArgV,mArgLen by Narayan Kamath · 10 years ago
  22. 369a005 Merge "Update ViewRootImpl for 64bit functor type." by Ben Murdoch · 10 years ago
  23. 89dddcc Merge "Use default visibility for Snapshot::getLocalClip." by Ben Cheng · 10 years ago
  24. 65ba94f Use default visibility for Snapshot::getLocalClip. by Ben Cheng · 10 years ago
  25. cf61c9b Update ViewRootImpl for 64bit functor type. by Ben Murdoch · 10 years ago
  26. 17b1b8f Merge "Move zygote startup logic to the frameworks." by Narayan Kamath · 10 years ago
  27. 973b466 Move zygote startup logic to the frameworks. by Narayan Kamath · 10 years ago
  28. b3cafa5 Merge "Fix RenderScriptGL setSurfaceTexture problem" by Jason Sams · 10 years ago
  29. 3b2a9d2 Merge "Change when the SELinux relabel of /data/data occurs." by Nick Kralevich · 10 years ago
  30. e3434fc Merge "Improve detail message for X509TrustManagerExtensions argument validation" by Brian Carlstrom · 10 years ago
  31. ff9ca78 Improve detail message for X509TrustManagerExtensions argument validation by Brian Carlstrom · 10 years ago
  32. ab561f5 Merge "Don't make isSafeMode a field on the Zygote class." by Narayan Kamath · 10 years ago
  33. d1a8d9f Don't make isSafeMode a field on the Zygote class. by Narayan Kamath · 10 years ago
  34. 91bbb75 Merge "Cast CallMethod's size_t parameters to jint" by Narayan Kamath · 10 years ago
  35. 21e0af9 Fix RenderScriptGL setSurfaceTexture problem by Xiaofei Wan · 10 years ago
  36. 1e4cad8 Merge "GlobalActions: Fix Airplane Mode on/off issue" by Wink Saville · 10 years ago
  37. c3b7e6f GlobalActions: Fix Airplane Mode on/off issue by nagarw · 11 years ago
  38. e9b4fd0 Merge "Mark constructor as accessible in LayoutInflater." by Jeff Hao · 10 years ago
  39. d511bc1 Merge "[ActivityManager] Fix a bug: unable to start activity after starting activities during screen off." by Craig Mautner · 10 years ago
  40. e328056 Merge "Add support for additional international keyboard mappings" by Michael Wright · 10 years ago
  41. ff3362f Merge "DO NOT MERGE - [ActivityManager] Ensure consistency behavior when a background activity brings another existed activity to front." by Craig Mautner · 10 years ago
  42. e3abd2c Mark constructor as accessible in LayoutInflater. by Jeff Hao · 10 years ago
  43. 49c0615 Merge "Remove duplicate call disconnect codes." by Anders Kristensen · 10 years ago
  44. 172d38b Change when the SELinux relabel of /data/data occurs. by Robert Craig · 10 years ago
  45. 55a6550 Merge "Reduce warning verbosity in aapt" by Adam Lesinski · 10 years ago
  46. a282441 Merge "Do not show Home behind full screen activity" by Craig Mautner · 10 years ago
  47. f0ffa8a Merge "app_process: use LOCAL_MULTILIB := both" by Colin Cross · 10 years ago
  48. f130f0a app_process: use LOCAL_MULTILIB := both by Colin Cross · 10 years ago
  49. d292326 Add support for additional international keyboard mappings by Olivier Gay · 10 years ago
  50. cd3f60f Merge "AArch64: Make frameworks/base code more portable" by Narayan Kamath · 10 years ago
  51. f5df700 AArch64: Make frameworks/base code more portable by Ashok Bhat · 10 years ago
  52. 0fd4c65 Do not show Home behind full screen activity by Yevgen Pronenko · 10 years ago
  53. 57f2764 Merge "CertificateChainValidator: initialize TrustManagerFactory" by Kenny Root · 10 years ago
  54. 5daf51c Merge "jni: 64-bit compile issue" by Mark Salyzyn · 10 years ago
  55. aeb75fc jni: 64-bit compile issue by Mark Salyzyn · 10 years ago
  56. 491eaf2 Merge "Note libselinux dependency on packages.list format changes." by Nick Kralevich · 10 years ago
  57. 587a945 CertificateChainValidator: initialize TrustManagerFactory by Kenny Root · 10 years ago
  58. e6e25554 Note libselinux dependency on packages.list format changes. by Stephen Smalley · 10 years ago
  59. 739e194 DO NOT MERGE - [ActivityManager] Ensure consistency behavior when a background activity brings another existed activity to front. by riddle_hsu · 10 years ago
  60. 80470cd Merge "Solve three memory leaks related to PatchCache" by Chris Craik · 10 years ago
  61. 89bc413 Marquee text RTL improvements by Michael Lekman · 13 years ago
  62. 77ceb5e Merge "Use X509ExtendedTrustManager and not Conscrypt" by Kenny Root · 10 years ago
  63. 2cacc61 Merge "Don't wait for finishing animation when second display is disconnected" by Craig Mautner · 10 years ago
  64. 5f0d44f Merge "Fix scaleNinePatch." by Narayan Kamath · 10 years ago
  65. 136c08a Cast CallMethod's size_t parameters to jint by Ashok Bhat · 10 years ago
  66. 39f7068 Don't wait for finishing animation when second display is disconnected by Koji Fukui · 10 years ago
  67. 6056e10 Solve three memory leaks related to PatchCache by Jens Gulin · 11 years ago
  68. da776c8 Use X509ExtendedTrustManager and not Conscrypt by Kenny Root · 10 years ago
  69. e119b22 Reduce warning verbosity in aapt by Adam Lesinski · 10 years ago
  70. 557a93e Merge "Set ScreenshotSurface secure if any secure content is shown." by Craig Mautner · 10 years ago
  71. 02eb6bfd Fix scaleNinePatch. by Narayan Kamath · 10 years ago
  72. 8851717 Merge "Adjust to the change in the private SSLParameterImpl API." by Alex Klyubin · 10 years ago
  73. a2507e8 Adjust to the change in the private SSLParameterImpl API. by Alex Klyubin · 10 years ago
  74. 82a9163 [ActivityManager] Fix a bug: unable to start activity after starting activities during screen off. by leo_hsu · 10 years ago
  75. 4308a52 Merge "bootanimation: build 32-bit if 64-bit gl libraries are not available" by Colin Cross · 10 years ago
  76. 0da4ad4 Merge "Don't register methods when there's nothing to register." by Narayan Kamath · 10 years ago
  77. 2b74a24 Set ScreenshotSurface secure if any secure content is shown. by Minoru Aoi · 10 years ago
  78. dac2980 Merge "Prevent Lockscreen album art from activating FLAG_KEEP_SCREEN_ON" by Chris Craik · 10 years ago
  79. 8372581 Merge "Get rid of noise during boot." by Nick Kralevich · 10 years ago
  80. 0aa5163 Get rid of noise during boot. by Dianne Hackborn · 10 years ago
  81. 19fc55e Merge "build app_process64 on 64-bit targets" by Colin Cross · 10 years ago
  82. 31d16e5 bootanimation: build 32-bit if 64-bit gl libraries are not available by Colin Cross · 10 years ago
  83. 2764fce build app_process64 on 64-bit targets by Colin Cross · 10 years ago
  84. bfc4409 Merge "mediaeditor shouldn't depend on audioflinger." by Glenn Kasten · 10 years ago
  85. c1f3d4c Merge "Fix 64 bit compile failures in renderscript" by Glenn Kasten · 10 years ago
  86. 5c8e1a6 Merge "Allow PMS to restorecon directories under /data." by Nick Kralevich · 10 years ago
  87. 0b472ae Merge "androidfw: resolve 64-bit build issues" by Mark Salyzyn · 10 years ago
  88. d640873 Merge "PacProcessor should be 32 bit only." by Glenn Kasten · 10 years ago
  89. 00adb86 androidfw: resolve 64-bit build issues by Mark Salyzyn · 10 years ago
  90. 587a25b mediaeditor shouldn't depend on audioflinger. by Narayan Kamath · 10 years ago
  91. 4385343 Allow PMS to restorecon directories under /data. by Robert Craig · 10 years ago
  92. 78c0ce5 Fix 64 bit compile failures in renderscript by Narayan Kamath · 10 years ago
  93. f83c73e Don't register methods when there's nothing to register. by Narayan Kamath · 10 years ago
  94. 58f9a64 PacProcessor should be 32 bit only. by Narayan Kamath · 10 years ago
  95. 7cb1dfe Merge "Insufficient ProcessRecord cleanup when persistent process is killed" by Dianne Hackborn · 10 years ago
  96. 7c0dfed Merge "Pass int32_t for JNI calls to java Input/Output streams." by Narayan Kamath · 10 years ago
  97. eff08c4 Insufficient ProcessRecord cleanup when persistent process is killed by Akira Numata · 10 years ago
  98. d88d817 Merge "Null pointer exception in FileRotator.java" by Jeff Sharkey · 10 years ago
  99. 2bb39d7 Pass int32_t for JNI calls to java Input/Output streams. by Ashok Bhat · 10 years ago
  100. d93e7b2 Merge "Don't attempt to launch disabled activities in smoke test." by Steve Moyer · 10 years ago