summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewIcon.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings and remove dead codeMichael Jurka2012-04-131-0/+1
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Fixing issue where AllApps icon would stay dimmed after pressing it (but not ↵Winson Chung2012-01-301-4/+7
| | | | | | launching or long pressing). Change-Id: If60fd76cd1fbef0b235c0a3d0870fd2da4c1b833
* Locking pressed state for AllApps icons.Winson Chung2012-01-241-2/+34
| | | | | | - Setting workaround for transition state bug until b/5897600 is fixed. Change-Id: Icb29a4cd7bfaf527a9db5b853e7fb24c63b58b30
* Merge "Simplify code for All Apps touch feedback"Michael Jurka2012-01-191-9/+1
|\
| * Simplify code for All Apps touch feedbackMichael Jurka2012-01-181-9/+1
| | | | | | | | Change-Id: I5a2ab81a140cdbd619434b266e16b8a938f5990c
* | Removing dead codeMichael Jurka2012-01-161-6/+0
|/ | | | Change-Id: I712144b0beb81387efd4c4b59087594e9832d116
* Speeding up AllApps click feedbackMichael Jurka2012-01-121-0/+13
| | | | Change-Id: Ia16845b16d369bea610bb908d9a9f4805d4a1d54
* Delete dead codeMichael Jurka2012-01-121-139/+2
| | | | Change-Id: Iabe9cf9a4254ce4d90849f6fb9bd82a043beba2a
* removing dead codeMichael Jurka2011-11-151-9/+2
|
* Workarounds for a couple crashes. (Bug 5612584, Bug 5613438)Winson Chung2011-11-141-12/+0
| | | | Change-Id: I9669d830a10cc98291737f3f1d561c846c408289
* Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-201-2/+2
| | | | Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
* Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-111-12/+2
| | | | | | - Fixing mind boggling bug where we weren't even using the label cache earlier. Change-Id: I605abf4d589ad02b2426d20adfe9cd1773cc84fd
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-100/+12
| | | | | | - Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
* Fixing long-press issue due to child hit-rect offset.Winson Chung2011-05-231-1/+0
| | | | | | - Removing some unused code Change-Id: I875e3b27372c4c507e4bbc2d36b16eba077e2121
* Fixing issue where holographic icons could get out of sync in AllApps (when ↵Winson Chung2011-05-171-9/+16
| | | | | | number of pages changes). Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
* Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-061-2/+2
| | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* Merge "Cleaning up icon code."Winson Chung2011-05-051-2/+3
|\
| * Cleaning up icon code.Winson Chung2011-05-051-2/+3
| | | | | | | | | | | | - 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-6/+3
|/ | | Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
* Disabling certain effects (wallpaper transition, holographic icons in ↵Winson Chung2011-04-251-3/+6
| | | | | | AllApps) if HW acceleration is not enabled. Change-Id: I7926d5c3ba95c6d57999189677ff79f67b05434f
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-4/+6
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-2/+13
| | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* Fixing issue where the holographic icons sometimes don't update (ie. after ↵Winson Chung2011-03-011-3/+9
| | | | | | uninstalling an app). Change-Id: I593d557e3f019a1a68e47ac6310c6cc476c0e37e
* Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-5/+13
| | | | | | - Fix 3453751: Moon landing on canceled drag from customize - Fix 3453595: Use home screen "consume" animation when dragging and dropping Change-Id: Ia6a83c2d7a8f24c3ce02811547a35a7022d245f6
* Reducing memory impact of hardware layers in LauncherMichael Jurka2011-02-031-1/+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)
* optimizing transitions in LauncherMichael Jurka2011-02-031-3/+4
| | | | | Bug #3413510 Change-Id: I89896b40b73d781255f9c0263300e9c5716d4efc
* Adding hardware layers to All AppsMichael Jurka2011-02-021-1/+12
| | | | - splitting up the "holo" outlines and the icons into separate views - enabling hardware layers on each of the views
* renaming CacheableTextView -> CachedTextViewMichael Jurka2011-01-141-1/+1
|
* Potential fix for garbled text in All AppsMichael Jurka2011-01-121-2/+0
| | | - now redrawing the cache for CacheableTextView every time setText is called
* Fixing issues with holographic outline cache in AllApps/Customize.Winson Chung2011-01-051-14/+15
| | | | | | | | | | | - 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-6/+16
| | | | Change-Id: Ie8dad00bc0278053707f81d948528929e6bb6f5c
* Various tweaks to launcherWinson Chung2010-12-141-9/+2
| | | | | | | | | - Removing hotdog for shadow bg protection - Adding bg protection for customization tray - Restoring holographic outlines for all apps - Small bug fixes Change-Id: I58d81bb490f78c76fcaf46122febc3c1aace854e
* Changing AllApps checked visualization, fixing drag offset issue in ↵Winson Chung2010-12-091-10/+19
| | | | | | | | AllApps/Customize. - fixing previous change which clobbered pressed/focused state padding Change-Id: I229d803322554e51bc9c1f15d3687b01b0f6679f
* Temporarily disabling holographic outlines until we resolve the various ↵Winson Chung2010-12-061-0/+2
| | | | | | memory issues. Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
* Improving the look of holographic outlinesAdam Cohen2010-12-031-2/+2
| | | | | | - The outlines are used in AllApps, Workspace and Customize Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
* Adding outlines to side pages for widgets and wallpaper pages in the ↵Winson Chung2010-12-011-2/+3
| | | | | | customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
* Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-011-1/+3
| | | Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
* Minor fixes to LauncherWinson Chung2010-11-151-4/+8
| | | | | | | | - 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 issue where holgoraphic icon backgrounds were not being drawn.Winson Chung2010-11-091-5/+5
| | | | | | - Removing the workarounds that we had previously to get around this. Change-Id: I4f2b2f827988a7d76d86406542f647701df81a2d
* Using hdpi icons in LauncherMichael Jurka2010-11-011-19/+5
| | | | Known issue: Default activity icon is still showing up as small
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-011-1/+5
| | | | | | - Also fixing issue where preview images in the customization drawer were not being scaled down Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
* Increasing icons for homescreen as well as as all-apps (temporarily until we ↵Winson Chung2010-10-271-1/+3
| | | | | | | | get hi-res icons). - Also fixing spacing in the portrait mode, and using the same styles for both AllApps and workspace icons. Change-Id: I222dd5d53a39d6940a85f40b57912b69c926ffd0
* Generating holographic outlines in helper threadMichael Jurka2010-10-271-76/+87
| | | Change-Id: Ie6fb0827b0c746d512c5baba44bf16de54e309bc
* More spacing changes for AllApps.Winson Chung2010-10-201-2/+12
| | | | | | - 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-1/+1
| | | | Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
* Fixing issue where certain icons in the customization drawer were not being ↵Winson Chung2010-09-301-3/+3
| | | | | | scaled down to size. Change-Id: I5a14146cdd530f22119ced8ca8534ec899abcbdc
* Changing the holographic outline algorithm to match designs.Winson Chung2010-09-171-20/+25
| | | | Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-97/+2
| | | | | | | | | | | | - icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
* Adding single/multi selection mode to AllAppsPagedView (action bar disabled).Winson Chung2010-09-021-12/+56
| | | | | | Also adding check to prevent scrolling mode from continuing on touch down. Change-Id: I744f2c1f6bc659219145b52b15a7ea176853ec7c
* Adding outline cache for PagedViewIcons.Winson Chung2010-08-251-15/+33
| | | | Change-Id: I258740a0323660edd73b5f40d61d509455ae195b