summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing crash when dropping item in hotseat (issue 6246039)Adam Cohen2012-03-282-7/+14
| | | | Change-Id: I50ad5439127adbb29423116bf0471a970f62e1bf
* Import translations. DO NOT MERGEEric Fischer2012-03-2841-102/+51
| | | | Change-Id: Ib224fbe56b75115260864a95e1df56bcd8dea786
* Fixing small bug where final item position might not match previewAdam Cohen2012-03-271-5/+7
| | | | Change-Id: I216bbf2b454f92cf02b2807f684054e4dce6a05d
* Fix non-persistence of launcher (broken by reordering changes)Adam Cohen2012-03-272-17/+9
| | | | Change-Id: I6fb9cb2257844e642df9b5599188b1cfce35df9b
* Merge "Fixing issue where scrolling indicator was showing on the tablet. ↵Winson Chung2012-03-271-1/+1
|\ | | | | | | (Bug 6164741)"
| * Fixing issue where scrolling indicator was showing on the tablet. (Bug 6164741)Winson Chung2012-03-271-1/+1
| | | | | | | | Change-Id: Ie62deaa74920496f0152c596e87cc6e9809de47a
* | Merge "Adding extra logging to try and catch cases where Market button does ↵Winson Chung2012-03-271-0/+2
|\ \ | | | | | | | | | not work."
| * | Adding extra logging to try and catch cases where Market button does not work.Winson Chung2012-03-271-0/+2
| |/ | | | | | | Change-Id: I09fde1daf3afc1921ad1cc48358ee6c55df4ab7a
* | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-2730-65/+34
|\ \ | |/ |/|
| * Import translations. DO NOT MERGEEric Fischer2012-03-2730-65/+34
| | | | | | | | Change-Id: Ibfbea70872829decc7b712d557966281a22e18d8
* | Fixing EmptyStackException (issue 6117943)Adam Cohen2012-03-271-0/+1
|/ | | | Change-Id: If5816c654dc1e4d5de1e72804e4cf1e845336a96
* Implementing spring-back version of reorderingAdam Cohen2012-03-262-86/+360
| | | | | | | | | | | | -> If you hover above occupied cells, we try to find a new location for the items. The items only remain in the temporary position while the drag ivew is over their original position after which they animate back. -> Items in the temporary positions animate in such a way so indicate that they are in a temporary state, and in such a way so as to hint at where they will return to. Change-Id: I7537c65228c505afbd2f1c22938cfd9d7719839a
* Import translations. DO NOT MERGEEric Fischer2012-03-2649-49/+191
| | | | Change-Id: I8142610dc67378b6d0ae95bfe486a23ceae9f318
* Merge "Fixing potential crash when trying to create 0x0 bitmaps"Michael Jurka2012-03-261-0/+2
|\
| * Fixing potential crash when trying to create 0x0 bitmapsMichael Jurka2012-03-261-0/+2
| | | | | | | | | | Bug: 5926437 Change-Id: Id1284584104b1c4933525ea5e8744338718e4986
* | Making the text reflect the container when you are unable to drop onto a space.Winson Chung2012-03-264-10/+14
| | | | | | | | Change-Id: Ib3734b7f7767bdf0fb4c95dcc1298da02c04e9cd
* | Merge "Fixing potential issue where loader was still running after the ↵Winson Chung2012-03-261-4/+15
|\ \ | |/ |/| | | fragment was detached. (Bug 5682275)"
| * Fixing potential issue where loader was still running after the fragment was ↵Winson Chung2012-03-231-4/+15
| | | | | | | | | | | | detached. (Bug 5682275) Change-Id: I79fd21e2ad269eb09fa974264f9f319f654cad19
* | Merge "Adding animation post-installing a shortcut."Winson Chung2012-03-238-57/+215
|\ \
| * | Adding animation post-installing a shortcut.Winson Chung2012-03-238-57/+215
| | | | | | | | | | | | Change-Id: I63bb3b713fab28a43e61333dd331dbf2d211faa7
* | | Import translations. DO NOT MERGEEric Fischer2012-03-231-24/+24
| |/ |/| | | | | Change-Id: I7edcd8ac27c36b0e97c972589a849e7bf0afe392
* | Merge "Allow fling gesture while dragging from AllApps to dismiss drag."Winson Chung2012-03-236-27/+99
|\ \
| * | Allow fling gesture while dragging from AllApps to dismiss drag.Winson Chung2012-03-226-27/+99
| | | | | | | | | | | | Change-Id: I5eea14336579a1374aded63dda9ad1a33e8b8d4a
* | | Merge "Minor code cleanup"Michael Jurka2012-03-231-2/+2
|\ \ \ | |_|/ |/| |
| * | Minor code cleanupMichael Jurka2012-03-221-2/+2
| |/ | | | | | | Change-Id: I92c0f9c9c96bace85a96a781bb4fdf2604c6f75b
* | Fixing animation bug for reorderingAdam Cohen2012-03-221-4/+3
| | | | | | | | Change-Id: Ibb8f53a9beb2ddcacab93507fe7469639e0e0587
* | Code cleanup + a bit of documentation for reorderingAdam Cohen2012-03-221-152/+109
|/ | | | | | -> in preparation for more substantial changes Change-Id: I68657af1efc17be66ab973e0815991d3f1697a1f
* Merge "Fix more cases where blips show up in All Apps"Michael Jurka2012-03-212-38/+83
|\
| * Fix more cases where blips show up in All AppsMichael Jurka2012-03-202-38/+83
| | | | | | | | | | | | | | | | | | - defer any updates to the widget previews if we're mid-transition - call System.gc() before a transition to avoid gc mid-transition Change-Id: If8b4699b142af20b2f14e9a8653f893139adf90e
* | Import translations. DO NOT MERGEEric Fischer2012-03-212-2/+2
| | | | | | | | Change-Id: Id39ebf225ba159000cf4b13b9743760480d4d232
* | Merge "Eliminate custom alpha handling in CellLayout"Michael Jurka2012-03-217-117/+107
|\ \
| * | Eliminate custom alpha handling in CellLayoutMichael Jurka2012-03-207-117/+107
| | | | | | | | | | | | | | | | | | Also rename CellLayoutChildren to ShortcutsAndWidgetsView Change-Id: Ic2ebc5497adb153cc2fce99730cc2c6fbdc101e6
* | | Merge "Adding fling-to-delete."Winson Chung2012-03-2012-44/+416
|\ \ \ | |/ / |/| |
| * | Adding fling-to-delete.Winson Chung2012-03-2012-44/+416
| | | | | | | | | | | | | | | | | | - Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
* | | Tweaking reordering algorithm -- added "pushing" notionAdam Cohen2012-03-191-27/+226
|/ / | | | | | | | | | | -> Fixed bug when no available space was found Change-Id: I90898773d259aa84c89d645a1375f2013a520223
* | Merge "Initial implementation of CellLayout auto-reordering"Adam Cohen2012-03-155-158/+836
|\ \
| * | Initial implementation of CellLayout auto-reorderingAdam Cohen2012-03-155-158/+836
| |/ | | | | | | Change-Id: Id5b5080e846907a7d9cd6535f6e7285e83a0ff71
* | Import translations. DO NOT MERGEEric Fischer2012-03-151-4/+4
| | | | | | | | Change-Id: I0d9573d0925675b5c0ec0ae4a8b2eea9ea59041a
* | Import translations. DO NOT MERGEEric Fischer2012-03-141-3/+3
|/ | | | Change-Id: I78fb83552a25a48f14dc353b0ddaa61f6ea8c4f6
* Import translations. DO NOT MERGEEric Fischer2012-03-131-1/+1
| | | | Change-Id: Icdc006d6303ff9196bd6b96a5e40b31f9d46c13d
* Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-121-5/+5
|\
| * Import translations. DO NOT MERGEEric Fischer2012-03-121-5/+5
| | | | | | | | Change-Id: Ifb7c862426ca4a74ee86835ab8e70ce2511eaeaa
* | Merge "Fixing some issues/regressions related to scaled icons."Winson Chung2012-03-1215-62/+89
|\ \ | |/ |/|
| * Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-0815-62/+89
| | | | | | | | | | | | | | | | | | | | - Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397) - Fixes issue with divider being in wrong orientation in sw720dp - Fixes issue with scaled icons not being drawn with filtering - Fixes issue with side pages showing under the hotseat when in landscape in phone UI - Animates the drag view on pick up and drop Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
* | Merge "Fix case where shortcut label wasn't updating"Michael Jurka2012-03-092-8/+12
|\ \
| * | Fix case where shortcut label wasn't updatingMichael Jurka2012-03-092-8/+12
| | | | | | | | | | | | | | | | | | | | | When installing an updated version of an app, update the title (we were previously only doing the icon). Bug: 6069921
* | | Import translations. DO NOT MERGEEric Fischer2012-03-091-11/+11
| | | | | | | | | | | | Change-Id: If67d70210d679fb8a80811086b7263462d596f65
* | | Fixing issue where long pressing on an icon in a Folder without moving ↵Winson Chung2012-03-081-0/+1
| |/ |/| | | | | | | | | causes a click as the icon is still "pressed". Change-Id: If6a3bcab79492efa8588c282e0d3e7a5b54dc785
* | am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-077-32/+53
|\ \ | |/ |/| | | | | * commit '989dc51400f4511e8411b0f1e6c525c024fbb949': Scale icons down for sw600dp-land mode.
| * am bc239a15: Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-067-32/+53
| |\ | | | | | | | | | | | | * commit 'bc239a15464f543a41b960b946aa77258454efaf': Scale icons down for sw600dp-land mode.