1. 58a5766 Add Context.bindService with executor parameter by Bo Liu · 5 years ago
  2. 33bd343 Move ApplicationInfo to params in AppComponentFactory by David Brazdil · 5 years ago
  3. eea3e90 Merge "Include /apex/com.android.runtime for native library in app classloader" am: 9de24de618 am: 8c6c630bcf by vichang · 5 years ago
  4. a366cc8 Include /apex/com.android.runtime for native library in app classloader by Victor Chang · 5 years ago
  5. 32ef51c Merge "Move DexLoadReporter setup before AppComponentFactory calls" am: 385c42a2e9 am: 4e7a33fb08 by David Brazdil · 6 years ago
  6. 385c42a Merge "Move DexLoadReporter setup before AppComponentFactory calls" by David Brazdil · 6 years ago
  7. 77b13fd Merge "Fix various issues in ordering of grouped bindings." by Dianne Hackborn · 6 years ago
  8. 2f55e5a Fix various issues in ordering of grouped bindings. by Dianne Hackborn · 6 years ago
  9. 991ff90 Move DexLoadReporter setup before AppComponentFactory calls by David Brazdil · 6 years ago
  10. 972b39e Start using shared libraries class loader. by Nicolas Geoffray · 6 years ago
  11. d9ce1b0 Prevent initializing binder from LoadedApk when we can. by Martijn Coenen · 6 years ago
  12. 8d144eb Start using shared libraries class loader. by Nicolas Geoffray · 6 years ago
  13. b319ccf Create AppComponentFactory.instantiateClassLoader API by David Brazdil · 6 years ago
  14. fd6dcc2 Create AppComponentFactory.instantiateClassLoader API by David Brazdil · 6 years ago
  15. 45d2c25 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  16. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  17. 4fb17d1 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  18. 61e8ae6 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  19. cfe38cd Fix: vendor public libraries are accessible via System.loadLibrary by Jiyong Park · 6 years ago
  20. 2544c69 Fix crash when loading resources without code by Jason Monk · 6 years ago
  21. 5c5daa4 Allows disk reads when adding native paths to classloader by Patrick Baumann · 6 years ago
  22. 7df104c Merge "Basedir of a bundled app is added to the permitted paths" into pi-dev by Jiyong Park · 6 years ago
  23. 29d9eba Basedir of a bundled app is added to the permitted paths by Jiyong Park · 6 years ago
  24. 1bea237 In place split install native support by Patrick Baumann · 6 years ago
  25. 6ee51bb Fix crash with AppComponentFactory by Jason Monk · 6 years ago
  26. 5e25d9a Merge "Revert "Minor LoadedApk refactoring."" by TreeHugger Robot · 7 years ago
  27. 233a0b1 Revert "Minor LoadedApk refactoring." by Todd Kennedy · 7 years ago
  28. 6ae39fc [framework] Extend profile operations to take the profile name by Calin Juravle · 7 years ago
  29. 7541ca4d Minor LoadedApk refactoring. by Jeff Hamilton · 7 years ago
  30. a80bfb5 Add AppComponentFactory API by Jason Monk · 7 years ago
  31. 5d73b6d Introduce ServiceConnection#onNullBinding() by Christopher Tate · 7 years ago
  32. 002fdbd Support privileged vendor apps by Jiyong Park · 7 years ago
  33. 63495c2 Fix missing null checking by Jiyong Park · 7 years ago
  34. fcad696 vendor apk is unbundled by Jiyong Park · 7 years ago
  35. f9419f0 Allow splits to declare a classloader type. by Narayan Kamath · 7 years ago
  36. 40610e3 Support native shared libs by Svetoslav Ganov · 7 years ago
  37. d7a168e Merge "Tweak for b/37809561." into oc-dev am: ca50e88b6b am: 07db193ebc by Makoto Onuki · 7 years ago
  38. 08408b9 Tweak for b/37809561. by Makoto Onuki · 7 years ago
  39. d10ca46d Merge "Add more information to WTF to investigate bug 37809561" into oc-dev am: e497b698d2 by Makoto Onuki · 7 years ago
  40. f3bb6f3 Add more information to WTF to investigate bug 37809561 by Makoto Onuki · 7 years ago
  41. 090892f Prepend shared libraries in their original order. by Jeff Hao · 7 years ago
  42. ac26534 Fix issue #37470038: API Review: ServiceConnection.onBindingDead() by Dianne Hackborn · 7 years ago
  43. 9484603 Framework support to improve bg check CTS tests. by Dianne Hackborn · 7 years ago
  44. 1665d0f Add support for configForSplit by Adam Lesinski · 7 years ago
  45. f5a7bfc Register secondary dex files for JIT profiling by Calin Juravle · 7 years ago
  46. 37dfc8e Move DexLoadReporter out of LoadedApk by Calin Juravle · 7 years ago
  47. bf07e2a LoadedApk: Notify cross-package use only when code is requested. by Narayan Kamath · 7 years ago
  48. 9108ae1 Merge "PackageManager: Clean up code related to foreign dex use" by Calin Juravle · 7 years ago
  49. 74f0a34 PackageManager: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  50. a5ca624 OMS: Introduce default overlays by Adam Lesinski · 7 years ago
  51. 638d810 Add isBundled argument to LoadedApk.makePaths call by Dimitry Ivanov · 7 years ago
  52. 0e61883 Fix WebView crashes by Adam Lesinski · 7 years ago
  53. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  54. d33ef56 ActivityThread: Only update code paths that have been added by Adam Lesinski · 8 years ago
  55. 8d2a51f Report non-primary dex files loads to PM by Calin Juravle · 8 years ago
  56. 2c0dc3e Merge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782f01 am: 9565860b08 by Torne (Richard Coles) · 8 years ago
  57. 1feb782 Merge "Precreate the classloader for the WebView." am: 566b1c80e4 by Torne (Richard Coles) · 8 years ago
  58. 3b6ca99 Precreate the classloader for the WebView. by Torne (Richard Coles) · 8 years ago
  59. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  60. a9b4318 ServiceConnection: Properly serialize events by Adrian Roos · 8 years ago
  61. 17c7753 Fix issue #29532165: System Server Java Crashes in WiFi (RT Restart) by Dianne Hackborn · 8 years ago
  62. 41bfaf8 Fix more of issue #28689719: Runtime restart by Dianne Hackborn · 8 years ago
  63. 126f780 Don't create or check permissions on profiles during app startup by Calin Juravle · 8 years ago
  64. 8cb3b2b Merge "Frameworks/base: Optimize LoadedApk" into nyc-dev by TreeHugger Robot · 8 years ago
  65. a8a58ff Frameworks/base: Optimize LoadedApk by Andreas Gampe · 8 years ago
  66. 4c8e542 Frameworks/base: Add more systrace points by Andreas Gampe · 8 years ago
  67. 2675616 Work on issue #28689719: Runtime restart by Dianne Hackborn · 8 years ago
  68. 8995b00 LoadedApk: Avoid unnecessary work when mIncludeCode == false. by Narayan Kamath · 8 years ago
  69. eb96b00 Simplify permitted-path construction by Dimitry Ivanov · 8 years ago
  70. bf3b5f7 Allow apps to load libraries from under /data by Dimitry Ivanov · 8 years ago
  71. c7b9482 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  72. 2d4a222 LoadedApk: Don't set up JIT profile support inside the system_server. by Narayan Kamath · 8 years ago
  73. 57413a7 Merge "Make fake libart for misbehaving apps be loaded." into nyc-dev by TreeHugger Robot · 8 years ago
  74. 096e2dc Merge "Disable StrictMode policy when setting up profile support" into nyc-dev by TreeHugger Robot · 8 years ago
  75. 430ef45 Disable StrictMode policy when setting up profile support by Calin Juravle · 8 years ago
  76. ca82e61 Add reasons to notifyPackageUse calls by Brian Carlstrom · 8 years ago
  77. 20ed24f Make fake libart for misbehaving apps be loaded. by Alex Light · 8 years ago
  78. 2a727d7 Move profile registration from bindApplication to LoadedApk by Calin Juravle · 8 years ago
  79. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  80. d136e51 Defuse Bundles parsed by the system process. by Jeff Sharkey · 8 years ago
  81. 43b28b1 Restore fix for native activity without a java-code by Dimitry Ivanov · 8 years ago
  82. 082614c Cache per-Activity Resources objects by Adam Lesinski · 8 years ago
  83. 39bfee5 Splits without restart by Todd Kennedy · 8 years ago
  84. b2b8c3c Explicitly check for updated system apps by Dimitry Ivanov · 8 years ago
  85. 369f509 Sigh, someone is pushing 2MB through StopInfo. by Jeff Sharkey · 8 years ago
  86. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  87. a55c7f1 Create linker-namespace for the classloader by Dimitry Ivanov · 8 years ago
  88. b9c9026 Construct classloader for apps with no java code by Dimitry Ivanov · 8 years ago
  89. c7bacab More encryption-aware triaging. by Jeff Sharkey · 8 years ago
  90. add74a4 Workaround for apps loading foreign native libs by Dimitry Ivanov · 8 years ago
  91. 844ccc5 Merge "Remove path to the apk from the permittedPath" am: 5194d217b8 by Dimitry Ivanov · 9 years ago
  92. ee5a181 Remove path to the apk from the permittedPath by Dimitry Ivanov · 9 years ago
  93. 44fadb2 Use shared namespace for bundled app classloader by Dimitry Ivanov · 9 years ago
  94. 75b10ec Use shared namespace for bundled app classloader by Dimitry Ivanov · 9 years ago
  95. 048a0db Use nativeloader to load NativeActivity by Dmitriy Ivanov · 9 years ago
  96. 6f06ad7 Use nativeloader to load NativeActivity by Dmitriy Ivanov · 9 years ago
  97. 183501e Merge "Remove performBootDexOpt and am's ensurePackageDexOpt." by Nicolas Geoffray · 9 years ago
  98. 27c0737 Remove performBootDexOpt and am's ensurePackageDexOpt. by Nicolas Geoffray · 9 years ago
  99. 1544779 Initial file-based encryption public APIs. by Jeff Sharkey · 9 years ago
  100. 2107d69 Postpone loading app context until instrumentation is set up by Alan Viverette · 9 years ago