summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewWidget.java
Commit message (Collapse)AuthorAgeFilesLines
* Reduce unnecessary layout passesMichael Jurka2011-11-101-1/+4
| | | - Also delete unused code
* Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-201-2/+2
| | | | Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
* Fixing some issues with AppsCustomizeWinson Chung2011-10-111-11/+2
| | | | | | | | - Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
* Slight change to inflate as much of the widget info as possible ahead of bg ↵Winson Chung2011-09-301-5/+17
| | | | | | preview loading. Change-Id: Id2a7ec79674f2d0a58afef3cfd57091dbf0bc736
* Clean up bitmaps when necessary in the widget tray to prevent likelihood of ↵Winson Chung2011-09-291-4/+14
| | | | | | | | OOM. (Bug: 5348390) - Removing some old code to use software layers when rendering widget preview metadata Change-Id: I0db3daf7d1223e81dac6c901647acbe2ff490c6e
* Tweaking widget grid to show more itemsWinson Chung2011-08-111-2/+4
| | | | Change-Id: Ied035f6c01f062ac1b4b16ee0a5b9029c6da72a0
* Populating some more accessibility events.Winson Chung2011-06-291-1/+4
| | | | Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
* Using GridLayout in AppsCustomize widgets tab.Winson Chung2011-06-241-11/+2
| | | | | | | | - Starting to implement new widgets design - Hiding outlines in phone ui while dragging - Making the tab bar show only when we have items as well Change-Id: Ic027f9ba83fc0982f2f92a90412f050a8e248f9c
* Cleaning up dead code.Winson Chung2011-06-231-17/+0
| | | | Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-131/+19
| | | | | | - Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
* Fixing small issue with widget divider showing in Phone UI and Shop text ↵Winson Chung2011-06-161-0/+15
| | | | | | | | showing in other languages. - Removing some unused assets Change-Id: I40dec108b35ed4fcc769405446664e8180cb6d41
* Fixing crash in FocusHelper and removing some old focus code for old ↵Winson Chung2011-06-131-14/+4
| | | | | | Customize layout. Change-Id: Ifd8a38174bbcf04c0ffeeefb4f42419e82a6ba95
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-2/+2
| | | | | (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
* Adding Wallpapers tab.Winson Chung2011-05-121-2/+4
| | | | Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
* Adding keyboard focus support for phones.Winson Chung2011-05-091-4/+14
| | | | Change-Id: I2daab961d0727bc5d892db6b50ad0f51fe23873c
* Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-061-2/+4
| | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* Testing mixing shortcuts into widgets pane.Winson Chung2011-05-041-0/+20
| | | | | | - Initial changes adding LRU cache to widget pane to speed up getting widget previews. Change-Id: If9ed479ba8f2fb321b3ff8c384ac5a9f87d4c689
* Adding back the widgets pane to the merged AllApps.Winson Chung2011-04-281-1/+3
| | | | | | - 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-5/+6
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Fixing focus issues in Launcher (keyboard support).Winson Chung2011-04-141-0/+13
| | | | Change-Id: Ieafd713393daf5628f229a66441bd3ed293245da
* Refactoring and fixing bugs in Customize tray.Winson Chung2011-02-251-2/+33
| | | | Change-Id: Ia37d3033d64036fd09f5f33443eb9f575e311c7c
* 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
* Enabling cache for widget text views.Winson Chung2011-01-171-0/+4
| | | | Change-Id: I8f1381f6978fabb96d3a3ebe2a25365a2e8e0c48
* Fixing issues with holographic outline cache in AllApps/Customize.Winson Chung2011-01-051-5/+23
| | | | | | | | | | | - 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-4/+56
| | | | Change-Id: Ie8dad00bc0278053707f81d948528929e6bb6f5c
* Fixing issue with customize page holographic previews not showing.Winson Chung2010-12-141-2/+4
| | | | | | - Adding temporary workaround for bad holographic default widget previews. Change-Id: I261045beac3791111f928511435e17e320f2d4a7
* 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-1/+1
| | | | | | - 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-0/+218
customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47