summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating drop button targetsSunny Goyal2015-04-1613-374/+312
| | | | | | | | > 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 "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 "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-163-36/+48
|\ \ \ | | | | | | | | | | | | returning to Launcher." into ub-launcher3-burnaby
| * | | Fixing regression in AllApps being aggressively dismissed after returning to ↵Winson Chung2015-04-103-36/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Revert "Revert "Disable setWallpaper button until the wallpaper is ↵Sunny Goyal2015-04-151-30/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | loaded" Will submit again after the drop" Actual fix" into ub-launcher3-burnaby
| * | | | | Revert "Revert "Disable setWallpaper button until the wallpaper is loaded" ↵Sunny Goyal2015-04-151-30/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will submit again after the drop" Actual fix This reverts commit b4b01efa438953b0a9fcb5b83a6a619e24c93ea3. Change-Id: I65cc75e0f1a95f69be607bb5b11d7f4627ff25c1
* | | | | | Merge "Revert "Disable setWallpaper button until the wallpaper is loaded" ↵Sunny Goyal2015-04-151-41/+30
|\| | | | | | | | | | | | | | | | | | | | | | | Will submit again after the drop" into ub-launcher3-burnaby
| * | | | | Revert "Disable setWallpaper button until the wallpaper is loaded"Sunny Goyal2015-04-151-41/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will submit again after the drop This reverts commit 65776c43590e506f2ce1906b1421caad95448010. Change-Id: I5f85d0c70f3f5faf85d9ba16e82d4714b694a193
* | | | | | Merge "Disable setWallpaper button until the wallpaper is loaded" into ↵Sunny Goyal2015-04-151-30/+41
|\| | | | | | |_|_|_|/ |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Disable setWallpaper button until the wallpaper is loadedSunny Goyal2015-04-151-30/+41
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 20187333 Change-Id: Id7a42616560e15eddedad5846ef927a3be52ed1c
* | | | 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-152-6/+4
|/ / / | | | | | | | | | | | | 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-136-66/+49
|\ \ \
| * | | WidgetTray improvementHyunyoung Song2015-04-136-66/+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-1012-87/+370
|/ / | | | | | | | | | | | | | | | | | | | | | | 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-105-2/+9
|\ \ \
| * | | WidgetTray UI improvementHyunyoung Song2015-04-095-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0920-125/+267
|\ \ \ \ | | |/ / | |/| | | | | | ub-launcher3-burnaby
| * | | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-0920-125/+267
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge "Updating folder UI" into ub-launcher3-burnabySunny Goyal2015-04-096-640/+161
|\ \ \
| * | | Updating folder UISunny Goyal2015-04-096-640/+161
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | > Removing 2 folder content implementations and merging unscrollable content into FolderPagedView > Disaling folder sorting > Fixing pageIndicator height Change-Id: I36e35e311eaf99b6c69d450c0765bd41b2d68738
* | | Merge "Removing UserInitializeReceiver from manifest as it does not exist" ↵Sunny Goyal2015-04-091-9/+0
|\ \ \ | |/ / |/| | | | | into ub-launcher3-burnaby
| * | Removing UserInitializeReceiver from manifest as it does not existSunny Goyal2015-04-091-9/+0
| |/ | | | | | | Change-Id: I5f14d93abadfab0bc2822bc0c68648c72b5a082c
* / WidgetTray revamp workHyunyoung Song2015-04-0846-2069/+1332
|/ | | | | | | | | | | | | | | | | | | | | | | - 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 "update .gitignore config file so that we do not have to scroll ↵Hyunyoung Song2015-04-081-0/+3
|\ \ | | | | | | | | | through the unstaged items to pick which one to stage." into ub-launcher3-burnaby
| * | update .gitignore config file so that we do not have to scroll throughHyunyoung Song2015-04-081-0/+3
| |/ | | | | | | | | | | the unstaged items to pick which one to stage. Change-Id: I317e95fd74455999c957bf5434a8c7cb78afc3b2
* | Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-084-7/+11
|\ \ | | | | | | | | | tablets." into ub-launcher3-burnaby