summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies ↵Sunny Goyal2016-02-2317-31/+83
| | | | | | | | breakage" This reverts commit fc956e5a2a818c06ed3424e15b0aa20a3f604658. Change-Id: Ib3b5156b8fc3cad35c4634d61d5390c848ce1f93
* Load label in bg thread to prevent ANRHyunyoung Song2016-02-223-36/+51
| | | | | | b/27238970 Change-Id: Ic5d77df7d5276cee07861d59427a94fb19691d9c
* <UserEventLogging> Log app launchesHyunyoung Song2016-02-196-3/+236
| | | | | | | | | | | | | | | | | | | b/26494415 1) Current Logger can capture taps from - homescreen - folder inside homescreen - apps prediction - all apps a-z - tap from hotseat 2) Deprecate LauncherCallback methods that is no longer needed Future CL. 3) Stats and Logger will be merged. Bundle used for Stats can be replaced with LauncherLogProto 4) Logging anything else other than app launches Change-Id: Id52eb615f66142017b5c490a220ce6654d325681
* resolve merge conflicts of a6194d3d92 to ub-launcher3-calgarySunny Goyal2016-02-193-16/+11
|\ | | | | | | Change-Id: I29b3c3bb2c070e34c78c62b8f9086e6f3c8bd277
| * Wrapping thw widgetList inside a layout, so that it has the same view ↵Sunny Goyal2016-02-193-17/+11
| | | | | | | | | | | | structure as allApps Change-Id: I28b035beb1c7e13101ec20ff671d3cad5f757c0e
* | Merge "Deleting the WallpaperPicker code inside launcher. Instead linking it ↵Sunny Goyal2016-02-194-154/+116
|\ \ | | | | | | | | | to the packages/apps/WallpaperPicker project" into ub-launcher3-calgary
| * | Deleting the WallpaperPicker code inside launcher.Sunny Goyal2016-02-184-154/+116
| | | | | | | | | | | | | | | | | | Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
* | | Removing LauncherCallbacks control over app searchSunny Goyal2016-02-183-10/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | am: c42ac0a5a6 * commit 'c42ac0a5a6f0a4e41a9fc1b694f841204ae1989c': Removing LauncherCallbacks control over app search
| * Removing LauncherCallbacks control over app searchSunny Goyal2016-02-183-10/+2
| | | | | | | | Change-Id: Icb199607dea3f169055e44946272aa9f1e758d1d
* | resolve merge conflicts of 2953833bcb to ub-launcher3-calgarySunny Goyal2016-02-181-0/+9
|\| | | | | | | Change-Id: Ia7fc406d1e287974e87979af9a4b1f5f1e4e23d9
| * Adding a utility method to iterate over folder contentsSunny Goyal2016-02-181-0/+9
| | | | | | | | Change-Id: I9f17ade7dc06819587290387b811d828da57b2fb
* | Merge "Revert "Temporarily disabling custom search controller"" into ↵Sunny Goyal2016-02-181-8/+5
|\ \ | | | | | | | | | ub-launcher3-calgary
| * | Revert "Temporarily disabling custom search controller"Sunny Goyal2016-02-181-8/+5
| | | | | | | | | | | | | | | | | | This reverts commit 954b7d36b96190b5b81e1784aaa5bb40057a8bca. Change-Id: If304fa164e50f68aac168ede0f4bc0ff97659a8a
* | | Reverting refactoring of Folder and FolderIcon to avoid dependencies breakageSunny Goyal2016-02-1717-83/+31
| | | | | | | | | | | | Change-Id: Ifd0d717d70aff4c83c9eb5cba397d04500b2c869
* | | Merge "First pass at new FolderIcon visual treatment" into ub-launcher3-calgaryAdam Cohen2016-02-176-26/+179
|\ \ \
| * | | First pass at new FolderIcon visual treatmentAdam Cohen2016-02-176-26/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Modeled as a set of items around a circle -> Modulate the radius and icon size as number of items grow -> Clip the icons by a circular clip aligned to the background drawable Remaining issues -> Probably want to move to a programmaticly drawn circle + shadow -> Anti-aliasing of the clipped region will need more attention -> Need to animate all items in the preview as it changes (this wasn't required before) Change-Id: I678ec605f6c8a34e9d7e4aec4e9583e36a9ef394
* | | | Merge "Setting content bounds in onMeasure as it uses measuredWidth, which ↵Sunny Goyal2016-02-173-7/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | might not be available during onCreate" into ub-launcher3-burnaby-polish am: 5df98da8fd * commit '5df98da8fd2c1997bd6c09a4772f018730345090': Setting content bounds in onMeasure as it uses measuredWidth, which might not be available during onCreate
| * | Setting content bounds in onMeasure as it uses measuredWidth, which mightSunny Goyal2016-02-163-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not be available during onCreate Also fixing the calculation of allApps column could, which was counting an additional icon gap Bug: 27173894 Change-Id: I8be8cccc76d7e7d945cf9383567a3026228b6c86
* | | Fix build; broken import due to bad mergeAdam Cohen2016-02-131-2/+1
| | | | | | | | | | | | Change-Id: I751962d59a75002c2c6b142387d9a69982c8b73b
* | | Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-1221-94/+228
| | | | | | | | | | | | | | | | | | | | | -> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
* | | Merge "Clears the widget resize frame when a directional key is pressed." ↵Tony Wickham2016-02-121-1/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-burnaby-polish am: 187b8f547d * commit '187b8f547d2112e8d0384cf1c2077beb969dfec6': Clears the widget resize frame when a directional key is pressed.
| * | Merge "Clears the widget resize frame when a directional key is pressed." ↵Tony Wickham2016-02-121-1/+20
| |\ \ | | | | | | | | | | | | into ub-launcher3-burnaby-polish
| | * | Clears the widget resize frame when a directional key is pressed.Tony Wickham2016-02-121-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also gives focus to the corresponding widget host view in this case. Bug: 27130066 Change-Id: I0a564aa7c509450cd1b9cf259c0a009c68ce3e3b
* | | | Fixing crash during rotationSunny Goyal2016-02-112-5/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: bb702584fa * commit 'bb702584fa551fab8cffbb0ae5459d9efd16ce2a': Fixing crash during rotation
| * | | Fixing crash during rotationSunny Goyal2016-02-112-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Different views with same IDs were saving state > Fixing scroll getting reset on rotation Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
* | | | Merge "Making some view properties exported. These will be visible in ↵Sunny Goyal2016-02-1113-0/+51
|\ \ \ \ | | | | | | | | | | | | | | | hierarchy viewer" into ub-launcher3-calgary
| * | | | Making some view properties exported.Sunny Goyal2016-02-0913-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
* | | | | Merge "Separating out Launcher3 resources from Wallpaper resources" into ↵Sunny Goyal2016-02-112-1/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | ub-launcher3-calgary
| * | | | Separating out Launcher3 resources from Wallpaper resourcesSunny Goyal2016-02-102-1/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I7e33c83df8b16e8552fe588cadbcf3bf7881cb95
* | | | | Temporarily disabling custom search controllerSunny Goyal2016-02-111-5/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: I7920425a63e64cd619349895e8e7e1c8448305f5
* | | | | Merge "Change widget host view background when giving focus to child." into ↵Tony Wickham2016-02-101-4/+9
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish am: 4df1653331 * commit '4df165333131483e1d6b6c156d345a4aeef9806c': Change widget host view background when giving focus to child.
| * | | Merge "Change widget host view background when giving focus to child." into ↵Tony Wickham2016-02-101-4/+9
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish
| | * | | Change widget host view background when giving focus to child.Tony Wickham2016-02-101-4/+9
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, the FocusIndicatorView stayed on the widget host unless the widget had its own focus change listener, which caused a couple of problems, namely (1) it was hard to know where the focus was from a user's standpoint, and (2) the focus indicator could get stuck on the screen if you entered a widget and then long-pressed workspace. Now, the focus indicator goes away and instead the widget is framed with a white border to indicate that the focus is inside it. The frame goes away when pressing ESC or when touching the screen. Bug: 26744224 Change-Id: I14025576fd7a9f901b4d969b878af0bebad79a70
* | | | resolve merge conflicts of 3826bab27e to ub-launcher3-calgary.Sunny Goyal2016-02-1013-646/+545
|\| | | | | | | | | | | | | | | Change-Id: I14ff2d67de4ba97628bdf651602724f9f4989173
| * | | Merge "Merging search bar with all apps" into ub-launcher3-burnaby-polishSunny Goyal2016-02-1011-628/+519
| |\ \ \
| | * | | Merging search bar with all appsSunny Goyal2016-02-0811-628/+519
| | | | | | | | | | | | | | | | | | | | Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
| * | | | WidgetsModel clone method should be called in worker threadHyunyoung Song2016-02-091-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/24582368 Change-Id: I7b1d2ccfa7d7ac8235e4aeccc2b6b1a8eeea6461 (cherry picked from commit 747a5bc486a7c8335fc4a481cab1567369570c24)
| * | | | Add more debugging info when Launcher deletes widget from homescreen.Hyunyoung Song2016-02-041-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | b/26219491 Change-Id: I5899cafa8d78e5e64a4ec1495ebf62ebc55ea8f5 (cherry picked from commit 70264a971797116dcb16e18551d5c35bb011ed0f)
* | | | Merge "WidgetsModel clone method should be called in worker thread" into ↵Hyunyoung Song2016-02-091-7/+9
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary
| * | | | WidgetsModel clone method should be called in worker threadHyunyoung Song2016-02-081-7/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | b/24582368 Change-Id: I7b1d2ccfa7d7ac8235e4aeccc2b6b1a8eeea6461
* | | | Merge "Tweak spring-loaded workspace." into ub-launcher3-calgaryTony Wickham2016-02-0810-35/+50
|\ \ \ \ | |/ / / |/| | |
| * | | Tweak spring-loaded workspace.Tony Wickham2016-02-0810-35/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No page indicators in spring-loaded mode - Don’t move workspace up as high - Scale workspace at 90% instead of 80% on phones - Increase speed of workspace -> spring-loaded -> workspace - Widgets were being scaled down twice when dragging from widget picker - Don't scale up icons when dragging (scaling other stuff down is enough) - Make scrim less dark and panels more transparent - Thin white border around page instead of highlight when hovering Change-Id: I963e91c20d4c0340480d165e0f3b8064783c0cb2
* | | | Add more debugging info when Launcher deletes widget from homescreen.Hyunyoung Song2016-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | b/26219491 Change-Id: I5899cafa8d78e5e64a4ec1495ebf62ebc55ea8f5
* | | | resolve merge conflicts of 0e04980310 to ub-launcher3-calgary.Sunny Goyal2016-02-031-1/+4
|\ \ \ \ | |/ / / |/| / / | |/ / Change-Id: Ic4526dfc388590aa0288936d827f19060922529f
| * | Merge "Updating folder UI when icons are normalized > Increasing padding ↵Sunny Goyal2016-02-031-1/+4
| |\ \ | | | | | | | | | | | | > Making the folder label bold and lighter color" into ub-launcher3-burnaby-polish
| | * | Updating folder UI when icons are normalizedSunny Goyal2016-01-291-1/+4
| | |/ | | | | | | | | | | | | | | | | | | > Increasing padding > Making the folder label bold and lighter color Change-Id: Ib86d711c27cd03f366cdd35222d1f63f4a542f06
| * | Merge "Fixing Search drop target bar stays visible, until the first time an ↵Sunny Goyal2016-02-011-0/+2
| |\ \ | | | | | | | | | | | | item is picked up" into ub-launcher3-burnaby-polish
| | * | Fixing Search drop target bar stays visible, until the first timeSunny Goyal2016-01-291-0/+2
| | |/ | | | | | | | | | | | | | | | an item is picked up Change-Id: I48ac697147ffe7a1f8802ed00de4fa4006a1878e
* | | resolve merge conflicts of b9759d399b to ub-launcher3-calgary.Tony Wickham2016-02-011-3/+14
|\| | | | | | | | | | | Change-Id: I66230c15e5eaeef316d4e2f14b85c6ff1b6e977d
| * | Merge "Add extra space for the search bar." into ub-launcher3-burnaby-polishTony Wickham2016-02-011-3/+14
| |\ \