1. e55fa3b am 8a703c77: am 8e2be267: Add versionCode and versionName to dumpsys packages by Andy Stadler · 16 years ago
  2. ab275bb am 1c67b7af: am a4e95dfe: Merge "Grant URI permissions to the MCS" into gingerbread by Kenny Root · 16 years ago
  3. 8e2be26 Add versionCode and versionName to dumpsys packages by Andy Stadler · 16 years ago
  4. 1112857 Grant URI permissions to the MCS by Kenny Root · 16 years ago
  5. cc60839 am 681f327e: am 62d8874e: Merge "Fix retaining of granted permissions when updating of system app." into gingerbread by Dianne Hackborn · 16 years ago
  6. 615e2fa1 am b77455ee: am 78d68836: Implement tracking of package install times. by Dianne Hackborn · 16 years ago
  7. 5bc3addb am 0689b60b: am 54e01e0f: Merge "Symlink application lib directory when on SD card" into gingerbread by Kenny Root · 16 years ago
  8. 2fe979f Fix retaining of granted permissions when updating of system app. by Dianne Hackborn · 16 years ago
  9. 78d688369 Implement tracking of package install times. by Dianne Hackborn · 16 years ago
  10. 6a6b007 Symlink application lib directory when on SD card by Kenny Root · 16 years ago
  11. c5610a4 am cfc80bd5: am 2c3360fe: Merge "Remove lingering system app native libs in /data" into gingerbread by Kenny Root · 16 years ago
  12. 13297fd am f2cc2e52: am 8735c4cd: Merge "Get correct native library path on reinstall" into gingerbread by Kenny Root · 16 years ago
  13. 831baa2 Remove lingering system app native libs in /data by Kenny Root · 16 years ago
  14. bd135c1 Get correct native library path on reinstall by Kenny Root · 16 years ago
  15. 1869ad0 am 4e183215: am 1073e3fa: Merge "Don\'t write settings multiple times when unmounting." into gingerbread by Dianne Hackborn · 16 years ago
  16. 3aeee33 Don't write settings multiple times when unmounting. by Dianne Hackborn · 16 years ago
  17. dc71b9e resolved conflicts for merge of 6a3eddb4 to master by Dianne Hackborn · 16 years ago
  18. cef65ee Rub in a little 'ol log-b-gone. by Dianne Hackborn · 16 years ago
  19. 831f898 am 8f767774: am 465618ed: Merge "Use buffered output during packages.xml write" into gingerbread by Kenny Root · 16 years ago
  20. 9f306d7 Use buffered output during packages.xml write by Kenny Root · 16 years ago
  21. fde5e96 am 65b5a65e: am 4db643eb: Merge "In theory the package manager now scans /vendor/app" into gingerbread by Dianne Hackborn · 16 years ago
  22. 3b4bac7 In theory the package manager now scans /vendor/app by Dianne Hackborn · 16 years ago
  23. 685da21 am 3ca26914: am 30434415: Merge "Dedupe timestamp in PackageSettings" into gingerbread by Kenny Root · 16 years ago
  24. 7d794fb Dedupe timestamp in PackageSettings by Kenny Root · 16 years ago
  25. 5d8b320 am 1361a5bd: am 07a9e8d3: Merge changes Ie3648509,I53db73c3 into gingerbread by Kenny Root · 16 years ago
  26. 8f7cc02 Move native library removal function to helper by Kenny Root · 16 years ago
  27. 806cc13 Initialize native library path in PackageSetting by Kenny Root · 16 years ago
  28. d14f0df am 73698457: am 6bff8c79: Merge "Remove the use of FileInputStream.available()" into gingerbread by Rich Cannings · 16 years ago
  29. 8d57883 Remove the use of FileInputStream.available() by Rich Cannings · 16 years ago
  30. 462bac9 am e7884d68: am d85621c9: Don\'t crash when extra logging is enabled. by Marco Nelissen · 16 years ago
  31. d85621c Don't crash when extra logging is enabled. by Marco Nelissen · 16 years ago
  32. 4d42bde am 0eec8948: am 305bcbf0: Decrease PackageManagerService wait time for vold by Kenny Root · 16 years ago
  33. 305bcbf Decrease PackageManagerService wait time for vold by Kenny Root · 16 years ago
  34. 59f6b0d am 9088a3d1: am 7c1bd7fd: Fix logic error in downgrade of system apps by Kenny Root · 16 years ago
  35. 188aa56 am 11d12f7e: am fca5677a: Merge "Add null check for package settings" into gingerbread by Kenny Root · 16 years ago
  36. 7c1bd7f Fix logic error in downgrade of system apps by Kenny Root · 16 years ago
  37. 9ee9274 Add null check for package settings by Kenny Root · 16 years ago
  38. 2394c16 am ec438e14: am 361199b5: Add PackageManager API to get information about a provider component. by Dianne Hackborn · 16 years ago
  39. 361199b Add PackageManager API to get information about a provider component. by Dianne Hackborn · 16 years ago
  40. 6c8beb0 am 8a5ab396: am 2e86809b: Merge "Native libraries on SD" into gingerbread by Kenny Root · 16 years ago
  41. 0ac83f5 Native libraries on SD by Kenny Root · 16 years ago
  42. 818c830 am 83285781: am 7046bd92: Merge "Allow native shared libraries in ASEC containers" into gingerbread by Kenny Root · 16 years ago
  43. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 16 years ago
  44. a2619da am d6dc45c3: am 125816a2: Merge "Failure to move .dex in eng builds is not fatal" into gingerbread by Kenny Root · 16 years ago
  45. ce845d7 am c5183aca: am c68bcc32: Merge "Only allow one movePackage operation in-flight" into gingerbread by Kenny Root · 16 years ago
  46. e2f7417 Failure to move .dex in eng builds is not fatal by Kenny Root · 16 years ago
  47. deb1126 Only allow one movePackage operation in-flight by Kenny Root · 16 years ago
  48. 98b557d am 9117669c: am 8b61b68b: Merge "Only install after MCS success" into gingerbread by Kenny Root · 16 years ago
  49. 6f89fa0 Only install after MCS success by Kenny Root · 16 years ago
  50. f058088 am 52075987: am 31b5d548: Merge "Fix a bug where we cleaned an apps external data when upgrading it. :(" into gingerbread by Dianne Hackborn · 16 years ago
  51. fb1f103 Fix a bug where we cleaned an apps external data when upgrading it. :( by Dianne Hackborn · 16 years ago
  52. 0483915 am bba1eede: am f369a9b5: Remove stale temporary ASEC containers by Kenny Root · 16 years ago
  53. a8ec045 am 4b812738: am 56c02dc3: Merge "Fix getTempContainerId()" into gingerbread by Kenny Root · 16 years ago
  54. f369a9b Remove stale temporary ASEC containers by Kenny Root · 16 years ago
  55. c78a807 Fix getTempContainerId() by Kenny Root · 16 years ago
  56. 4cca89c am 3a2ff74f: am 46730fc7: Fix handling of application disabled state. by Dianne Hackborn · 16 years ago
  57. 46730fc Fix handling of application disabled state. by Dianne Hackborn · 16 years ago
  58. f27c6c1 am ceb8465e: am 87bb1857: Merge changes I2337051b,I19b426cb into gingerbread by Kenny Root · 16 years ago
  59. e059b27 Allow things that can install packages to set Obb paths by Kenny Root · 16 years ago
  60. 511d9ec am 0a21801f: am a5402dab: Merge "OBB API for PackageManager" into gingerbread by Kenny Root · 16 years ago
  61. 93565c4b OBB API for PackageManager by Kenny Root · 16 years ago
  62. e20a4a4 am fe2c0864: am 0bc0a46a: am d1d9047d: Merge "Fix issue #2749322: addPackageToPreferred throws SecurityException" into froyo by Dianne Hackborn · 16 years ago
  63. 0bc0a46 am d1d9047d: Merge "Fix issue #2749322: addPackageToPreferred throws SecurityException" into froyo by Dianne Hackborn · 16 years ago
  64. 8377fc0 Fix issue #2749322: addPackageToPreferred throws SecurityException by Dianne Hackborn · 16 years ago
  65. 73839a2 am 3f0ed2a5: am e0cbd72b: Merge "PackageManagerService: always install native binaries from .apk" into kraken by David 'Digit' Turner · 16 years ago
  66. 6390929 PackageManagerService: always install native binaries from .apk by David 'Digit' Turner · 16 years ago
  67. 584f137 Allow root to set the mount state as well, so that the simulator by Marco Nelissen · 16 years ago
  68. 3d802ef am aa4db173: am 9a212adc: Fix 2641875 Initialize the cache path only if the container exists. This did exist before but was somehow removed. Fix a known test failure as well. by Suchi Amalapurapu · 16 years ago
  69. aa4db17 am 9a212adc: Fix 2641875 Initialize the cache path only if the container exists. This did exist before but was somehow removed. Fix a known test failure as well. by Suchi Amalapurapu · 16 years ago
  70. 9a212ad Fix 2641875 by Suchi Amalapurapu · 16 years ago
  71. e0a1957 am 39c31bba: am aa77de13: Fix issue #2686193: Can\'t move apps to SD card by Dianne Hackborn · 16 years ago
  72. 39c31bb am aa77de13: Fix issue #2686193: Can\'t move apps to SD card by Dianne Hackborn · 16 years ago
  73. aa77de1 Fix issue #2686193: Can't move apps to SD card by Dianne Hackborn · 16 years ago
  74. 3f5ed04 am b63ea5f7: am c928a11e: Merge "Fix 2672155 Check the code path when enabling disabling packages." into froyo by Suchi Amalapurapu · 16 years ago
  75. b63ea5f am c928a11e: Merge "Fix 2672155 Check the code path when enabling disabling packages." into froyo by Suchi Amalapurapu · 16 years ago
  76. 1ace5bc Fix 2672155 Check the code path when enabling disabling packages. by Suchi Amalapurapu · 16 years ago
  77. 9c08d5c am 9dfc6971: am df7ccbc8: Merge "Fix 2656989. Clean up update to updated system applications." into froyo by Suchi Amalapurapu · 16 years ago
  78. 9dfc697 am df7ccbc8: Merge "Fix 2656989. Clean up update to updated system applications." into froyo by Suchi Amalapurapu · 16 years ago
  79. c1d07d9 Fix 2656989. Clean up update to updated system applications. by Suchi Amalapurapu · 16 years ago
  80. dcb5f18 am 007ad770: merge from open-source master by The Android Open Source Project · 16 years ago
  81. 007ad77 merge from open-source master by The Android Open Source Project · 16 years ago
  82. 9eef631 am d8f34720: am c956f375: Fix issue #2641875: Apps on sdcard not accesible after update by Dianne Hackborn · 16 years ago
  83. c956f37 Fix issue #2641875: Apps on sdcard not accesible after update by Dianne Hackborn · 16 years ago
  84. 2eebf5c 'uses-library' was not working for persistent applications. by Jey · 17 years ago
  85. 14cee9f New xlarge screen size. by Dianne Hackborn · 16 years ago
  86. 655bf11 am 725f731c: am bc5a0328: Merge "Fix issue #2569139: Sapphire user cannot login to last.fm..." into froyo by Dianne Hackborn · 16 years ago
  87. 92cfa10 Fix issue #2569139: Sapphire user cannot login to last.fm... by Dianne Hackborn · 16 years ago
  88. 81cd2e9 Logo attribute for manifest and PackageManager methods to fetch it by Adam Powell · 16 years ago
  89. 1bdbb07 am cdf96f75: am 8b0047f8: Merge "Fix typo when parsing external platform version from Settings." into froyo by Dianne Hackborn · 16 years ago
  90. 2131a3c Fix typo when parsing external platform version from Settings. by Bryan Mawhinney · 16 years ago
  91. bba573c am ccc96754: am 22caecda: Merge "Fix PM crash due to bad array bookkeeping logic." into froyo by Jeff Brown · 16 years ago
  92. 8c8bb8b Fix PM crash due to bad array bookkeeping logic. by Jeff Brown · 16 years ago
  93. ee19360 am 7a4b22f6: am 4f99e3c2: Remove native binaries when an updated system application is upgraded through OTA. by David 'Digit' Turner · 16 years ago
  94. 4f99e3c Remove native binaries when an updated system application is upgraded through OTA. by David 'Digit' Turner · 16 years ago
  95. c260b08 am 0751d1ea: am deb69370: Revert "Add ordered broadcast when removing packages." Couple of cosmetic fixes as well. by Suchi Amalapurapu · 16 years ago
  96. deb69370 Revert "Add ordered broadcast when removing packages." by Suchi Amalapurapu · 16 years ago
  97. 7322b9f am 2ef6e442: am 28b2fdc5: Merge "Dont fall back to installing on sdcard when internal storage is filled up when the install location is set to internal only. Similary if install location is set to external only(via adb), dont fall back to installing on internal storag by Suchi Amalapurapu · 16 years ago
  98. 315a5fb Dont fall back to installing on sdcard when internal storage is filled up by Suchi Amalapurapu · 16 years ago
  99. 180ee65 am 1e21ec92: am 40b6996a: Merge "Add ordered broadcast when removing packages." into froyo by Suchi Amalapurapu · 16 years ago
  100. 0c1285f Add ordered broadcast when removing packages. by Suchi Amalapurapu · 16 years ago