1. 044a436 Add API for proxy configuration over VPN. by Irina Dumitrescu · 6 years ago
  2. 55418ea Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  3. bf76cf7 Remove uses of libcore.io DropBox and EventLogger by Paul Duffin · 6 years ago
  4. 15b123e DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master by Xin Li · 6 years ago
  5. 991ff90 Move DexLoadReporter setup before AppComponentFactory calls by David Brazdil · 6 years ago
  6. 12f511e ActivityThread: purge jemalloc at appropriate times by Tim Murray · 6 years ago
  7. 45d2c25 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  8. 9ee5dff BootAnimation: Fix boot animation with hidden cutout by Adrian Roos · 6 years ago
  9. 4fb17d1 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  10. b6c79ea Serialize AM.getContentProvider() calls in client side by Makoto Onuki · 6 years ago
  11. ccf93b2 Merge "Fix: ConnectivityManager is initialized with a wrong context" into pi-dev by Chalard Jean · 6 years ago
  12. b29e318 Schedule trimMemory after drawing the frame by Jorim Jaggi · 6 years ago
  13. 100df0a Fix: ConnectivityManager is initialized with a wrong context by Chalard Jean · 6 years ago
  14. 4589565 Pre-cache more system servers by Makoto Onuki · 6 years ago
  15. 320e3b5 Schedule local activity relaunch by Andrii Kulian · 6 years ago
  16. 1b59867 Merge "Preserve custom activity intent on relaunch" into pi-dev by Andrii Kulian · 6 years ago
  17. f5cb5e5 Merge "old paths contains all entries when updating" into pi-dev by android-build-team Robot · 6 years ago
  18. b9656a9 old paths contains all entries when updating by Todd Kennedy · 6 years ago
  19. 770c403 Preserve custom activity intent on relaunch by Andrii Kulian · 6 years ago
  20. 37b6ca8 Pass package name to runtime. by Mathew Inwood · 6 years ago
  21. e55b009 Don't require post-execution state for onActivityResult by Andrii Kulian · 6 years ago
  22. eb59580 Checks that secondary instrumentation ABI matches by Patrick Baumann · 6 years ago
  23. 1d0d514 Remove temporary logging. by Bryce Lee · 6 years ago
  24. aa1a911 Fix broken target SDK checks. by Jeff Sharkey · 6 years ago
  25. d9e2acb Don't finish activity on duplicate resume request by Andrii Kulian · 6 years ago
  26. 914aa7d Use transaction for local activity relaunch by Andrii Kulian · 6 years ago
  27. 603b911 Merge "Revert "Use transaction for local activity relaunch"" into pi-dev by Andrii Kulian · 6 years ago
  28. 46312b3 Revert "Use transaction for local activity relaunch" by Andrii Kulian · 6 years ago
  29. 32ca41d Merge "Remove am/wm.proto which is redundant. The naming convention is defined in core/proto/README.md" into pi-dev by TreeHugger Robot · 6 years ago
  30. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  31. 60b877f Merge "Use transaction for local activity relaunch" into pi-dev by Andrii Kulian · 6 years ago
  32. 002e0ef Merge "Don't throw exception for duplicate stop" into pi-dev by Andrii Kulian · 6 years ago
  33. 77d7360 Use transaction for local activity relaunch by Andrii Kulian · 6 years ago
  34. 83ad4e5 Merge "Scale up in ImageDecoder based on API level" into pi-dev by Leon Scroggins · 6 years ago
  35. 8290eab Scale up in ImageDecoder based on API level by Leon Scroggins III · 6 years ago
  36. 829829c Don't throw exception for duplicate stop by Andrii Kulian · 6 years ago
  37. 5642847 Don't use IPC in isolateProcess by John Reck · 6 years ago
  38. 4f68924 Frameworks: Fix system server profiling by Andreas Gampe · 6 years ago
  39. dfbf971 Don't throw exception for duplicate resume by Andrii Kulian · 6 years ago
  40. ef71a4c Merge "Rename dumpsys protos to make platform proto names consistent." by TreeHugger Robot · 6 years ago
  41. 58b0948 Merge "Use post-execution state for lifecycle callback sequences" by Andrii Kulian · 6 years ago
  42. 2b30f32 Rename dumpsys protos to make platform proto names consistent. by Yi Jin · 6 years ago
  43. 9956d89 Use post-execution state for lifecycle callback sequences by Andrii Kulian · 7 years ago
  44. a6176e3 Fix extra pause report from client by Andrii Kulian · 6 years ago
  45. 9a33438 Merge "Improve AM lifecycle event logs" by Andrii Kulian · 6 years ago
  46. 5527a50 Fixed issue with relaunching activity in the stopped state by Wale Ogunwale · 6 years ago
  47. d25680c Improve AM lifecycle event logs by Andrii Kulian · 6 years ago
  48. 578b3bd Deprecated onCreateThumbnail by Wale Ogunwale · 7 years ago
  49. 8fbd470 Merge "Improve temporary logging around activity destruction." by TreeHugger Robot · 7 years ago
  50. a33c13d Improve temporary logging around activity destruction. by Bryce Lee · 7 years ago
  51. cacd695 Merge "Switch activity relaunch to lifecycler" by TreeHugger Robot · 7 years ago
  52. fcd3c57 Merge "Don't attempt to preload fonts in isolated processes." by TreeHugger Robot · 7 years ago
  53. b372da6 Switch activity relaunch to lifecycler by Andrii Kulian · 7 years ago
  54. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  55. 0c8a724 Merge "Switch order of onSaveInstanceState and onStop" by TreeHugger Robot · 7 years ago
  56. 85ecae5 Don't attempt to preload fonts in isolated processes. by Torne (Richard Coles) · 7 years ago
  57. 059054f Merge "Show hidden API warning once per process" am: 880839d2d1 am: 169a159207 by David Brazdil · 7 years ago
  58. d960cc4 Show hidden API warning once per process by David Brazdil · 7 years ago
  59. 391161f Switch order of onSaveInstanceState and onStop by Andrii Kulian · 7 years ago
  60. 7db9d22 Merge "Always execute onStop and onSaveInstanceState together" by Andrii Kulian · 7 years ago
  61. 5e25d9a Merge "Revert "Minor LoadedApk refactoring."" by TreeHugger Robot · 7 years ago
  62. 233a0b1 Revert "Minor LoadedApk refactoring." by Todd Kennedy · 7 years ago
  63. 8ae7957 Always execute onStop and onSaveInstanceState together by Andrii Kulian · 7 years ago
  64. 35a9a38 Get the themes outside of the resource lock by Todd Kennedy · 7 years ago
  65. d4356fd Merge "autofill: support dpad/keyboard" by Dake Gu · 7 years ago
  66. 67decfa autofill: support dpad/keyboard by Dake Gu · 7 years ago
  67. d946f86 Add more logging to Activity Lifecycler. by Bryce Lee · 7 years ago
  68. e8e0168 Merge "ActivityThread: Attempt to attach agent with app's classloader" am: f779d7e3be am: 9f1f950c31 by Andreas Gampe · 7 years ago
  69. ab8a63b ActivityThread: Attempt to attach agent with app's classloader by Andreas Gampe · 7 years ago
  70. 0447068 Fix object pool for lifecycler by Andrii Kulian · 7 years ago
  71. caf728e Minor LoadedApk refactoring. by Jeff Hamilton · 7 years ago
  72. c9f362bd Merge "Revert "Fix object pool for lifecycler"" by TreeHugger Robot · 7 years ago
  73. 5249bb1 Revert "Fix object pool for lifecycler" by Andrii Kulian · 7 years ago
  74. ab71a93 Merge "Fix object pool for lifecycler" by Andrii Kulian · 7 years ago
  75. 1c11030 Fix object pool for lifecycler by Andrii Kulian · 7 years ago
  76. 60a3c1e Merge "incidentd: Dumping java process meminfo data." by TreeHugger Robot · 7 years ago
  77. 983829f incidentd: Dumping java process meminfo data. by Kweku Adams · 7 years ago
  78. b430d8f Merge "Start processes asynchronously in AMS." by Sudheer Shanka · 7 years ago
  79. f669010 Start processes asynchronously in AMS. by Sudheer Shanka · 7 years ago
  80. 7541ca4d Minor LoadedApk refactoring. by Jeff Hamilton · 7 years ago
  81. 3706cf9 Merge "Add AppComponentFactory API" by Jason Monk · 7 years ago
  82. 8439ac0 Start accepting Executors instead of Handlers. by Jeff Sharkey · 7 years ago
  83. a80bfb5 Add AppComponentFactory API by Jason Monk · 7 years ago
  84. 8474c45 Merge "Changes need to implement heavy-weight gaming app tests." by Dianne Hackborn · 7 years ago
  85. f4ef6eb Changes need to implement heavy-weight gaming app tests. by Dianne Hackborn · 7 years ago
  86. 9c5ea9c Implement object pool for lifecycler by Andrii Kulian · 7 years ago
  87. 88e05cb Add transaction executor by Andrii Kulian · 7 years ago
  88. 598e9a2 incidentd: dumping native process mem info to proto. by Kweku Adams · 7 years ago
  89. 4d26c21 Merge changes from topic "lifecycle_transaction_base" by Andrii Kulian · 7 years ago
  90. 446e824 Add basic lifecycle transaction containers by Andrii Kulian · 7 years ago
  91. 86cedcb Rootless GPU Debug by Cody Northrop · 7 years ago
  92. 8918298 Narrower StrictMode defaults. by Jeff Sharkey · 7 years ago
  93. 29e6f56 Merge "Fix NPE in ActivityThread" into oc-mr1-dev am: 348b13f597 am: 889c0c0f12 by Clara Bayarri · 7 years ago
  94. cb94115 Fix NPE in ActivityThread by Clara Bayarri · 7 years ago
  95. 0ba9304 Merge "Don't clobber shared libs when updating app info" into oc-mr1-dev am: 4de7ab5cb1 by Svet Ganov · 7 years ago
  96. 6ce9239 Don't clobber shared libs when updating app info by Svet Ganov · 7 years ago
  97. 1b5b4a9 Merge changes from topic "revert-injectors" into oc-mr1-dev am: d33fe05c66 by Daniel Sandler · 7 years ago
  98. 07fe63e Revert "Add API to allow apps more control over instantiation" by Dan Sandler · 7 years ago
  99. 995b268 Merge "Version guard Application.onCreate strict mode fix" into oc-mr1-dev am: e002f44005 by Kurt Nelson · 7 years ago
  100. 571c3f6 Version guard Application.onCreate strict mode fix by Kurt Nelson · 7 years ago