summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Notify data-set changed when new items are added/removed.Winson Chung2015-04-191-34/+2
| | | | | | | - Temporarily use the full data-set changed call, when possible, we'll moved to the SortedList in the support lib which will take care of most of this for us. Bug: 20363676
* 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-1713-374/+312
|\ \
| * | 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
* | | Removing market iconSunny Goyal2015-04-174-1/+0
| | | | | | | | | | | | Change-Id: I7837cd8083cf2c07444b509fcfb7447151ba76b5
* | | Merge "Ensuring that our animation callbacks are not stripped by pro guard." ↵Winson Chung2015-04-171-0/+5
|\ \ \ | | |/ | |/| | | | into ub-launcher3-burnaby
| * | Ensuring that our animation callbacks are not stripped by pro guard.Winson Chung2015-04-161-0/+5
| |/ | | | | Bug 20296035
* / 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 "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