summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CustomizePagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing up some Folder bugsAdam Cohen2011-06-081-7/+7
| | | | | | | | | | -> Rendering properly while in spring-loaded mode -> Fixed bug where sometimes the folder's background would vanish -> Fixed bug where the folder background was "stuck" in a fixed location, not following the folder -> Can now add to folders and create folders from spring-loaded mode Change-Id: Ie1c5583a6230a192e6d07763d001b50053daca43
* am 4c826609: am a83ae6bf: am 330ae983: Merge "Fix issue where All Apps tab ↵Michael Jurka2011-06-031-8/+2
|\ | | | | | | | | | | | | bar was too small" into honeycomb-mr2 * commit '4c826609208012e7219ecdacde4348b0dd7973bd': Fix issue where All Apps tab bar was too small
| * Fix issue where All Apps tab bar was too smallMichael Jurka2011-05-311-8/+2
| | | | | | | | Change-Id: I702ca5ce32a6346f09c61765aa63625d3d50cc92
* | am 6a2326cf: am bad51817: am 87b1490c: Potential fix for bug 4479399Michael Jurka2011-05-311-3/+13
|\| | | | | | | | | * commit '6a2326cff955d692c4f89f6ca7ffea036a3efb15': Potential fix for bug 4479399
| * Potential fix for bug 4479399Michael Jurka2011-05-251-3/+13
| |
| * DO NOT MERGE Dynamically determine size of customize tray.Patrick Dubroy2011-05-231-21/+44
| |
| * Minor fix to figuring out rows/columns for Customize modeMichael Jurka2011-05-201-6/+1
| | | | | | | | | | | | DO NOT MERGE Change-Id: I53d2ec46061f07f175a8f5aefff8dafd1b786a7f
| * Allow determining # of rows/columns for All Apps and Customize at run timeMichael Jurka2011-05-201-0/+33
| | | | | | | | | | | | DO NOT MERGE Change-Id: I9ba0add8f2b2ffb324468768ad058c8426db6894
| * Setting min width of content in customize tray automaticallyMichael Jurka2011-05-131-1/+1
| | | | | | Change-Id: Idb307dcf21422472ef098702c1bc12e99f138228
| * Setting tab bar widths automaticallyMichael Jurka2011-05-131-0/+11
| | | | | | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost
* | Dynamically determine size of customize tray.Patrick Dubroy2011-05-231-21/+44
| | | | | | Change-Id: I13235bbd01df8c31eb9bdfe88913db55624d8b9b
* | Minor fix to figuring out rows/columns for Customize modeMichael Jurka2011-05-181-6/+1
| |
* | Allow determining # of rows/columns for All Apps and Customize at run timeMichael Jurka2011-05-181-0/+33
| |
* | Fixing issue where holographic icons could get out of sync in AllApps (when ↵Winson Chung2011-05-171-4/+2
| | | | | | | | | | | | number of pages changes). Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
* | Disabling isHardwareAccelerated check until we know when they can/can not be ↵Winson Chung2011-05-101-4/+4
| | | | | | | | | | | | made. Change-Id: I45b18df9512e4b1a86c0ac9893166a4855f0e2c9
* | Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-061-6/+12
| | | | | | | | | | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* | Merge "Cleaning up icon code."Winson Chung2011-05-051-7/+2
|\ \
| * | Cleaning up icon code.Winson Chung2011-05-051-7/+2
| | | | | | | | | | | | | | | | | | - Changing long-press on homescreen to bring up wallpaper picker. Change-Id: I854b1b7dc5a102e95853732d6e9a4fa298144650
* | | Fix: restoring holo outlines in paged views on tabletMichael Jurka2011-05-051-1/+2
|/ / | | | | Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
* | Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-2/+0
| | | | | | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* | Setting min width of content in customize tray automaticallyMichael Jurka2011-04-051-1/+1
| |
* | Setting tab bar widths automaticallyMichael Jurka2011-03-231-0/+11
| | | | | | | | | | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
* | Fixing an issue where other pages were taking on the min width of the widget ↵Winson Chung2011-03-181-2/+4
|/ | | | | | page. Change-Id: I256d2dc918ca8760ee58c9cb430dd1c49c5ceea0
* 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