summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CustomizePagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3514114: Dropping on mini-screens doesn't place items correctlyPatrick Dubroy2011-03-081-0/+1
| | | | Change-Id: I7176562f1a62ca9973a256e53151aac1ff708144
* Refactoring and fixing bugs in Customize tray.Winson Chung2011-02-251-11/+34
| | | | Change-Id: Ia37d3033d64036fd09f5f33443eb9f575e311c7c
* Fix 3482911: NPE in CustomizePagedView.resetCheckedItemPatrick Dubroy2011-02-241-8/+8
| | | | | | Also fixes an issue where quick swipes on an item could cause it to animate in from (0, 0) sometimes. Change-Id: Ie3312389bcb5109f4b26ec518a29b4aa88161377
* Fixing issue where flinging the Customize tray would scroll to the incorrect ↵Winson Chung2011-02-231-1/+8
| | | | | | page after update. Change-Id: I654665b065ad60414286ea16f7feae5054df604c
* Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-79/+142
| | | | | | - Fix 3453751: Moon landing on canceled drag from customize - Fix 3453595: Use home screen "consume" animation when dragging and dropping Change-Id: Ia6a83c2d7a8f24c3ce02811547a35a7022d245f6
* Fix drag and drop behaviorMichael Jurka2011-02-161-9/+8
| | | | | - Place items close to where they are dropped when workspaces are small - Properly fix positioning of items in spring-loaded mode - Remove blank padding below icons when dragging
* Adding hardware layers to All AppsMichael Jurka2011-02-021-2/+2
| | | | - splitting up the "holo" outlines and the icons into separate views - enabling hardware layers on each of the views
* Improve feedback during spring loaded modeMichael Jurka2011-01-251-6/+6
| | | | | | - Uniformly scale the outlines of items on the screens to match the correct grid size as closely as possible - Fix bug with drag + drop that was reporting dragged items' height wrong - Remove unused code
* Fix 3373059: Crash when drag cancelled in spring-loaded statePatrick Dubroy2011-01-201-1/+1
|
* Adding more checks to prevent unsync'd dragging states in customization drawer.Winson Chung2011-01-171-41/+47
| | | | Change-Id: I7e4ed80d9bd5ce1e899827eafd0f44a88cce4346
* Preventing screen rotations when dragging.Winson Chung2011-01-171-0/+2
| | | | Change-Id: I6805c66f9aeec32bc7d597e99e1f62be0e2d0ab3
* Ensuring that we don't start dragging while another drag is in progress.Winson Chung2011-01-071-2/+3
| | | | Change-Id: If3c5a059407efc3ee9a0c9b1b3b7fb942d3a7664
* Fixing issues with holographic outline cache in AllApps/Customize.Winson Chung2011-01-051-25/+29
| | | | | | | | | | | - Fixing issue where the outline cache was not properly used when changing orientations - Making the outline cache static, and shared across both the AllApps/Customize (since they share an Apps view) - Making sure that holographic outlines for items on only one page are not created, since the holographic outlines will never be shown in that case. - No longer clearing outline cache as frequently Change-Id: I291db3802260249d0470d2637d871958baa8ebff
* Cancelling the current drag when customization filter type changes to ↵Winson Chung2011-01-041-0/+1
| | | | | | prevent crashes. Change-Id: Iaa3f2598325950769d38ad1d6e390ab06ea194d7
* Adding fade when dragging items outside of the customization tray.Winson Chung2010-12-211-4/+27
| | | | Change-Id: Ie8dad00bc0278053707f81d948528929e6bb6f5c
* Saving AllApps page when rotating screen, fixing customization rotate flash.Winson Chung2010-12-201-5/+11
| | | | Change-Id: Idc4b919fa34413578fc07be263aadffb062f6115
* Don't animate tapped item if the target screen is fullPatrick Dubroy2010-12-201-8/+8
|
* updating assets for configure/all appsMichael Jurka2010-12-171-2/+0
| | | | - fixed the dead zone between configure/all apps
* correcting misspellings and removing dead codeMichael Jurka2010-12-141-1/+0
| | | | Change-Id: Ic71dfc31299b1fbc10d7694e710699aa952da311
* adding ability to vertically drag an app out of All AppsMichael Jurka2010-12-131-110/+11
| | | | Change-Id: I211c9e60026610d9cf9eda0fbc65b15e6850b730
* Changing AllApps checked visualization, fixing drag offset issue in ↵Winson Chung2010-12-091-17/+23
| | | | | | | | AllApps/Customize. - fixing previous change which clobbered pressed/focused state padding Change-Id: I229d803322554e51bc9c1f15d3687b01b0f6679f
* Differentiating max widget cell count and max wallpaper cell count in ↵Winson Chung2010-12-091-2/+6
| | | | | | customization drawer. Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a
* added spring loaded mode for adding items to workspaceMichael Jurka2010-12-091-10/+28
| | | Change-Id: Ie92294fe2b1d6697d84756a2fcea91a09f72825b
* Adding animations to Customize drawerAdam Cohen2010-12-081-17/+107
| | | | | | | -When you tap to add in customize drawer the widgets / app shortcuts now animate to the mini screens Change-Id: I0a5b5ae561fda3fbbf902003273477a5ed7ca5cc
* Supporting custom wallpaper previews in CustomizeAdam Cohen2010-12-081-14/+91
| | | | Change-Id: Ibc16e67ca49a50032d9fcb7d5bb8dcccd7bf4397
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-081-18/+15
| | | Change-Id: Ic52b8df2b4c4998272fbfe2b1b195c177cac9a23
* Adding outlines to side pages for widgets and wallpaper pages in the ↵Winson Chung2010-12-011-31/+17
| | | | | | customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
* Prevent flicker when starting a drag.Patrick Dubroy2010-11-241-4/+6
| | | | Also, animate item the view to its new position when dragging.
* Fixing improper paging of wallpaper providers in customization drawer.Winson Chung2010-11-221-1/+4
| | | | Change-Id: I3f0323f2e97d4538ae9c35e17738bcbb46b5a2a7
* Preventing delayed processing of old touch target in Customization drawer.Winson Chung2010-11-181-1/+3
| | | | Change-Id: I982d953814e13ce195eee1aaa6739e895e328b2a
* Allow dragging items off customization trayMichael Jurka2010-11-161-1/+99
| | | | | Long press is no longer required Change-Id: Ie122e298ab8782522b650551b8004c53b514bdd1
* Fixing typo with previous change. Should not handle click when snapping to page.Winson Chung2010-11-151-2/+2
| | | | Change-Id: I1a02e0bb7bff1aa6b16e4dd8959525da6727e59c
* Minor fixes to LauncherWinson Chung2010-11-151-28/+14
| | | | | | | | - Adding checks to prevent multiple onSetAlpha's to be called (especially now that we are using display lists) - Removing an old change to keep artificially make the last page wider - Fixing issue where you could click on an item in the paged view while the page it was on is being faded out Change-Id: I9b194565602b5200c0688da2caec9c3c829b3bb0
* Fixing various small bugs with launcherWinson Chung2010-11-111-0/+1
| | | | | | | | | - Items added from customization tray add from top left now - Fixing issue where wallpaper tab was not showing - Workaround for the extra pixel line showing in homescreen drag icons - Speeding up animations for tab transitions and clicking Change-Id: I865531bb4cf896320a9e2ff6cef08bed221a2294
* Modifying wallpapers customization page to look like widgets.Winson Chung2010-11-101-18/+110
| | | | | | - Disallowing touch handling when there are no children Change-Id: I925d6f1f862f8c7994a80c4eaacc80f8d59f6ab2
* Fixing issue with widget previews using the widget dimensions instead of the ↵Winson Chung2010-11-081-10/+12
| | | | | | preview dimensions Change-Id: Ie786c45f6e050e0eb02145b0bc9b1f5b1cc37ca2
* Initial changes to allow resolution of arbitrary clip data to widgets that ↵Winson Chung2010-11-031-6/+2
| | | | | | support them. Change-Id: Id5dfa8436a5bf6eb7bd300ec603911a9d3698de3
* Using hdpi icons in LauncherMichael Jurka2010-11-011-1/+2
| | | | Known issue: Default activity icon is still showing up as small
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-011-17/+48
| | | | | | - Also fixing issue where preview images in the customization drawer were not being scaled down Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
* Fixing issues in LauncherWinson Chung2010-11-011-7/+9
| | | | | | | | - Now ending choice mode if a selected application is removed - Only updating apps in the customization drawer if the applications change - Adding null check when determining scrolling in PagedView Change-Id: I0b23d1383649626dc012bd70a5e8087885b77c17
* Removing the Folders tab.Winson Chung2010-10-251-62/+6
| | | | Change-Id: I5cf3aa8bf987500800340e047336233db5eb0491
* More spacing changes to Customization Drawer.Winson Chung2010-10-211-0/+3
| | | | Change-Id: Ie51a0a5da6169b0651e9f70cfb28450254cf0df1
* fixed bug with adding items in customize modeMichael Jurka2010-10-201-29/+12
| | | | | | | also, no longer mark items as checked in customize mode Bug: 3116708 Change-Id: I01b935ba8bfb450dfab9175a7eb5b7619ad187a6
* More spacing changes for AllApps.Winson Chung2010-10-201-1/+1
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* Setting children alpha for widget-customization layout for performance.Winson Chung2010-10-131-22/+1
| | | | Change-Id: Ic7f672b06971df867db8af326d1334d1d3f4c102
* updated Workspace thumbnail behaviorMichael Jurka2010-10-101-4/+11
| | | | | | | - in All Apps mode, fade thumbnails completely - while dragging, have thumbnails re-appear - while dragging, give screen thumbnails that can accept drops a different appearance (green outline instead of blue) Change-Id: I72ddf8a0f1947d35ef11514b7d4eea9ae5eee6e2
* Fixed 3066306 Widget measurement wrong in customize trayMichael Jurka2010-10-081-2/+4
|
* ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-14/+1
| | | | | | adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
* Re-updating widget set in customization drawer when applications are changed.Winson Chung2010-09-281-6/+14
| | | | | | - This prevents a particular crash where a widget that no longer exists is queried for it's app icon Change-Id: I84b450d37c01d995bb249aae8cdf8e5c032883cf
* Making "tap to add" in customization mode automaticallyMichael Jurka2010-09-281-2/+17
| | | add to the current screen