summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix text clipping in Launcher (bug 4980315)Adam Cohen2011-07-171-4/+7
| | | | Change-Id: I20c9b98b606d317ed32d49a3437f24a4cd312759
* Tweaking AppsCustomize spacing to match CellLayout.Winson Chung2011-06-301-34/+35
| | | | Change-Id: I5c3fa215659b51c7fc8dcda19dd1fd753d192f5e
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-11/+2
| | | | | | - Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-16/+44
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Fixing bug with layout of PagedViewCellLayoutChildrenMichael Jurka2011-06-031-13/+6
| | | | Change-Id: I3fa34ad500632c4b257973aca9be0cb1bda5884a
* Dynamically determine size of customize tray.Patrick Dubroy2011-05-231-2/+8
| | | Change-Id: I13235bbd01df8c31eb9bdfe88913db55624d8b9b
* Dynamically determine # of rows/cols in All Apps.Patrick Dubroy2011-05-201-0/+8
| | | Change-Id: Ia8c1b3915325823f7617862e0e4e0db865ea0d5d
* Fixing issue where holographic icons could get out of sync in AllApps (when ↵Winson Chung2011-05-171-10/+13
| | | | | | number of pages changes). Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
* Adding check before we try and remove associated holographic icons (in the ↵Winson Chung2011-05-161-1/+5
| | | | | | case there are none generated). Change-Id: If06693f7218c3388c3ba6481a07655ed7386391d
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-3/+3
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-061-2/+5
| | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* Adding back the widgets pane to the merged AllApps.Winson Chung2011-04-281-1/+5
| | | | | | - Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-9/+27
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-0/+8
| | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* Fix buildMichael Jurka2011-04-051-2/+2
|
* Setting min width of content in customize tray automaticallyMichael Jurka2011-04-051-3/+6
|
* Setting tab bar widths automaticallyMichael Jurka2011-03-231-11/+9
| | | | | | - 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-6/+21
| | | Change-Id: I71e5cc634f7e1346617d101efd6945c00484cab3
* 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/+21
| | | | | - 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-80/+65
| | | | - splitting up the "holo" outlines and the icons into separate views - enabling hardware layers on each of the views
* Removing dead codeMichael Jurka2011-01-171-6/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* Don't build bitmaps when running in GL.Romain Guy2010-10-261-1/+3
| | | | Change-Id: I28c93256bca748be6a00698a6c41cbab5dd4a349
* More spacing changes for AllApps.Winson Chung2010-10-201-3/+16
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-151-25/+34
| | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* Fixing alpha issue on AllApps.Winson Chung2010-08-201-2/+2
| | | | Change-Id: Ifbd81b3e8009cff963bb03bd953e498f8677cc38
* Adding holographic outline for paged items (sans widgets).Winson Chung2010-08-191-115/+12
| | | | | | Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-161-2/+94
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-161-0/+447
Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba