summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsPagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-061-4/+7
| | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* Fix: restoring holo outlines in paged views on tabletMichael Jurka2011-05-051-1/+2
| | | Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-7/+3
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Merge "Cleaning up drag and drop visulization and drop location determination"Adam Cohen2011-04-151-1/+12
|\
| * Cleaning up drag and drop visulization and drop location determinationAdam Cohen2011-04-151-1/+12
| | | | | | | | | | | | | | | | | | -Visualization and drop location always match now -Improved the location determination/visualization for widgets in spring loaded mode -Simplified and fixed some other discrepencies Change-Id: I4b46f415a547e4df778c70a8b87f341a909d10c1
* | Making mini workspaces disappear if drag from AllApps fails.Winson Chung2011-04-071-0/+11
|/ | | | Change-Id: Ia02e441d48a041e336b64190d7813f6b35d6dd94
* Resetting AllApps to first page when turning screen off/hitting home.Winson Chung2011-03-301-0/+5
| | | | Change-Id: If988bbcf48c54aad3603425bb290fde011e9bd75
* Setting tab bar widths automaticallyMichael Jurka2011-03-231-5/+18
| | | | | | - will make launcher adapt better to different screen sizes - also, moved customization tray tab setup code from Launcher to CustomizeTrayTabHost Change-Id: I27a1acdacd231150bf191548d155c0e94d855796
* improving performance of first AllApps/Customize animationMichael Jurka2011-03-071-4/+22
| | | Change-Id: I71e5cc634f7e1346617d101efd6945c00484cab3
* Fix 3385675: Uninstall option available for system appPatrick Dubroy2011-02-281-7/+17
| | | | | | | - when a system app is selected in all apps, don't show uninstall button - if it's an updated system app, show "Uninstall update" - Also, remove unused code for non-existent flag for games Change-Id: I46753ee8d213b2ba1613b71ac1fe73d79786129c
* Pre-initializing filtered/apps list in case we get incremental updates ↵Winson Chung2011-02-231-6/+10
| | | | | | before setApps(), adding additional null checks. (3465095) Change-Id: Ie53fe7ed4fc55a587f8f831902ed5ee2d87bc98e
* Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-1/+1
| | | | | | - Fix 3453751: Moon landing on canceled drag from customize - Fix 3453595: Use home screen "consume" animation when dragging and dropping Change-Id: Ia6a83c2d7a8f24c3ce02811547a35a7022d245f6
* Simplifying logic to create/destroy hardware layers in All AppsMichael Jurka2011-02-161-0/+1
| | | Bug # 3422984
* Reducing memory impact of hardware layers in LauncherMichael Jurka2011-02-031-0/+1
| | | | | - Disabling hardware layers in customize tray - Destroying hardware layers for pages in All Apps that are not visible - Re-adding CachedTextView for icons in customize tray (to regain some of the lost performance there)
* Adding hardware layers to All AppsMichael Jurka2011-02-021-8/+8
| | | | - splitting up the "holo" outlines and the icons into separate views - enabling hardware layers on each of the views
* Changing downloads tab to my apps and making most recent first. (3377455)Winson Chung2011-01-211-0/+1
| | | | Change-Id: I75ae46ad601457ecfc9555aff7f7ff5284440317
* Fix 3373059: Crash when drag cancelled in spring-loaded statePatrick Dubroy2011-01-201-1/+1
|
* Changing text in empty-downloads message.Winson Chung2011-01-181-1/+1
| | | | Change-Id: I5bba53e97cd1a6c9370c6f2d2b52a7d488aac5a7
* Removing dead codeMichael Jurka2011-01-171-1/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* Merge "Preventing screen rotations when dragging." into honeycombWinson Chung2011-01-171-0/+2
|\
| * Preventing screen rotations when dragging.Winson Chung2011-01-171-0/+2
| | | | | | | | Change-Id: I6805c66f9aeec32bc7d597e99e1f62be0e2d0ab3
* | NPE fixMichael Jurka2011-01-161-2/+4
|/
* Fixing issue where icons sometimes do not show in AllApps.Winson Chung2011-01-141-0/+2
| | | | Change-Id: I7f999ae96f73ba2300dbebef74a04ecdbb60ff43
* Ensuring that we don't start dragging while another drag is in progress.Winson Chung2011-01-071-4/+2
| | | | Change-Id: If3c5a059407efc3ee9a0c9b1b3b7fb942d3a7664
* Fixing issues with holographic outline cache in AllApps/Customize.Winson Chung2011-01-051-3/+4
| | | | | | | | | | | - 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
* Adding fade when dragging items outside of the customization tray.Winson Chung2010-12-211-0/+4
| | | | Change-Id: Ie8dad00bc0278053707f81d948528929e6bb6f5c
* adding "Remove" and "Delete" text to delete buttonMichael Jurka2010-12-211-7/+0
| | | | | | - also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
* Don't show application info icon on workspaceMichael Jurka2010-12-201-12/+8
| | | Change-Id: I79e59211633609f4bd13e91a6c745ff28a309e2e
* 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-5/+10
| | | | Change-Id: I211c9e60026610d9cf9eda0fbc65b15e6850b730
* Changing AllApps checked visualization, fixing drag offset issue in ↵Winson Chung2010-12-091-12/+20
| | | | | | | | AllApps/Customize. - fixing previous change which clobbered pressed/focused state padding Change-Id: I229d803322554e51bc9c1f15d3687b01b0f6679f
* added spring loaded mode for adding items to workspaceMichael Jurka2010-12-091-2/+12
| | | Change-Id: Ie92294fe2b1d6697d84756a2fcea91a09f72825b
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-081-8/+5
| | | Change-Id: Ic52b8df2b4c4998272fbfe2b1b195c177cac9a23
* Removing CAB from AllAppsAdam Cohen2010-12-011-91/+45
| | | | | | | | -Removed CAB and single selection mode -Replaced it with trash and appinfo drag targets at the top right of the tab view Change-Id: Ic4acaaef7fc71dc2ca0bffd516da31e85af1be69
* Prevent flicker when starting a drag.Patrick Dubroy2010-11-241-0/+4
| | | | Also, animate item the view to its new position when dragging.
* Modified behavior of mini-workspace screensAdam Lesinski2010-11-171-2/+0
| | | | | | | | | | Behavior of mini-workspace screens in All apps view was changed to always stay visible once the user starts dragging mode. Visibility returns to hidden when the user exits and re-enters All apps Change-Id: I6cc6692ea77a67205767fd925f73ab38306c473c
* Layout tweaks in LauncherAdam Lesinski2010-11-171-1/+5
| | | | | | | | | | | | | | -Removed All apps and Configure toolbar buttons from Customization Drawer, removed Configure button from All apps and added Market icon to All apps -Changed spacing of CellLayouts when scrolling -Modified gap spacing in workspace layout -Made workspace invisible in All apps but touching the place where the workspace was takes you back to workspace Change-Id: I6e2579bfebeb8f1f80fdae07da442f6d399abe33
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-011-0/+6
| | | | | | - 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-3/+17
| | | | | | | | - 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
* Re-enable clicking on CAB buttonsPatrick Dubroy2010-10-251-11/+13
| | | | Change-Id: I7ac99fb1b90aad2816e371b8d4b363b7ddae057c
* Fix crash when dragging from all apps to home.Patrick Dubroy2010-10-251-2/+5
|
* Removing Apps/Games tab.Winson Chung2010-10-251-3/+0
| | | | Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
* More spacing changes for AllApps.Winson Chung2010-10-201-1/+2
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* Adding message when there are no icons in a particular tab.Winson Chung2010-10-141-33/+77
| | | | Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
* updated Workspace thumbnail behaviorMichael Jurka2010-10-101-0/+2
| | | | | | | - 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
* ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-15/+0
| | | | | | adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
* Making the CAB text match the type of item selectedMichael Jurka2010-09-271-1/+1
| | | | in customization mode.
* Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-0/+4
| | | | | | | | | | | | | also: - Long press on empty space on workspace now brings up customization tray - Fixed: while dragging, items appeared to be dropping on folders two cells to the right - Fixed: Disabling drops on folders when the workspace is shrunken - Fixed: account for scaling of dragged items when checking if they overlap with shrunken workspace screens - Making folder icons dimmable to match shortcuts and widgets - When deciding with shrunken workspace screen we're dragging to, we now use the closest screen rather than the one that has been overlapped the most - Refactored drag/add mechanism, removing array of occupied cells from CellInfo - Removed dead code/variables
* Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-241-0/+14
| | | | | | | | usability testing. - Also adding padding attributes for the dynamic layouts created for each page. Change-Id: I76a7b6b8f4d83329c506fd6055f910575d0c200f
* Fix misaligned drop targets in the all apps CABPatrick Dubroy2010-09-221-6/+43
|