summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fixing build." into ub-launcher3-burnabyWinson Chung2015-04-171-0/+11
|\
| * Fixing build.Winson Chung2015-04-171-0/+11
| |
* | Merge "Accounting for recent changes in padding when detecting backgound ↵Winson Chung2015-04-173-19/+65
|\ \ | |/ |/| | | taps to close AllApps." into ub-launcher3-burnaby
| * Accounting for recent changes in padding when detecting backgound taps to ↵Winson Chung2015-04-173-19/+65
| | | | | | | | | | | | | | | | close AllApps. - Also ensuring that we keep the search bar visible in all apps only if it is being overridden. Change-Id: Iba980ecec255da80aff8ff57b42ad99d70a2122a
* | Merge "Updating drop button targets" into ub-launcher3-burnabySunny Goyal2015-04-1712-374/+299
|\ \
| * | Updating drop button targetsSunny Goyal2015-04-1612-374/+299
| |/ | | | | | | | | | | | | | | > 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 LauncherProvider dependency from LauncherSettingsSunny Goyal2015-04-172-14/+22
|/ | | | | | | | > This ensures that the classLoader does not need to load LauncherProvider to access LauncherSettings > Making a few fields public. Change-Id: I2e8ee6e169552739f09e500d3b6acbcee7cd0718
* Merge "Fixing drag-n-drop for folders in hotseat." into ub-launcher3-burnabySunny Goyal2015-04-163-5/+37
|\
| * Fixing drag-n-drop for folders in hotseat.Sunny Goyal2015-04-153-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The current drag-n-drop model assums that when a folder is open it completely covers the folderIcon and its not possible to drop anything on the icon. But its not true when a folder is in the hotseat. > When DnD finishes revert folder to the normal state > Ensure that only one folder is open at a time > Prevent folder icon from moving when the folder is open Bug: 13646281,14680549 Change-Id: I016a4c3f0d9b57c388eaa28f40df9e7b7bbab5fc
* | Fixing folder focus logicSunny Goyal2015-04-163-143/+88
| | | | | | | | | | | | | | | | | | | | > Folder items no longer remain in a linear order when a folder gets rearranged, and se we need to use createSparseMatrix instead of createFullArray. Also because of this we need to use getChildAt(x, y) instead of getChildAt(index) > Removing traces of AppsCustomizePage (all apps) from FocusHelper Change-Id: I9007f6b95cb823e27ef4a43ce725fda8ef1b7cf8
* | Merge "Focus handling null pointer exception during monkey tests." into ↵Hyunyoung Song2015-04-162-3/+12
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Focus handling null pointer exception during monkey tests.Hyunyoung Song2015-04-162-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Also fix a bug where the focus is not navigating to the next page when there isn't an icon within +45 and -45 range of the origin. b/20294717 Change-Id: I16dac5c6a0463fbc9f56a447abedad18abadde98
* | | Merge "Updating maxscroll only after layouttranstion has finished" into ↵Sunny Goyal2015-04-161-9/+37
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Updating maxscroll only after layouttranstion has finishedSunny Goyal2015-04-161-9/+37
| | | | | | | | | | | | | | | Bug: 20092568 Change-Id: I6ff8d9759b71b0b00ebfdaa75b558254dbeb0ef9
* | | Merge "Fixing regression in AllApps being aggressively dismissed after ↵Winson Chung2015-04-162-35/+46
|\ \ \ | | | | | | | | | | | | returning to Launcher." into ub-launcher3-burnaby
| * | | Fixing regression in AllApps being aggressively dismissed after returning to ↵Winson Chung2015-04-102-35/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 on Kitkat" into ub-launcher3-burnabyHyunyoung Song2015-04-161-5/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | WidgetTray on KitkatHyunyoung Song2015-04-161-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Fix "getDrawable" not found runtime exception by getting rid of dead code Change-Id: Id511a6c0c4ea1070f5f498cf6458548ace7c54f7
* | | | Merge "Fixing pallpaper parallex in rtl." into ub-launcher3-burnabySunny Goyal2015-04-151-13/+20
|\ \ \ \
| * | | | Fixing pallpaper parallex in rtl.Sunny Goyal2015-04-151-13/+20
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The rtl mode, the first screen should correspond to the last opage offset (since page offset are always defined as left-to-right) Change-Id: Ie31139166bd71c423c63968760493ec572af81e9
* / | | Remove usage of FloatMathNeil Fuller2015-04-151-3/+2
|/ / / | | | | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: I2effc3f498fb13e66de9a905b9a40ac5688a5850
* / / 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
* | Merge "Focus handling - RTL support" into ub-launcher3-burnabyHyunyoung Song2015-04-143-179/+148
|\ \
| * | Focus handling - RTL supportHyunyoung Song2015-04-133-179/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support LEFT and RIGHT keys to work across workspaces when in RTL mode. - Folder icons navigate correctly on DPAD_LEFT/RIGHT events - Folder navigation across pages also works correctly - Deleted dead code inside FocusHelper b/20120358 Change-Id: I7f851cb7ed31f666a91b2f856458d7966ea5f712
* | | Merge "WidgetTray improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-135-65/+49
|\ \ \
| * | | WidgetTray improvementHyunyoung Song2015-04-135-65/+49
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Wrong icon getting set for an app on secondary user during updatesSunny Goyal2015-04-131-2/+2
| | | | | | | | | | | | | | | Bug: 20163841 Change-Id: Ief91db56f7831f89e34c4540981a9d2db96b8bed
* | | Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-1011-87/+368
|/ / | | | | | | | | | | | | | | | | | | | | | | 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 "Deduping shortcuts to app-shortcuts if they have a valid intent" into ↵Sunny Goyal2015-04-113-3/+113
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Deduping shortcuts to app-shortcuts if they have a valid intentSunny Goyal2015-04-103-3/+113
| | | | | | | | | | | | | | | | | | | | | > Only deduping shortcuts for the primary user as custom shortcuts for secondary users is not supported. Change-Id: If129dee64a395602006ebb996d4b09b93b89084f
* | | Merge "Build fix" into ub-launcher3-burnabySunny Goyal2015-04-101-7/+3
|\ \ \
| * | | Build fixSunny Goyal2015-04-091-7/+3
| | | | | | | | | | | | | | | | Change-Id: I2cbf90dada48ccff17235fb63d66684d2c4eb791
* | | | 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
* | | Merge "WidgetTray UI improvement" into ub-launcher3-burnabyHyunyoung Song2015-04-103-1/+6
|\ \ \
| * | | 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
* | | | Merge "Initial changes to support a fixed all-apps layout." into ↵Winson Chung2015-04-099-81/+247
|\ \ \ \ | | |/ / | |/| | | | | | ub-launcher3-burnaby
| * | | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-099-81/+247
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-513/+126
|/ / | | | | | | | | | | | | | | | | > 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-0832-1928/+1142
|/ | | | | | | | | | | | | | | | | | | | | | | - 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 "Fixing some RTL issues with scrollable folder" into ub-launcher3-burnabySunny Goyal2015-04-082-42/+43
|\
| * Fixing some RTL issues with scrollable folderSunny Goyal2015-04-072-42/+43
| | | | | | | | | | | | | | | | > folder name alingment > scroll hint direction > Fake animation direction for icons changing pages Change-Id: Ia17ab2861a6d72c876806427e2de1682976b7671
* | Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-081-1/+1
|\ \ | | | | | | | | | tablets." into ub-launcher3-burnaby
| * | Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-081-1/+1
| | | | | | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | | Merge "Fixing focus indicator position when the overlay page has different ↵Sunny Goyal2015-04-081-5/+5
|\ \ \ | | | | | | | | | | | | size than the current page." into ub-launcher3-burnaby
| * | | Fixing focus indicator position when the overlay page has differentSunny Goyal2015-04-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size than the current page. Bug: 20104483 Change-Id: Ib79d1bc4eeffc03b706ad6d77d8285b8a7f1188a
* | | | Removing unused receiversSunny Goyal2015-04-083-72/+0
|/ / / | | | | | | | | | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* | | Merge "Fixing issue with building velvet against lower support lib." into ↵Winson Chung2015-04-072-3/+3
|\ \ \ | |_|/ |/| | | | | ub-launcher3-burnaby
| * | Fixing issue with building velvet against lower support lib.Winson Chung2015-04-072-3/+3
| | |
* | | Merge "Revert "Setting hotseat padding to the container for symmetry"" into ↵Sunny Goyal2015-04-071-1/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby