summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | - Disabling section headers in all apps on tablet layouts - Fixing issue with predictions not showing on rotation - Fixing issue with over-aggressive dismissing of keyboard & filtered app state - Fixing issue where the container bounds were running straight up to the nav bar Change-Id: I5a5a56afa75b50be96af4894bf785ffbb1b15fb3
* | Fixing issue with font size.Winson Chung2015-05-121-2/+2
|/ | | | Change-Id: I3f32840333f96ce49dfb915da3f335de0c0b022e
* Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-115-49/+42
|\
| * Various icon size changesSunny Goyal2015-05-115-49/+42
| | | | | | | | | | | | | | 1) Setting different icon and text size for workspace and all apps 2) Setting padding during BubbleTextView inflation Change-Id: I59da6986b0d98e8e2aa6065743bb799a6bf06a37
* | 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
| | | | | | | | | | | | Change-Id: Ifd5930a4d6f54428500c0ef61ef21c0fc6a6f5cd
* | | Merge "Ensure that clipping widget size is 20~40% of its width on every ↵Hyunyoung Song2015-05-114-5/+121
|\ \ \ | | | | | | | | | | | | devices" into ub-launcher3-burnaby
| * | | Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-114-5/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | b/20338324 b/20763871 Change-Id: I69114cb6dfec95c473313a440a6db76a052e5601
* | | | 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
| | | | | | | | | | | | Change-Id: I80117d51074fe3dbdbb8d81cae886b1dffdfb86a
* | | | Merge "When updating an icon, keeping the drawable padding same as before" ↵Sunny Goyal2015-05-111-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | into ub-launcher3-burnaby
| * | | | When updating an icon, keeping the drawable padding same as beforeSunny Goyal2015-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17879518 Change-Id: Ifc819c353069bf470fd7ef6f989e4a2ea1289d2d
* | | | | 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
| | |/ | |/| | | | | | | | | | | | | Bug: 20953160 Change-Id: I1610df5e445a4139522226f68fa6439926bc70c6
* | | Merge "Using xml-drawable and elevation as folder background" into ↵Sunny Goyal2015-05-112-4/+22
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-072-4/+22
| | | | | | | | | | | | | | | | Change-Id: I21376bd3de8cd58c646d0898d5a8303af9057218
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Do not allow empty cells on the last page to be click targets > Make drop targets accessible > Do not close folder on tap outside Change-Id: I7cae20e45097092f41408b888e20b6c40c17d981
* | | | | Merge "Adding accessibility widget resize" into ub-launcher3-burnabySunny Goyal2015-05-112-1/+115
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding accessibility widget resizeSunny Goyal2015-05-062-1/+115
| | | | | | | | | | | | | | | | | | | | Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
* | | | | Fixing issue with fast scroller not showing sub-section headers.Winson Chung2015-05-094-127/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed some old logic to draw merged section headers Change-Id: I2a7ff9948a3dce253d6bdcda89cc9f222faab309
* | | | | Merge "Updating sticky headers." into ub-launcher3-burnabyWinson Chung2015-05-094-84/+244
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Updating sticky headers.Winson Chung2015-05-084-84/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The whole section's headers are drawn together, moving as a group until it reaches the individual bounds for each letter in the section - Adding animation to search button -> field transition - Fixing section header text measuring causing sections not to be centered - Forcing the merge to stop if an app has > 3 full rows; on both phone and tablet, merging a large section with anything else seems to be less useful
* | | | | Merge "Make common base class to update container bounds and to handle ↵Winson Chung2015-05-087-207/+304
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | scroll logic." into ub-launcher3-burnaby
| * | | | | Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-087-207/+304
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 20763871 Change-Id: I8c2f45cfb10964e4be7e9c07c89dd336585c9989
* | | | | Merge "Fixing issue where apps were not re-sorted after updating." into ↵Winson Chung2015-05-071-8/+10
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | ub-launcher3-burnaby
| * | | | Fixing issue where apps were not re-sorted after updating.Winson Chung2015-05-071-8/+10
| |/ / / | | | | | | | | | | | | | | | | Bug: 20163738 Change-Id: I2fbefc6f451d8eef3d17f727be450a04204a9ca3
* | | | Merge "Widgets should also be bound when binding all apps. b/20915830" into ↵Hyunyoung Song2015-05-071-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Widgets should also be bound when binding all apps.Hyunyoung Song2015-05-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | b/20915830 Change-Id: I772156f8a8d361f485fb4d7edc447c2cee2edf23
* | | | Merge "Adding abstract methods for new RecyclerView lib." into ↵Adam Cohen2015-05-072-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Adding abstract methods for new RecyclerView lib.Winson Chung2015-05-072-0/+8
| | | | | | | | | | | | | | | | Change-Id: I50c3dfaecd79a87340ed4eeaa3195a26311062e0
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing fling to delete pages > Removing delete drop target for pages > Removing syncpages support (was used by paged all apps) Change-Id: I0a35ae30da8c48a27aac341bbee9fb5623665902
* | | | | Merge "Skipping package update tasks if loader has not yet run." into ↵Sunny Goyal2015-05-071-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Skipping package update tasks if loader has not yet run.Sunny Goyal2015-05-061-0/+4
| |/ / / | | | | | | | | | | | | | | | | Bug: 20754508 Change-Id: Id2ddcff42cd41e4f9875ad6ef95f648365502b75
* | | | Explorations in dense grids for all apps.Winson Chung2015-05-068-264/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds sticky section headers - Removing AppsListAdapter - Adding search bar field - Subtitle filtering Bug: 20222023 Change-Id: I1eaef701b5d68f475615f09d86561eacc91c937f
* | | | Fix build in ub-launcher3-masterAdam Cohen2015-05-062-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | -> Stop depending on new RecyclerView methods Change-Id: Ib2c58b24e2b796e6e7b3cd5e4bb927dc3f11faf2
* | | | Merge "Make drag and drop also work when the widget tray is still in scroll ↵Hyunyoung Song2015-05-073-91/+96
|\ \ \ \ | | | | | | | | | | | | | | | mode." into ub-launcher3-burnaby
| * | | | Make drag and drop also work when the widget tray is still in scroll mode.Hyunyoung Song2015-05-063-91/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/20698514 Change-Id: Ic075f0016d5e00bbdec193bbcd2e311da1957388
* | | | | Updating the icon cache after all apps has been bound.Sunny Goyal2015-05-063-40/+89
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | > Updating the cache DB version to reset existing cache. Bug: 20834835 Change-Id: I298ca9ddcc4dd270b25b767447ecde01ef41a916
* | | | Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-064-14/+160
| |/ / |/| | | | | | | | Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
* | | Merge "Adding workprofile shortcuts after the loader has completed" into ↵Sunny Goyal2015-05-061-10/+51
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Adding workprofile shortcuts after the loader has completedSunny Goyal2015-05-041-10/+51
| | | | | | | | | | | | | | | | Change-Id: Id466d8e164feeac427d969d6bc0ed3ca7a218ac4
* | | | Merge "Fixing all apps relayout issue." into ub-launcher3-burnabyWinson Chung2015-05-061-2/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixing all apps relayout issue.Winson Chung2015-05-051-2/+9
| | |/ | |/| | | | | | | | | | Bug: 20617223 Change-Id: Ia7efbdb1c8744ca58070b6b20e96bcb19389c0d1
* | | Merge "Ensuring we wait until resume before binding all apps. " into ↵Winson Chung2015-05-051-0/+17
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Ensuring we wait until resume before binding all apps. Winson Chung2015-05-051-0/+17
| | | | | | | | | Bug: 20759810
* | | Use valid context inside LauncherModel when calling loadAndBindXXXHyunyoung Song2015-05-051-1/+3
| | | | | | | | | | | | | | | | | | b/20851075 Change-Id: Ie3feb387a142d4e11a0a18bbcc4fd4932cfe4439
* | | Merge "Adding accessibility action to move item out of a folder" into ↵Sunny Goyal2015-05-051-0/+32
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby