summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/widget
Commit message (Collapse)AuthorAgeFilesLines
* WidgetTray UI tweakHyunyoung Song2015-04-192-6/+4
| | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* Fix null pointer exception in WidgetsModelHyunyoung Song2015-04-141-0/+2
| | | | | | | | | | Due to not clearing the PackageItemInfos list when uninstall happened, uninstalled PackageItemInfo lingered around when there wasn't associated Widgets to it. Hence causing null pointer exception. b/20216900 Change-Id: I5601cf618079044d24ffc3ee835c1468fa2e9371
* WidgetTray improvementHyunyoung Song2015-04-134-64/+48
| | | | | | | | | | | | | | | | | | UI - Fixing the issue of widget row not rendering - Moved the resetting of previous bitmap to the start of onBind instead of the onDetachedWindow. Performance - WidgetModel do not have to keep packageName list around. Will com in immediate follow up CLs - use lowRes widgets bitmap before fully loading the fullRes one. - application icons are fully loaded in background thread. b/19897708 Change-Id: I5b3b43a5c543a5135c395f90df32e66d57dc86e0
* Merge "Removing unused View ctor introduced in L." into ub-launcher3-burnabyWinson Chung2015-04-101-4/+0
|\
| * Removing unused View ctor introduced in L.Winson Chung2015-04-091-4/+0
| | | | | | - This prevents us from running on K/pre-K
* | WidgetTray UI improvementHyunyoung Song2015-04-093-1/+6
|/ | | | | | | | | | - Long application title should be ellipsized - Disable the drawable when the view is no longer attached to the window - Save the PackageItemInfo to the WidgetModel once full res icon bitmap is loaded b/19897708 Change-Id: I96f260f9d165b206905a127fcee9879556c3d0c4
* WidgetTray revamp workHyunyoung Song2015-04-0810-0/+1404
- RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc