summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \
| | * | Add extra space for the search bar.Tony Wickham2016-02-011-3/+14
| | |/ | | | | | | | | | | | | | | | Also fixed a broken test. Change-Id: I1c270e69617528ea30f0e26a2101673e9b9fa63c
* | | resolve merge conflicts of b171e5675b to ub-launcher3-calgary.Sunny Goyal2016-01-293-5/+30
|\| | | | | | | | | | | Change-Id: I329c7518d8c3f0f43e96c6446d5b53a6f4439211
| * | Adding a method to throttle backup manager callsSunny Goyal2016-01-293-5/+31
| |/ | | | | | | | | | | | | Notifying backup manager when a boolean preference changes Bug: 22885775 Change-Id: I105013af1841f6cd87472f558fa490670ed1ba24
* | resolve merge conflicts of 6362683acb to ub-launcher3-calgary.Sunny Goyal2016-01-271-17/+11
|\| | | | | | | Change-Id: Id48bf33912bf927121356a08b8501ee0070bfdc7
| * Merge "Removing unnecessary new object creation in dispatchDraw" into ↵Sunny Goyal2016-01-281-25/+13
| |\ | | | | | | | | | ub-launcher3-burnaby-polish
| | * Removing unnecessary new object creation in dispatchDrawSunny Goyal2016-01-231-25/+13
| | | | | | | | | | | | | | | | | | | | | dispatchDraw was calling getVisiblePages which in turn calls getDescendantCoordRelativeToParent and created multiple new abjects Change-Id: I401fec076183979d30dfdbbdc02a57bd79f3886d
* | | Preventing a Runtime widget crash from crashing the LauncherSunny Goyal2016-01-261-0/+15
|\| | | | | | | | | | | | | | | | | | | | am: 3fc648d3b7 * commit '3fc648d3b792f63d3b99509300a602d23c842433': Preventing a Runtime widget crash from crashing the Launcher
| * | Preventing a Runtime widget crash from crashing the LauncherSunny Goyal2016-01-251-0/+15
| |/ | | | | | | | | Bug: 26750103 Change-Id: I31f120bb0c4d64b903b3dd5dae0ae46f95bcdf59
* | Respond to managed profile availabilty Intents.Kenny Guy2016-01-259-6/+95
| | | | | | | | | | | | | | Grey out applications when managed profile is not available. Change-Id: I9bb9442cd0b3d0d207062716bfd6b179e3ba8489
* | Grey out suspended applications.Kenny Guy2016-01-2512-17/+192
| | | | | | | | | | | | | | | | Grey out application shortcuts and all apps entries for packages that are suspended. Bug: 22776761 Change-Id: I1b63da1816aca1de52b9f9bee62d1b162d0cdf4d
* | Adding support for migrating the grid between any two valid screens sizes.Sunny Goyal2016-01-207-239/+340
| | | | | | | | | | | | | | | | The grid is migrated in steps where each step consists of at max one column change and at max one row change. Adding some unit tests for GridMigrationLogic Bug: 25958224 Change-Id: Ie54e872ea0925cc4c463edbba0a7201d62b373a0
* | resolve merge conflicts of b56090af35 to ub-launcher3-master.Sunny Goyal2016-01-192-9/+5
|\| | | | | | | Change-Id: I2ef9a25b70815efe37109004517a7c3077ffa22e
| * Merge "Removing some obsolete files" into ub-launcher3-burnaby-polishSunny Goyal2016-01-192-36/+2
| |\
| | * Removing some obsolete filesSunny Goyal2016-01-192-36/+2
| | | | | | | | | | | | Change-Id: I45cc23afcecb67163da99a9b81ace0021f723c9b
* | | Removign \'final\' modifiers from FeatureFlags so that then can be overriddenSunny Goyal2016-01-191-5/+5
|\| | | | | | | | | | | | | | | | | | | | am: c7a49f0574 * commit 'c7a49f05743f377d2299e4ecbc2e396e7afe87c3': Removign 'final' modifiers from FeatureFlags so that then can be overridden
| * | Removign 'final' modifiers from FeatureFlags so that then can be overriddenSunny Goyal2016-01-191-5/+5
| |/ | | | | | | Change-Id: I07265eaeed883301787eb0ffd838f516d7c63d26
* | Merge "Disabling icon normalization" into ub-launcher3-burnaby-polishSunny Goyal2016-01-131-1/+1
|\| | | | | | | | | | | | | am: d42903b4f0 * commit 'd42903b4f093a6915c4001b1f1b46140b4fdcb35': Disabling icon normalization
| * Merge "Disabling icon normalization" into ub-launcher3-burnaby-polishSunny Goyal2016-01-131-1/+1
| |\