1. 20 Nov, 2014 1 commit
  2. 19 Nov, 2014 1 commit
    • Adam Cohen's avatar
      Prevent multiple workspace state animators from being started · 08072c05
      Adam Cohen authored
      -> Probably an issue with the way we're wrapping ViewPropertyAnimator
         which can lead to us acting like it's valid to have multiple
         instances of a VPA. In reality I think this is very problematic.
      -> For now, we can just make sure the previous animation is canceled
         if it hasn't yet completed.
      
      Bug 18428886
      
      Change-Id: I097eec08ec68ed098e68866fb5eda72734c51b00
      08072c05
  3. 18 Nov, 2014 3 commits
  4. 17 Nov, 2014 1 commit
  5. 14 Nov, 2014 2 commits
  6. 12 Nov, 2014 2 commits
  7. 11 Nov, 2014 4 commits
  8. 07 Nov, 2014 1 commit
  9. 05 Nov, 2014 5 commits
  10. 04 Nov, 2014 2 commits
  11. 03 Nov, 2014 2 commits
  12. 01 Nov, 2014 1 commit
  13. 31 Oct, 2014 2 commits
  14. 30 Oct, 2014 1 commit
  15. 29 Oct, 2014 2 commits
  16. 28 Oct, 2014 5 commits
  17. 27 Oct, 2014 4 commits
  18. 25 Oct, 2014 1 commit
    • Adam Cohen's avatar
      Fix edge case where LauncherOverlay scroll woudln't be reset · 8c4ca927
      Adam Cohen authored
      -> If the Workspace has a single page and the user goes from overscrolling
         in one direction, and then the other, the LauncherOverlay scroll wouldn't
         be set to 0 until the scrolling settled
      
      Change-Id: I29ee9abdfa023ae3599d1590cdaebf457e2220fa
      8c4ca927