1. b705eea am 1bd7597b: merge from open-source master by The Android Open Source Project · 14 years ago
  2. 1bd7597 merge from open-source master by The Android Open Source Project · 14 years ago
  3. ef36752 Replaced raw string arguments for Context.getSystemService() with final Context variables by Christian Mehlmauer · 14 years ago
  4. 453894d am 8382068e: merge from open-source master by The Android Open Source Project · 14 years ago
  5. 8382068 merge from open-source master by The Android Open Source Project · 14 years ago
  6. 1152df7 Merge "Updated RGB LED test cases" by Jean-Baptiste Queru · 14 years ago
  7. 9ef0f0d Merge "New test in FrameworkTest for the VelocityTracker class" by Jean-Baptiste Queru · 14 years ago
  8. 4924ea4 am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." into froyo by Brett Chabot · 14 years ago
  9. ade63a0 New test in FrameworkTest for the VelocityTracker class by Marc Capdevielle · 14 years ago
  10. e9d0b29 Fix imf tests. by Brett Chabot · 14 years ago
  11. ce2a97a Preserve '+' in phone numbers imported from SIM. by Samuel Holmberg · 14 years ago
  12. 14cee9f New xlarge screen size. by Dianne Hackborn · 14 years ago
  13. 3622d25 am 133d0b70: am 185f1a96: Merge "IME test fixes." into froyo by Brett Chabot · 14 years ago
  14. 1d67914 IME test fixes. by Brett Chabot · 14 years ago
  15. a5c5137 Finish moving the policies out of frameworks/policies/base and into frameworks/base. by Joe Onorato · 14 years ago
  16. c162668 Merge "More framework tests cleanup." into froyo by Brett Chabot · 14 years ago
  17. 0dc59e7 More framework tests cleanup. by Brett Chabot · 14 years ago
  18. bd4288f Remove FrameworkTest package. by Brett Chabot · 14 years ago
  19. 2bb2553 Cherry pick from master. by Steve Block · 14 years ago
  20. cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 14 years ago
  21. a3de745 Move PackageManagerTests and AsecTests. by Brett Chabot · 14 years ago
  22. c7537ee Clean up stale containers if needed at install time. by Suchi Amalapurapu · 14 years ago
  23. e0a29d6 Merge " * Move connectivity manager test closer to source. * Add license header to java files * Remove google related information from the test" by Xia Wang · 14 years ago
  24. fc2dbd0 * Move connectivity manager test closer to source. by Xia Wang · 14 years ago
  25. 8cf68a3 Merge "Fix rebuilding of these two apks." by Patrick Scott · 14 years ago
  26. a89e372 Merge "Asec: Add new 'StorageNotFound' response code handling for container paths" by San Mehat · 14 years ago
  27. 2d66cef Asec: Add new 'StorageNotFound' response code handling for container paths by San Mehat · 14 years ago
  28. e521a85 Merge "LocationTracker: Fix default values for debug and signal strength logging." by Mike Lockwood · 14 years ago
  29. 27a7a6c LocationTracker: Fix default values for debug and signal strength logging. by Mike Lockwood · 14 years ago
  30. f654a48 Don't delete stale containers on sdcard. Comment out flaky test by Suchi Amalapurapu · 14 years ago
  31. 1110f2b Fix rebuilding of these two apks. by Patrick Scott · 14 years ago
  32. 6460d6e Merge "Add connectivity manager automation test framework: - Create a dummy activity - ConnectivityManagerTestActivity - to listen to broadcast from connectivity manager, to control wifi, and to verify that connectivity information for different network types. This framework will be used for funcitonal tests and stress tests." by Xia Wang · 14 years ago
  33. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  34. fb0de34 Implements layoutTestController.overridePreference() by Steve Block · 14 years ago
  35. cd90b15 Removes most remaining appcache layout tests from the DumpRenderTree ignoreResults list by Steve Block · 14 years ago
  36. 547b833 Merge "Implements layoutTestController.setAppCacheMaximumSize" by Steve Block · 14 years ago
  37. 7fb1f67 Add connectivity manager automation test framework: by Xia Wang · 14 years ago
  38. 427efcc Implements layoutTestController.setAppCacheMaximumSize by Steve Block · 14 years ago
  39. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 14 years ago
  40. f19f9f5 Removes an appcache test from the DumpRenderTree ignoreResults list by Steve Block · 14 years ago
  41. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  42. 26aa68c Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled" by Steve Block · 14 years ago
  43. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  44. d3dd518 Merge "Add new install flag to install on internal flash only Change default install location policy for new flag. New error code for media unavailable." by Suchi Amalapurapu · 14 years ago
  45. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  46. 9b63c8e Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled by Steve Block · 14 years ago
  47. 75d20e9 Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list" by Steve Block · 14 years ago
  48. d8c208b Merge "Disable the HanziToPinyinTest when there is no Chinese collator." by Dmitri Plotnikov · 14 years ago
  49. 9ad006d Disable the HanziToPinyinTest when there is no Chinese collator. by Bai Tao · 14 years ago
  50. 7c58da7 Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list by Steve Block · 14 years ago
  51. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  52. b258659 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 14 years ago
  53. 4f096dc Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes." by Carl Shapiro · 14 years ago
  54. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 14 years ago
  55. 8e3015e Replace all uses of bzero with memset. Bzero and memset are both by Carl Shapiro · 14 years ago
  56. a027c95 Fix 2428368: Fix most of the lockscreen orientation refresh bugs by Jim Miller · 14 years ago
  57. e898bdf Merge "Puts two regex layout tests back on the DumpRenderTree skipped list" by Steve Block · 14 years ago
  58. b552230 Puts two regex layout tests back on the DumpRenderTree skipped list by Steve Block · 14 years ago
  59. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  60. cf0fd78 Adds to DumpRenderTree the ability to ignore the results of tests by Steve Block · 14 years ago
  61. e179c1d Merge "Check if the JS_ENGINE key exists as an environment variable before reading it." by Ben Murdoch · 14 years ago
  62. dc2711d Check if the JS_ENGINE key exists as an environment variable before reading it. by Ben Murdoch · 14 years ago
  63. e3e2294 Merge "Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists." by Steve Block · 14 years ago
  64. 8028dab Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists. by Steve Block · 14 years ago
  65. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  66. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 14 years ago
  67. 17bc415 Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now." by Mike Lockwood · 14 years ago
  68. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  69. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  70. 5ac2a3b Removes from DumpRenderTree the superfluous result file for tests that time out. by Steve Block · 14 years ago
  71. 9902279 Removes regex tests from the DumpRenderTree skipped list by Steve Block · 14 years ago
  72. 432e0ea Add shared workers tests to DumpRenderTree skipped list by Steve Block · 14 years ago
  73. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  74. b0fbe29 Updated RGB LED test cases by Mattias Östergren · 14 years ago
  75. 9d05a18 AsecTests: Add a test to validate container size by San Mehat · 14 years ago
  76. 780a1cb Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided" by Steve Block · 14 years ago
  77. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 14 years ago
  78. 7e47f17 Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided by Steve Block · 14 years ago
  79. c882dda Fix Proguard flags. by Ying Wang · 14 years ago
  80. e60f673 Merge "Removes a Geolocation test from the DumpRenderTree skipped list" by Steve Block · 14 years ago
  81. 666eecc Merge "Adds to DumpRenderTree the ability to look for Android-specific results" by Steve Block · 14 years ago
  82. 12077e1 Adds to DumpRenderTree the ability to look for Android-specific results by Steve Block · 14 years ago
  83. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  84. fc735ee Removes a Geolocation test from the DumpRenderTree skipped list by Steve Block · 14 years ago
  85. c8f2229 Merge "Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list" by Steve Block · 14 years ago
  86. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 14 years ago
  87. f7483b1 Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list by Steve Block · 14 years ago
  88. 7db3e5e AsecTests: Add teardown to tests by San Mehat · 14 years ago
  89. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 14 years ago
  90. 853226b Move LocationTracker test app from vendor/google to frameworks/base/tests by Mike Lockwood · 14 years ago
  91. c8998e1 Merge "LocationTracker: change copyright from Google to AOSP." by Mike Lockwood · 14 years ago
  92. 8ab8b41 LocationTracker: change copyright from Google to AOSP. by Mike Lockwood · 14 years ago
  93. 85451ee MountService: Fix bug which would allow apps to try to rename a container whos dst is mounted by San Mehat · 14 years ago
  94. 778ce48 Issue 5697: getContextClassLoader returns a non-application classloader by Brian Carlstrom · 14 years ago
  95. 191d898 Move LocationTracker from com.google.android to com.android package. by Mike Lockwood · 14 years ago
  96. e5a1d4a Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests" by Mike Lockwood · 14 years ago
  97. c9d3be3 Move LocationTracker test app from vendor/google to frameworks/base/tests by Mike Lockwood · 14 years ago
  98. 8cd303a Quick fix layout test path problems by Guang Zhu · 14 years ago
  99. 164bd79 In DumpRenderTree, skip tests for which we have the wrong results by Steve Block · 14 years ago
  100. e70f61b Retry test-runner tests move. by Brett Chabot · 14 years ago