1. 23 Apr, 2010 5 commits
  2. 21 Apr, 2010 2 commits
  3. 19 Apr, 2010 2 commits
  4. 16 Apr, 2010 2 commits
    • Adam Powell's avatar
      Change workspace scroller interpolator · 495f2892
      Adam Powell authored
      Change-Id: I1d8f1ceb39dc21e58c833cf030a41d08913ef7e3
      495f2892
    • Daniel Sandler's avatar
      More Launcher performance improvements. · 2ff10b3b
      Daniel Sandler authored
      * Removed another redundant sort
      * Correctly set the thread priority to BACKGROUND for the
        all apps loading step.
      * Moved batch delay to a resource
      * Reduced delay between loading batches of apps to 100ms
        (we really just want to sleep a tiny bit between batches
        to give the UI time to react)
      
      Bug: 2562420
      Bug: 2599979 (related)
      Change-Id: I1ae72a68c1a47377a9eb62827fe7666bfc50caa5
      2ff10b3b
  5. 15 Apr, 2010 5 commits
  6. 14 Apr, 2010 3 commits
    • Daniel Sandler's avatar
      Batch loading of icons for AllApps. · dca66123
      Daniel Sandler authored
      AllAppsList now maintains <data> and <added> in sorted
      order, to amortize the cost of sorting the apps list over
      multiple batches.
      
      Launcher boosts thread priority on first launch, but we now
      reduce thread priority to normal after the main workspace
      has been drawn but before all apps are loaded.
      
      Experimental feature: a short delay is introduced between
      batches to help free up the CPU (as well as to show that we
      are indeed batching apps).
      
      Bug: 2562420
      Change-Id: I2035ec3e819b4e7993a80c6d03bfad3914c95a7a
      dca66123
    • Joe Onorato's avatar
      Fix 2575588 - After creating new folder shortcut unable to navigate between... · 7018d8e3
      Joe Onorato authored
      Fix 2575588 - After creating new folder shortcut unable to navigate between home screen using touch.
      
      Somebody fixed a bug in managed dialogs where it wouldn't
      create the dialog after a configuration change.  This means that we
      shouldn't set mWaitingForResult in createDialog, we need to set it in
      onShow.  This is what the add dialog was already doing.
      
      Change-Id: I955c2f7cd4a47213f84986ec9ba251146b1ac423
      7018d8e3
    • Joe Onorato's avatar
      Fix 2583234 - It's ok for mCallbacks to be null. · ac03330c
      Joe Onorato authored
      Change-Id: Iec8df7b668a4657677f9c5421d00aa1b7df91015
      ac03330c
  7. 13 Apr, 2010 1 commit
  8. 08 Apr, 2010 1 commit
  9. 06 Apr, 2010 2 commits
    • Daniel Sandler's avatar
      a78512c6
    • Romain Guy's avatar
      Last minute hack to deliver touch events to widget in landscape mode. · 3af60018
      Romain Guy authored
      Bug #2562729
      
      In landscape, the left and right dots buttons are 93dip wide; this makes them overlap
      with widgets at the bottom of the screen. The dots do not need to be that wide but
      we chose this size to make it easier to tap them in portrait. To avoid issues in
      landscape, this change introduces a new type of ImageView that can ignore touch
      events in a certain zone. This was easier and cheaper than re-cutting 36+ assets.
      
      Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
      3af60018
  10. 02 Apr, 2010 2 commits
  11. 29 Mar, 2010 1 commit
  12. 25 Mar, 2010 1 commit
  13. 23 Mar, 2010 5 commits
  14. 22 Mar, 2010 1 commit
  15. 19 Mar, 2010 1 commit
  16. 18 Mar, 2010 6 commits