summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Merge "Adding a scrollable folder content implementation" into ↵Sunny Goyal2015-03-094-1/+78
|\ | | | | | | ub-launcher3-burnaby
| * Adding a scrollable folder content implementationSunny Goyal2015-03-094-1/+78
| | | | | | | | | | | | | | | | > Size is restricted to 3x3 for now > Drag-drop across page s not implemented yet > A-Z sorting is not implemented yet Change-Id: I84328caa6ad910d1edeeac6f3a7fb61b7292ea7e
* | Merge "Enabling accessible drag and drop" into ub-launcher3-burnabyAdam Cohen2015-03-092-0/+29
|\ \ | |/ |/|
| * Enabling accessible drag and dropAdam Cohen2015-03-092-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Using the context menu, and a new two stage system, this allows users to curate icons and widgets on the workspace -> Move icons / widgets to any empty cell on any existing screen, or create a new screen (appended to the right, as with regular drag and drop) -> Move icons into existing folders -> Create folders by moving an icon onto another icon -> Also added confirmations for these and some existing accessibility actions Limitations: -> Currently, no support for drag and drop in folders -> Considering moving the drag view so it doesn't occlude any content (in particular, when user changes pages) -> In this mode, accessibility framework seems to have problems with the next / prev operations Bug: 18482913 Change-Id: I19b0be9dc8bfa766d430408c8ad9303c716b89b2
* | Refactoring folder contentSunny Goyal2015-03-041-24/+33
|/ | | | | | | | | | | > Refactoring the CellLayout in folder with a custom view so that it can be replaced easily with a scrollable paged view. > Moving some methods from the folder to this new view which assume a single page layout for the folder > Changing folder from LinearLayout to FrameLayout to properly handle focus traversal in case of multi-page folders Change-Id: I073c00b995488f9f5d8123b00357e094ca2cec7c
* Refactoring common methodsSunny Goyal2015-02-262-9/+0
| | | | Change-Id: Id6d3072dd3a6d7f54e9591abbeffd9bd51c7403d
* Import translations. DO NOT MERGEGeoff Mendal2015-01-261-1/+1
| | | | | Change-Id: I3902548749f40061c1a9a51f65c082d0bc0a873e Auto-generated-cl: translation import
* Replacing hotseat icon to an appropriate system appSunny Goyal2015-01-226-0/+142
| | | | | | | | | | | > During backupi, store the hotseat target app type, based on some predefined common system apps > During restore, save this app type in the restore flag, if it is a hotseat app > During first launcher load, if an app is not being restored, try to replace it with an appropriate replacement for that type, otherwise delete it. Bug: 18764649 Change-Id: Ic49e40bd707bd8d7de18bbab8b1e58a0a36426a2
* Import translations. DO NOT MERGEGeoff Mendal2015-01-2172-79/+79
| | | | | Change-Id: I5064a01cd7cc763df0146ad40b4fc43a44f4346e Auto-generated-cl: translation import
* Merge "Adding accessibility controls" into ub-launcher3-almonteSunny Goyal2015-01-175-19/+11
|\
| * Adding accessibility controlsSunny Goyal2015-01-165-19/+11
| | | | | | | | | | | | | | | | | | | | | | > Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
* | Import translations. DO NOT MERGEGeoff Mendal2015-01-164-8/+8
|/ | | | | Change-Id: I49acadd887529f73104e7f612be9a54f7689dd97 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-12-103-7/+7
| | | | | Change-Id: Id66a36209915e770779ef3c41cf18135c5180ac3 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-12-083-7/+7
| | | | | Change-Id: I3eb761fffcf27ceb4d79749da589dbaa9e7b9444 Auto-generated-cl: translation import
* Merge "Supporting custom widgets provided by launcher" into ub-now-masterAdam Cohen2014-12-062-0/+37
|\
| * Supporting custom widgets provided by launcherAdam Cohen2014-12-052-0/+37
| | | | | | | | | | | | | | -> This change provides integration for widgets provided by the launcher package which can run arbitrary code. Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42
* | Import translations. DO NOT MERGEGeoff Mendal2014-12-035-9/+9
| | | | | | | | | | Change-Id: I417c78f889994b02bff33793c866af0a1b13d47f Auto-generated-cl: translation import