summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewIcon.java
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings and remove dead codeMichael Jurka2012-04-131-0/+1
* Fixing issue where AllApps icon would stay dimmed after pressing it (but not ...Winson Chung2012-01-301-4/+7
* Locking pressed state for AllApps icons.Winson Chung2012-01-241-2/+34
* 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
* | Removing dead codeMichael Jurka2012-01-161-6/+0
|/
* Speeding up AllApps click feedbackMichael Jurka2012-01-121-0/+13
* Delete dead codeMichael Jurka2012-01-121-139/+2
* removing dead codeMichael Jurka2011-11-151-9/+2
* Workarounds for a couple crashes. (Bug 5612584, Bug 5613438)Winson Chung2011-11-141-12/+0
* Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-201-2/+2
* Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-111-12/+2
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-100/+12
* Fixing long-press issue due to child hit-rect offset.Winson Chung2011-05-231-1/+0
* Fixing issue where holographic icons could get out of sync in AllApps (when n...Winson Chung2011-05-171-9/+16
* Minor changes to help address some hiccups when panning, changing tabs and ro...Winson Chung2011-05-061-2/+2
* Merge "Cleaning up icon code."Winson Chung2011-05-051-2/+3
|\
| * Cleaning up icon code.Winson Chung2011-05-051-2/+3
* | Fix: restoring holo outlines in paged views on tabletMichael Jurka2011-05-051-6/+3
|/
* Disabling certain effects (wallpaper transition, holographic icons in AllApps...Winson Chung2011-04-251-3/+6
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-4/+6
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-2/+13
* Fixing issue where the holographic icons sometimes don't update (ie. after un...Winson Chung2011-03-011-3/+9
* Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-5/+13
* Reducing memory impact of hardware layers in LauncherMichael Jurka2011-02-031-1/+1
* optimizing transitions in LauncherMichael Jurka2011-02-031-3/+4
* Adding hardware layers to All AppsMichael Jurka2011-02-021-1/+12
* renaming CacheableTextView -> CachedTextViewMichael Jurka2011-01-141-1/+1
* Potential fix for garbled text in All AppsMichael Jurka2011-01-121-2/+0
* Fixing issues with holographic outline cache in AllApps/Customize.Winson Chung2011-01-051-14/+15
* Adding fade when dragging items outside of the customization tray.Winson Chung2010-12-211-6/+16
* Various tweaks to launcherWinson Chung2010-12-141-9/+2
* Changing AllApps checked visualization, fixing drag offset issue in AllApps/C...Winson Chung2010-12-091-10/+19
* Temporarily disabling holographic outlines until we resolve the various memor...Winson Chung2010-12-061-0/+2
* Improving the look of holographic outlinesAdam Cohen2010-12-031-2/+2
* Adding outlines to side pages for widgets and wallpaper pages in the customiz...Winson Chung2010-12-011-2/+3
* Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-011-1/+3
* Minor fixes to LauncherWinson Chung2010-11-151-4/+8
* Fixing issue where holgoraphic icon backgrounds were not being drawn.Winson Chung2010-11-091-5/+5
* Using hdpi icons in LauncherMichael Jurka2010-11-011-19/+5
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-011-1/+5
* Increasing icons for homescreen as well as as all-apps (temporarily until we ...Winson Chung2010-10-271-1/+3
* Generating holographic outlines in helper threadMichael Jurka2010-10-271-76/+87
* More spacing changes for AllApps.Winson Chung2010-10-201-2/+12
* Adding message when there are no icons in a particular tab.Winson Chung2010-10-141-1/+1
* Fixing issue where certain icons in the customization drawer were not being s...Winson Chung2010-09-301-3/+3
* Changing the holographic outline algorithm to match designs.Winson Chung2010-09-171-20/+25
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-97/+2
* Adding single/multi selection mode to AllAppsPagedView (action bar disabled).Winson Chung2010-09-021-12/+56
* Adding outline cache for PagedViewIcons.Winson Chung2010-08-251-15/+33