1. d7c0968 Package manager optimizations. by Dianne Hackborn · 14 years ago
  2. 1f4df90 DO NOT MERGE by Oscar Montemayor · 14 years ago
  3. 691b806 Merge "Fix possible security issue. Bug #2553187" into froyo by Romain Guy · 14 years ago
  4. ef3f5dd Replace "safeMode" with a more specific name "vmSafeMode" in the public API. by Ben Cheng · 14 years ago
  5. 2aba11f Fix possible security issue. Bug #2553187 by Romain Guy · 14 years ago
  6. 2c5da31 Log blocking Binder calls to the EventLog. by Brad Fitzpatrick · 14 years ago
  7. 1f343eb Merge "fix bug where sync settings set lost upon upgrade from donut and eclair to froyo" by Fred Quintana · 14 years ago
  8. fb08440 fix bug where sync settings set lost upon upgrade from donut and eclair to froyo by Fred Quintana · 14 years ago
  9. 1c4027b Small speedup in getAsString and comment fix by Daniel Lehmann · 14 years ago
  10. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  11. 2e805b1 Grammar fixes. by Brad Fitzpatrick · 14 years ago
  12. 806da1d Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D by Dianne Hackborn · 14 years ago
  13. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  14. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  15. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  16. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  17. 7620f1a Clean the settings for the account/authority when trying to sync an by Fred Quintana · 14 years ago
  18. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  19. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 14 years ago
  20. a839703 Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failing by Dianne Hackborn · 14 years ago
  21. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  22. 2ee89ea Applications should -not- be able to set preferred activities. by Dianne Hackborn · 14 years ago
  23. d2a2daa Fix small typo in javadoc: "deleting" -> "updating" by Omari Stephens · 14 years ago
  24. 3802141 Merge "make the syncmanager keep track if whether a service has been unbound from so that it knows whether to call unbind at a later time" by Fred Quintana · 14 years ago
  25. 3ec4730 make the syncmanager keep track if whether a service has been unbound by Fred Quintana · 14 years ago
  26. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 14 years ago
  27. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 14 years ago
  28. 104798b Merge "Speed up ContentProvider.query() in simple case by ~30%" by Brad Fitzpatrick · 14 years ago
  29. 9ffdfa0 Speed up ContentProvider.query() in simple case by ~30% by Brad Fitzpatrick · 14 years ago
  30. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  31. f19d43d Merge "Fix Parcel leak in ContentProvider.call()" by Brad Fitzpatrick · 14 years ago
  32. dfb437e Fix Parcel leak in ContentProvider.call() by Brad Fitzpatrick · 14 years ago
  33. 50ab63f Adding definitions & APIs for features that are newly-optional in FroYo. by Dan Morrill · 14 years ago
  34. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  35. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  36. 7299c41 Refactor car mode. by Dianne Hackborn · 14 years ago
  37. 1a31ae3 Merge "Fix typo. According to grep, this is the only place in the tree that has it." by Joe Onorato · 14 years ago
  38. 8a051a4 Fix typo. According to grep, this is the only place in the tree that has it. by Joe Onorato · 14 years ago
  39. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  40. c155239 Allow multiple original-package tags. by Dianne Hackborn · 14 years ago
  41. bf2dd44 MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS. by Mike Lockwood · 14 years ago
  42. db204c2 Merge "change ObserverNode.binderDied() to lock the root node before manipulating the observers tree by calling removeObserverLocked()" by Fred Quintana · 14 years ago
  43. 002ffad5 change ObserverNode.binderDied() to lock the root node before manipulating by Fred Quintana · 14 years ago
  44. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 14 years ago
  45. 881cc1d Merge "fix a bug where if a syncmanager gets back a SyncAlreadyInProgress error it immediately reschedules another sync, thus burning up the battery if the sync is in progress for a while." by Fred Quintana · 14 years ago
  46. 82c5c42 fix a bug where if a syncmanager gets back a SyncAlreadyInProgress error by Fred Quintana · 14 years ago
  47. 87bba1e Move DeviceAdmin APIs to android.app.admin. by Dianne Hackborn · 14 years ago
  48. 1f9e1b4 Remove public variables in PackageManager by Suchi Amalapurapu · 14 years ago
  49. 6cb6f24 remove redundant @hides by Fred Quintana · 14 years ago
  50. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  51. 08bbffb Support CharSequence lists+arrays in Bundle+Intent by Bjorn Bringert · 14 years ago
  52. aaec779 Pick up default install location by Suchi Amalapurapu · 14 years ago
  53. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  54. 3dda518 Add 'restoreAnyVersion' attr for apps that want to restore "future" data by Christopher Tate · 14 years ago
  55. c3b91fd Fix crash in PendingIntentRecord debug output. by Dianne Hackborn · 14 years ago
  56. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 14 years ago
  57. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 14 years ago
  58. 5333288 Manager for controlling the UI modes. by Tobias Haamel · 14 years ago
  59. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  60. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  61. 35abad2 Add error logging to ContentProviderOperation. by Ken Shirriff · 14 years ago
  62. 6c81def Merge "Move package from internal to external and vice versa." by Suchi Amalapurapu · 14 years ago
  63. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  64. bda8874 improve logging of errors when trying to resolve backrefs http://b/2371475 by Fred Quintana · 14 years ago
  65. ac7c8e6 Merge "- fix the AccountManager documentation. http://b/2401790 - only pass the authtoken through from the authenticator to the client for getAuthToken() and strip it out from the other calls, like addAccount(). http://b/2332762 - beef up the documentation to indicate what calls are allowed to be made from the main thread and which are not allowed. http://b/2384961 - wait a bit before retrying syncs that failed because one was already in progress. http://b/2414235" by Fred Quintana · 14 years ago
  66. bd3f527 Elaborate a little on the documentation for PackageManager's resolveActivity. by Mike LeBeau · 14 years ago
  67. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  68. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  69. 154f7a1 Show car mode notification in status bar. by Tobias Haamel · 14 years ago
  70. fb6a535 remove check for obsolete property ro.config.sync by Fred Quintana · 14 years ago
  71. 63cfebf Switch from REMOTE_INTENT to the new push messaging, add the required permission. by Costin Manolache · 14 years ago
  72. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  73. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 14 years ago
  74. d72f718 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 14 years ago
  75. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 14 years ago
  76. 6dee18c New implementation of <original-package> tag. by Dianne Hackborn · 14 years ago
  77. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  78. caa6f38 Merge "fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet" by Fred Quintana · 14 years ago
  79. 1bbcd10 fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet by Fred Quintana · 14 years ago
  80. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  81. a63730d Log ContentProvider operations to the EventLog. by Brad Fitzpatrick · 14 years ago
  82. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  83. 8e867eb Merge "Fix NPE in PackageParser" by Bjorn Bringert · 14 years ago
  84. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  85. ace5a3f Hide resourceDirs from public API by Kenny Root · 14 years ago
  86. e04b1ad Fix NPE in PackageParser by Bjorn Bringert · 14 years ago
  87. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  88. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  89. e8d898f Merge "Make ComponentName cloneable." by Joe Onorato · 14 years ago
  90. edc649a Make ComponentName cloneable. by Joe Onorato · 14 years ago
  91. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  92. b858dfd Implement system data migration support. by Dianne Hackborn · 15 years ago
  93. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  94. 556d350 StorageManager: API_CHANGE: Move StorageManager into android.storage by San Mehat · 15 years ago
  95. 9ec3318 Merge "Apps on SD project. Javadoc fixes for new method in PackageManager class." by Oscar Montemayor · 15 years ago
  96. c9d8175 Context: API_CHANGE: Add support for retrieving StorageManager by San Mehat · 15 years ago
  97. cdc428b Apps on SD project. Javadoc fixes for new method in PackageManager class. by Oscar Montemayor · 15 years ago
  98. 539d3c4 Apps on SD card project. by Oscar Montemayor · 15 years ago
  99. 1228d0a Apps on SD card project. by Oscar Montemayor · 15 years ago
  100. a322dfa4 am 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed while the system is running bug http://b/issue?id=2360782" into eclair by Fred Quintana · 15 years ago