1. 877d428e Test runner cleanup: delete unused old classes. by Brett Chabot · 13 years ago
  2. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  3. beb182a Merge "Package manager changes to store and update user information." by Amith Yamasani · 13 years ago
  4. 4b2e934 Package manager changes to store and update user information. by Amith Yamasani · 13 years ago
  5. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  6. 08065b9 Tracking merge of dalvik-dev to master by Brian Carlstrom · 13 years ago
  7. 71431bb am 79b66725: am 25be2c72: am e0537f18: Merge "Fix of tearDown() in SingleLaunchActivityTestCase." by Jean-Baptiste Queru · 13 years ago
  8. 25be2c7 am e0537f18: Merge "Fix of tearDown() in SingleLaunchActivityTestCase." by Jean-Baptiste Queru · 13 years ago
  9. 7aee61f docs: fix links to revised fundamentals documents by Scott Main · 13 years ago
  10. e8a534d Remove API that snuck into MockPackageManager by Kenny Root · 13 years ago
  11. 849dc24 am 524133cc: Remove API that snuck into MockPackageManager by Kenny Root · 13 years ago
  12. a1cbb94 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 13 years ago
  13. 524133c Remove API that snuck into MockPackageManager by Kenny Root · 13 years ago
  14. e26aa3f am 34d2b41e: Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 13 years ago
  15. 34d2b41 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 13 years ago
  16. 805fd7e Add API to get path to OBBs. by Dianne Hackborn · 13 years ago
  17. 5d40fe9 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 13 years ago
  18. 4707507 am e8c04db7: Merge "Add the {get,set}PackageObbPaths calls to API" into gingerbread by Kenny Root · 13 years ago
  19. c6bf407 Fix of tearDown() in SingleLaunchActivityTestCase. by Mikael Andreen · 14 years ago
  20. 6c4d904 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 14 years ago
  21. ac77f462 Prevent ActivityTestCase from erasing constants. by Dmitri Plotnikov · 14 years ago
  22. f48e940 Remove an obsolete import for performance tests. by Jesse Wilson · 14 years ago
  23. bd1c5da Remove unused performance tests. by Jesse Wilson · 14 years ago
  24. c918935 Fix issue #3272082: Contacts: when going back from edit view, by Dianne Hackborn · 14 years ago
  25. 4f3867e Time to remove some old APIs! by Dianne Hackborn · 14 years ago
  26. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  27. be4e1c8 am 7b76ed69: am e3bef7c4: Merge "Added noop unregisterReceiver to complement existing noop registerReceiver." by Jean-Baptiste Queru · 14 years ago
  28. 7b76ed6 am e3bef7c4: Merge "Added noop unregisterReceiver to complement existing noop registerReceiver." by Jean-Baptiste Queru · 14 years ago
  29. 880119b Implement issue #2367442: Please add API for manipulating installer by Dianne Hackborn · 14 years ago
  30. 4898395 Fix NPE in InstrumentationTestRunner by Brian Muramatsu · 14 years ago
  31. 3fc03e6 Added RepetitiveTest annotation and test runner support by Jack Wang · 14 years ago
  32. d672475 Added noop unregisterReceiver to complement existing noop registerReceiver. by Jonas Schwertfeger · 14 years ago
  33. cca1f0e Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  34. 8313fc7 Allow all apps to call ContentResolver.getType(). by Dianne Hackborn · 14 years ago
  35. 8e34203 Add getApplicationContext to the mock implementation. by Makoto Onuki · 14 years ago
  36. 2394c16 am ec438e14: am 361199b5: Add PackageManager API to get information about a provider component. by Dianne Hackborn · 14 years ago
  37. 361199b Add PackageManager API to get information about a provider component. by Dianne Hackborn · 14 years ago
  38. 23fdaf6 Add new ContentProvider for doing conversions to data streams. by Dianne Hackborn · 14 years ago
  39. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  40. b6d1437 fix build breakage by Vasu Nori · 14 years ago
  41. 0c9e14a add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown by Vasu Nori · 14 years ago
  42. ebd19e0 Add LoaderTestCase that makes it easier to test Loaders. by Jeff Hamilton · 14 years ago
  43. d93f4e5 Merge "DO NOT MERGE Doc Change: Javadoc for test case classes" into gingerbread by Joe Malin · 14 years ago
  44. bbfe0b2 am 243f7f85: am f6120cf4: Merge "Improve InstrumentationTestRunner exception handling." into gingerbread by Brett Chabot · 14 years ago
  45. 511d9ec am 0a21801f: am a5402dab: Merge "OBB API for PackageManager" into gingerbread by Kenny Root · 14 years ago
  46. f6120cf Merge "Improve InstrumentationTestRunner exception handling." into gingerbread by Brett Chabot · 14 years ago
  47. 31e7ce7 Improve InstrumentationTestRunner exception handling. by Brett Chabot · 14 years ago
  48. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  49. 87e98cd DO NOT MERGE Doc Change: Javadoc for test case classes by Joe Malin · 14 years ago
  50. 7d433aa Javadoc for test case classes by Joe Malin · 14 years ago
  51. 25f3ab4 Manual merge of change 53051 from master (DO NOT MERGE) by Evan Millar · 14 years ago
  52. f6b979a Fix UnsupportedOperationException from MockContext. by Makoto Onuki · 14 years ago
  53. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  54. 8b0dd7d add API to Cursor to get column value type by Vasu Nori · 14 years ago
  55. 71be4b5 Bring ServiceTestCase in line with current Service APIs and remove unnecessary asserts. by Evan Millar · 14 years ago
  56. e268677 Remove the unused modification APIs from MockCursor. They shouldn't have been public in the first place. by Jeff Hamilton · 14 years ago
  57. c8f503b Moving junit out of core.jar and into core-junit.jar. by Jesse Wilson · 14 years ago
  58. 631447c6 Merge "Add test runner log when test case class is not loaded." by Brett Chabot · 14 years ago
  59. bb469fe Add test runner log when test case class is not loaded. by Brett Chabot · 14 years ago
  60. 81cd2e9 Logo attribute for manifest and PackageManager methods to fetch it by Adam Powell · 14 years ago
  61. d7c0968 Package manager optimizations. by Dianne Hackborn · 14 years ago
  62. 89c0ef4 Add -e package description to InstrumentationTestRunner javadoc. by Brett Chabot · 14 years ago
  63. 10362ab Add missing license notices on test classes by Kenny Root · 14 years ago
  64. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  65. 69120a7 Bug 2306842 by Paul Westbrook · 14 years ago
  66. 0375fa1 fix error in javadoc by Doug Zongker · 14 years ago
  67. 88e03a9 Add ability to run tests restricted to given annotation. by Brett Chabot · 14 years ago
  68. 08d13c3 Fix code coverage output message when running tests in non-raw mode. by Brett Chabot · 14 years ago
  69. e70f61b Retry test-runner tests move. by Brett Chabot · 14 years ago
  70. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  71. 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
  72. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  73. 90762d3 Modify ActivityInstrumentationTestCase2 to not require hardcoded package name. by Brett Chabot · 14 years ago
  74. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 14 years ago
  75. 1048108 Fix some Gmail tests by Paul Westbrook · 14 years ago
  76. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  77. d03ff94 Clean up interface between LocationManagerService and the location providers: by Mike Lockwood · 14 years ago
  78. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  79. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  80. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 14 years ago
  81. ad9bcb2 merge from open-source master by The Android Open Source Project · 14 years ago
  82. 8621cfa Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method by Marc Capdevielle · 14 years ago
  83. 539d3c4 Apps on SD card project. by Oscar Montemayor · 14 years ago
  84. 717f0eb am 029074ff: fix build by Fred Quintana · 15 years ago
  85. f99e2e0 am 563bfade: fix a build breakage by Fred Quintana · 15 years ago
  86. 8ad6ec2 am 8280c2b1: Implement new MockContentProvider. Also make ContentProvider aware of the class. by Daisuke Miyakawa · 15 years ago
  87. 8280c2b Implement new MockContentProvider. Also make ContentProvider aware of the class. by Daisuke Miyakawa · 15 years ago
  88. e5fa335 am 6e045e0a: am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  89. 6e045e0 am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  90. 2c13b9d am e0cadd7c: Merge change Iffbb6e55 into eclair by Jack Wang · 15 years ago
  91. 478de46 merge from eclair by Jean-Baptiste Queru · 15 years ago
  92. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  93. 4f414bd Make perf metrics collection & output via instrumentation simpler by Jack Wang · 15 years ago
  94. af93c05 am 227ba207: am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  95. 227ba20 am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  96. 1d225d6 am e8228afb: Merge change I92cdc5ed into eclair by Jack Wang · 15 years ago
  97. 075997f PerformanceCollector: Collect & report perf measurements in key/value form by Jack Wang · 15 years ago
  98. ae27c57 am 54616f34: Make MockCursor class a part of public SDK. by Daisuke Miyakawa · 15 years ago
  99. 54616f3 Make MockCursor class a part of public SDK. by Daisuke Miyakawa · 15 years ago
  100. a4f6c96 am 348b92bd: Merge change Iee227ace into eclair by Mike Lockwood · 15 years ago