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