summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
* Fixing NPE in updateCurrentPageScroll (Bug 7465970)Winson Chung2012-11-261-3/+7
| | | | Change-Id: I71d2b01518f3f736f6787ff6a503271b9ea7b04b
* Merge "Fix janky transition on All Apps tab switch" into jb-mr1.1-devMichael Jurka2012-11-211-2/+7
|\
| * Fix janky transition on All Apps tab switchMichael Jurka2012-11-191-2/+7
| | | | | | Bug: 7139562
* | Merge "Refactoring push reordering (issue 7139335)" into jb-mr1.1-devAdam Cohen2012-11-191-155/+366
|\ \ | |/ |/|
| * Refactoring push reordering (issue 7139335)Adam Cohen2012-11-191-155/+366
| | | | | | | | | | | | | | | | | | -> This new approach is actually correct in emulating cascaded pushing of items left, right, up and down. -> Takes care of a couple crashes and some instances where reordering was not doing the right thing. Change-Id: I016120e62f5d6fa1a2a6289c3badcb6ec230b2a3
* | Fix StrictMode violationMichael Jurka2012-11-191-18/+10
| | | | | | | | | | | | | | | | Switching how we set a property to tell launcher to force rotation to be enabled, or to dump state. Bug: 7538629 Change-Id: I8cb55f1a28ba59fe5d410562c66bc86eb9efabfe
* | Fix NPEMichael Jurka2012-11-161-0/+4
| | | | | | Bug: 7441452
* | Extend background to full screen.Craig Mautner2012-11-162-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | Gradient and black backgrounds were stopping at the Status Bar. When returning from a full screen app to the launcher the wallpaper was completely visible when it should have been obscured by these backgrounds. Making the app full screen while keeping the views within the system insets fixes this. Bug 7410717 fixed. Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
* | Merge "Cleaning up unused code" into jb-mr1.1-devMichael Jurka2012-11-164-5/+0
|\ \
| * | Cleaning up unused codeMichael Jurka2012-11-154-5/+0
| |/
* / Updating wallpaper picker icon to higher resMichael Jurka2012-11-131-1/+1
|/ | | | Bug: 7400295 Change-Id: I2c7625ee1ce09ded57d884c229f155ebcf39be07
* Merge "Stop animating All Apps during transition to Home" into jb-mr1-devChet Haase2012-10-292-2/+24
|\
| * Stop animating All Apps during transition to HomeChet Haase2012-10-292-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the sources of jank in launcher is during the All Apps -> Home transition. specifically, if the user has started a fling operation (where we are animating between pages in All Apps) and then hits the Home button, we continue the fling animation while also doing the transition to Home scale/fade animations. This causes a lot of work for launcher, particularly because the fling animation is causing the All Apps layer to get recreated on every frame. The fix is to simply pause the fling animation, then snap to its end state when the animation to Home is complete. We also need to pause/snap the scroll indicator animation, because it's fading animation causes the same layer-recreation jank that the fling itself causes. Issue #7387124 Home <-> All Apps transition animation is janky while flinging Change-Id: Icbcaf2d5b3b2f6ce8fd7419419d258248aa1475b
* | Merge "Cap launcher swipe animations to max duration" into jb-mr1-devDave Burke2012-10-251-0/+2
|\ \
| * | Cap launcher swipe animations to max durationChet Haase2012-10-251-0/+2
| |/ | | | | | | | | | | | | large screens take too long swiping between screens. Cap the duration to some max value to make things snappier. Change-Id: Iee967c1b00b4962a0490fd0e20d48d7d8363dd2f
* | Merge "Delay ACTION_MAIN processing when not focused." into jb-mr1-devDave Burke2012-10-251-26/+41
|\ \
| * | Delay ACTION_MAIN processing when not focused.Jamie Gennis2012-10-241-26/+41
| |/ | | | | | | | | | | | | | | | | | | This change puts a 350 ms delay before processing the ACTION_MAIN intent when the window is not focused. This makes the Launcher animation take place after the GPU-intensive portion of the window shade hide animation, resulting in smoother animations. Bug: 7401764 Change-Id: I574f2ba398fcf38b423413f802673bbd4d983cd2
* | Merge "Get rid of explicit GC requests" into jb-mr1-devMichael Jurka2012-10-221-5/+0
|\ \ | |/ |/|
| * Get rid of explicit GC requestsMichael Jurka2012-10-191-5/+0
| | | | | | Bug: 7370913
* | Merge "Send correctly populated Accessibility event on Launcher state ↵Svetoslav Ganov2012-10-191-5/+12
|\ \ | | | | | | | | | change." into jb-mr1-dev
| * | Send correctly populated Accessibility event on Launcher state change.alanv2012-10-171-5/+12
| | | | | | | | | | | | | | | Bug: 7362253 Change-Id: I72811292e8091a21866cb4599d37a71eb475b1d5
* | | Merge "Fix NPE" into jb-mr1-devMichael Jurka2012-10-191-0/+3
|\ \ \
| * | | Fix NPEMichael Jurka2012-10-191-0/+3
| | |/ | |/| | | | | | | | | | Bug: 7356682 Change-Id: Ic6522da1ec6ac0d57f1565cef9c43949f2d7fd70
* / | Fix NPEMichael Jurka2012-10-191-1/+3
|/ / | | | | Bug: 7371837
* / remove old fashioned dream, no longer supportedScott Main2012-10-181-416/+0
|/ | | | Change-Id: I87370e8dc7f3159182dac9f650223ce010d6286b
* Merge "Remove unnecessary allocations during draw Bug #7327799" into jb-mr1-devRomain Guy2012-10-111-6/+8
|\
| * Remove unnecessary allocations during drawRomain Guy2012-10-101-6/+8
| | | | | | | | | | | | Bug #7327799 Change-Id: Ic3a18fb9d850f2c692dcb187a206c61dfa8108a4
* | Update custom cling paramsMichael Jurka2012-10-101-1/+0
|/ | | | | Bug: 7318080 Change-Id: I77d73d81a60efa3886f088e82c6ba3466f6ac331
* Stop using mcc for custom workspace cling on sw600dp devicesMichael Jurka2012-10-091-1/+1
| | | Bug: 7203884
* Merge "Re-merge "Add support for custom manta cling"" into jb-mr1-devMichael Jurka2012-10-082-2/+23
|\
| * Re-merge "Add support for custom manta cling"Michael Jurka2012-10-082-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* | Merge "Fix bug 6886990: cling accessibility" into jb-mr1-devMichael Jurka2012-10-082-2/+132
|\ \
| * | Fix bug 6886990: cling accessibilityMichael Jurka2012-10-082-2/+132
| | | | | | | | | | | | | | | | | | Clings should block interaction with elements below when Talkback is enabled Change-Id: Ifdcd109351fd3c2d6dc97ad75ea3ab6eea48b582
* | | Bug 7301303: more rows in all apps for sw720dp-portMichael Jurka2012-10-081-1/+4
| |/ |/|
* | Revert "Add support for custom manta cling"Michael Jurka2012-10-082-21/+2
| | | | | | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* | Merge "Fix to ensure default widgets get size callbacks (issue 7287744)" ↵Adam Cohen2012-10-074-14/+21
|\ \ | |/ |/| | | into jb-mr1-dev
| * Fix to ensure default widgets get size callbacks (issue 7287744)Adam Cohen2012-10-054-14/+21
| | | | | | | | Change-Id: I46b329db247a0b450493530ab619576c45418b01
* | Add support for custom manta clingMichael Jurka2012-10-052-2/+21
|/ | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* Removing db corruption exceptions, logging instead (issue 7112132)Adam Cohen2012-10-041-10/+3
| | | | Change-Id: I5fd169ba53a88797723997d25399b39b0468864a
* Fix for widgets with config not getting size info (issue 7266053)Adam Cohen2012-10-043-3/+19
| | | | Change-Id: I0b55555ed38d4f2a70345d1b6316a075a9346111
* Merge "Specify workspace resource in preload broadcast" into jb-mr1-devBrian Muramatsu2012-10-033-8/+31
|\
| * Specify workspace resource in preload broadcastBrian Muramatsu2012-10-023-8/+31
| | | | | | | | | | | | | | | | | | Bug 7203884 Allow specifying the workspace XML layout in the PRELOAD_WORKSPACE broadcast. Change-Id: Iec01c6fa2dde4635f624f040b0772ee11fcd88dc
* | Fix issue where clicking home button caused search icon blipMichael Jurka2012-10-021-4/+7
|/ | | | | | | Also, tweak size of icons in landscape mode Bug: 7221345 Change-Id: Ib0d1445e165f291c09021f7dad08ad4d248e47ca
* Fix 7223056: Enable scroll indicator on tabletsMichael Jurka2012-09-261-1/+1
|
* Fix # 6925851: Workspace page spacing gets messed upMichael Jurka2012-09-251-1/+3
| | | | Change-Id: I694fa1e04049e35a415b1f1a85759e501fec6258
* Fix NPEMichael Jurka2012-09-211-1/+1
| | | Bug: 7024933
* Merge "Try to fix RTE when updating shortcuts" into jb-mr1-devMichael Jurka2012-09-211-32/+51
|\
| * Try to fix RTE when updating shortcutsMichael Jurka2012-09-211-32/+51
| | | | | | | | | | Bug: 6529398 Change-Id: Ib88eda5dc1eaf72aae161b25b080197b1049e824
* | Merge "Remove "fade in" animation for search + voice search." into jb-mr1-devMichael Jurka2012-09-211-2/+0
|\ \
| * | Remove "fade in" animation for search + voice search.Narayan Kamath2012-09-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This applies when the app is launched by tapping the search box or the voice search icon. bug:7193408 Change-Id: I29f41faa20c3e7ad00032f749c99d9b69402c422