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 · 14 years ago
  18. 4707507 am e8c04db7: Merge "Add the {get,set}PackageObbPaths calls to API" into gingerbread by Kenny Root · 14 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. b6d1437 fix build breakage by Vasu Nori · 14 years ago
  40. 0c9e14a add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown by Vasu Nori · 14 years ago
  41. ebd19e0 Add LoaderTestCase that makes it easier to test Loaders. by Jeff Hamilton · 14 years ago
  42. d93f4e5 Merge "DO NOT MERGE Doc Change: Javadoc for test case classes" into gingerbread by Joe Malin · 14 years ago
  43. bbfe0b2 am 243f7f85: am f6120cf4: Merge "Improve InstrumentationTestRunner exception handling." into gingerbread by Brett Chabot · 14 years ago
  44. 511d9ec am 0a21801f: am a5402dab: Merge "OBB API for PackageManager" into gingerbread by Kenny Root · 14 years ago
  45. f6120cf Merge "Improve InstrumentationTestRunner exception handling." into gingerbread by Brett Chabot · 14 years ago
  46. 31e7ce7 Improve InstrumentationTestRunner exception handling. by Brett Chabot · 14 years ago
  47. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  48. 87e98cd DO NOT MERGE Doc Change: Javadoc for test case classes by Joe Malin · 14 years ago
  49. 7d433aa Javadoc for test case classes by Joe Malin · 14 years ago
  50. 25f3ab4 Manual merge of change 53051 from master (DO NOT MERGE) by Evan Millar · 14 years ago
  51. f6b979a Fix UnsupportedOperationException from MockContext. by Makoto Onuki · 14 years ago
  52. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  53. 8b0dd7d add API to Cursor to get column value type by Vasu Nori · 14 years ago
  54. 71be4b5 Bring ServiceTestCase in line with current Service APIs and remove unnecessary asserts. by Evan Millar · 14 years ago
  55. e268677 Remove the unused modification APIs from MockCursor. They shouldn't have been public in the first place. by Jeff Hamilton · 14 years ago
  56. 631447c6 Merge "Add test runner log when test case class is not loaded." by Brett Chabot · 14 years ago
  57. bb469fe Add test runner log when test case class is not loaded. by Brett Chabot · 14 years ago
  58. 81cd2e9 Logo attribute for manifest and PackageManager methods to fetch it by Adam Powell · 14 years ago
  59. d7c0968 Package manager optimizations. by Dianne Hackborn · 14 years ago
  60. 89c0ef4 Add -e package description to InstrumentationTestRunner javadoc. by Brett Chabot · 14 years ago
  61. 10362ab Add missing license notices on test classes by Kenny Root · 14 years ago
  62. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  63. 69120a7 Bug 2306842 by Paul Westbrook · 14 years ago
  64. 0375fa1 fix error in javadoc by Doug Zongker · 14 years ago
  65. 88e03a9 Add ability to run tests restricted to given annotation. by Brett Chabot · 14 years ago
  66. 08d13c3 Fix code coverage output message when running tests in non-raw mode. by Brett Chabot · 14 years ago
  67. e70f61b Retry test-runner tests move. by Brett Chabot · 14 years ago
  68. c1ca8c5 Revert "Move framework test-runner unit tests to be closer to their source." by Brett Chabot · 14 years ago
  69. 1209397 Move framework test-runner unit tests to be closer to their source. by Brett Chabot · 14 years ago