1. 7487657 Extracted a separate class to run dexopt on packages by Fyodor Kupolov · 9 years ago
  2. 33d3c53 resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aosp by Alex Klyubin · 9 years ago
  3. b9f8a52 Move hidden ApplicationInfo flags into a separate field. by Alex Klyubin · 9 years ago
  4. 1bc177c Fix issue #17948584: Application crash and phone restart when app... by Dianne Hackborn · 10 years ago
  5. 88d2a3c Introduce revision codes for split APKs. by Jeff Sharkey · 10 years ago
  6. 9f837a9 Reduce PackageManager RAM usage: ArrayMap/Set. by Jeff Sharkey · 10 years ago
  7. dbfbb17 Backport of ordering apps for boot dexopt. by Jeff Hao · 10 years ago
  8. 272bf3a Improve priority ordering of apps when performing boot dexopt. by Jeff Hao · 10 years ago
  9. ace2791 Fix issue #17564607: Apps in the managed profile can send any intent... by Dianne Hackborn · 10 years ago
  10. 8307ea7 If activity is an alias get maxRecents from target by Craig Mautner · 10 years ago
  11. bc09755 Missing manifest error should be NO_CERTIFICATES. by Jeff Sharkey · 10 years ago
  12. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  13. 852975d Fix issue #17179314: Make recents limits consistent by Dianne Hackborn · 10 years ago
  14. 6b24164 Merge "PM: Load all splits when parsing an app manifest" into lmp-dev by Adam Lesinski · 10 years ago
  15. 3bcbd90 PM: Load all splits when parsing an app manifest by Adam Lesinski · 10 years ago
  16. 941a8ba Installing splits into ASECs! by Jeff Sharkey · 10 years ago
  17. bb7b7be More progress towards split APKs in ASECs. by Jeff Sharkey · 10 years ago
  18. 6d24849 Revert "Adding the requiredForProfile flag." by Nicolas Prévot · 10 years ago
  19. d3edfde Add FeatureGroup to PackageInfo by Adam Lesinski · 10 years ago
  20. 4903f64 Persist the cpuAbiOverride setting. by Narayan Kamath · 10 years ago
  21. 2c72b68 Add <feature-group> tag and change aapt badging by Adam Lesinski · 10 years ago
  22. e5bcff6 Rename setApplicationBlocked to setApplicationHidden by Amith Yamasani · 10 years ago
  23. 7df3625 Allow for appending of resources to an AssetManager. by Martin Kosiba · 11 years ago
  24. 2053168 Dexopt for Context.createPackageContext when code is included. by Narayan Kamath · 10 years ago
  25. 78a1301 Mark resource-only splits as hasCode=false. by Jeff Sharkey · 10 years ago
  26. da96e13 Parse more split APK manifest details. by Jeff Sharkey · 10 years ago
  27. a8755a8 Fix multiArch parsing for ApkLite. by Narayan Kamath · 10 years ago
  28. 6c833e0 Public API for PackageInstaller! by Jeff Sharkey · 10 years ago
  29. e0b0bef Surface detailed error messages from PMS. by Jeff Sharkey · 10 years ago
  30. 84f1294 Always derive native library paths at runtime. by Jeff Sharkey · 10 years ago
  31. 989eb371 Change key-set/public-key manifest relationship. by dcashman · 10 years ago
  32. ff110bd Multi-arch application installs. by Narayan Kamath · 10 years ago
  33. ec55ef0 Extend pm to support sessions and split APKs. by Jeff Sharkey · 10 years ago
  34. 589a1bc Add manifest attribute for multiArch apps. by Narayan Kamath · 10 years ago
  35. d746057 Change new file installs to be cluster-based! by Jeff Sharkey · 10 years ago
  36. be520fb Teach DCS about cluster packages. by Jeff Sharkey · 10 years ago
  37. 73767b9 Extract native code from split APKs. by Jeff Sharkey · 10 years ago
  38. 7482a8d Preload the WebView package into all applications. by Marcin Kosiba · 10 years ago
  39. 57dcf5b Slow progress towards APK clusters. by Jeff Sharkey · 10 years ago
  40. 55b1078 Initial work for key rotation. by dcashman · 10 years ago
  41. 9d4e9bc Allow a root activity to relinquish task identity by Craig Mautner · 10 years ago
  42. 0270cfb Merge "Explicitly collect manifest digests." by Jeff Sharkey · 10 years ago
  43. 032f2b2 Explicitly collect manifest digests. by Jeff Sharkey · 10 years ago
  44. 275e085 Stronger PackageParser contract, more split work. by Jeff Sharkey · 10 years ago
  45. 9c46e06 Merge "Introduce <application> attribute android:fullBackupOnly={boolean}" by Christopher Tate · 10 years ago
  46. d1de256 Introduce <application> attribute android:fullBackupOnly={boolean} by Christopher Tate · 10 years ago
  47. f62d690 Merge "Fix persistent tasks and expand scope" by Craig Mautner · 10 years ago
  48. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  49. c4858a2 Switch PackageParser to reference single path. by Jeff Sharkey · 10 years ago
  50. 82b3201 resolved conflicts for merge of 13ed83ee to master by Nick Kralevich · 10 years ago
  51. ffcfcaa Implement maxRecents and fix TaskPersister bug by Craig Mautner · 10 years ago
  52. 4b9d79c Fix singleUser attribute by Amith Yamasani · 10 years ago
  53. 3a44f3f Initial support for split APKs, PackageInstaller. by Jeff Sharkey · 10 years ago
  54. 6422abe resolved conflicts for merge of 3bbef521 to master by Brian Carlstrom · 10 years ago
  55. 3bbef52 resolved conflicts for merge of f2db00fd to klp-modular-dev-plus-aosp by Brian Carlstrom · 10 years ago
  56. 2dac056 Add attributes and flags for DocCentric. by Craig Mautner · 10 years ago
  57. ff1ec4d Use package usage information to decide what dex files to optimize in PackageManagerService by Brian Carlstrom · 10 years ago
  58. a8e65fd Only remember the signer certificates for Signatures by Kenny Root · 10 years ago
  59. ffcda10 Add support for muliple active development codenames. by Dianne Hackborn · 10 years ago
  60. d2cc56e resolved conflicts for merge of f8a58208 to master by Craig Mautner · 10 years ago
  61. f8a5820 am 03981a4c: Merge "Add activity attribute allowEmbedded" into klp-modular-dev by Craig Mautner · 10 years ago
  62. ffd14a1 Add activity attribute allowEmbedded by Craig Mautner · 10 years ago
  63. 3014733 Don't crash if a null key is passed for verification/parsing by Christopher Tate · 10 years ago
  64. 4cfa8dc Add the persistable attribute for Activities by Craig Mautner · 10 years ago
  65. 7c495dc Merge "Enforce restrictions on recycled TypedArrays" by Alan Viverette · 10 years ago
  66. fd274a0 Enforce restrictions on recycled TypedArrays by Alan Viverette · 10 years ago
  67. f1977b4 Expand install observer semantics by Christopher Tate · 10 years ago
  68. 1ee4eb0 Merge "Revert "Expand install observer semantics"" by Glenn Kasten · 10 years ago
  69. 7629a18 Revert "Expand install observer semantics" by Glenn Kasten · 10 years ago
  70. 9067dc0 Merge "Expand install observer semantics" by Christopher Tate · 10 years ago
  71. ab8a501 Expand install observer semantics by Christopher Tate · 10 years ago
  72. e911813 resolved conflicts for merge of 6c45157c to master by Jose Lima · 10 years ago
  73. d13d701 am eb2c85df: Merge "Added isGame application tag to the manifest" into klp-modular-dev by Jose Lima · 10 years ago
  74. 12d0b4c Added isGame application tag to the manifest by Jose Lima · 10 years ago
  75. 92703e6 resolved conflicts for merge of 4882ddfa to master by Jose Lima · 10 years ago
  76. 53ac5ef am 91726f4e: Merge "Add banner attribute to app manifest" into klp-modular-dev by Jose Lima · 10 years ago
  77. f78e312 Add banner attribute to app manifest by Jose Lima · 10 years ago
  78. 531270a Adding the requiredForProfile flag. by Nicolas Prevot · 10 years ago
  79. d5c8044 resolved conflicts for merge of 1cbea39f to master by Nick Kralevich · 10 years ago
  80. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 10 years ago
  81. 8472e61 Add app version codes to procstats. by Dianne Hackborn · 11 years ago
  82. 1f0299a Use StrictJarFile instead of JarFile for cert collection. by Narayan Kamath · 11 years ago
  83. eb565dc Use StrictJarFile instead of JarFile for cert collection. by Narayan Kamath · 11 years ago
  84. ba629da Ensure recipient can be launched before attempting broadcast delivery by Christopher Tate · 11 years ago
  85. 85f5f81 Add <intent-filter> support to <provider>. by Jeff Sharkey · 11 years ago
  86. 6d8dfbd Fix issue #10848916: "Always" button is not working. by Dianne Hackborn · 11 years ago
  87. fb0676a Introduce maxSdkVersion for <uses-permission> by Christopher Tate · 11 years ago
  88. 7140a25 Revert services assist context in KitKat by Adam Skory · 11 years ago
  89. 1d0b177 Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed... by Dianne Hackborn · 11 years ago
  90. eaeb190 Added support for supports-input manifest element by Michael Wright · 11 years ago
  91. dfc7fd7 Extend assist context to foreground services by Adam Skory · 11 years ago
  92. b09491f Add new facility for apps to declared their preferred intents. by Dianne Hackborn · 11 years ago
  93. 37dca15 KeySets: better rejection for badly-formed manifest by Kenny Root · 11 years ago
  94. 2758e29 KeySetManager: fix indentation by Kenny Root · 11 years ago
  95. 655d0e2 Single-user restrictions by Amith Yamasani · 11 years ago
  96. ccbf84f Some system apps are more system than others by Christopher Tate · 11 years ago
  97. df1c0bf Add scheme specific part to IntentFilter. by Dianne Hackborn · 11 years ago
  98. 821b58a am f5a553a4: am 55a08c5a: Merge "Allow requiredForAllUsers to work on updates to system apps" into jb-mr2-dev by Amith Yamasani · 11 years ago
  99. 0d8750d Allow requiredForAllUsers to work on updates to system apps by Amith Yamasani · 11 years ago
  100. 18197ec am 460071f8: am 919e36d5: Merge "Allow non-system apps to use restricted accounts" into jb-mr2-dev by Amith Yamasani · 11 years ago