1. 07 Mar, 2014 1 commit
    • Dan Sandler's avatar
      Don't lose icons when migrating from different-sized hotseats. · ab5fa3a0
      Dan Sandler authored
      Launcher2 on sw720dp devices had 8 hotseat slots; Launcher3
      has only 6 on those same devices. When importing the old
      hotseat, the empty slot (so technically there were 9)
      occupied by the all apps button didn't line up with the new
      all apps button, causing a hole on the hotseat. Furthermore,
      the icon in old position 3 was clobbered by the new all apps
      icon:
      
          0 1 2 3 (#) 4 5 6 7 ==> 0 1 2 (:) _ 4 5
      
      In this CL we introduce a separate sort-and-place step for
      hotseat icons so that any icon colliding with the new
      all-apps slot can be moved to the right to find the next
      nearest open slot. This works well for the 8->6 case; it
      will probably do something reasonable, if not ideal, for
      other grid migration scenarios.
      
      But those are not covered by this bug.
      
      Bug: 13015468
      Change-Id: I7edb3f27addc78ad02bbfcd1c39175ca56220007
      ab5fa3a0
  2. 04 Mar, 2014 3 commits
  3. 03 Mar, 2014 5 commits
  4. 01 Mar, 2014 1 commit
  5. 28 Feb, 2014 2 commits
  6. 27 Feb, 2014 2 commits
  7. 26 Feb, 2014 2 commits
  8. 25 Feb, 2014 3 commits
  9. 24 Feb, 2014 2 commits
  10. 21 Feb, 2014 1 commit
    • Adam Cohen's avatar
      Fix issue where clings didn't appear after set up wizard (issue 13077829) · 71e03b99
      Adam Cohen authored
      -> Also removed the db-created as a criteria for showing the clings
         (this was a bit problematic in some cases and going forward)
      -> Instead, we use database upgrade as a signal to not show the clings.
         This is used instead of the above criteria (to prevent old users from
         seeing the migration cling and losing their data.)
      -> Stripped some old code related to custom clings that's no longer used.
      
      Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
      71e03b99
  11. 20 Feb, 2014 4 commits
  12. 14 Feb, 2014 1 commit
  13. 13 Feb, 2014 1 commit
  14. 12 Feb, 2014 1 commit
  15. 11 Feb, 2014 3 commits
  16. 10 Feb, 2014 2 commits
  17. 08 Feb, 2014 1 commit
    • Adam Cohen's avatar
      Fix NPE in when dropping from all apps (issue 12917451) · ec0d61d7
      Adam Cohen authored
      When dropping from all apps, accept drop was returning true if the item
      was above a folder, however, when it came time to complete the drop,
      the folder wouldn't accept the item. This can be prevented by increasing
      the criteria in acceptDrop.
      
      Change-Id: Ib644ec45984e8366c33bb674f3d3a76e22ed5160
      ec0d61d7
  18. 06 Feb, 2014 1 commit
  19. 05 Feb, 2014 4 commits