summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pulling out predictions into another row view.Winson Chung2015-05-135-134/+322
* Fixing regression from g/649060 regarding building layers for detached views.Winson Chung2015-05-131-2/+4
* Minor visual tweaks.Winson Chung2015-05-134-61/+150
* Typecast to correct LayoutParamsHyunyoung Song2015-05-121-3/+4
* Fixing several layout issues.Hyunyoung Song2015-05-123-109/+34
* Merge "Removing empty folders in loader" into ub-launcher3-burnabySunny Goyal2015-05-121-0/+16
|\
| * Removing empty folders in loaderSunny Goyal2015-05-121-0/+16
* | Merge "Using BubbleTextView for widget section headers" into ub-launcher3-bur...Sunny Goyal2015-05-123-19/+30
|\ \
| * | Using BubbleTextView for widget section headersSunny Goyal2015-05-123-19/+30
| |/
* | Merge "Preventing NullPointerException when cancelling a shortcut addition" i...Sunny Goyal2015-05-121-1/+3
|\ \
| * | Preventing NullPointerException when cancelling a shortcut additionSunny Goyal2015-05-121-1/+3
* | | Tweaking section processing for different languagesWinson Chung2015-05-124-46/+122
|/ /
* | Merge "Exploring dense all apps layout." into ub-launcher3-burnabyWinson Chung2015-05-126-31/+110
|\ \ | |/ |/|
| * Exploring dense all apps layout.Winson Chung2015-05-116-31/+110
* | Fixing issue with font size.Winson Chung2015-05-121-2/+2
|/
* Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-115-49/+42
|\
| * Various icon size changesSunny Goyal2015-05-115-49/+42
* | Merge "Updating folder grid sizes for various devices" into ub-launcher3-burnabySunny Goyal2015-05-113-27/+29
|\ \
| * | Updating folder grid sizes for various devicesSunny Goyal2015-05-113-27/+29
* | | Merge "Ensure that clipping widget size is 20~40% of its width on every devic...Hyunyoung Song2015-05-114-5/+121
|\ \ \
| * | | Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-114-5/+121
* | | | Merge "Initial changes to support predicted apps." into ub-launcher3-burnabyWinson Chung2015-05-117-41/+172
|\ \ \ \ | |_|_|/ |/| | |
| * | | Initial changes to support predicted apps.Winson Chung2015-05-117-41/+172
* | | | Merge "When updating an icon, keeping the drawable padding same as before" in...Sunny Goyal2015-05-111-2/+2
|\ \ \ \
| * | | | When updating an icon, keeping the drawable padding same as beforeSunny Goyal2015-05-111-2/+2
* | | | | Merge "Trim all whitespace from titles and labels." into ub-launcher3-burnabyWinson Chung2015-05-1117-55/+72
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / Trim all whitespace from titles and labels.Winson Chung2015-05-0817-55/+72
| | |/ | |/|
* | | Merge "Using xml-drawable and elevation as folder background" into ub-launche...Sunny Goyal2015-05-112-4/+22
|\ \ \
| * | | Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-072-4/+22
* | | | Merge "Accessibility: Folder drag and drop fixes" into ub-launcher3-burnabySunny Goyal2015-05-114-15/+57
|\ \ \ \
| * | | | Accessibility: Folder drag and drop fixesSunny Goyal2015-05-054-15/+57
* | | | | Merge "Adding accessibility widget resize" into ub-launcher3-burnabySunny Goyal2015-05-112-1/+115
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding accessibility widget resizeSunny Goyal2015-05-062-1/+115
* | | | | Fixing issue with fast scroller not showing sub-section headers.Winson Chung2015-05-094-127/+99
* | | | | Merge "Updating sticky headers." into ub-launcher3-burnabyWinson Chung2015-05-094-84/+244
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Updating sticky headers.Winson Chung2015-05-084-84/+244
* | | | | Merge "Make common base class to update container bounds and to handle scroll...Winson Chung2015-05-087-207/+304
|\ \ \ \ \
| * | | | | Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-087-207/+304
| | |_|_|/ | |/| | |
* | | | | Merge "Fixing issue where apps were not re-sorted after updating." into ub-la...Winson Chung2015-05-071-8/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixing issue where apps were not re-sorted after updating.Winson Chung2015-05-071-8/+10
| |/ / /
* | | | Merge "Widgets should also be bound when binding all apps. b/20915830" into u...Hyunyoung Song2015-05-071-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Widgets should also be bound when binding all apps.Hyunyoung Song2015-05-071-2/+4
* | | | Merge "Adding abstract methods for new RecyclerView lib." into ub-launcher3-b...Adam Cohen2015-05-072-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Adding abstract methods for new RecyclerView lib.Winson Chung2015-05-072-0/+8
* | | | Merge "Removing some dead code in paged view" into ub-launcher3-burnabySunny Goyal2015-05-075-709/+68
|\ \ \ \
| * | | | Removing some dead code in paged viewSunny Goyal2015-05-065-709/+68
* | | | | Merge "Skipping package update tasks if loader has not yet run." into ub-laun...Sunny Goyal2015-05-071-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Skipping package update tasks if loader has not yet run.Sunny Goyal2015-05-061-0/+4
| |/ / /
* | | | Explorations in dense grids for all apps.Winson Chung2015-05-068-264/+430
* | | | Fix build in ub-launcher3-masterAdam Cohen2015-05-062-14/+34