summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for stuck widget (issue 6557954)Adam Cohen2012-05-301-10/+24
| | | | | | -> left logging in for now, in case this doesn't fully resolve Change-Id: Ie18c1d9037284c50312c9c8b1ac57745ed2fd411
* Merge "Improve reordering by always using the "push mechanic" if possible ↵Adam Cohen2012-05-301-13/+101
|\ | | | | | | (issue 6275309)" into jb-dev
| * Improve reordering by always using the "push mechanic" if possible (issue ↵Adam Cohen2012-05-291-13/+101
| | | | | | | | | | | | 6275309) Change-Id: I51450c1b1f6b439c87194a6084d82fb9989154a7
* | Merge "Lowering the threshold for flinging on larger devices. (Bug 6575670)" ↵Winson Chung2012-05-302-13/+17
|\ \ | |/ |/| | | into jb-dev
| * Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-292-13/+17
| | | | | | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* | Merge "Fix NPE when widget configuration activity is rotated (issue ↵Adam Cohen2012-05-291-0/+1
|\ \ | | | | | | | | | 6556784)" into jb-dev
| * | Fix NPE when widget configuration activity is rotated (issue 6556784)Adam Cohen2012-05-291-0/+1
| | | | | | | | | | | | Change-Id: I0f8949d348c11b173ba3e7c9cd6b7117c02e0c70
* | | Fix issue where item gets added to folder when displacing folder (issue 6576460)Adam Cohen2012-05-291-1/+0
|/ / | | | | | | Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
* | Merge "Don't scale shortcut icons during install animation" into jb-devMichael Jurka2012-05-291-4/+13
|\ \ | |/ |/|
| * Don't scale shortcut icons during install animationMichael Jurka2012-05-291-4/+13
| | | | | | | | | | Bug: 6540432 Change-Id: I5760b1a66d3871702fea1cb51e5ba31d812a8158
* | Adding debugging for stuck widget (issue 6557954)Adam Cohen2012-05-282-0/+22
|/ | | | Change-Id: I73217d6a5dd650278f93ae02672c92c823e08ded
* Fix issue where reorder animations could leave views in translated stateAdam Cohen2012-05-241-6/+16
| | | | Change-Id: I75f590c4ba43fec0550bbd003022d5c8309881a3
* Fixing issue where multiple widget pages would fail to load correctly, ↵Winson Chung2012-05-242-0/+16
| | | | | | preventing you from adding widgets. (Bug 6556434) Change-Id: I48a8aa51d892aef7036009a608903fe089136d82
* Cleaning up some reordering issues:Adam Cohen2012-05-232-54/+35
| | | | | | | | | -> Reorder solution should never change unless target cell changes -> Simplified code and improved the behaviour when items' jiggle animations switch from one direction to another. These transitions are now seamless and have no more strange delays. Change-Id: I35d70f275d622501851328584bfcb46eec91ff3b
* Fix issue with re-order animation not hinting the correct directionAdam Cohen2012-05-231-4/+6
| | | | Change-Id: I5fdf55615fde974c2cc8ae1276031f413713cb10
* Merge "Fix a couple small bugs (issue 6539339)" into jb-devWinson Chung2012-05-232-4/+7
|\
| * Fix a couple small bugs (issue 6539339)Adam Cohen2012-05-222-4/+7
| | | | | | | | | | | | | | | | | | -> Adjusting the character of the 'shake' animation to keep a single phase, and instead stagger the animations slightly -> Fixing issue where widget is not given the size change callback if the widget is resized on drop Change-Id: I9cd9e6cd39009d9e5c70e745812b6ece71b845ee
* | Merge "Updating how widget previews look" into jb-devMichael Jurka2012-05-225-67/+255
|\ \
| * | Updating how widget previews lookMichael Jurka2012-05-225-67/+255
| |/ | | | | | | | | | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* | Skip custom Play cling if no accounts are set upMichael Jurka2012-05-222-1/+20
| | | | | | | | | | Bug: 6519934 Change-Id: Ic796b2fb03201a3c767f92b36edfdb4b2e41e5d4
* | Merge "Cling allows touch explore and accessibility focus search behind it." ↵Svetoslav Ganov2012-05-222-0/+34
|\ \ | | | | | | | | | into jb-dev
| * | Cling allows touch explore and accessibility focus search behind it.Svetoslav Ganov2012-05-222-0/+34
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Touch exploration is performed through hover events and the cling has to consume them to prevent touch exploring content behind it to achieve modal window like behavior. 2. Since the cling should behave as a modal window, the accessibility focus search should not returning items behind the cling, so the focus search should use the cling as its root. bug:6538549 Change-Id: I8545b6ae3ac85a363cc371e1a608d55b9abd5de8
* | Merge "Adding fade in for voice search. (Bug 6534640)" into jb-devMichael Jurka2012-05-221-0/+1
|\ \ | |/ |/|
| * Adding fade in for voice search. (Bug 6534640)Winson Chung2012-05-221-0/+1
| | | | | | | | Change-Id: Ic9b6020239032f41407f7a1e1c625d2cdb7fe328
* | Use different cling for custom workspaceAndrew Flynn2012-05-181-2/+3
|/ | | | Change-Id: I55c53439936d8c300fbb0718216d441f4bab4215
* Merge "Change custom workspace cling" into jb-devAndrew Flynn2012-05-171-18/+6
|\
| * Change custom workspace clingAndrew Flynn2012-05-171-18/+6
| | | | | | | | Change-Id: I8fe44469ac4bf38f9be2228d8eace1198bf3a48e
* | Fixing regression where you can't add shortcutsAdam Cohen2012-05-171-8/+6
| | | | | | | | Change-Id: I2c91a9a5131591aa15319efdaf887f06fb593b08
* | Removing logging related to and fixing (issue 6238330)Adam Cohen2012-05-172-11/+1
|/ | | | Change-Id: I7ed89840d90fd13cbfedc795e789706b32f76b5d
* Adding logging for the bug that won't die (issue 6282761)Adam Cohen2012-05-161-0/+12
| | | | Change-Id: I2f10a3374c8646635f6f45d51e8ae2154706a680
* Tweak folder creation threshold (issue 6443778)Adam Cohen2012-05-161-8/+2
| | | | Change-Id: I7bd4ec5da5181032d2e0891a0ac8fca35454efa4
* Merge "Updating search bar animation, and adding use of hw layers." into jb-devMichael Jurka2012-05-162-15/+29
|\
| * Updating search bar animation, and adding use of hw layers.Winson Chung2012-05-162-15/+29
| | | | | | | | Change-Id: Ida06bb526876abc793366415df1e06f483f3b66c
* | Merge "Fix rendering bug while dragging" into jb-devMichael Jurka2012-05-161-0/+2
|\ \
| * | Fix rendering bug while draggingMichael Jurka2012-05-151-0/+2
| |/ | | | | | | | | Bug: 6500722 Change-Id: I231c2a87e65c44fca30e7867d9c29fd00faf2b26
* | Merge "Yet another attempt to fix (issue 6282761)" into jb-devAdam Cohen2012-05-162-1/+7
|\ \
| * | Yet another attempt to fix (issue 6282761)Adam Cohen2012-05-162-1/+7
| |/ | | | | | | Change-Id: Iabb0dd8e59e566ddef71d4aa7aa684f52d06b3b3
* | Merge "Prevent multiple size changed callbacks to widgets whenever we reload ↵Winson Chung2012-05-162-6/+22
|\ \ | |/ |/| | | the workspace." into jb-dev
| * Prevent multiple size changed callbacks to widgets whenever we reload the ↵Winson Chung2012-05-152-6/+22
| | | | | | | | | | | | workspace. Change-Id: I54d7f54ba9ead36201cfaad36fbb234a4c119b20
* | Merge "Solve stutter when swiping All Apps the first time" into jb-devMichael Jurka2012-05-152-2/+6
|\ \
| * | Solve stutter when swiping All Apps the first timeMichael Jurka2012-05-152-2/+6
| | | | | | | | | | | | | | | Bug: 6024062 Change-Id: I6e05e9916389b1d90bd59443a04720fbf2338f5e
* | | Merge "Fixing issue where landscape delete button is not centered. (Bug ↵Winson Chung2012-05-153-4/+15
|\ \ \ | | | | | | | | | | | | 6493651)" into jb-dev
| * | | Fixing issue where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-153-4/+15
| | | | | | | | | | | | | | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* | | | Merge "Populate the default workspace earlier" into jb-devMichael Jurka2012-05-152-1/+38
|\ \ \ \
| * | | | Populate the default workspace earlierBrian Muramatsu2012-05-152-1/+38
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Adds a receiver that populates the default workspace. It can be called by the system when it's ready for launcher to preload. Change-Id: If885fcfd931c459f87e9bb0df4c8bca00906f3c1
* | | | Merge "Preset type; contact shortcuts are now launched w/o provider ↵Daniel Lehmann2012-05-151-5/+9
|\ \ \ \ | |_|/ / |/| | | | | | | invocation" into jb-dev
| * | | Preset type; contact shortcuts are now launched w/o provider invocationDaniel Lehmann2012-05-141-5/+9
| | |/ | |/| | | | | | | | | | Bug:6434853 Change-Id: I2fb9773713136d11d478936095ebad4a5302a9e1
* | | Adding accessibility scroll support to PagedView.Svetoslav Ganov2012-05-153-1/+40
| |/ |/| | | | | | | | | | | | | | | | | | | | | 1. Added support for accessibility scroll action to PagedView. 2. Exposed AppsCustomizePagedView and Workspace for acessibility if otherwise specified. bug:5932640 Change-Id: I812e7c285cbc4d925390b9fae48a18acc68432ce
* | Merge "Support for 600dp & custom clings" into jb-devAndrew Flynn2012-05-141-18/+43
|\ \
| * | Support for 600dp & custom clingsAndrew Flynn2012-05-131-18/+43
| | | | | | | | | | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559