1. c7f405d Refactoring Carousel into MVC: Phase 1 by Jim Shuma · 14 years ago
  2. 2ba04e0 Fix bug where resizing cards array caused cards to get reloaded. by Jim Miller · 14 years ago
  3. 84ccb69 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  4. f7c724d Fix 3061600: Allow scrolling to last few items in CarouselView. by Jim Miller · 14 years ago
  5. b378af5 Major performance improvements to Carousel: by Jim Miller · 14 years ago
  6. eb61520 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  7. 66189d6 Only call VoiceSearch if there are IME logging actions by Maryam Garrett · 14 years ago
  8. a9e9c4b A few more Carousel improvements: by Jim Miller · 14 years ago
  9. 8b55d75 Preserve existing cards when resizing the card array. by Jack Palevich · 14 years ago
  10. d281f19 Avoid calling RenderScript after view is detached from window. by Jack Palevich · 14 years ago
  11. a8c3c44 am b4f5e0e5: Fixed the Rfc822Validator by Paul Westbrook · 14 years ago
  12. 420b44b More improvements to Carousel. by Jim Miller · 14 years ago
  13. b4f5e0e Fixed the Rfc822Validator by Paul Westbrook · 14 years ago
  14. fbb2880 Merge "Avoid calling RenderScript after view is detached from window." by Jack Palevich · 14 years ago
  15. c3e94dc Avoid calling RenderScript after view is detached from window. by Jack Palevich · 14 years ago
  16. f0690b2 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  17. 08bd50b Merge "Add an onDestroy method" by Jack Palevich · 14 years ago
  18. 2b7b815 Merge "Make Parameters objects static." by Jack Palevich · 14 years ago
  19. 17d4817 De-duping autocomplete email addresses by Dmitri Plotnikov · 14 years ago
  20. 9fa7a18 Add an onDestroy method by Jack Palevich · 14 years ago
  21. 0eb8cac Make Parameters objects static. by Jack Palevich · 14 years ago
  22. 370b0cb Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  23. eb71cf6 Expose getGeometry() like the other getters by Jim Shuma · 14 years ago
  24. baa6653 Make CarouselViewHelper more reusable. by Jack Palevich · 14 years ago
  25. 7de756e Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  26. a3cb716 Major improvements to Carousel. by Jim Miller · 14 years ago
  27. 63d56fd Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  28. 7867abe Don't consider tap-to-stop as a selection by Jim Shuma · 14 years ago
  29. d443c88 Temporary workaround for llvm crash. by Jim Miller · 14 years ago
  30. af8cf9a Change 1. to 1.f and use rsMatrixLoad. Carousel tests work for me. by Shih-wei Liao · 14 years ago
  31. bab0bb8 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  32. e0103cf Bitmap's config now controls RenderScript texture format. by Jack Palevich · 14 years ago
  33. b32cad0 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  34. 7c09ccc Support for Books carousel by Jim Shuma · 14 years ago
  35. 996aeed Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  36. 82f1498 Merge branch 'master' into honeycomb-release by The Android Automerger · 14 years ago
  37. c4c6f38 Use proper rsObject methods when switching texture and geometry. by Jim Miller · 14 years ago
  38. a9e1c1d Merge "Ensure renderscript is available to load geometry." by Jim Shuma · 14 years ago
  39. 1126aa8 Handle RS reflection name changes. by Stephen Hines · 14 years ago
  40. e386bbb Ensure renderscript is available to load geometry. by Bryan Mawhinney · 14 years ago
  41. ffd2d02 Fix RenderScriptGL leak in CarouselView. by Bryan Mawhinney · 14 years ago
  42. 7ef9341 Fix for 3007426: Fix crash in CarouselView by Jim Miller · 14 years ago
  43. 1e9a491 Merge "Revert "ExpandoLayout"" by repo sync · 14 years ago
  44. 3e91997 Fix bug where power-of-two textures were showing up black in Carousel. by Jim Miller · 14 years ago
  45. d2d1206 Revert "ExpandoLayout" by repo sync · 14 years ago
  46. 3172fb5 Merge "Fix for 3007426: Fix crash in CarouselView" by Jim Miller · 14 years ago
  47. 6b1fa13 Fix for 3007426: Fix crash in CarouselView by Jim Miller · 14 years ago
  48. 3b3b291 Merge "ExpandoLayout" by repo sync · 14 years ago
  49. 3df5934 Fix for potential memory corruption in RS when cardcount = 0 by Jim Miller · 14 years ago
  50. b0f0706 Expose setting the background color of the Carousel. by Jim Miller · 14 years ago
  51. 7cb0068 Add detail text to Carousel and CarouselTestActivity. by Jim Miller · 14 years ago
  52. 112087b ExpandoLayout by repo sync · 14 years ago
  53. 198a060 Add an API to report the first card position. by Jack Palevich · 14 years ago
  54. c0bb8af Integrate functionality from the Books carousel by Jim Shuma · 14 years ago
  55. d380848 Merge "Update book model for Renderscript changes" by Jim Shuma · 14 years ago
  56. f8a1b84 Replace outdated book model in Carousel tests. by Jim Miller · 14 years ago
  57. a8d94ef Merge "Add background texture support to Carousel widget." by Jim Miller · 14 years ago
  58. f6d25a8 am 575e1982: Use SharedPreferences.apply() when possible, else use commit() by Brad Fitzpatrick · 14 years ago
  59. 575e198 Use SharedPreferences$Editor.apply() when possible, else use commit() by Brad Fitzpatrick · 14 years ago
  60. bfbb01f Update book model for Renderscript changes by Jim Shuma · 14 years ago
  61. 9afba8c Add background texture support to Carousel widget. by Jim Miller · 14 years ago
  62. dce9af3 Send invalidation messages for loading textures and geometry. by Jack Palevich · 14 years ago
  63. 5ce7307 Add carousel as static library to build. by Jim Miller · 14 years ago
  64. 1fa3a8f More smooth UI for email autocomplete by Dmitri Plotnikov · 14 years ago
  65. 1e35ed1 Limiting the number of email suggestions for autocomplete by Dmitri Plotnikov · 14 years ago
  66. 55f0431 Correct formating of an email when name is unknown by Dmitri Plotnikov · 14 years ago
  67. 950b496 Merge changes I78f3d743,I5fc85898 by Maryam Garrett · 14 years ago
  68. d86a1ca New LoggingEvent Extra for NBEST selections in Voice IME by Maryam Garrett · 14 years ago
  69. d67de73 New LoggingEvent Extra for NBEST selections in Voice IME by Maryam Garrett · 14 years ago
  70. 22cb780 Temporary fix for the user and userdebug builds by Dmitri Plotnikov · 14 years ago
  71. 5cc7745 General purpose email address autocomplete by Dmitri Plotnikov · 14 years ago
  72. 60ae527 Moving CompositeCursorAdapter from contacts/widget to common/widget by Dmitri Plotnikov · 14 years ago
  73. 6337621 am 9bf11ac4: Add CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  74. 9bf11ac Add CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  75. d8e057e Move EditStyledText from framework to the static library. by satok · 14 years ago
  76. 8320c15 am 42680cd9: Backport https://android-git.corp.google.com/g/50799 from master into gingerbread. The gingerbread branch didn\'t exist when davidi made that change, but it was intended for anything after Froyo. Without this, the android-common.jar in the gingerbread bran by Mike LeBeau · 14 years ago
  77. 42680cd Backport https://android-git.corp.google.com/g/50799 from master into by Mike LeBeau · 14 years ago
  78. f8ea315 am 915260ea: Add RESULT_CLICKED logging event to LoggingEvents. by Mike LeBeau · 14 years ago
  79. 915260e Add RESULT_CLICKED logging event to LoggingEvents. by Mike LeBeau · 14 years ago
  80. cbb960c Merge 2 changes from master. by Ying Wang · 14 years ago
  81. 823b6f3 move android-common from framework/base to framework/ex by Ying Wang · 14 years ago
  82. b87362e new project, first commit by Ed Heyl · 14 years ago