1. 0edd645 Merge "Revert "Make idiomatic use of ApkAssets and AssetManager"" by Artem Iglikov · 7 years ago
  2. f1b720c Merge "Skip priv app full apk verification if has verify" by TreeHugger Robot · 7 years ago
  3. 16b3dff Revert "Make idiomatic use of ApkAssets and AssetManager" by Artem Iglikov · 7 years ago
  4. 1ccf725 Merge changes from topic "assetmanager-refactor" by TreeHugger Robot · 7 years ago
  5. 0271ef9 Merge changes I8d43f5bc,I5ca4b0ca by TreeHugger Robot · 7 years ago
  6. 5f76124 Skip priv app full apk verification if has verify by Victor Hsieh · 7 years ago
  7. e70b57a Make idiomatic use of ApkAssets and AssetManager by Adam Lesinski · 7 years ago
  8. dcb3c65 Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 8 years ago
  9. e733497 PackageManager: allow overlays to be installed when signature matches platform cert by Adam Lesinski · 7 years ago
  10. 5cdda34 Add API to expose signing certificate proof-of-rotation. by Daniel Cashman · 7 years ago
  11. 77029c5 Add proof-of-rotation information to PackageParser.SigningDetails by Daniel Cashman · 7 years ago
  12. d5d154e Merge "Support installation of DexMetadata files (.dm)" by Calin Juravle · 7 years ago
  13. 3fc56c3 Support installation of DexMetadata files (.dm) by Calin Juravle · 7 years ago
  14. f996b76 Add debug logs by Todd Kennedy · 7 years ago
  15. 5cb82fd Merge "Moves instant app install checks to install time" by TreeHugger Robot · 7 years ago
  16. 30a23a5 Remove scanPackageInternal() by Todd Kennedy · 7 years ago
  17. 2aede85 Moves instant app install checks to install time by Patrick Baumann · 7 years ago
  18. ccb20b8 Allow forcing target SDK to current dev by Patrick Baumann · 7 years ago
  19. 47117fc Move signing data into SigningDetails container by Patrick Baumann · 7 years ago
  20. 636ea5e Add plsCertsNoVerifyOnlyCerts to ApkSignatureVerifier. by Dan Cashman · 7 years ago
  21. 9ff5574 Returns signing version from ApkSignatureVerifier by Patrick Baumann · 7 years ago
  22. 63addbd Fix security bug: collect certs for non-systemDir apks. by Dan Cashman · 7 years ago
  23. 3706cf9 Merge "Add AppComponentFactory API" by Jason Monk · 7 years ago
  24. a80bfb5 Add AppComponentFactory API by Jason Monk · 7 years ago
  25. e92f842 Refactor PackageParser.collectCerts() to hide signature scheme. by Dan Cashman · 7 years ago
  26. 57e6b4f Merge "Fix package manager tests" by Todd Kennedy · 7 years ago
  27. 5b1df2f Fix package manager tests by Todd Kennedy · 7 years ago
  28. ab56b9d OMS: Only allow trusted overlays to be registered. by Adam Lesinski · 7 years ago
  29. d5b9266f Merge "Add major version code to platform." by Dianne Hackborn · 7 years ago
  30. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  31. 002fdbd Support privileged vendor apps by Jiyong Park · 7 years ago
  32. ddaaf4c Remove scanFile argument by Todd Kennedy · 7 years ago
  33. 916c83d Merge "Make sense out of scan & parse flags" by Todd Kennedy · 7 years ago
  34. 232d29e Make sense out of scan & parse flags by Todd Kennedy · 7 years ago
  35. b6a2573 Show warning when app was compiled against incompatible preview SDK by Alan Viverette · 7 years ago
  36. ca3872c Fully implement "install" and "install-write" in PackageManagerShellCommand. by Dianne Hackborn · 7 years ago
  37. c29b11a Move grantPermission to permission manager by Todd Kennedy · 7 years ago
  38. 7c3c3c8 Merge "Expose API for heavy-weight apps and get it working again." by TreeHugger Robot · 7 years ago
  39. 70c95c5 Expose API for heavy-weight apps and get it working again. by Dianne Hackborn · 7 years ago
  40. c842393 Move mPermissionTrees to permission settings by Todd Kennedy · 7 years ago
  41. 087dce2 Add new OEM permission flavor by Svet Ganov · 7 years ago
  42. 6343140 Merge "Remove child package max." by Garry Boyer · 7 years ago
  43. 4a82f72 Merge "Use all certs for computing package signing sha256" into oc-mr1-dev am: ee580764ad by Svetoslav Ganov · 7 years ago
  44. cdd685c Use all certs for computing package signing sha256 by Svetoslav Ganov · 7 years ago
  45. 8ee6ecc Merge "Avoid potential reboot loop due to package cache" into oc-mr1-dev am: edda7ebdd9 by Makoto Onuki · 7 years ago
  46. 48e9316 Avoid potential reboot loop due to package cache by Makoto Onuki · 7 years ago
  47. b8a9351 Remove child package max. by Garrett Boyer · 7 years ago
  48. 9467feb Merge "Change protection level from ephemeral to instant" into oc-mr1-dev am: ef2e7d27ae by Todd Kennedy · 7 years ago
  49. c247fa1 Change protection level from ephemeral to instant by Todd Kennedy · 7 years ago
  50. 8ec374d Merge "PackageParser: Parse android:classLoader during the full parse." into oc-mr1-dev am: af706b40de by Narayan Kamath · 7 years ago
  51. af706b4 Merge "PackageParser: Parse android:classLoader during the full parse." into oc-mr1-dev by Narayan Kamath · 7 years ago
  52. 478f94b Merge "Revert multi-package APK flag to off." into oc-mr1-dev by Garry Boyer · 7 years ago
  53. 96c11c5 PackageParser: Parse android:classLoader during the full parse. by Narayan Kamath · 7 years ago
  54. 43af9be Merge "Intern process names." into oc-mr1-dev am: a530d79209 am: 3debaa72d4 by Makoto Onuki · 7 years ago
  55. a530d79 Merge "Intern process names." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  56. f39e056 Merge "Add virtual preload bit to ApplicationInfo" into oc-mr1-dev am: 6bf2990e28 by Todd Kennedy · 7 years ago
  57. 6bf2990 Merge "Add virtual preload bit to ApplicationInfo" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  58. 812d188a Intern process names. by Makoto Onuki · 7 years ago
  59. 5eb5a7d Add virtual preload bit to ApplicationInfo by Todd Kennedy · 7 years ago
  60. 476725d Revert multi-package APK flag to off. by Garrett Boyer · 7 years ago
  61. c7421ba Merge "Reduce duplicate strings due to the package cache." into oc-mr1-dev am: ce3e863f31 by Makoto Onuki · 7 years ago
  62. 4501c61d Reduce duplicate strings due to the package cache. by Makoto Onuki · 7 years ago
  63. 1704153 Revert multi-package APK flag to off. by Garrett Boyer · 7 years ago
  64. fc1a8ac Merge "Log package parse timings" into oc-mr1-dev am: cd0d29e9fc am: 7881a63734 by Fyodor Kupolov · 7 years ago
  65. 443d9ca Merge "Revert "Reduce duplicate strings due to the package cache."" into oc-mr1-dev am: f6764fb7f7 by Makoto Onuki · 7 years ago
  66. 28a988f Log package parse timings by Fyodor Kupolov · 7 years ago
  67. 63e624a Revert "Reduce duplicate strings due to the package cache." by Makoto Onuki · 7 years ago
  68. 6afc300 Merge "Reduce duplicate strings due to the package cache." into oc-mr1-dev am: bb77e6c689 by Makoto Onuki · 7 years ago
  69. e86a29c Reduce duplicate strings due to the package cache. by Makoto Onuki · 7 years ago
  70. 92f9f98 Merge "compressed images on system partition" into oc-mr1-dev am: 94902c46ba by Todd Kennedy · 7 years ago
  71. 7c8addf compressed images on system partition by Todd Kennedy · 7 years ago
  72. 468300f Merge "Better translatable msgs for permission requests" by Philip P. Moltmann · 7 years ago
  73. e75643d Merge "Fix rotation animation selection." into oc-dr1-dev am: cee8098178 by Rob Carr · 7 years ago
  74. 427ba4f Fix rotation animation selection. by Robert Carr · 7 years ago
  75. 855d702 Separate android.test.mock classes from android.test.runner by Paul Duffin · 7 years ago
  76. 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
  77. 22571db Allow max aspect ratio to be specified by meta-data tag. by Bryce Lee · 7 years ago
  78. 27ffeb3 Better translatable msgs for permission requests by Philip P. Moltmann · 7 years ago
  79. f9419f0 Allow splits to declare a classloader type. by Narayan Kamath · 7 years ago
  80. 59b9885 Added Activity flags to show on lock screen. by chaviw · 7 years ago
  81. b0297ae Merge "Support native shared libs" into oc-dr1-dev am: 77dea6284a am: a6465a13cf by Svetoslav Ganov · 7 years ago
  82. 40610e3 Support native shared libs by Svetoslav Ganov · 7 years ago
  83. 85b5ca6 Merge "Save overlay paths as user state" into oc-dev am: 508a5bade6 am: 80b761b6db by Todd Kennedy · 7 years ago
  84. b274947 Save overlay paths as user state by Todd Kennedy · 7 years ago
  85. 157be6e Revert "always adjust per-user application info" by Adam Lesinski · 7 years ago
  86. 5213666 Enables child APKs, fixes a package parsing bug, and adds tests. by Garrett Boyer · 7 years ago
  87. e0046ce always adjust per-user application info by Todd Kennedy · 7 years ago
  88. c93c3b9 Rename restartOnConfigChanges to recreateOnConfigChanges. by Holly Jiuyu Sun · 7 years ago
  89. 35312fd Merge "Rename persistentFeature to persistentWhenFeatureAvailable." into oc-dev by Martijn Coenen · 7 years ago
  90. d9f6946 Merge "Experimental features only on debuggable builds." into oc-dev by Jeff Sharkey · 7 years ago
  91. 1be5354 Fix issue #37324532: API Review: android.content.pm.InstrumentationInfo by Dianne Hackborn · 7 years ago
  92. 8d74ca4 Rename persistentFeature to persistentWhenFeatureAvailable. by Martijn Coenen · 7 years ago
  93. 30dc2a0 Apply static RRO when parsing Android manifest of a target package by Jaekyun Seok · 7 years ago
  94. 3f1790d Experimental features only on debuggable builds. by Jeff Sharkey · 7 years ago
  95. c05f5d1 Add concept of implicitly exposed components by Todd Kennedy · 7 years ago
  96. a3c4eb3 Move child package feature behind sys prop by Svet Ganov · 7 years ago
  97. 200d72d Merge "Storage API polishing." into oc-dev by Jeff Sharkey · 7 years ago
  98. 789a8fc Storage API polishing. by Jeff Sharkey · 7 years ago
  99. ea2f3be OEM single-build/multi-SKU via dynamic RRO support by Todd Lee · 7 years ago
  100. 4941483 Implicitly expose SEND intents to Instant Apps by Chad Brubaker · 7 years ago