1. 27 Aug, 2015 1 commit
  2. 25 Aug, 2015 1 commit
  3. 24 Aug, 2015 5 commits
  4. 21 Aug, 2015 4 commits
  5. 20 Aug, 2015 5 commits
    • Winson's avatar
      Fixing issue with search bar not being visible. · 81c5f7e3
      Winson authored
      - If you queue up two SearchBarDropTarget state transitions one right after
        another, the second animation will skip (since the values haven't started
        animating yet) and the first animation will complete instead, leaving the
        visibility of the search and drop target bars at odds with the current
        bar state.
      - Instead, we should cancel all existing animators first, such that if we
        are already in the final state, no animations will run, and the correct
        bars will be visibile.
      
      Bug: 23201830
      Change-Id: I1f8e802821ef2b4904a3efa7edbea6ae615479b9
      81c5f7e3
    • Winson's avatar
      Updating the scrollbar to make the fastscroller more visible. · 6779595b
      Winson authored
      Bug: 20035978
      Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
      6779595b
    • Winson Chung's avatar
    • Winson's avatar
      Tweaking fast scroller to follow touch closer. · d2eb49e4
      Winson authored
      - Issue: The fast scroller currently does not follow the touch input
        because fundamentally, the fixed scrollbar height and the mapping
        of the scroll space to the scrollbar space is fundamentally incompatible.
      - This CL changes the fast scroller to allow it to detach when the user
        fast-scrolls, then re-attaches after the user scrolls the screen and
        the current scroll position for the scrollbar picks up the thumb position.
      - Since the scroll position and the fast scroller thumb is now detached,
        we can change the distribution of the fast scroll letters to make it
        independent of the rows for each section and instead uniformly distribute
        it along the scrollbar, which allows for more stability.
      - There are edge cases where this fails, especially when there are few
        apps, which we can investigate further.
        
      Bug: 20035978
      
      Change-Id: I8322f862107e6f330deff692885233706564bffd
      d2eb49e4
    • Sunny Goyal's avatar
      Fixing work folder addition logic · 639e906a
      Sunny Goyal authored
        > Showing animation when folder is added
        > Not showing animation while cling is visible
        > Checking is loader completed from UI thread
        > Running bind complete runnables when bind is completed
      
      Bug: 21772992
      Bug: 23181585
      Change-Id: I50742850da8294a877478ce02b107a026f68b563
      639e906a
  6. 19 Aug, 2015 4 commits
  7. 17 Aug, 2015 5 commits
  8. 14 Aug, 2015 2 commits
  9. 13 Aug, 2015 4 commits
  10. 12 Aug, 2015 6 commits
  11. 11 Aug, 2015 3 commits