1. 20 Nov, 2012 1 commit
  2. 17 Nov, 2012 2 commits
    • Michael Jurka's avatar
      Fix NPE · ffc2682a
      Michael Jurka authored
      Bug: 7441452
      ffc2682a
    • Craig Mautner's avatar
      Extend background to full screen. · 360310b7
      Craig Mautner authored
      Gradient and black backgrounds were stopping at the Status Bar.
      When returning from a full screen app to the launcher the wallpaper
      was completely visible when it should have been obscured by these
      backgrounds. Making the app full screen while keeping the views
      within the system insets fixes this.
      
      Bug 7410717 fixed.
      
      Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
      360310b7
  3. 16 Nov, 2012 1 commit
  4. 15 Nov, 2012 1 commit
  5. 14 Nov, 2012 1 commit
  6. 13 Nov, 2012 1 commit
  7. 12 Nov, 2012 1 commit
  8. 10 Nov, 2012 1 commit
  9. 09 Nov, 2012 2 commits
  10. 06 Nov, 2012 3 commits
  11. 02 Nov, 2012 1 commit
  12. 01 Nov, 2012 1 commit
  13. 31 Oct, 2012 1 commit
  14. 30 Oct, 2012 1 commit
  15. 29 Oct, 2012 2 commits
    • Chet Haase's avatar
    • Chet Haase's avatar
      Stop animating All Apps during transition to Home · bc2f082d
      Chet Haase authored
      One of the sources of jank in launcher is during the All Apps -> Home
      transition. specifically, if the user has started a fling operation (where
      we are animating between pages in All Apps) and then hits the Home button,
      we continue the fling animation while also doing the transition to Home
      scale/fade animations. This causes a lot of work for launcher, particularly because
      the fling animation is causing the All Apps layer to get recreated on every frame.
      
      The fix is to simply pause the fling animation, then snap to its end state when the
      animation to Home is complete. We also need to pause/snap the scroll indicator animation,
      because it's fading animation causes the same layer-recreation jank that the fling
      itself causes.
      
      Issue #7387124 Home <-> All Apps transition animation is janky while flinging
      
      Change-Id: Icbcaf2d5b3b2f6ce8fd7419419d258248aa1475b
      bc2f082d
  16. 26 Oct, 2012 2 commits
  17. 25 Oct, 2012 5 commits
  18. 24 Oct, 2012 1 commit
    • Jamie Gennis's avatar
      Delay ACTION_MAIN processing when not focused. · cb222e85
      Jamie Gennis authored
      This change puts a 350 ms delay before processing the ACTION_MAIN intent when
      the window is not focused.  This makes the Launcher animation take place after
      the GPU-intensive portion of the window shade hide animation, resulting in
      smoother animations.
      
      Bug: 7401764
      Change-Id: I574f2ba398fcf38b423413f802673bbd4d983cd2
      cb222e85
  19. 23 Oct, 2012 2 commits
  20. 22 Oct, 2012 2 commits
  21. 19 Oct, 2012 8 commits