summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| * Adding distance threshold to initiate paging regardless of velocity.Winson Chung2010-10-251-4/+11
| | | | | | | | Change-Id: I275417ca69bcaa0b643dab7f3f552d973a194ce6
* | Re-enable clicking on CAB buttonsPatrick Dubroy2010-10-251-11/+13
| | | | | | | | Change-Id: I7ac99fb1b90aad2816e371b8d4b363b7ddae057c
* | Merge "Removing the Folders tab."Winson Chung2010-10-252-69/+6
|\ \
| * | Removing the Folders tab.Winson Chung2010-10-252-69/+6
| | | | | | | | | | | | Change-Id: I5cf3aa8bf987500800340e047336233db5eb0491
* | | Merge "Fix crash when dragging from all apps to home."Patrick Dubroy2010-10-251-2/+5
|\ \ \
| * | | Fix crash when dragging from all apps to home.Patrick Dubroy2010-10-251-2/+5
| | | |
* | | | Merge "Fixed disappearing customize button"Michael Jurka2010-10-251-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed disappearing customize buttonMichael Jurka2010-10-251-4/+4
| |/ / | | | | | | Bug: 3130085
* / / Removing Apps/Games tab.Winson Chung2010-10-252-15/+0
|/ / | | | | | | Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
* | Fix disappearing icons due to div-by-0 in animation.Patrick Dubroy2010-10-251-11/+8
| |
* | Merge "Leaving mini-workspaces in place after dropping from AllApps."Winson Chung2010-10-251-3/+0
|\ \
| * | Leaving mini-workspaces in place after dropping from AllApps.Winson Chung2010-10-251-3/+0
| |/ | | | | | | Change-Id: Iae4aba8b38e674ccda978b8280d015d4d8247147
* / Made Launcher and AllApps use the new Tabs holo theme.Gilles Debunne2010-10-252-48/+16
|/ | | | | | | | | | | | Style temp settings removed, now provided by default: https://android-git.corp.google.com/g/#change,76118 Hacks to focus first tab removed as it has been fixed in: https://android-git.corp.google.com/g/#change,75393 Bug 3008765 Change-Id: Id9121cf3bfc3be08380bec1a45cf447b5fe96422
* Merge "Altering homescreen spacing to match design."Winson Chung2010-10-241-9/+13
|\
| * Altering homescreen spacing to match design.Winson Chung2010-10-241-9/+13
| | | | | | | | Change-Id: I8b859992fe843d0cf688cb84bcbaab6dbeccb6fb
* | Fixing drag to application info button in All AppsMichael Jurka2010-10-223-11/+22
|/ | | Change-Id: I6f31bf3ac24366791cf84830584846d57aab9b80
* Correctly preserve state on orientation changesMichael Jurka2010-10-213-44/+44
| | | | Bug: 3049975
* More spacing changes to Customization Drawer.Winson Chung2010-10-212-3/+8
| | | | Change-Id: Ie51a0a5da6169b0651e9f70cfb28450254cf0df1
* Fix bug that allowed multiple items in one cellMichael Jurka2010-10-213-3/+14
| | | | | | | | Fixed issue where opening a folder allowed items to be placed on any cell, even if it was occupied. Bug: 3094164 Change-Id: I392e7236f9cd7ea0b09f36e249d2a57c9934dc8e
* fixed bug with adding items in customize modeMichael Jurka2010-10-202-45/+18
| | | | | | | also, no longer mark items as checked in customize mode Bug: 3116708 Change-Id: I01b935ba8bfb450dfab9175a7eb5b7619ad187a6
* More spacing changes for AllApps.Winson Chung2010-10-206-8/+41
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* Merge "Various cleanups in the drag viz code."Patrick Dubroy2010-10-204-26/+44
|\
| * Various cleanups in the drag viz code.Patrick Dubroy2010-10-204-26/+44
| | | | | | | | | | | | Most importantly: - Don't allocate a new Paint object in CellLayout.onDraw - Scale holographic outlines based on the screen density
* | Fix bug where screen would get stuck while panningMichael Jurka2010-10-191-1/+1
|/ | | Bug: 3109113
* Animate items into place when dropping on home screenPatrick Dubroy2010-10-192-50/+125
|
* Added bounce animation when item added to screensMichael Jurka2010-10-182-21/+99
| | | Change-Id: I87d9e8545e2de588d083b48991d932eb904f6e3a
* Fixing a bug where you could scroll the mini screensMichael Jurka2010-10-182-1/+6
| | | Change-Id: I3638618cb5f4ec2705955fda994fd6aff42fd70f
* making size of delete zone & info button largerMichael Jurka2010-10-152-9/+39
| | | | | | | - only on XLarge devices - make application info button inactive when its not visible - making scroll right "dead" zone bigger so users don't trigger accidental scroll when deleting items Change-Id: I474de710a80b165d2ce1553c9231a829679132b2
* Fix bug drag viz & hover statePatrick Dubroy2010-10-153-43/+48
| | | Change-Id: I6b40d4dd43a2ee0c127df938375870347faeb5f6
* Merge "Fixing a bug with anti-aliasing during page scrolling"Adam Cohen2010-10-141-1/+1
|\
| * Fixing a bug with anti-aliasing during page scrollingAdam Cohen2010-10-141-1/+1
| | | | | | | | Change-Id: If03e8ce5880d44ed33378e53f59e0c5d39fceb61
* | fix setting/unsetting hover on thumbnailed screensMichael Jurka2010-10-142-115/+106
|/ | | | | cleaned up dragenter / dragexit events so they're only received by CellLayouts if the workspace isn't small ignoring enter/exit scrollarea events when workspace is small
* Merge "Adding message when there are no icons in a particular tab."Winson Chung2010-10-142-34/+78
|\
| * Adding message when there are no icons in a particular tab.Winson Chung2010-10-142-34/+78
| | | | | | | | Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
* | Updating code to use new non-generified animator APIsChet Haase2010-10-145-69/+84
|/ | | | Change-Id: Ie1928a22f774b226d90fa0918f61dba35d183dd6
* Fixing bug with swipingAdam Cohen2010-10-131-2/+1
| | | | Change-Id: I2957aedded514d4dd2f9a9d766eede5d0801622c
* Merge "Setting children alpha for widget-customization layout for performance."Winson Chung2010-10-132-22/+72
|\
| * Setting children alpha for widget-customization layout for performance.Winson Chung2010-10-132-22/+72
| | | | | | | | Change-Id: Ic7f672b06971df867db8af326d1334d1d3f4c102
* | Fix some incorrect animation code that might be causing visual glitches.Patrick Dubroy2010-10-132-12/+46
|/
* fix 3029324: Implement new drag feedbackJoe Onorato2010-10-134-74/+300
| | | | Add "shrinkwrap" icon outlines to visualize where the item will land
* Tweaking spacing and layout of AllApps/Customize in portrait.Winson Chung2010-10-124-2/+22
| | | | | | | | - Also added workaround for tab label not being initially selected - Added fix for initial layout of PagedViews preventing side pages from having proper alpha - Marking widget dims format string as not translatable Change-Id: I74a5410b88e2766816a87b14e64058b4288c214d
* am e90cc3ba: resolved conflicts for merge of 35e79e32 to gingerbread-plus-aospJean-Baptiste Queru2010-10-121-1/+3
|\ | | | | | | | | | | | | Merge commit 'e90cc3ba6c6ccd383f31b539367c2cccea278fed' * commit 'e90cc3ba6c6ccd383f31b539367c2cccea278fed': Replaced /sdcard with Environment.getExternalStorageDirectory()
| * resolved conflicts for merge of 35e79e32 to gingerbread-plus-aospJean-Baptiste Queru2010-10-111-1/+3
| |\ | | | | | | | | | Change-Id: I039355b9d5852436c8352efc5a85590e5f2bc080
| | * Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer2010-08-022-2/+6
| | | | | | | | | | | | Change-Id: I50cc6c6ebf5db639d4fbee6a513193070de7823e
* | | resolved conflicts for merge of 700889f5 to masterBrad Fitzpatrick2010-10-121-18/+28
|\| | | | | | | | | | | Change-Id: I85320de6483e6820fe27b4012bfc323ccafa0e04
| * | Serialize background async db updatesBrad Fitzpatrick2010-10-111-19/+19
| | | | | | | | | | | | | | | Bug: 2983765 Change-Id: I1fdd33ea8ee4fbc79a75ce0450f04d8e18915975
* | | am 02e53429: Merge "Don\'t block the UI when rearranging icons." into ↵Brad Fitzpatrick2010-10-111-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '02e53429c4ef01bee548e0eaba4aeeee99db35f4' * commit '02e53429c4ef01bee548e0eaba4aeeee99db35f4': Don't block the UI when rearranging icons.
| * | Merge "Don't block the UI when rearranging icons." into gingerbreadBrad Fitzpatrick2010-10-101-1/+6
| |\ \
| | * | Don't block the UI when rearranging icons.Brad Fitzpatrick2010-10-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pause is mostly notable when a sync is happening at the same time. The related function addItemToDatabase() is unchanged by this CL though as it populates item.id and would need more invasive changes elsewhere. Change-Id: I6538445aeb15d9efedf99f262c39f6175f7f1e0e
| * | | Snap workspace back to screen on ACTION_CANCEL.Jeff Brown2010-10-081-19/+24
| |/ / | | | | | | | | | | | | Bug: 3066123 Change-Id: Icbdf3ef241ec44b5569e7490c1b950d80699ddc8