summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* | | Removing functionality to click under AllApps to return to the workspace. ↵Winson Chung2012-09-201-8/+0
| |/ |/| | | | | | | | | (Bug 7012020) Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8
* | Making launcher use new widget binding APIsAdam Cohen2012-09-195-8/+71
| | | | | | | | Change-Id: I9cd6716e1dc0c53b5c846371ea109ced4cd3d40a
* | Merge "Fixing some warnings" into jb-mr1-devMichael Jurka2012-09-181-5/+5
|\ \
| * | Fixing some warningsMichael Jurka2012-09-171-5/+5
| |/ | | | | | | Change-Id: I28ff3b62b831bd49e3592c1b86ba978208324c11
* | Fixing issue where we were collating labels based on an old Locale. (Bug ↵Winson Chung2012-09-172-20/+28
|/ | | | | | 7133873) Change-Id: Ic1366f06020d1e405a6800386472a8832d683c5e
* Add user initialing receiver to select a unique wallpaper.Dianne Hackborn2012-09-161-0/+70
| | | | Change-Id: I14652d8108c2e19db821ab5526b6e630db8fe998
* Workaround for generating QSB icon press states. (Bug 7132477)Winson Chung2012-09-101-7/+24
| | | | Change-Id: I7754bbb20572908cd428c12ba84a7b1160063bcb
* Merge "Adding more debug code for dup. ItemInfo bug" into jb-mr1-devMichael Jurka2012-09-071-0/+2
|\
| * Adding more debug code for dup. ItemInfo bugMichael Jurka2012-09-041-0/+2
| | | | | | | | Change-Id: I7963a59b54f05e29e485c3dcc5c0e159e36de59d
* | Merge "Fixing issue where we were not removing items from LauncherModel and ↵Winson Chung2012-09-052-0/+28
|\ \ | | | | | | | | | only the add-queue. (Bug 7078244)" into jb-mr1-dev