summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove duplicate calls to getSortedWidgetsAndShortcuts" into ↵Hyunyoung Song2015-04-212-18/+24
|\ | | | | | | ub-launcher3-burnaby
| * Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-212-18/+24
| | | | | | | | | | | | | | | | Note: this is a manual CP of the CL that was submitted to ub-launcher3-almonte b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
* | am 3af56b60: (-s ours) Remove duplicate calls to ↵Hyunyoung Song2015-04-210-0/+0
|\ \ | | | | | | | | | | | | | | | | | | getSortedWidgetsAndShortcuts b/19904873 * commit '3af56b605217e4ff1c6ed79a70fa49eacaf5b02f': Remove duplicate calls to getSortedWidgetsAndShortcuts b/19904873
| * | Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-202-16/+24
| | | | | | | | | | | | | | | | | | b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
* | | am 68fdeaad: (-s ours) Stop using custom activity transition, rely on system ↵Adam Cohen2015-04-210-0/+0
|\| | | |/ |/| | | | | | | | | default in these cases * commit '68fdeaadc621b7a9200f5c75790eb756a1983d02': Stop using custom activity transition, rely on system default in these cases
| * Stop using custom activity transition, rely on system default in these casesAdam Cohen2015-04-024-67/+4
| | | | | | | | | | | | | | | | | | -> workaround for platform issue related to this resource, but also a decent code cleanup issue 20006693 Change-Id: Iea3a2fb14be5ed78d882ddf9d970b12d177f4249
* | Preventing concurrent modification exception during widget restoreSunny Goyal2015-04-201-2/+4
| | | | | | | | Change-Id: If896c5ea7136d132f30be8127b651449bde17447
* | Ensuring that we skip item decoration drawing when there are no apps.Winson Chung2015-04-201-0/+4
| | | | | | | | | | | | Bug: 20431579 Change-Id: I870c43ff8a94e2cb2c68869f2a31001d028ad58a
* | Merge "Notify data-set changed when new items are added/removed." into ↵Winson Chung2015-04-201-34/+2
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | 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
* | | WidgetTray UI tweakHyunyoung Song2015-04-199-28/+37
|/ / | | | | | | | | | | | | | | | | | | | | - 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 "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