summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable setWallpaper button until the wallpaper is loadedSunny Goyal2015-04-151-30/+41
| | | | | Bug: 20187333 Change-Id: Id7a42616560e15eddedad5846ef927a3be52ed1c
* 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
| * | Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-084-7/+11
| | | | | | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | | Merge "Removing Pools.java as it is present in support lib" into ↵Sunny Goyal2015-04-082-167/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Removing Pools.java as it is present in support libSunny Goyal2015-04-082-167/+2
| | | | | | | | | | | | | | | | Change-Id: I0f1346223aa289889dbefedd47bff093e9c2c05d
* | | | 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-084-77/+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
| * | | Revert "Setting hotseat padding to the container for symmetry"Sunny Goyal2015-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d81992b6e70e05a3c208e02d019e606b7cb8a0b7. Bug:20087585 Change-Id: I4949ec9e0e27afa218597b943001e7240cfdc548
* | | | Merge "Small refactoring to apps list." into ub-launcher3-burnabyWinson Chung2015-04-076-95/+138
|\ \ \ \ | | |/ / | |/| |
| * | | Small refactoring to apps list.Winson Chung2015-04-066-95/+138
| | | | | | | | | | | | | | | | | | | | - Fixes issue with fading in app icons when items are added/removed - Reduces number of expensive calls when drawing sections and the scrollbar - Removes fake section AppInfos in the adapters
* | | | Merge "Ensuring that work-profile applications are mixed in with other ↵Winson Chung2015-04-062-45/+66
|\| | | | | | | | | | | | | | | apps." into ub-launcher3-burnaby
| * | | Ensuring that work-profile applications are mixed in with other apps.Winson Chung2015-04-062-45/+66
| | |/ | |/| | | | | | | | | | Bug: 20046158 Change-Id: I833c1a1467889db07f9ec33ca77641322901958e
* | | Merge "Adding support for loading package icon in iconCache" into ↵Sunny Goyal2015-04-061-19/+58
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Adding support for loading package icon in iconCacheSunny Goyal2015-04-061-19/+58
| |/ / | | | | | | | | | | | | | | | | | | > package icons need to be retrieved from IconCache for the new widget tray Bug: 19897708 Change-Id: Iaafc5e16477aaa4e9a7c46b5abf8146cd1101ffd
* | | resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-064-70/+3
| | | | | | | | | | | | Change-Id: I29aa5b37968b1ced81cdeb68a021db9310047252
* | | Merge "Adding a system status column in icon cache & invalidating items ↵Sunny Goyal2015-04-061-6/+23
|\ \ \ | | | | | | | | | | | | based on it" into ub-launcher3-burnaby
| * | | Adding a system status column in icon cache & invalidating items based on itSunny Goyal2015-04-011-6/+23
| | | | | | | | | | | | | | | | | | | | Bug: 20034430 Change-Id: Icd6c6426fc7ed26cd104bf22a9d2b0263cb0fa67
* | | | Adding nullcheck when getting app restrictionsSunny Goyal2015-04-061-1/+4
| |/ / |/| | | | | | | | | | | Bug: 20085185 Change-Id: I782a79a331a2d58287e34e24ed7730207bf260cb
* | | Merge "Reinflating QBS on resume, if the widget orientation is not same as ↵Sunny Goyal2015-04-031-0/+10
|\ \ \ | | | | | | | | | | | | launcher orientation" into ub-launcher3-burnaby
| * | | Reinflating QBS on resume, if the widget orientation is not same as launcher ↵Sunny Goyal2015-04-031-0/+10
| |/ / | | | | | | | | | | | | | | | | | | orientation Bug: 20044969 Change-Id: I5c285ddb09fc8b5d8444795eda64cd28486ab81d