1. 2cef9ae am 6f227eba: Fixes #1977560. Prevents NPE when rotating the gestures activity. by Romain Guy · 16 years ago
  2. 6f227eb Fixes #1977560. Prevents NPE when rotating the gestures activity. by Romain Guy · 16 years ago
  3. 9d8ab69 am c5df5b61: Merge change 7061 into donut by Android (Google) Code Review · 16 years ago
  4. c5df5b6 Merge change 7061 into donut by Android (Google) Code Review · 16 years ago
  5. d717ca2 Put in new version of search floater background image to put one pixel of padding by Mike LeBeau · 16 years ago
  6. 3d95f65 am f881f08d: Import new translations by Eric Fischer · 16 years ago
  7. f881f08 Import new translations by Eric Fischer · 16 years ago
  8. b8698ba am 83fb0c1c: Remove unused resources from Home. by Romain Guy · 16 years ago
  9. 83fb0c1 Remove unused resources from Home. by Romain Guy · 16 years ago
  10. f9aca51 am 0879cef6: Don\'t call SearchManager.isVisible() in Launcher. by Bjorn Bringert · 16 years ago
  11. 0879cef Don't call SearchManager.isVisible() in Launcher. by Bjorn Bringert · 16 years ago
  12. eb5b16d am a206daae: Related to #1444844. Caps fling velocity on Home. by Romain Guy · 16 years ago
  13. a206daa Related to #1444844. Caps fling velocity on Home. by Romain Guy · 16 years ago
  14. 5f9510f am aafeef31: Fix the search widget taking characters into it rather than forwarding them to the search dialog. By setting editable=false and inputType=none, the TextView can still take focus, but key input is forwarded to the launcher which knows what to do. by Mike LeBeau · 16 years ago
  15. 81e6e46 am 736cf281: Close the search dialog when user gets to Home by pressing home button, but still keep it up if the user pressed e.g. back button. by Mike LeBeau · 16 years ago
  16. 3f44d7d am 93e95153: Merge change 6127 into donut by Android (Google) Code Review · 16 years ago
  17. b91608c am f38b3d57: Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut. by Romain Guy · 16 years ago
  18. aafeef3 Fix the search widget taking characters into it rather than forwarding by Mike LeBeau · 16 years ago
  19. 736cf28 Close the search dialog when user gets to Home by pressing home button, by Mike LeBeau · 16 years ago
  20. 93e9515 Merge change 6127 into donut by Android (Google) Code Review · 16 years ago
  21. a224fe5 Remove SearchAutocompleteTextView from Launcher. by Karl Rosaen · 16 years ago
  22. 2414a11 am 98d0165c: Use a plain DataOutputStream instead of SharedPreferences in Home. by Romain Guy · 16 years ago
  23. f38b3d5 Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut. by Romain Guy · 16 years ago
  24. 2149f48 am 08f97496: Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched. by Romain Guy · 16 years ago
  25. 98d0165 Use a plain DataOutputStream instead of SharedPreferences in Home. by Romain Guy · 16 years ago
  26. ee21164 am 806b0f3f: Fix use of drawing cache in Launcher. by Romain Guy · 16 years ago
  27. 08f9749 Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched. by Romain Guy · 16 years ago
  28. 806b0f3 Fix use of drawing cache in Launcher. by Romain Guy · 16 years ago
  29. 477253f am f280f202: Fixes #1945905. Prevents the user from clicking the same button mutiple times. by Romain Guy · 16 years ago
  30. f280f20 Fixes #1945905. Prevents the user from clicking the same button mutiple times. by Romain Guy · 16 years ago
  31. 5fda960 am f2287536: Change name for home\'s uid to something more generic. by Dianne Hackborn · 16 years ago
  32. f228753 Change name for home's uid to something more generic. by Dianne Hackborn · 16 years ago
  33. da26820 am 800c215f: Fix the build by Romain Guy · 16 years ago
  34. f99599b am f90f31e0: Merge change 5291 into donut by Android (Google) Code Review · 16 years ago
  35. 800c215 Fix the build by Romain Guy · 16 years ago
  36. f90f31e Merge change 5291 into donut by Android (Google) Code Review · 16 years ago
  37. 840f0d7 Add the few missing strings needed by Home. by Romain Guy · 16 years ago
  38. 08b4e3c am b132a97c: Fixes #1940691. Sync packages when home receives a reinstall notification. by Romain Guy · 16 years ago
  39. b132a97 Fixes #1940691. Sync packages when home receives a reinstall notification. by Romain Guy · 16 years ago
  40. 77ee002 am 1ce1a24c: Fixes #1937447. Home was not saving the appropriate state when losing focus. by Romain Guy · 16 years ago
  41. 1ce1a24 Fixes #1937447. Home was not saving the appropriate state when losing focus. by Romain Guy · 16 years ago
  42. 0b5fcb7 am 417d2342: Fixes #1930608. Drop the gestures tables before attempting to recreate it. by Romain Guy · 16 years ago
  43. 417d234 Fixes #1930608. Drop the gestures tables before attempting to recreate it. by Romain Guy · 16 years ago
  44. ab7a3aa am 3cf604f3: Fixes #1919280. Home was leaking the gestures window on configuration change. by Romain Guy · 16 years ago
  45. b0d35c4 am 94406848: Close the gestures pad when pressing Home. A regression was recently introduced when ignoring the Home key press when Home\'s window does not have focus. by Romain Guy · 16 years ago
  46. 3cf604f Fixes #1919280. Home was leaking the gestures window on configuration change. by Romain Guy · 16 years ago
  47. 9440684 Close the gestures pad when pressing Home. A regression was recently introduced when by Romain Guy · 16 years ago
  48. 451aba0 am 529100b7: Merge change 4479 into donut by Android (Google) Code Review · 16 years ago
  49. 0e7886b am c665672a: Fix handling of the back key on Home in the gestures panel. by Romain Guy · 16 years ago
  50. 529100b Merge change 4479 into donut by Android (Google) Code Review · 16 years ago
  51. c665672 Fix handling of the back key on Home in the gestures panel. by Romain Guy · 16 years ago
  52. 51ed5b9 Adds checks in Home's broadcast receivers to handle only known actions. by Romain Guy · 16 years ago
  53. 7287d2d am ded9ec91: Merge change 4383 into donut by Android (Google) Code Review · 16 years ago
  54. b0e4ad7 am e3895ae9: Fixes #1921372. Pressing Home with the window shade down would show gestures pad. by Romain Guy · 16 years ago
  55. ded9ec9 Merge change 4383 into donut by Android (Google) Code Review · 16 years ago
  56. 708ab96 Fixes #1912902. Handles orientation change when renaming gestures. by Romain Guy · 16 years ago
  57. e3895ae Fixes #1921372. Pressing Home with the window shade down would show gestures pad. by Romain Guy · 16 years ago
  58. 726aec1 am 91a9c963: When initiating a drag and drop from a folder in home, you could sometimes see a black background behind the icon. This was due to uncleared drawing caches. by Romain Guy · 16 years ago
  59. 91a9c96 When initiating a drag and drop from a folder in home, you could sometimes see by Romain Guy · 16 years ago
  60. 7d3307d am fca59c75: Merge change 3947 into donut by Android (Google) Code Review · 16 years ago
  61. d16cd03 am 3003fb82: Merge change 3939 into donut by Android (Google) Code Review · 16 years ago
  62. fca59c7 Merge change 3947 into donut by Android (Google) Code Review · 16 years ago
  63. 70557a7 Fixes #1824492. Removes the clock from the default Home layout. by Romain Guy · 16 years ago
  64. 3003fb8 Merge change 3939 into donut by Android (Google) Code Review · 16 years ago
  65. 2fcbd68 Tweak thread priorities in Home to make first boot experience a little better. by Romain Guy · 16 years ago
  66. 6385b35 am 6fefcf1f: Change recognition matchin in Home to immediate mode. by Romain Guy · 16 years ago
  67. 6fefcf1 Change recognition matchin in Home to immediate mode. by Romain Guy · 16 years ago
  68. c2cabbe am ae4f5759: Improve the threading model in the gestures settings activity. by Romain Guy · 16 years ago
  69. ae4f575 Improve the threading model in the gestures settings activity. by Romain Guy · 16 years ago
  70. 051548c am 70729e7a: Update Portuguese translations. by Eric Fischer · 16 years ago
  71. c965e10 am 2c23a315: am 72281585: AI 149721: Import Portuguese translations. by Eric Fischer · 16 years ago
  72. 70729e7 Update Portuguese translations. by Eric Fischer · 16 years ago
  73. 2c23a31 am 72281585: AI 149721: Import Portuguese translations. by Eric Fischer · 16 years ago
  74. 7228158 AI 149721: Import Portuguese translations. by Eric Fischer · 16 years ago
  75. fb78b43 am b8734248: Fixes 1909513. by Romain Guy · 16 years ago
  76. b873424 Fixes 1909513. by Romain Guy · 16 years ago
  77. c1dd33c am aad5ef44: Fix issues with how the gestures pad was hidden when leaving Home. by Romain Guy · 16 years ago
  78. bbeb240 am 73b979d8: Add gestures to Home. by Romain Guy · 16 years ago
  79. aad5ef4 Fix issues with how the gestures pad was hidden when leaving Home. by Romain Guy · 16 years ago
  80. 73b979d Add gestures to Home. by Romain Guy · 16 years ago
  81. 836fab2 am cbb89e4f: Fix locked workspace in Home. by Romain Guy · 16 years ago
  82. cbb89e4 Fix locked workspace in Home. by Romain Guy · 16 years ago
  83. 25f6197 am c2e24c0a: Fixes #1876911 by Romain Guy · 16 years ago
  84. f2eb7c7 am bb593755: Merge change 2865 into donut by Android (Google) Code Review · 16 years ago
  85. 09b06e9 am 2eb49ff2: Fixes #1889268. by Romain Guy · 16 years ago
  86. c2e24c0 Fixes #1876911 by Romain Guy · 16 years ago
  87. bb59375 Merge change 2865 into donut by Android (Google) Code Review · 16 years ago
  88. 574d20e Fixes #1890155. by Romain Guy · 16 years ago
  89. 2eb49ff Fixes #1889268. by Romain Guy · 16 years ago
  90. 5eff61f am 8283ccff: Do not force the soft keyboard open if the search widget is already at the top of the screen. Forcing the soft keyboard open is done at a specific time when animating the search widget to the top of the screen in order to time the two animations well, but we were doing it anyway even if the search widget was already at the top of the screen and didn\'t need to animate. by Mike LeBeau · 16 years ago
  91. 8283ccf Do not force the soft keyboard open if the search widget is already at the top of the screen. by Mike LeBeau · 16 years ago
  92. f749991 am 6f3b4770: Merge change 1209 into donut by Android (Google) Code Review · 16 years ago
  93. 6f3b477 Merge change 1209 into donut by Android (Google) Code Review · 16 years ago
  94. 466dffb am c2ad7a6e: Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon. by Romain Guy · 16 years ago
  95. c2ad7a6 Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon. by Romain Guy · 16 years ago
  96. fbe5a1b am 583ed3b: * re-scale icons that are loaded using different denstiy met by Mitsuru Oshima · 16 years ago
  97. 583ed3b * re-scale icons that are loaded using different denstiy metrics. by Mitsuru Oshima · 16 years ago
  98. 77bd393 am 4c58c48: Fixes #1844053. Home was accepting all drops, even when ther by Romain Guy · 16 years ago
  99. 4c58c48 Fixes #1844053. Home was accepting all drops, even when there was no room left for a drop. This change fixes this while retaining the 'snap to vacant cell' ability added in Cupcake. by Romain Guy · 16 years ago
  100. 17b182f am 83f111d: Prevent race condition when cancelling long-press for scroll by Jeff Sharkey · 16 years ago