1. 04 Apr, 2016 1 commit
  2. 29 Feb, 2016 1 commit
  3. 26 Feb, 2016 1 commit
  4. 24 Feb, 2016 1 commit
  5. 23 Feb, 2016 1 commit
  6. 19 Feb, 2016 1 commit
  7. 15 Feb, 2016 1 commit
  8. 11 Feb, 2016 1 commit
    • Sunny Goyal's avatar
      Fixing crash during rotation · bb702584
      Sunny Goyal authored
      > Different views with same IDs were saving state
      > Fixing scroll getting reset on rotation
      
      Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
      bb702584
  9. 10 Feb, 2016 1 commit
    • Tony Wickham's avatar
      Change widget host view background when giving focus to child. · fb788564
      Tony Wickham authored
      Before, the FocusIndicatorView stayed on the widget host unless the
      widget had its own focus change listener, which caused a couple of
      problems, namely  (1) it was hard to know where the focus was from
      a user's standpoint, and (2) the focus indicator could get stuck on
      the screen if you entered a widget and then long-pressed workspace.
      Now, the focus indicator goes away and instead the widget is framed
      with a white border to indicate that the focus is inside it. The
      frame goes away when pressing ESC or when touching the screen.
      
      Bug: 26744224
      
      Change-Id: I14025576fd7a9f901b4d969b878af0bebad79a70
      fb788564
  10. 08 Feb, 2016 1 commit
  11. 01 Feb, 2016 1 commit
  12. 30 Jan, 2016 1 commit
  13. 19 Jan, 2016 1 commit
  14. 19 Dec, 2015 1 commit
    • Sunny Goyal's avatar
      Adding support for negative x and y in layout xml. · 96a0963c
      Sunny Goyal authored
      Fixing default configurations for some screen sizes.
      
      > Negative values for x and y are parsed as distance from end
      column and row respectively. e.g.  (-1, -2) => (3, 2) in a
      4x4 grid
      
      Bug: 26110981
      Change-Id: I4ca30e225ed6e2a31610ab23235d2cd10e8d317c
      96a0963c
  15. 02 Dec, 2015 1 commit
  16. 29 Oct, 2015 1 commit
    • Tony Wickham's avatar
      Setting correct height for search bar widget options bundle. · a3c74d10
      Tony Wickham authored
      - Seperate search bar height from its top and bottom paddings
      - Report this height plus 8dps top and bottom for the widget options
      - Use a separate bottom padding to adjust spacing between QSB and
        the workspace
      - Add tests to verify the height of the search bar in both normal and
        tall modes (ran on Nexus 6, 7, and 10)
      Change-Id: Ia7557785d1b38194eee869d0460456e8f33447d5
      a3c74d10
  17. 21 Oct, 2015 2 commits
  18. 19 Oct, 2015 2 commits
  19. 12 Oct, 2015 2 commits
  20. 08 Oct, 2015 2 commits
    • Tony Wickham's avatar
      Added launcher callback to specify search bar height. · 55616cd3
      Tony Wickham authored
      The search bar can now be be normal or tall. When it is set to tall,
      the hotseat and page indicators move down so that the workspace isn't
      compressed quite as much.
      
      Change-Id: Id92a946eab3a93524999f92efd847a501a95f002
      55616cd3
    • Tony Wickham's avatar
      Grid adjustments, specifically for Ryu. · d6b4037b
      Tony Wickham authored
      > Less than 14% of the screen is used for left/right workspace padding.
        (To be clear, this means 7% for the left and 7% for the right.)
      > Hotseat icons are the same size as workspace icons.
      > Far left and right hotseat edges line up with workspace edges.
      > All Apps button is scaled down 8dp.
      
      Bug: 24003478
      
      Change-Id: Idb057ab0f6ba29e7fd93feac7573ca2e07c7e839
      d6b4037b
  21. 07 Oct, 2015 2 commits
  22. 06 Oct, 2015 1 commit
  23. 05 Oct, 2015 2 commits
    • Sunny Goyal's avatar
      Jailing the saved instance state of all the dynamically generated views · d1a0e8b5
      Sunny Goyal authored
      Using itemId instead of generating a new id for each item. This is because
      if the process gets killed, View.generateId will get reset but we will still
      receive the generated item id map in onRestoreInstance. This will cause
      conflicts with newly generated item ids.
      
      We wrap all the generated homescreen views inside a single sparse array. This
      ensures that we do not cause any conflict with dynamically generated views in
      other parts of the UI.
      
      Bug: 16840760
      Change-Id: I6fe69c2e1dd463402f51222715fae31b9d4dd240
      d1a0e8b5
    • Geoff Mendal's avatar
      Import translations. DO NOT MERGE · 521c59a8
      Geoff Mendal authored
      Change-Id: Id66043bc65557ef6a886bb1bec6ef18590a7056b
      Auto-generated-cl: translation import
      521c59a8
  24. 01 Oct, 2015 1 commit
  25. 30 Sep, 2015 2 commits
  26. 25 Sep, 2015 1 commit
    • Sunny Goyal's avatar
      Accessibility fixes · e78e3d73
      Sunny Goyal authored
      1) Use a different content description for temporary new page
      2) Use different accessibility description for add widget toast
      3) Announce when an item is deleted
      4) Announce when hovering over a drop target
      5) Announce state during drag-n-drop and widget resize (similar to seekbar)
      
      Bug: 23573321, 24057944
      Change-Id: Icabb317625e70c78e11c0b4f99b9339172d93594
      e78e3d73
  27. 23 Sep, 2015 2 commits
    • Winson's avatar
      Adding small padding between icons in AllApps. · 122a753d
      Winson authored
      Bug: 23948851
      Change-Id: If7daf84be0c5b314c5afd896d2601028ee243c80
      122a753d
    • Winson's avatar
      Fixing workspace state issue with option menu. · 46163475
      Winson authored
      - Hitting a ctrl key combo will actually call onPrepareOptionsMenu(), which
        will change the state of the workspace incorrectly.  Instead, listen for
        the menu button, and only allow the user to enter overview mode if they
        are currently not dragging or in an overlay state (like all apps or
        widgets).
      - Also making the overview buttons focusable so that they are focused when
        you go into overview mode.
      
      Bug: 22483367
      Change-Id: Ie6e9febd8a5a4e7ad25d745639d42d1c7b9801b4
      46163475
  28. 14 Sep, 2015 1 commit
  29. 04 Sep, 2015 1 commit
  30. 28 Aug, 2015 2 commits
  31. 27 Aug, 2015 1 commit