1. a9b4318 ServiceConnection: Properly serialize events by Adrian Roos · 8 years ago
  2. 17c7753 Fix issue #29532165: System Server Java Crashes in WiFi (RT Restart) by Dianne Hackborn · 8 years ago
  3. 41bfaf8 Fix more of issue #28689719: Runtime restart by Dianne Hackborn · 8 years ago
  4. 126f780 Don't create or check permissions on profiles during app startup by Calin Juravle · 8 years ago
  5. 8cb3b2b Merge "Frameworks/base: Optimize LoadedApk" into nyc-dev by TreeHugger Robot · 8 years ago
  6. a8a58ff Frameworks/base: Optimize LoadedApk by Andreas Gampe · 8 years ago
  7. 4c8e542 Frameworks/base: Add more systrace points by Andreas Gampe · 8 years ago
  8. 2675616 Work on issue #28689719: Runtime restart by Dianne Hackborn · 8 years ago
  9. 8995b00 LoadedApk: Avoid unnecessary work when mIncludeCode == false. by Narayan Kamath · 8 years ago
  10. eb96b00 Simplify permitted-path construction by Dimitry Ivanov · 8 years ago
  11. bf3b5f7 Allow apps to load libraries from under /data by Dimitry Ivanov · 8 years ago
  12. c7b9482 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  13. 2d4a222 LoadedApk: Don't set up JIT profile support inside the system_server. by Narayan Kamath · 8 years ago
  14. 57413a7 Merge "Make fake libart for misbehaving apps be loaded." into nyc-dev by TreeHugger Robot · 8 years ago
  15. 096e2dc Merge "Disable StrictMode policy when setting up profile support" into nyc-dev by TreeHugger Robot · 8 years ago
  16. 430ef45 Disable StrictMode policy when setting up profile support by Calin Juravle · 8 years ago
  17. ca82e61 Add reasons to notifyPackageUse calls by Brian Carlstrom · 8 years ago
  18. 20ed24f Make fake libart for misbehaving apps be loaded. by Alex Light · 8 years ago
  19. 2a727d7 Move profile registration from bindApplication to LoadedApk by Calin Juravle · 8 years ago
  20. 8a372a0 Refactoring FBE APIs based on council feedback. by Jeff Sharkey · 8 years ago
  21. d136e51 Defuse Bundles parsed by the system process. by Jeff Sharkey · 8 years ago
  22. 43b28b1 Restore fix for native activity without a java-code by Dimitry Ivanov · 8 years ago
  23. 082614c Cache per-Activity Resources objects by Adam Lesinski · 8 years ago
  24. 39bfee5 Splits without restart by Todd Kennedy · 8 years ago
  25. b2b8c3c Explicitly check for updated system apps by Dimitry Ivanov · 8 years ago
  26. 369f509 Sigh, someone is pushing 2MB through StopInfo. by Jeff Sharkey · 8 years ago
  27. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  28. a55c7f1 Create linker-namespace for the classloader by Dimitry Ivanov · 8 years ago
  29. b9c9026 Construct classloader for apps with no java code by Dimitry Ivanov · 8 years ago
  30. c7bacab More encryption-aware triaging. by Jeff Sharkey · 8 years ago
  31. add74a4 Workaround for apps loading foreign native libs by Dimitry Ivanov · 8 years ago
  32. 844ccc5 Merge "Remove path to the apk from the permittedPath" am: 5194d217b8 by Dimitry Ivanov · 9 years ago
  33. ee5a181 Remove path to the apk from the permittedPath by Dimitry Ivanov · 9 years ago
  34. 44fadb2 Use shared namespace for bundled app classloader by Dimitry Ivanov · 9 years ago
  35. 75b10ec Use shared namespace for bundled app classloader by Dimitry Ivanov · 9 years ago
  36. 048a0db Use nativeloader to load NativeActivity by Dmitriy Ivanov · 9 years ago
  37. 6f06ad7 Use nativeloader to load NativeActivity by Dmitriy Ivanov · 9 years ago
  38. 183501e Merge "Remove performBootDexOpt and am's ensurePackageDexOpt." by Nicolas Geoffray · 9 years ago
  39. 27c0737 Remove performBootDexOpt and am's ensurePackageDexOpt. by Nicolas Geoffray · 9 years ago
  40. 1544779 Initial file-based encryption public APIs. by Jeff Sharkey · 9 years ago
  41. 2107d69 Postpone loading app context until instrumentation is set up by Alan Viverette · 9 years ago
  42. 346296b Reset class loader after updating instrumentation paths by Alan Viverette · 9 years ago
  43. e56b3f6 Add path to native libraries inside apk by Dmitriy Ivanov · 9 years ago
  44. b9f3674 Support moving apps to expanded storage. by Jeff Sharkey · 9 years ago
  45. 16df82d am fd523efc: Merge "Get the instruction set that the libraries of secondary Abi is supported." by Calin Juravle · 9 years ago
  46. fd523ef Merge "Get the instruction set that the libraries of secondary Abi is supported." by Calin Juravle · 9 years ago
  47. 0f8ecc8 am 9d293911: am ebdfb6e8: Merge "[ActivityManager] Distinguish FG or BG receiver finished" by Olawale Ogunwale · 10 years ago
  48. 1f5ac4d [ActivityManager] Distinguish FG or BG receiver finished by riddle_hsu · 10 years ago
  49. 4741cd9 Get the instruction set that the libraries of secondary Abi is supported. by jgu21 · 10 years ago
  50. 23d40c4 Fix race when cleaning up receivers/services in Context by Adam Lesinski · 10 years ago
  51. 8091edb Set threads' contextClassLoader during LoadedApk.makeApplication. by Narayan Kamath · 10 years ago
  52. 1e466385 Have R classes generate their own reference rewrite logic by Adam Lesinski · 10 years ago
  53. 2cb761e Fix assumption about DynamicRefTable in aapt by Adam Lesinski · 10 years ago
  54. 29564cd Remove system_server classes from the boot image. by Narayan Kamath · 10 years ago
  55. 6c4b9de Validate instruction sets passed to installd. by Narayan Kamath · 10 years ago
  56. fee756f Implement issue #16330060: Inform ActivityManager about WebView... by Dianne Hackborn · 10 years ago
  57. 2053168 Dexopt for Context.createPackageContext when code is included. by Narayan Kamath · 10 years ago
  58. 7dba6eb Adjust nativeLibraryDir for package contexts of multiArch installs. by Narayan Kamath · 10 years ago
  59. 8a4c972 Plumb split APKs into public API. by Jeff Sharkey · 10 years ago
  60. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  61. defd4a6 Retain display when creating specialized contexts. by Jeff Brown · 10 years ago
  62. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  63. add005c Mmmmmmm... lovely, lovely ArrayMap. by Dianne Hackborn · 11 years ago
  64. 88c0589 Refactor ActivityThread cache - Baby step 1. by Craig Mautner · 11 years ago
  65. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  66. 208d937 Better exceptions when LoadedApk fails. by Dianne Hackborn · 11 years ago
  67. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  68. a492c3a Initial draft of high-level multi-display APIs. by Jeff Brown · 12 years ago
  69. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  70. 756220b Add API to create new contexts with custom configurations. by Dianne Hackborn · 12 years ago
  71. 1ded0b1 Add traces for window manager and activity manager. by Dianne Hackborn · 12 years ago
  72. d893a89 Add support for native library paths with instrumentation by Brian Carlstrom · 12 years ago
  73. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  74. d7026f1 Report leaked Context registrations to StrictMode. by Jeff Sharkey · 12 years ago
  75. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 12 years ago
  76. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  77. 5a6ef73 Fix issue #5595933: GREF leak due to race condition in... by Dianne Hackborn · 13 years ago
  78. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  79. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  80. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  81. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  82. c2d9c8e Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439 by Dianne Hackborn · 14 years ago
  83. 89ba675 Fix issue #3215261: NPE in WiFi Settings by Dianne Hackborn · 14 years ago
  84. 624d50f Don't warn on reading from disk during initial class loading. by Brad Fitzpatrick · 14 years ago
  85. e829fef Add facility for broadcasts receives to do work asynchronously. by Dianne Hackborn · 14 years ago
  86. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 14 years ago
  87. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago