- 12 Aug, 2015 1 commit
-
-
Vadim Tryshev authored
This fixes perhaps an old bug. If we started an accessible drag for an only item on a page, then uninstalled the app while dragging, the page was removed without unsetting its accessibility delegate. Later, the system asks the delegate to do something, but the drag is over, and some pointers are null, so everything crashes. Fixing this. Bug: 22028725 Change-Id: I85adcd42ae896603634994e20a7790792f7e84b1 (cherry picked from commit de1e67c3)
-
- 11 Aug, 2015 5 commits
-
-
Winson Chung authored
-
Winson authored
- Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
-
Sunny Goyal authored
Merge "Preventing zoom-in animation from running everytime the app updates." into ub-launcher3-burnaby
-
Sunny Goyal authored
Bug: 22557455 Change-Id: I3ac1212a2f319397cd18be8f4452047d974312b8
-
Sunny Goyal authored
Change-Id: I506948852945bfb8ebd7a95fc951880ffe9a3e17
-
- 10 Aug, 2015 2 commits
-
-
Winson Chung authored
-
Sunny Goyal authored
Bug: 22293299 Change-Id: I6b9bf2b777d33ca23f291c7872ce1f338d41e516
-
- 06 Aug, 2015 4 commits
-
-
Winson Chung authored
-
Winson authored
- There was an issue with the previous logic where the test of whether the search bounds changed would always be false if valid search bounds were given. This in conjunction with the fact that the padding was changed to only take the bounds left/right into account, meant that the container bounds would not be updated if the search bar bounds shifted via the insets. Bug: 22918919 Change-Id: Ia810ddc7a56eae4afc0c7cd558fa6dc9e8e7a95b
-
Adam Cohen authored
Change-Id: I7f2e5a9aabdf1fc192ad7912aaefa3f41c059ff1
-
Winson Chung authored
Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
-
- 05 Aug, 2015 7 commits
-
-
Winson Chung authored
-
Winson authored
- We used to rely on the state transition to inflate the search widget after the permission to bind widgets was granted, which is fragile. Now we try and inflate the search widget after user grants the permission if necessary. Bug: 22515084 Bug: 22980143 Change-Id: Id111d263bc8a864e0fa652cfd0e07e66ec690fe7
-
Sunny Goyal authored
Bug: 22980139 Change-Id: I87b633d194ff4e1529dd679dc02da573ed374207
-
Sunny Goyal authored
Change-Id: Icb6b38f78aa56ad2c11e2ccc8005994ac4b86a91
-
Sunny Goyal authored
-
Winson Chung authored
-
Winson Chung authored
- This refactoring ensures that LauncherStateTransition does not do its own animation on the QSB, and that all animations to the SearchDropTargetBar go through its own animators. Bug: 22515084 Change-Id: Ia7d13c44d861eac7517076b52a9651a90911ed0a
-
- 04 Aug, 2015 9 commits
-
-
Sunny Goyal authored
-
Sunny Goyal authored
Change-Id: I088c7195ae1985788e845900463d22973a0f61d4
-
Sunny Goyal authored
Change-Id: Ic88139f6ef34046eb3b551d8a75d5f97e1fe3d52
-
Sunny Goyal authored
Bug: 22805101 Change-Id: I9cd270efd74fdd34a7eb738fc25797e6f1bf2487
-
Sunny Goyal authored
> Sometimes a folder gets rearranged, without updating the model, like when an app in uninstalled. In that case, we need to update the icons for folder items, which were previously hidden Bug: 22813360 Change-Id: I99754911c969bf2153efb2948c226c1c69219b88
-
Sunny Goyal authored
Merge "Calculating widget minSpans and spans statically/independent of orientation > Filtering the widget list and excluding widgets which dont fit the grid > setting minSpans for the widget item when binding." into ub-launcher3-burnaby
-
Sunny Goyal authored
Merge "Replacing exception with a log, when uninstalling an app leads to an illegal state" into ub-launcher3-burnaby
-
Sunny Goyal authored
Bug: 22491055 Change-Id: Iaf5fe20b717102bdb0a5442dcc33efea30c50d47
-
Adam Cohen authored
Change-Id: I3b0104dea04009819db0375c381b8ff445b76baa
-
- 03 Aug, 2015 4 commits
-
-
Sunny Goyal authored
> Filtering the widget list and excluding widgets which dont fit the grid > setting minSpans for the widget item when binding. Bug: 22541314 Bug: 22559137 Change-Id: Ieda48b56c95bee0c7ec71dd691af7e23e2d43db6
-
Winson Chung authored
-
Winson Chung authored
Bug: 22515084
-
Sunny Goyal authored
Bug: 22506247 Change-Id: Ia2508307554089205fd678987454e81cb811a59b (cherry picked from commit 92bce431)
-
- 31 Jul, 2015 8 commits
-
-
Sunny Goyal authored
-
Adam Cohen authored
* commit 'a547c451': Revert "Add proto flag "javanano_use_deprecated_package" to avoid build breakage"
-
Adam Cohen authored
This reverts commit cb767411. Change-Id: I831abe3746be49fd164046655e8c5e059bae074f
-
Winson Chung authored
-
Winson Chung authored
-
Sunny Goyal authored
Bug: 22353460 Change-Id: I8a9a8ea0d5523acb6d2376920535a9f4f519525d
-
Winson Chung authored
- This is due to the TransitionDrawable which does not actually start an animation until it is first drawn. This workaround will just immediately reset the transition if it is not currently visible instead of animating (which is actually deferred until the next animation into overview mode). Bug: 22414257 Change-Id: Id481303d0c99a20c1d16396c024ab50303f45576
-
Sunny Goyal authored
Adding support for restoring from a larger device, if the grid size difference is not more that 1. During restore add all the items in the DB, and run a one-time migration the next time launcher starts. The migration strategy is defined in ShrinkWorkspaceTask.java which involves resizing, moving and removing some items. Change-Id: I6ee411f6db5bf0152b527e16146a88c56dec2d97
-