1. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  2. b858dfd Implement system data migration support. by Dianne Hackborn · 14 years ago
  3. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  4. be16cb1 PackageManagerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
  5. 5fd5bfe Fix StringIndexOutOfBoundsException in PackageManagerService by Bjorn Bringert · 15 years ago
  6. bdbc925 resolved conflicts for merge of b0903104 to master by Kenny Root · 15 years ago
  7. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 15 years ago
  8. 1edab2b Make PackageManager unpack gdbserver binaries at installation time. by David 'Digit' Turner · 15 years ago
  9. e6620b2 Fix issue #2391429: Crash during boot if fwd locked app is incompletely installed by Dianne Hackborn · 15 years ago
  10. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 15 years ago
  11. 462f037 Apps on SD card. by Oscar Montemayor · 15 years ago
  12. d02546b Apps on SD card. by Oscar Montemayor · 15 years ago
  13. 48c0273 Fix to set package path properly after 'adb sync' by Andrew Stadler · 15 years ago
  14. daec172 Avoid renaming apk paths when scanning directories on reboot by Suchi Amalapurapu · 15 years ago
  15. 110fea7 Fix runtime restart when replacing packages by Suchi Amalapurapu · 15 years ago
  16. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 15 years ago
  17. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  18. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  19. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 15 years ago
  20. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  21. 8a1b6de am e2585127: am 9ed7dc10: am 5886050f: Merge change I0d8f7593 into eclair by Dianne Hackborn · 15 years ago
  22. a7ca0e5 Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-op by Dianne Hackborn · 15 years ago
  23. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  24. feba743 PackageManager: Support secondary ABI for native code at installation time. by David 'Digit' Turner · 15 years ago
  25. 86a72da Fix issue #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 15 years ago
  26. d83006c When upgrading packages with shared user ids make sure we are eliminating by Suchi Amalapurapu · 15 years ago
  27. 14e833f If we fail to persist the current settings and fall back to the back settings file by Suchi Amalapurapu · 15 years ago
  28. b897cff do not merge by Suchi Amalapurapu · 15 years ago
  29. 8d5ae98 Make sdk version and code names static finals in PackageParser. by Suchi Amalapurapu · 15 years ago
  30. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
  31. a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 15 years ago
  32. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
  33. 3d7e855 Check if rename of current settings file was successful before persisting by Suchi Amalapurapu · 15 years ago
  34. ee5ece4 Remove deadlock in PackageManager when installing or upgrading packages. by Suchi Amalapurapu · 15 years ago
  35. d42685d Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest by Mike Lockwood · 15 years ago
  36. 0214e94 For intent ACTION_PACKAGE_CHANGED, there could be a lot of broadcasts related to enabling/disabling by Suchi Amalapurapu · 15 years ago
  37. 4923734 Add platform infrastructure for features. by Dianne Hackborn · 15 years ago
  38. 5bfc64f Include the list of registered providers the package manager dumpsys output. by Jeff Hamilton · 15 years ago
  39. 766cbfe Add new API to compare certs of two UIDs. by Dianne Hackborn · 15 years ago
  40. b13f32c am 8b2cdcd1: Merge change 20037 into donut by Android (Google) Code Review · 15 years ago
  41. 2ed287b fix issue with gids not being added for packages with shared user id by Suchi Amalapurapu · 15 years ago
  42. cb798bc am 73139aea: Merge change 9075 into donut by Android (Google) Code Review · 15 years ago
  43. f2c1072 Change the resource path for fwd locked apps when scanning the fwd locked install by Suchi Amalapurapu · 15 years ago
  44. b3c82ef am 1dd6936a: Merge change 8728 into donut by Android (Google) Code Review · 15 years ago
  45. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 15 years ago
  46. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  47. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 15 years ago
  48. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 15 years ago
  49. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  50. fe923cf2 am 2c25fac2: Merge change 8036 into donut by Android (Google) Code Review · 15 years ago
  51. 69fff4a * Disable compatibility mode for all cases. by Mitsuru Oshima · 15 years ago
  52. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 15 years ago
  53. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  54. 9ba6998 am ea5c0444: When apps switch between system and data partition the code and resource paths should also be updated based on which version is being picked up. update the code and resource paths when a path change is detected by Suchi Amalapurapu · 15 years ago
  55. ea5c044 When apps switch between system and data partition the code and by Suchi Amalapurapu · 15 years ago
  56. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 15 years ago
  57. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  58. 4753ff4 am 7e8cbfc2: Merge change 6143 into donut by Android (Google) Code Review · 15 years ago
  59. 3042bb6 am 9701b3d5: Merge change 5979 into donut by Android (Google) Code Review · 15 years ago
  60. d595c79 Fix the simulator. by Marco Nelissen · 15 years ago
  61. d96e0b0 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 15 years ago
  62. b24a967 Remove the constraint to assign new uid when code path changes for system packages by Suchi Amalapurapu · 15 years ago
  63. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
  64. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  65. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  66. 72875cc am 6bf1208c: Merge change 4827 into donut by Android (Google) Code Review · 15 years ago
  67. b97b8f8 Fix issue with shared user permissions. by Suchi Amalapurapu · 15 years ago
  68. c73e9ad am bc806f65: Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  69. bc806f6 Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  70. 8dbbe3b am 63e7155c: Merge change 4696 into donut by Android (Google) Code Review · 15 years ago
  71. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  72. abb01db am c14b9ccd: Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  73. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  74. e1fae30 Merge commit '0781df94' into manualmerge by Suchi Amalapurapu · 15 years ago
  75. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  76. bd6b11d am e5fb3288: resolution support fix/improvement * adding compatibility menu * backup gravity * set expanable=true if the screen size is hvga * density. * added "supports any density" mode. I\'ll add sdk check later. * disallow to catch orientation c by Mitsuru Oshima · 15 years ago
  77. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago
  78. a2fe677 am 9654cba8: Merge change 3094 into donut by Android (Google) Code Review · 15 years ago
  79. 701f516 Grant permissions to older package when deleting an updated system application. by Suchi Amalapurapu · 15 years ago
  80. ae8c5b8 am 8dbe612d: Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  81. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  82. 7c49790 am 162c9d0e: Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  83. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  84. 385bb79 am b181118b: Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  85. b181118 Define TARGET_CPU_ABI for finding native code in .apks by Dianne Hackborn · 15 years ago
  86. e249059 am c3320dbe: Minor performance improvement when filtering intents by package. by Mihai Preda · 15 years ago
  87. c3320db Minor performance improvement when filtering intents by package. by Mihai Preda · 15 years ago
  88. e9e95e6 am 3a00d763: Merge change 1866 into donut by Android (Google) Code Review · 15 years ago
  89. 074edef remove unused ContentResolver parameter from IntentResolver.queryIntent. by Mihai Preda · 15 years ago
  90. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  91. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  92. dd6face am eae850ce: Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  93. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  94. f0885c7 am b910811: am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requ by Dianne Hackborn · 15 years ago
  95. b910811 am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei by Dianne Hackborn · 15 years ago
  96. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 15 years ago
  97. d2b4929 am ade3eca: Implement issue #1783881 (manifest option for adb-install-on by Dianne Hackborn · 15 years ago
  98. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  99. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  100. 65e1317 PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago