summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/widget
Commit message (Expand)AuthorAgeFilesLines
* Refactoring fast scroller.Winson Chung2015-06-232-36/+33
* Remove DEBUG flag inside WidgetsListAdapterHyunyoung Song2015-06-171-1/+1
* Refactoring all apps search to support external search bar.Winson Chung2015-06-152-35/+14
* Merge "Make WidgetsRecyclerView not crash on MNC support lib" into ub-launche...Hyunyoung Song2015-06-091-2/+6
|\
| * Make WidgetsRecyclerView not crash on MNC support libHyunyoung Song2015-06-081-2/+6
* | Merge "Fixing preloaded widget not getting used for animation" into ub-launch...Sunny Goyal2015-06-083-127/+64
|\ \ | |/ |/|
| * Fixing preloaded widget not getting used for animationSunny Goyal2015-06-023-128/+64
* | Improve AyncTask throughput inside WidgetPreviewLoaderHyunyoung Song2015-06-052-1/+11
* | Merge "Consistent scrolling experience for All apps and widget tray" into ub-...Hyunyoung Song2015-06-042-11/+68
|\ \
| * | Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-042-11/+68
* | | Fixing different bitmap sizes in different orientationsSunny Goyal2015-06-031-0/+1
* | | Merge "Stylus support: creating and setting listeners for stylus button press...Mady Mellor2015-06-031-0/+13
|\ \ \ | |_|/ |/| |
| * | Stylus support: creating and setting listeners for stylus button pressMady Mellor2015-06-021-0/+13
| |/
* / Removing some synthetic method creationSunny Goyal2015-06-022-3/+5
|/
* Move fast scrolling logic to BaseRecyclerViewHyunyoung Song2015-05-293-3/+75
* Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-271-15/+6
* Moving all apps code into sub package.Winson Chung2015-05-221-6/+6
* Refactoring DeviceProfileAdam Cohen2015-05-214-24/+28
* Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-214-198/+6
* Removing unnecessary linear layoutSunny Goyal2015-05-201-1/+1
* Removing override annotation to fix build.Winson Chung2015-05-201-1/+0
* Unify sorting between all apps and widget trayHyunyoung Song2015-05-191-12/+6
* Widget cell improvementSunny Goyal2015-05-194-78/+95
* Reducing calls to onCreateViewHolder due to animating children.Winson Chung2015-05-152-0/+10
* Removing some dead code and extra view creation.Winson Chung2015-05-152-13/+7
* Merge "Place the work profile badge in the correct bottom right (left for RTL...Hyunyoung Song2015-05-153-28/+13
|\
| * Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-143-28/+13
* | Various lint error fixes.Sunny Goyal2015-05-141-4/+8
* | Set proper height of the widget tray container for preloading.Hyunyoung Song2015-05-131-1/+3
|/
* Typecast to correct LayoutParamsHyunyoung Song2015-05-121-3/+4
* Fixing several layout issues.Hyunyoung Song2015-05-123-109/+34
* Merge "Using BubbleTextView for widget section headers" into ub-launcher3-bur...Sunny Goyal2015-05-121-13/+4
|\
| * Using BubbleTextView for widget section headersSunny Goyal2015-05-121-13/+4
* | Exploring dense all apps layout.Winson Chung2015-05-111-1/+1
|/
* Merge "Ensure that clipping widget size is 20~40% of its width on every devic...Hyunyoung Song2015-05-113-2/+119
|\
| * Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-113-2/+119
* | Trim all whitespace from titles and labels.Winson Chung2015-05-082-5/+4
|/
* Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-082-66/+16
* Adding abstract methods for new RecyclerView lib.Winson Chung2015-05-071-0/+4
* Explorations in dense grids for all apps.Winson Chung2015-05-061-1/+1
* Fix build in ub-launcher3-masterAdam Cohen2015-05-061-7/+17
* Make drag and drop also work when the widget tray is still in scroll mode.Hyunyoung Song2015-05-062-90/+80
* Set preloading for the WidgetTray recycler view.Hyunyoung Song2015-05-011-1/+12
* Removes code that is incompatible with google3, Velvet build rules.Hyunyoung Song2015-04-301-4/+0
* WidgetPreviewLoader concurrency issue / Caching improvementHyunyoung Song2015-04-284-20/+21
* Widget tray alignment according to UX specHyunyoung Song2015-04-272-16/+14
* Add drop animation / Toast to widgettrayHyunyoung Song2015-04-234-190/+291
* WidgetTray UI tweakHyunyoung Song2015-04-192-6/+4
* Fix null pointer exception in WidgetsModelHyunyoung Song2015-04-141-0/+2
* WidgetTray improvementHyunyoung Song2015-04-134-64/+48