1. 14 Sep, 2015 1 commit
    • Sunny Goyal's avatar
      am ea9ad5ce: Merge remote-tracking branch \'origin/ub-launcher3-burnaby\' into mnc-dev · 5fcaab43
      Sunny Goyal authored
      * commit 'ea9ad5ce': (76 commits)
        Restoring provider behavior for reloading app on old devices   > For older devices, launcher will only reload in case of inserts with specific query parameters   > For older devices, launcehr will notify content observers of any internal inserts   > Chaning TAG for Launcher provider as max logging tag is only 23 characters
        Removing items which are on invalid screen
        Preventing null pointer crash when opening a folder
        Revert workaround for move to default screen on home intent.
        Fixing NPE in recycler view scroll bar.
        Adding workaround for regression caused by ag/752175
        Adding gradle script for Android Studio
        Override the overscroll color for the widget rows.
        Adding graphic for all apps empty search screen.
        Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed profile app
        Revert "Adding viewId for the QSB"
        Adding viewId for the QSB
        Fixing issue with missing scroll bar after fast-scrolling and searching.
        Fixing an issue where you would inadvertently start fastscrolling.
        Pending bind callbacks should be cleared before starting the loader, similar to startBinding
        Fixing widgets container inactive scroll bar color.
        Making the detached scrollbar catch up faster to the actual scroll position.
        Updating theme to use the light theme by default, instead of wallpaper theme   > This allows us to use all the goodness of material theme   > Cursor in folder edit text is no longer 1px wide
        Updating the target sdk to launcher
        Using the usermanager api to get creation time
        ...
      5fcaab43
  2. 11 Sep, 2015 1 commit
  3. 09 Sep, 2015 2 commits
  4. 04 Sep, 2015 1 commit
  5. 03 Sep, 2015 3 commits
  6. 01 Sep, 2015 1 commit
  7. 31 Aug, 2015 5 commits
  8. 28 Aug, 2015 6 commits
  9. 27 Aug, 2015 8 commits
  10. 25 Aug, 2015 1 commit
  11. 24 Aug, 2015 5 commits
  12. 21 Aug, 2015 4 commits
  13. 20 Aug, 2015 2 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