summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adding an asynchronous search interface for apps searchSunny Goyal2015-06-017-90/+357
* Fixing crash on tablets from merging scheme changes.Winson Chung2015-06-011-4/+4
* Merge "Add the Allow Rotation setting to Launcher3." into ub-launcher3-burnabyRahul Chaturvedi2015-06-014-10/+123
|\
| * Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-014-10/+123
* | Avoid merging app sections across scripts.Winson Chung2015-06-011-10/+30
* | Merge "Revert "Avoid merging sections across scripts."" into ub-launcher3-bur...Winson Chung2015-06-011-21/+6
|\ \
| * | Revert "Avoid merging sections across scripts."Winson Chung2015-06-011-21/+6
* | | Merge "Avoid merging sections across scripts." into ub-launcher3-burnabyWinson Chung2015-06-011-6/+21
|\| |
| * | Avoid merging sections across scripts.Winson Chung2015-06-011-6/+21
* | | Null check in accessibility delegateSunny Goyal2015-06-011-1/+5
* | | Merge "Start adding unit tests for the invariant device profile / Refactor" i...Hyunyoung Song2015-05-291-129/+119
|\ \ \
| * | | Start adding unit tests for the invariant device profile / RefactorHyunyoung Song2015-05-281-129/+119
* | | | Merge "Fixing screen jumps when performing DnD in rtl mode" into ub-launcher3...Sunny Goyal2015-05-291-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixing screen jumps when performing DnD in rtl modeSunny Goyal2015-05-291-0/+1
* | | | Move fast scrolling logic to BaseRecyclerViewHyunyoung Song2015-05-295-307/+395
* | | | Merge "Ensuring that each CacheEntry has a default title and content descript...Winson Chung2015-05-281-3/+9
|\ \ \ \
| * | | | Ensuring that each CacheEntry has a default title and content description.Winson Chung2015-05-281-5/+9
| | |/ / | |/| |
* | | | Merge "Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED even...Vadim Tryshev2015-05-281-1/+6
|\ \ \ \
| * | | | Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED event.Vadim Tryshev2015-05-281-1/+6
* | | | | Merge "Fixing non-scrolling of workspace view after opening/closing AllApps v...Vadim Tryshev2015-05-282-9/+12
|\ \ \ \ \
| * | | | | Fixing non-scrolling of workspace view after opening/closing AllApps vew.Vadim Tryshev2015-05-282-9/+12
| |/ / / /
* | | / / Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-276-76/+52
| |_|/ / |/| | |
* | | | Merge "Removing file IO used for checking configuration change" into ub-launc...Sunny Goyal2015-05-283-119/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removing file IO used for checking configuration changeSunny Goyal2015-05-263-119/+1
| | |/ | |/|
* | | Merge "Make sure all transition components run on the same thread" into ub-la...Adam Cohen2015-05-275-17/+127
|\ \ \
| * | | Make sure all transition components run on the same threadAdam Cohen2015-05-275-17/+127
| | |/ | |/|
* | | Fixing build breakageSunny Goyal2015-05-271-1/+1
* | | Removing SmoothPagedView as all its methods are disabledSunny Goyal2015-05-274-225/+16
|/ /
* | Merge "Introduce LauncherSearchCallback to handle search overlay status." int...Jun Mukai2015-05-273-0/+53
|\ \
| * | Introduce LauncherSearchCallback to handle search overlay status.Jun Mukai2015-05-123-0/+53
* | | Fixing workspace scrim not being drawnSunny Goyal2015-05-261-2/+2
| |/ |/|
* | Merge "Fix widget tray crash on screen rotation introduced by ag/694693" into...Hyunyoung Song2015-05-222-13/+29
|\ \
| * | Fix widget tray crash on screen rotation introduced byHyunyoung Song2015-05-222-13/+29
* | | Moving all apps code into sub package.Winson Chung2015-05-2215-137/+203
* | | Creating landscape and portrait device profiles at app initializationSunny Goyal2015-05-2214-368/+172
* | | Animating workspace active background changeSunny Goyal2015-05-212-47/+30
* | | Refactoring DeviceProfileAdam Cohen2015-05-2138-709/+646
* | | Merge "Tweaking method name." into ub-launcher3-burnabyWinson Chung2015-05-212-3/+3
|\ \ \
| * | | Tweaking method name.Winson Chung2015-05-212-3/+3
* | | | Merge "Fixing crash in previous CL." into ub-launcher3-burnabyWinson Chung2015-05-212-4/+10
|\| | |
| * | | Fixing crash in previous CL.Winson Chung2015-05-212-4/+10
* | | | Merge "Icons are not updated to TYPE_APPLICATION during restore" into ub-laun...Sunny Goyal2015-05-216-37/+49
|\ \ \ \ | |/ / / |/| | |
| * | | Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-216-37/+49
* | | | Merge "Preventing overdraw. Drawing background directly at the window, instea...Sunny Goyal2015-05-211-6/+20
|\ \ \ \
| * | | | Preventing overdraw. Drawing background directly at the window, instead ofSunny Goyal2015-05-211-6/+20
* | | | | Cleaning up some app model code.Winson Chung2015-05-212-96/+102
| |/ / / |/| | |
* | | | Merge "Breaking icon update task so that it doesn't block worker thread" into...Sunny Goyal2015-05-212-87/+120
|\ \ \ \
| * | | | Breaking icon update task so that it doesn't block worker threadSunny Goyal2015-05-212-87/+120
* | | | | Merge "Load PackageItemInfo in background thread to prevent ANR" into ub-laun...Hyunyoung Song2015-05-2110-58/+62
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-2110-58/+62