1. d7c0968 Package manager optimizations. by Dianne Hackborn · 14 years ago
  2. 89c0ef4 Add -e package description to InstrumentationTestRunner javadoc. by Brett Chabot · 14 years ago
  3. 10362ab Add missing license notices on test classes by Kenny Root · 14 years ago
  4. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  5. 69120a7 Bug 2306842 by Paul Westbrook · 14 years ago
  6. 0375fa1 fix error in javadoc by Doug Zongker · 14 years ago
  7. 88e03a9 Add ability to run tests restricted to given annotation. by Brett Chabot · 14 years ago
  8. 08d13c3 Fix code coverage output message when running tests in non-raw mode. by Brett Chabot · 14 years ago
  9. e70f61b Retry test-runner tests move. by Brett Chabot · 14 years ago
  10. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  11. 642b7c0 Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests" by Suchi Amalapurapu · 14 years ago
  12. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  13. 90762d3 Modify ActivityInstrumentationTestCase2 to not require hardcoded package name. by Brett Chabot · 14 years ago
  14. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 14 years ago
  15. 1048108 Fix some Gmail tests by Paul Westbrook · 14 years ago
  16. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  17. d03ff94 Clean up interface between LocationManagerService and the location providers: by Mike Lockwood · 14 years ago
  18. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  19. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  20. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 14 years ago
  21. ad9bcb2 merge from open-source master by The Android Open Source Project · 14 years ago
  22. 8621cfa Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method by Marc Capdevielle · 14 years ago
  23. 539d3c4 Apps on SD card project. by Oscar Montemayor · 14 years ago
  24. 717f0eb am 029074ff: fix build by Fred Quintana · 15 years ago
  25. f99e2e0 am 563bfade: fix a build breakage by Fred Quintana · 15 years ago
  26. 8ad6ec2 am 8280c2b1: Implement new MockContentProvider. Also make ContentProvider aware of the class. by Daisuke Miyakawa · 15 years ago
  27. 8280c2b Implement new MockContentProvider. Also make ContentProvider aware of the class. by Daisuke Miyakawa · 15 years ago
  28. e5fa335 am 6e045e0a: am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  29. 6e045e0 am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  30. 2c13b9d am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  31. 478de46 merge from eclair by Jean-Baptiste Queru · 15 years ago
  32. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  33. 4f414bd Make perf metrics collection & output via instrumentation simpler by Jack Wang · 15 years ago
  34. af93c05 am 227ba207: am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  35. 227ba20 am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  36. 1d225d6 am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  37. 075997f PerformanceCollector: Collect & report perf measurements in key/value form by Jack Wang · 15 years ago
  38. ae27c57 am 54616f34: Make MockCursor class a part of public SDK. by Daisuke Miyakawa · 15 years ago
  39. 54616f3 Make MockCursor class a part of public SDK. by Daisuke Miyakawa · 15 years ago
  40. a4f6c96 am 348b92bd: Merge change Iee227ace into eclair by Mike Lockwood · 15 years ago
  41. 03d2467 GPS: Fix problem with SUPL when SUPL APN is already active. by Mike Lockwood · 15 years ago
  42. 6c0af3b am 5bba632d: - hide Entity and all its references - remove updateEntity and insertEntity, since they are not used - add the RawContacts.Entity class, which is used in lieu of the android.content.Entity by Fred Quintana · 15 years ago
  43. 1eeca92 am f7ae77cd: account manager api review changes by Fred Quintana · 15 years ago
  44. 5bba632 - hide Entity and all its references by Fred Quintana · 15 years ago
  45. f7ae77c account manager api review changes by Fred Quintana · 15 years ago
  46. 264f9b4 am 3348f14b: Remove GAIA string by Costin Manolache · 15 years ago
  47. 3348f14 Remove GAIA string by Costin Manolache · 15 years ago
  48. bc21ba2 am 093f5810: Merge change 27238 into eclair by Dianne Hackborn · 15 years ago
  49. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 15 years ago
  50. b7b0830 am a382cb81: Merge change 25929 into eclair by Dianne Hackborn · 15 years ago
  51. efa199f Add API to send an ordered sticky broadcast. by Dianne Hackborn · 15 years ago
  52. 1f3914b am fa82f22f: Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  53. fa82f22 Fix issue #2093608: Calendar widget takes a few seconds to launch by Dianne Hackborn · 15 years ago
  54. e525eef merge from open-source master by Jean-Baptiste Queru · 15 years ago
  55. 2419fa8 Merge change 10326 by Android Code Review · 15 years ago
  56. ff1df69 Performance measurement framework: by Jack Wang · 15 years ago
  57. 904de61 Override getAccounts to return an empty AccountSet in MockAccountManager. This used to throw an NPE instead since IAccountManagerService is set to NULL. by Cynthia Wong · 15 years ago
  58. 4923734 Add platform infrastructure for features. by Dianne Hackborn · 15 years ago
  59. 7aba54b Fix bug 1546445: Correct spelling errors in API by Jack Wang · 15 years ago
  60. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  61. a8db0a4 Fix bug 2056252: android.test.AndroidTestRunnerTest:testRunTestWithNullListener is failing by Jack Wang · 15 years ago
  62. 766cbfe Add new API to compare certs of two UIDs. by Dianne Hackborn · 15 years ago
  63. ac1e59d donut snapshot by Jean-Baptiste Queru · 15 years ago
  64. 44a29dd Adding "test context" to AndroidTestCase by Dmitri Plotnikov · 15 years ago
  65. 5c1207b donut snapshot by Jean-Baptiste Queru · 15 years ago
  66. bfefdcd Merge change 8886 by Android (Google) Code Review · 15 years ago
  67. 04cc0e1 Fix broken calendar tests. by Ken Shirriff · 15 years ago
  68. 02f5228 resolved conflicts for merge of f0d83fd9 to master by Dianne Hackborn · 15 years ago
  69. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  70. 54a16f0 Add getCacheDir() to RenamingDelegatingContext. by Andrew Stadler · 15 years ago
  71. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  72. 70277a2 Merge change 6223 by Android (Google) Code Review · 15 years ago
  73. a2b5dab am 870e09fc: Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  74. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  75. 3b95f53 Changes for new sync. by Ken Shirriff · 15 years ago
  76. f888bc4 am 441cb04e: Merge change 5732 into donut by Android (Google) Code Review · 15 years ago
  77. 97eb32e Fix assertContentsInOrder (bug 1790350). by Karl Rosaen · 15 years ago
  78. b09296d Add missing filename remap to RenamingDelegatingContext by Andrew Stadler · 15 years ago
  79. ac9385e - clean up the sync settings names to: by Fred Quintana · 15 years ago
  80. c73e9ad am bc806f65: Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  81. bc806f6 Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  82. 8dbbe3b am 63e7155c: Merge change 4696 into donut by Android (Google) Code Review · 15 years ago
  83. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  84. abb01db am c14b9ccd: Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  85. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  86. e1fae30 Merge commit '0781df94' into manualmerge by Suchi Amalapurapu · 15 years ago
  87. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago
  88. bf85d63 am 78f0f8cb: Merge changes 3953,3954 into donut by Android (Google) Code Review · 15 years ago
  89. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  90. ae5d46f Javadoc used startApplication() which doesnt exists, changed to createApplication() by Simon Schoar · 15 years ago
  91. 342d59d am 9189cabb: * Moved supports-density tag under manifest * Refactored Compatibility code * Added CompatibilityInfo class * Removed getApplicationScale from Context * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context * Expandable support * Added expandable tag under manifest * Old application w/o expandable is given the default screen size ([320, 480] x density). * The non-expandable window is centered. by Mitsuru Oshima · 15 years ago
  92. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  93. ae8c5b8 am 8dbe612d: Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  94. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  95. 03d9490 - create a new generic ISyncAdapter implementation, SyncAdapterNew by Fred Quintana · 15 years ago
  96. 8c5e96f am ecad93e5: Merge change 2685 into donut by Android (Google) Code Review · 15 years ago
  97. 51e0364 Change code coverage to write to app data folder rather than sdcard. by Brett Chabot · 15 years ago
  98. 8943737 add ipc support to batching by Fred Quintana · 15 years ago
  99. 9b1e140 am 8c690ea9: Merge change 2182 into donut by Android (Google) Code Review · 15 years ago
  100. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago