1. cdd685c Use all certs for computing package signing sha256 by Svetoslav Ganov · 7 years ago
  2. 48e9316 Avoid potential reboot loop due to package cache by Makoto Onuki · 7 years ago
  3. c247fa1 Change protection level from ephemeral to instant by Todd Kennedy · 7 years ago
  4. af706b4 Merge "PackageParser: Parse android:classLoader during the full parse." into oc-mr1-dev by Narayan Kamath · 7 years ago
  5. 478f94b Merge "Revert multi-package APK flag to off." into oc-mr1-dev by Garry Boyer · 7 years ago
  6. 96c11c5 PackageParser: Parse android:classLoader during the full parse. by Narayan Kamath · 7 years ago
  7. a530d79 Merge "Intern process names." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  8. 6bf2990 Merge "Add virtual preload bit to ApplicationInfo" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  9. 812d188a Intern process names. by Makoto Onuki · 7 years ago
  10. 5eb5a7d Add virtual preload bit to ApplicationInfo by Todd Kennedy · 7 years ago
  11. 476725d Revert multi-package APK flag to off. by Garrett Boyer · 7 years ago
  12. 4501c61d Reduce duplicate strings due to the package cache. by Makoto Onuki · 7 years ago
  13. 28a988f Log package parse timings by Fyodor Kupolov · 7 years ago
  14. 7c8addf compressed images on system partition by Todd Kennedy · 7 years ago
  15. e75643d Merge "Fix rotation animation selection." into oc-dr1-dev am: cee8098178 by Rob Carr · 7 years ago
  16. 427ba4f Fix rotation animation selection. by Robert Carr · 7 years ago
  17. 855d702 Separate android.test.mock classes from android.test.runner by Paul Duffin · 7 years ago
  18. 90ab6ba Merge "Allow max aspect ratio to be specified by meta-data tag." into oc-dr1-dev am: a926dbf5d2 by Bryce Lee · 7 years ago
  19. 22571db Allow max aspect ratio to be specified by meta-data tag. by Bryce Lee · 7 years ago
  20. f9419f0 Allow splits to declare a classloader type. by Narayan Kamath · 7 years ago
  21. 59b9885 Added Activity flags to show on lock screen. by chaviw · 7 years ago
  22. b0297ae Merge "Support native shared libs" into oc-dr1-dev am: 77dea6284a am: a6465a13cf by Svetoslav Ganov · 7 years ago
  23. 40610e3 Support native shared libs by Svetoslav Ganov · 7 years ago
  24. 85b5ca6 Merge "Save overlay paths as user state" into oc-dev am: 508a5bade6 am: 80b761b6db by Todd Kennedy · 7 years ago
  25. b274947 Save overlay paths as user state by Todd Kennedy · 7 years ago
  26. 157be6e Revert "always adjust per-user application info" by Adam Lesinski · 7 years ago
  27. 5213666 Enables child APKs, fixes a package parsing bug, and adds tests. by Garrett Boyer · 7 years ago
  28. e0046ce always adjust per-user application info by Todd Kennedy · 7 years ago
  29. c93c3b9 Rename restartOnConfigChanges to recreateOnConfigChanges. by Holly Jiuyu Sun · 7 years ago
  30. 35312fd Merge "Rename persistentFeature to persistentWhenFeatureAvailable." into oc-dev by Martijn Coenen · 7 years ago
  31. d9f6946 Merge "Experimental features only on debuggable builds." into oc-dev by Jeff Sharkey · 7 years ago
  32. 1be5354 Fix issue #37324532: API Review: android.content.pm.InstrumentationInfo by Dianne Hackborn · 7 years ago
  33. 8d74ca4 Rename persistentFeature to persistentWhenFeatureAvailable. by Martijn Coenen · 7 years ago
  34. 30dc2a0 Apply static RRO when parsing Android manifest of a target package by Jaekyun Seok · 7 years ago
  35. 3f1790d Experimental features only on debuggable builds. by Jeff Sharkey · 7 years ago
  36. c05f5d1 Add concept of implicitly exposed components by Todd Kennedy · 7 years ago
  37. a3c4eb3 Move child package feature behind sys prop by Svet Ganov · 7 years ago
  38. 200d72d Merge "Storage API polishing." into oc-dev by Jeff Sharkey · 7 years ago
  39. 789a8fc Storage API polishing. by Jeff Sharkey · 7 years ago
  40. ea2f3be OEM single-build/multi-SKU via dynamic RRO support by Todd Lee · 7 years ago
  41. 4941483 Implicitly expose SEND intents to Instant Apps by Chad Brubaker · 7 years ago
  42. 441d61b Add persistentFeature application attribute. by Martijn Coenen · 7 years ago
  43. 42d53f6 Bring back the priority feature for static RRO by Jaekyun Seok · 7 years ago
  44. 66b5c04 copy 'visbileToInstantApps' setting by Todd Kennedy · 7 years ago
  45. 941e9e2b Merge "Allow permissions to be runtime-only." into oc-dev by Chad Brubaker · 7 years ago
  46. 49f24c6 Serialize visibleToInstantApps by Chad Brubaker · 7 years ago
  47. a5d70a1 Allow permissions to be runtime-only. by Chad Brubaker · 7 years ago
  48. e633eb0 Fix issue with force resizing activity when app level doesn't want to by Wale Ogunwale · 7 years ago
  49. 0cb70ac Fixed logic error with setting maxAspectRatio by Wale Ogunwale · 7 years ago
  50. 55ddf8f Added support for maxAspectRatio manifest attribute. by Wale Ogunwale · 7 years ago
  51. fe7f38c3 update comment with a bug number by Todd Kennedy · 7 years ago
  52. 752fb70 Allow exposing components via <meta-data> by Todd Kennedy · 7 years ago
  53. 10eb145 Merge changes from topic 'configForSplit' by Adam Lesinski · 7 years ago
  54. 06ca1e0 Allow Instant Apps access PackageInfo of exposed apps by Chad Brubaker · 7 years ago
  55. 1665d0f Add support for configForSplit by Adam Lesinski · 7 years ago
  56. b30ee8d Merge "Create new BroadcastBehavior annotation." by Jeff Sharkey · 7 years ago
  57. 0434289 Apply static RRO by Jaekyun Seok · 7 years ago
  58. 32ee8ee Create new BroadcastBehavior annotation. by Jeff Sharkey · 7 years ago
  59. 9c9fdf2 Expose Instant App API defined in MR1 by Todd Kennedy · 7 years ago
  60. cd154e9 Implement issue #34842682: Add ability to limit permissions based on features by Dianne Hackborn · 7 years ago
  61. 2e0d0f3 OMS: integrate OverlayManagerService into framework by Mårten Kongstad · 8 years ago
  62. 9545980 Revert "OMS: integrate OverlayManagerService into framework" by Guang Zhu · 7 years ago
  63. 21a3d1a OMS: integrate OverlayManagerService into framework by Mårten Kongstad · 8 years ago
  64. 07ac144 PackageParser: String interning fixes. by Narayan Kamath · 7 years ago
  65. 168ec38 Merge "Append entries for real" by TreeHugger Robot · 7 years ago
  66. 8a10ef5 Append entries for real by Svet Ganov · 7 years ago
  67. be0b889 Revert "Revert "Per user setting for instant app"" by Todd Kennedy · 7 years ago
  68. be9ffa1 Revert "Per user setting for instant app" by Guang Zhu · 7 years ago
  69. 2f5811d Per user setting for instant app by Todd Kennedy · 8 years ago
  70. e714927 Partially revert commit ff5659fbc3026e621bdd926e96096e2957cfd42e. by Narayan Kamath · 7 years ago
  71. f6f095a Merge "Removed android.R.attr#onTopLauncher" by TreeHugger Robot · 7 years ago
  72. 3404173 Implement issue #30977956: Enable Instrumentation tests for multi-process apps by Dianne Hackborn · 8 years ago
  73. 069bbd3 Removed android.R.attr#onTopLauncher by Wale Ogunwale · 7 years ago
  74. aea3ec6 Merge "Allow ephemeral apps to reach any CATEGORY_BROWSABLE" by Chad Brubaker · 7 years ago
  75. ff5659f Revert "Call ActivityCallbacks after corresponding activity methods" by Narayan Kamath · 7 years ago
  76. efdc663 Merge "Define targetSandboxVersion" by TreeHugger Robot · 8 years ago
  77. 11e4507 Define targetSandboxVersion by Todd Kennedy · 8 years ago
  78. 408afbf Change configuration's color mode based on the display's color mode by Romain Guy · 8 years ago
  79. 35b79a7 Allow ephemeral apps to reach any CATEGORY_BROWSABLE by Chad Brubaker · 8 years ago
  80. 4e86281 Add support for Split APK dependcies by Adam Lesinski · 8 years ago
  81. e84ad49 Merge "Add color mode to activity/window" by TreeHugger Robot · 8 years ago
  82. 4832745 Add color mode to activity/window by Romain Guy · 8 years ago
  83. d339538 Remove dependency on resizable activity to enter PiP. by Winson Chung · 8 years ago
  84. e9d0d27 add "splitName" attribute by Todd Kennedy · 8 years ago
  85. 6788212 Platform support for static shared libraries by Svet Ganov · 8 years ago
  86. 9d8e0fc Merge "Rename visibleToEphemeral to visibleToInstantApps" by Chad Brubaker · 8 years ago
  87. 699c771 Rename visibleToEphemeral to visibleToInstantApps by Chad Brubaker · 8 years ago
  88. b6d7695 Change the default behavior when MCC/MNC changes. by Holly Jiuyu Sun · 8 years ago
  89. 21a2838 PackageParser: Disable package cache on "eng" builds. by Narayan Kamath · 8 years ago
  90. 0078e1b Add support for fallback categories. by Jeff Sharkey · 8 years ago
  91. 9bc89af Add API for apps to declare their "category". by Jeff Sharkey · 8 years ago
  92. 643ba81 Merge "Apps which do not support density cannot be resized" by Stefan Kuhne · 8 years ago
  93. 7e85eb0 Apps which do not support density cannot be resized by skuhne@google.com · 8 years ago
  94. 8af18a6 Merge "PackageParser: Add serialization mechanism for parse results." by Narayan Kamath · 8 years ago
  95. abbc2bad Require APK Signature Scheme v2 for ephemeral APKs by Alex Klyubin · 8 years ago
  96. fb2afbf PackageParser: Add serialization mechanism for parse results. by Narayan Kamath · 8 years ago
  97. 82f4b263a Add tests, refactor min/targetSdkVersion checks in PackageParser by Alan Viverette · 8 years ago
  98. 10ec367 Merge "Implicitly expose activities" by TreeHugger Robot · 8 years ago
  99. 388eb8c Implicitly expose activities by Todd Kennedy · 8 years ago
  100. 2688cfc Merge "Install all files from the lib directory for debuggable apps" am: c0cc7c646c am: 736852e2c4 am: db274f7859 by Tamas Berghammer · 8 years ago