summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-3/+0
| | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* Updating drop target assetsSunny Goyal2015-04-2858-8/+9
| | | | Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
* Merge "Widget tray alignment according to UX spec - Fixing an issue where ↵Hyunyoung Song2015-04-284-28/+22
|\ | | | | | | widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window." into ub-launcher3-burnaby
| * Widget tray alignment according to UX specHyunyoung Song2015-04-274-28/+22
| | | | | | | | | | | | | | | | | | - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7
* | Merge "Making QSB alingment match with that of recents" into ↵Sunny Goyal2015-04-271-2/+1
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Making QSB alingment match with that of recentsSunny Goyal2015-04-231-2/+1
| | | | | | | | | | | | Change-Id: I6be59c721cbd163641013ca6c5e1776cf2162a0d
* | | Goodbye folder sortingSunny Goyal2015-04-271-3/+1
| |/ |/| | | | | | | | | > Removing all traces of folder sorting Change-Id: Id77a7745564c869f5c5c1b3a560bf606fe08b107
* | Merge "Add drop animation / Toast to widgettray" into ub-launcher3-burnabyHyunyoung Song2015-04-241-2/+2
|\ \
| * | Add drop animation / Toast to widgettrayHyunyoung Song2015-04-231-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | - show instruction toast on clicking the widget - Add animation when widget drops on the workspace. Added WidgetHostViewLoader to handle short press and assign widget host view to enable animation b/19897708 Change-Id: Iec36d72cb21bf09343d0beeb31a09bf8b0cb5e0d
* | Accessibility fixesSunny Goyal2015-04-241-2/+2
| | | | | | | | | | | | | | | | > Enabling top bar buttons in accessibility drag-drop > Unifying logic to show delete/uninstall/app-info targets > Announcing cell loction as 1-index instead of 0-index Change-Id: Ibc7801f77e938b2646f0655462cbe9b7f781818b
* | Rearranging drop target relative positionsSunny Goyal2015-04-231-10/+10
|/ | | | | | | > It will now show either [Remove, Uninstall] or [App Info, Uninstall] Bug: 20529800 Change-Id: Ifda6f24cca5c38e84c68560cbeb5f29bade75b6a
* Merge "Widgettray UI tweak that introduces bounding box around the widgets." ↵Hyunyoung Song2015-04-223-11/+8
|\ | | | | | | into ub-launcher3-burnaby
| * Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-223-11/+8
| | | | | | | | | | | | | | | | Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc
* | Refactoring to single path for overview mode.Winson Chung2015-04-212-8/+1
|/ | | Change-Id: I590a813c6f031342d75c3a6c3e9c9afda1808f2e
* WidgetTray UI tweakHyunyoung Song2015-04-196-18/+17
| | | | | | | | | | | - 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
* Merge "Updating drop button targets" into ub-launcher3-burnabySunny Goyal2015-04-171-0/+13
|\
| * Updating drop button targetsSunny Goyal2015-04-161-0/+13
| | | | | | | | | | | | | | | | > Splitting DeleteDropTarget into delete and uninstall > Showing UninstallDropTarget for app shortcuts on workspace > Showing InfoDropTarget only when developer options is enabled Change-Id: I4396571d2199d1581bb9c733aef88ab9b0ebd79d
* | Removing market iconSunny Goyal2015-04-173-0/+0
|/ | | | Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5
* Merge "Updating pageindicator assets" into ub-launcher3-burnabySunny Goyal2015-04-1620-0/+0
|\
| * Updating pageindicator assetsSunny Goyal2015-04-1420-0/+0
| | | | | | | | Change-Id: I22d6a53f0c372a128b47ec95857793477317fc07
* | Merge "Fixing regression in AllApps being aggressively dismissed after ↵Winson Chung2015-04-161-1/+2
|\ \ | |/ |/| | | returning to Launcher." into ub-launcher3-burnaby
| * Fixing regression in AllApps being aggressively dismissed after returning to ↵Winson Chung2015-04-101-1/+2
| | | | | | | | | | | | | | | | | | Launcher. - Adding workaround to prevent the built-in search box from being focused when AllApps is shown again Bug: 20143148 Change-Id: Id546d3e5fedc724d95e067d26115ee716ac1d626
* | Merge "WidgetTray improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-131-1/+0
|\ \
| * | WidgetTray improvementHyunyoung Song2015-04-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | When the managed profile is created, a "Work" folder is created and added to the homescreen. All work profile apps are added to this folder and icons for subsequent installs (withing a fixed time frame) are automatically added to this folder. If this folder get deleted or the time-frame expires, icon for any new install is placed on the homescreen. Bug: 17410319 Change-Id: I49f4e437707d5eabe4eec85320765bf6ba7fde97
* | Merge "WidgetTray UI improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-102-1/+3
|\ \
| * | WidgetTray UI improvementHyunyoung Song2015-04-092-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge "Initial changes to support a fixed all-apps layout." into ↵Winson Chung2015-04-0911-44/+20
|\ \ \ | | |/ | |/| | | | ub-launcher3-burnaby
| * | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-0911-44/+20
| |/ | | | | | | | | | | | | | | | | | | - Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
* / Updating folder UISunny Goyal2015-04-093-127/+35
|/ | | | | | | | | > Removing 2 folder content implementations and merging unscrollable content into FolderPagedView > Disaling folder sorting > Fixing pageIndicator height Change-Id: I36e35e311eaf99b6c69d450c0765bd41b2d68738
* WidgetTray revamp workHyunyoung Song2015-04-0814-141/+190
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-083-6/+10
|\ | | | | | | tablets." into ub-launcher3-burnaby
| * Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-083-6/+10
| | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | Removing unused receiversSunny Goyal2015-04-081-5/+0
| | | | | | | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* | resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-063-64/+0
|/ | | | Change-Id: I29aa5b37968b1ced81cdeb68a021db9310047252
* Merge "Updating pageindicator assets" into ub-launcher3-burnabySunny Goyal2015-04-0222-0/+0
|\
| * Updating pageindicator assetsSunny Goyal2015-03-3022-0/+0
| | | | | | | | Change-Id: I8c045ac8193aed2299e72353fd75341f8e32e250
* | Removing UninstallShortcutReceiverSunny Goyal2015-04-011-2/+0
|/ | | | | | | | | > Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
* Merge "Removing unused strings with no default translations" into ↵Sunny Goyal2015-03-243-44/+0
|\ | | | | | | ub-launcher3-burnaby
| * Removing unused strings with no default translationsSunny Goyal2015-03-243-44/+0
| | | | | | | | | | | | > Removes build system gives warning when Launcher3 is build Change-Id: I40e5df7538d244b3ec3f2b722bf2606e622011f2
* | Merge "Making the scrollbar scrubbable." into ub-launcher3-burnabyWinson Chung2015-03-244-7/+32
|\ \ | |/ |/|
| * Making the scrollbar scrubbable.Winson Chung2015-03-244-7/+32
| | | | | | | | | | | | | | | | - This change in behavior will remove the ability to scrub anywhere in the gutter to start fast-scrolling, but requires the user to touch near the scroll bar to start fast-scrolling. - Also fixes issue with wonky scrollbar due to the fake section breaks Change-Id: I34b08ac46ea93f7f4cad7ccde1048a388ee6a55d
* | Remove dublicate BubbleTextView styleableAdam Cohen2015-03-211-5/+1
| | | | | | | | Change-Id: Ib1db985515194dfeebe2dfa934b29023ae0a3075
* | Adding sort switch in FolderPagedViewSunny Goyal2015-03-172-3/+33
|/ | | | | | | | | > Adding options column in DB to store generation purpose flags > Storing isSorted flag in FolderInfo > Adding a switch for A-Z sorting (only visible if pageCount > 1) > When in sorted mode, spring-load snaps to the target location for 1.5 seconds Change-Id: I8c7c778d2cc3ccbd35a2890a1a705e1c1a7e9a66
* Merge "Tweaking the apps list fast scroller." into ub-launcher3-burnabyWinson Chung2015-03-1611-18/+98
|\
| * Tweaking the apps list fast scroller.Winson Chung2015-03-1611-18/+98
| | | | | | | | | | | | | | - Making the view span the full width so that you can grab the scroller on the edge of the screen. - Offsetting the fast-scoll popup so that you can see it as you scrub. Change-Id: If1b1934bbeac0660d829cfc29c9e588df927c5e5
* | Don't translate these strings until they're finalAdam Cohen2015-03-161-10/+10
|/ | | | Change-Id: I145aecfb83380101404494b72e68962b1ebfbd53
* Minor changes to apps view.Winson Chung2015-03-135-2/+34
| | | | | | | | - Ensuring that apps with numbers and in other locals have a section header. - Adding an empty state when there are no apps with the current filter - Removing unnecessary call to check AppInfos Change-Id: I9dc541c680475b98745fa257ad7e4af06e3966c9
* Adding app grid layout with fastscroller.Winson Chung2015-03-1216-62/+138
| | | | | | - Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
* Initial changes to break out AllApps into its own view.Winson Chung2015-03-1015-0/+292
| | | | | | | | - Moves launcher state-transition code into its own class - Moves all-apps related code into a separate view/set of classes - Implements a basic list view for all apps Change-Id: I68f174aa9e1bf82c4e46ce9549c78a8dc4623f46