1. d02bdaa Remove experimental immersive mode support. DO NOT MERGE by Daniel Sandler · 14 years ago
  2. b5c4caa0 add mouse up/down/click support in DumpRenderTree by Guang Zhu · 14 years ago
  3. 5c8e760 Remove "StringTest.java". by Brian Carlstrom · 14 years ago
  4. 0398bf7 Fix periodically disappearing status icons. by Daniel Sandler · 14 years ago
  5. 1ebccf5 Fix problems with determining when to kill apps for wake usage. by Dianne Hackborn · 14 years ago
  6. 9adb9c3 Various battery info things: by Dianne Hackborn · 14 years ago
  7. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  8. b100cbf Support streaming of compressed assets > 1 megabyte by Christopher Tate · 14 years ago
  9. b59b944 Fix icon size in intruder alerts. by Daniel Sandler · 14 years ago
  10. 27a8be4 Support for tapping on an immersive-mode priority notification. by Daniel Sandler · 14 years ago
  11. 8896783 Updated StatusBar test app for new notifications API. by Daniel Sandler · 14 years ago
  12. 8932020 Fix the notification vibration setting and add a test app that lets you recover from the busted by Joe Onorato · 14 years ago
  13. c27bb55 Need to give the AppWidgetHostView the new info about the provider, in case the initialLayout by Joe Onorato · 14 years ago
  14. be81f4f Move out all framework-tests classes. by Brett Chabot · 14 years ago
  15. 0faeb07 Add a test item the turns on a bunch of extra icons. by Joe Onorato · 14 years ago
  16. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 14 years ago
  17. d2b1f00 Add some disabled logging and another test case for reapplying the notification views. by Joe Onorato · 14 years ago
  18. 175f79c In fact, switching an item between ongoing and notifications works. by Joe Onorato · 14 years ago
  19. 871bdb9 Handle bad icon resources. by Joe Onorato · 14 years ago
  20. 0e26dff updateNotifications works. by Joe Onorato · 14 years ago
  21. 4762c2d Add expand and collapse. by Joe Onorato · 14 years ago
  22. b705eea am 1bd7597b: merge from open-source master by The Android Open Source Project · 14 years ago
  23. 1bd7597 merge from open-source master by The Android Open Source Project · 14 years ago
  24. ef36752 Replaced raw string arguments for Context.getSystemService() with final Context variables by Christian Mehlmauer · 14 years ago
  25. 453894d am 8382068e: merge from open-source master by The Android Open Source Project · 14 years ago
  26. 8382068 merge from open-source master by The Android Open Source Project · 14 years ago
  27. 1152df7 Merge "Updated RGB LED test cases" by Jean-Baptiste Queru · 14 years ago
  28. 9ef0f0d Merge "New test in FrameworkTest for the VelocityTracker class" by Jean-Baptiste Queru · 14 years ago
  29. 4924ea4 am c8e84e12: am b4c9a8f6: Merge "Fix imf tests." into froyo by Brett Chabot · 14 years ago
  30. ade63a0 New test in FrameworkTest for the VelocityTracker class by Marc Capdevielle · 14 years ago
  31. e9d0b29 Fix imf tests. by Brett Chabot · 14 years ago
  32. ce2a97a Preserve '+' in phone numbers imported from SIM. by Samuel Holmberg · 14 years ago
  33. 14cee9f New xlarge screen size. by Dianne Hackborn · 14 years ago
  34. 3622d25 am 133d0b70: am 185f1a96: Merge "IME test fixes." into froyo by Brett Chabot · 14 years ago
  35. 1d67914 IME test fixes. by Brett Chabot · 14 years ago
  36. a5c5137 Finish moving the policies out of frameworks/policies/base and into frameworks/base. by Joe Onorato · 14 years ago
  37. c162668 Merge "More framework tests cleanup." into froyo by Brett Chabot · 14 years ago
  38. 0dc59e7 More framework tests cleanup. by Brett Chabot · 14 years ago
  39. bd4288f Remove FrameworkTest package. by Brett Chabot · 14 years ago
  40. 2bb2553 Cherry pick from master. by Steve Block · 14 years ago
  41. cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 14 years ago
  42. a3de745 Move PackageManagerTests and AsecTests. by Brett Chabot · 14 years ago
  43. c7537ee Clean up stale containers if needed at install time. by Suchi Amalapurapu · 14 years ago
  44. 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
  45. fc2dbd0 * Move connectivity manager test closer to source. by Xia Wang · 14 years ago
  46. 8cf68a3 Merge "Fix rebuilding of these two apks." by Patrick Scott · 14 years ago
  47. a89e372 Merge "Asec: Add new 'StorageNotFound' response code handling for container paths" by San Mehat · 14 years ago
  48. 2d66cef Asec: Add new 'StorageNotFound' response code handling for container paths by San Mehat · 14 years ago
  49. e521a85 Merge "LocationTracker: Fix default values for debug and signal strength logging." by Mike Lockwood · 14 years ago
  50. 27a7a6c LocationTracker: Fix default values for debug and signal strength logging. by Mike Lockwood · 14 years ago
  51. f654a48 Don't delete stale containers on sdcard. Comment out flaky test by Suchi Amalapurapu · 14 years ago
  52. 1110f2b Fix rebuilding of these two apks. by Patrick Scott · 14 years ago
  53. 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
  54. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  55. fb0de34 Implements layoutTestController.overridePreference() by Steve Block · 14 years ago
  56. cd90b15 Removes most remaining appcache layout tests from the DumpRenderTree ignoreResults list by Steve Block · 14 years ago
  57. 547b833 Merge "Implements layoutTestController.setAppCacheMaximumSize" by Steve Block · 14 years ago
  58. 7fb1f67 Add connectivity manager automation test framework: by Xia Wang · 14 years ago
  59. 427efcc Implements layoutTestController.setAppCacheMaximumSize by Steve Block · 14 years ago
  60. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 14 years ago
  61. f19f9f5 Removes an appcache test from the DumpRenderTree ignoreResults list by Steve Block · 14 years ago
  62. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  63. 26aa68c Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled" by Steve Block · 14 years ago
  64. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  65. 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
  66. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  67. 9b63c8e Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled by Steve Block · 14 years ago
  68. 75d20e9 Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list" by Steve Block · 14 years ago
  69. d8c208b Merge "Disable the HanziToPinyinTest when there is no Chinese collator." by Dmitri Plotnikov · 14 years ago
  70. 9ad006d Disable the HanziToPinyinTest when there is no Chinese collator. by Bai Tao · 14 years ago
  71. 7c58da7 Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list by Steve Block · 14 years ago
  72. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  73. b258659 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 14 years ago
  74. 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
  75. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 14 years ago
  76. 8e3015e Replace all uses of bzero with memset. Bzero and memset are both by Carl Shapiro · 14 years ago
  77. a027c95 Fix 2428368: Fix most of the lockscreen orientation refresh bugs by Jim Miller · 14 years ago
  78. e898bdf Merge "Puts two regex layout tests back on the DumpRenderTree skipped list" by Steve Block · 14 years ago
  79. b552230 Puts two regex layout tests back on the DumpRenderTree skipped list by Steve Block · 14 years ago
  80. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  81. cf0fd78 Adds to DumpRenderTree the ability to ignore the results of tests by Steve Block · 14 years ago
  82. e179c1d Merge "Check if the JS_ENGINE key exists as an environment variable before reading it." by Ben Murdoch · 14 years ago
  83. dc2711d Check if the JS_ENGINE key exists as an environment variable before reading it. by Ben Murdoch · 14 years ago
  84. e3e2294 Merge "Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists." by Steve Block · 14 years ago
  85. 8028dab Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists. by Steve Block · 14 years ago
  86. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  87. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 14 years ago
  88. 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
  89. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  90. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  91. 5ac2a3b Removes from DumpRenderTree the superfluous result file for tests that time out. by Steve Block · 14 years ago
  92. 9902279 Removes regex tests from the DumpRenderTree skipped list by Steve Block · 14 years ago
  93. 432e0ea Add shared workers tests to DumpRenderTree skipped list by Steve Block · 14 years ago
  94. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  95. b0fbe29 Updated RGB LED test cases by Mattias Östergren · 14 years ago
  96. 9d05a18 AsecTests: Add a test to validate container size by San Mehat · 14 years ago
  97. 780a1cb Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided" by Steve Block · 14 years ago
  98. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 14 years ago
  99. 7e47f17 Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided by Steve Block · 14 years ago
  100. c882dda Fix Proguard flags. by Ying Wang · 14 years ago