History log of /packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
610ded21c79ae3da4c105c2d1921a30732468a69 28-Jul-2014 Svet Ganov <svetoslavganov@google.com> Update launcher to work with cross-profile widgets.

bug:14991269

Change-Id: Ie65dfdb0f5799bff294f68bf907fd6a17d9b4e8e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
374753cabf05cde1ad669d07bde47e34fdcbe499 19-Mar-2014 Amith Yamasani <yamasani@google.com> Launcher2 multi-profile support

Use LauncherApps API and badging APIs instead of PackageManager.

Adds support to show apps from current user and any managed profiles.

Background: Managed profiles are user sandboxes that are visible from
the primary user and can be launched as if they are a part of this user.
A launcher should now be capable of listing apps from this user as well
as related profiles of this user.

Launching of activities is now via the LauncherApps interface, to allow
for cross-profile app launching. Only activities with category LAUNCHER
can be added as a shortcut on the workspace for a managed profile.

Widgets are only supported for the current profile. Widgets from the
managed profile are not available.

TODO: Handle users appearing and disappearing.

Change-Id: I732a476d68236f7de7eaa5a2105c868621c8a57e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c402cd9992d431b6beacdf3c75e31cf103e230cb 20-May-2013 Michael Jurka <mikejurka@google.com> Fixing slow binding when returning to Launcher

Bug: 8978842
Bug: 8660324

Change-Id: Idfa37c05ed299faa465ea66de4b43d30da77ecbc
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
83892cc0768bd6d7f0827886e9e7a2eb3eed2b01 02-May-2013 Winson Chung <winsonc@google.com> Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421)

- Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153)

Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
74f053757701bcb897fb2ec11f8e2aa2d11491e6 18-Apr-2013 Michael Jurka <mikejurka@google.com> Trim widget names

Bug: 8617506
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fe1fe268b6d9ffd99218117795b3524a87e5110b 02-Apr-2013 Winson Chung <winsonc@google.com> Fixing RTL issues with apps ordering and snapping to page. (Bug 8238938, Bug 8374016, Bug 8373578)

Change-Id: I57ff58a6202a2794f02cfc13ed6124b10256dbbf
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b8f5c401de0a081557d8c014c0ecf00264d5f266 20-Mar-2013 Michael Jurka <mikejurka@google.com> Don't close widget preview cache db

Only one connection is ever held now, and that
will be closed when the app is killed
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ee8e99fe3bde78885904b4d9ea789b4d2a6f2b16 07-Feb-2013 Michael Jurka <mikejurka@google.com> Fix crash when switching between Apps/Widgets tabs

Bug: 8138894
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e4b4cd7a877d8bbfb24585f0fb8dfe7885d2b165 06-Feb-2013 Michael Jurka <mikejurka@google.com> Merge "Clean up database in WidgetPreviewLoader"
d9ba96aab40e64ebe30fec12a9a362e5382571b0 06-Feb-2013 Michael Jurka <mikejurka@google.com> Merge "Fix crash caused by double loading of widget previews"
0247d1418dcec03a3522cc24f0eb98cc0734eae0 06-Feb-2013 Michael Jurka <mikejurka@google.com> Clean up database in WidgetPreviewLoader
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
3c69decd81c9ae964849e998fae6d22a505e4368 06-Feb-2013 Michael Jurka <mikejurka@google.com> Fix crash caused by double loading of widget previews

Bug: 8146408
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
728bd270e9e442522c6fdddf6dd5a40bf46c0d89 06-Feb-2013 Winson Chung <winsonc@google.com> Merge "Adding RTL paging."
3f4e070aa58d51dd136885b4d3e2e6c5d9f93ea0 05-Feb-2013 Michael Jurka <mikejurka@google.com> Fix crash when rotating all apps

Bug: 8134296
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
52aee60edcfe5a16e16523c1a4241ac4d8b3672d 30-Jan-2013 Winson Chung <winsonc@google.com> Adding RTL paging.

Change-Id: Ic27d499cb76c7c30da37ed93f5372dd8441118b7
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
05713af127d765cc28a8b2fd548a90347c90d6cb 23-Jan-2013 Michael Jurka <mikejurka@google.com> Cache widget previews in a DB

- Smoother All Apps scroll performance

Change-Id: Id2d31a45e71c63d05a46f580667ad94403730616
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
892d023c548a5e49b67b4c81ff1e3e9d02004e6e 24-Jan-2013 Fabrice Di Meglio <fdimeglio@google.com> Merge "Add first RTL support to Launcher"
cc11f742586b57c576026b7756a46209fe793ea1 19-Dec-2012 Fabrice Di Meglio <fdimeglio@google.com> Add first RTL support to Launcher

See bug #8064062 Launcher needs to be RTL aware

Change-Id: I24b1f1977fb65246afd2005440567b5850939621
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
47639b9c1db9a5d0d89ce6b4b36d6b3c0d489602 14-Jan-2013 Michael Jurka <mikejurka@google.com> Use less HW layers in All Apps

(saves memory)

Change-Id: Ib2beda7549662a787437c7aa043e7858357c051f
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7819abd2d191a170cbc9d4bd190001c465187a9d 29-Nov-2012 Winson Chung <winsonc@google.com> Fixing issue where the cling is offset. (Bug 7633074)

- Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time.

Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
3c1681d5f7d56af5b25126d1c2b2ba7aa799deca 15-Nov-2012 Michael Jurka <mikejurka@google.com> Cleaning up unused code
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
244ebcd7b41fea9edbbbd12525973b1c6d6bcfe1 08-Oct-2012 Michael Jurka <mikejurka@google.com> Bug 7301303: more rows in all apps for sw720dp-port
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
aaa5c21ee2e03def644fb6ba8eadbb59873ddd45 06-Oct-2012 Adam Cohen <adamcohen@google.com> Fix to ensure default widgets get size callbacks (issue 7287744)

Change-Id: I46b329db247a0b450493530ab619576c45418b01
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
dd70d66852bb8bd16f55796e546ba290360d1198 05-Oct-2012 Adam Cohen <adamcohen@google.com> Fix for widgets with config not getting size info (issue 7266053)

Change-Id: I0b55555ed38d4f2a70345d1b6316a075a9346111
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
bdb1030e215f163440b6f73f65b0ae47c5f6c8fd 21-Sep-2012 Winson Chung <winsonc@google.com> Removing functionality to click under AllApps to return to the workspace. (Bug 7012020)

Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
9e05a5ea951b4d5ffce324da8dd0656353306e6f 11-Sep-2012 Adam Cohen <adamcohen@google.com> Making launcher use new widget binding APIs

Change-Id: I9cd6716e1dc0c53b5c846371ea109ced4cd3d40a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
1190487e15325e371c6c18181b1a5ef7ab2a79e6 18-Sep-2012 Winson Chung <winsonc@google.com> Fixing issue where we were collating labels based on an old Locale. (Bug 7133873)

Change-Id: Ic1366f06020d1e405a6800386472a8832d683c5e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
1637d6d64ac85d75b69b90fd976ed449046ccdc6 03-Aug-2012 Michael Jurka <mikejurka@google.com> Fix adding widgets without config activities

- only affected Launcher when it wasn't on the
system partition

Change-Id: Ia36d5a05463d7d3af0718cf694a0692a5098fc76
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
8165f0dd202a2c0fbf0816f7613d66938955dc76 26-Jul-2012 Ed Heyl <ed@google.com> resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284

Change-Id: I7ecce86e58af545aa18ea25e16978a1dce9dab8e
c93e5ae12018bb214099ff88a48cc21580aec4c3 24-Jul-2012 Winson Chung <winsonc@google.com> Binding AllApps synchronously. (Bug 6855061)

- Also ensuring that we restore to the settling page index if it is in motion

Change-Id: I9c6760383113f7614f6cb962ab6562b0e7eb7138
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5d55f33a1d7a16a11fb759d8f37eeef45e132b98 17-Jul-2012 Winson Chung <winsonc@google.com> Fixing issue where we were not clearing the set of removed items since the last event. (Bug 6749258)

Change-Id: I21ed2810e902e2727959b1a4cc0cd6183b750603
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7c7c66d3f3c299ee05c10a632644bc74f2c5bfdb 12-Jul-2012 Michael Jurka <mikejurka@google.com> Merge "Adding debug logging to track down missing app icons"
bec6fd302f7109b27e3da89ba59ec33bdf23fac3 12-Jul-2012 Michael Jurka <mikejurka@google.com> Adding debug logging to track down missing app icons
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
cb9ab4f3aa04ad60355d119dfedca3052378d8f9 02-Jul-2012 Winson Chung <winsonc@google.com> Fixing issue where toasts were getting queued. (Bug 6572269)

Change-Id: Iceb27c4c5a4168beb5a5ae37a0c597e1940bff04
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b1daa48fc8245a2cdb843da0977b7147c7891f7e 25-Jun-2012 Michael Jurka <mikejurka@google.com> Remove unneeded imports

Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
8c3339bde96d11fd1d7f818cd39e7438e309ffd1 15-Jun-2012 Michael Jurka <mikejurka@google.com> Compile Launcher against only public apis (level 16)

Also, removing use of TableMaskFilter (last remaining private api)

Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
acb5f99c64c24421cdaca1474f83871f9a2ba33c 21-Jun-2012 Winson Chung <winsonc@google.com> Merge "Decoupling launcher/workspace package cleanup from the application list (Bug 6602756)"
cd81073eac537e9f85eeee14588d513ea8a56e17 19-Jun-2012 Winson Chung <winsonc@google.com> Decoupling launcher/workspace package cleanup from the application list (Bug 6602756)

- Fixes issues where shortcuts created by wallpaper/widget-only apps are uninstalled.

Change-Id: I94c9d1d71fc34aa2fb7f0660534e616a82ac6f36
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
2ecf995e0d2d55eb71d03f7230ca87270872d1a3 18-Jun-2012 Michael Jurka <mikejurka@google.com> Remove use of private ValueAnimator api

Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a3f78e39298669c723b4c3388dd2505f422c859c 14-Jun-2012 Winson Chung <winsonc@google.com> Launcher-side changes to update packages after the set of app widgets has changed. (Bug 6602951)

Change-Id: Ib557cbe15e84a8ffe889c8122519a6ba303e6ee2
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
51600e4b63a2cecd5637f0b39845c52bdcd40247 14-Jun-2012 Winson Chung <winsonc@google.com> am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-dev

* commit '8fd14178541374f2609c463a3bf882b93c10395d':
Removing logging in AppsCustomizePagedView (Bug 6597629)
a1b5500bf10018305861b3837e282b66d8bb730c 12-Jun-2012 Winson Chung <winsonc@google.com> am 307f0b4d: am 12dd20d5: Merge "Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)" into jb-dev

* commit '307f0b4d4d6a49e87342a66bb9bb0adb4a36352a':
Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)
9bc8eba3338455c5d915055e8ba044981c512dfa 22-May-2012 Michael Jurka <mikejurka@google.com> Clean up warnings and some private API usage

Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c10ba1396f49cde2faacb7001e7e97fcee325507 12-Jun-2012 Winson Chung <winsonc@google.com> Removing logging in AppsCustomizePagedView (Bug 6597629)

Change-Id: I58313d3b3536d3ee7eaae8459fbded41dc5dadec
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
12dd20d59bb8c2dbc957d171f091b78998f2015b 11-Jun-2012 Winson Chung <winsonc@google.com> Merge "Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)" into jb-dev
bc786aba72a24ac956edde8b91a64ca6a80d9d5c 11-Jun-2012 Adam Cohen <adamcohen@google.com> Merge "Removing logging (issue 6583911)" into jb-dev
9802ac9024b7bef300c6c9eb46aa63eb04697b28 09-Jun-2012 Winson Chung <winsonc@google.com> Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)

Change-Id: I2fff41e87465608a21ffb7c91e988b33f8d54ee3
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
478244409e15594ceaa7426a6a23cc805db0b1fc 07-Jun-2012 Winson Chung <winsonc@google.com> Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)" into jb-dev
bfeac0681b63091731c853fdafa3206642449a9d 07-Jun-2012 Winson Chung <winsonc@google.com> Synchronizing on the new-apps list before modifying it. (Bug 6621553)

- Minor tweak to qsb padding
- Adding yet more logging for single-app-page issue

Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5b7fcb7a8bee95b5c59dd296c6b022e3d1c55102 06-Jun-2012 Michael Jurka <mikejurka@google.com> Merge "Defer loading widget previews until after All Apps transition" into jb-dev
f6a9690c3471a8114250f10d8c7c0f22f43ffb8b 06-Jun-2012 Michael Jurka <mikejurka@google.com> Defer loading widget previews until after All Apps transition

Bug: 6615463
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fd39d8ee9512d873aaaa205839ca233c2be4d9d3 05-Jun-2012 Winson Chung <winsonc@google.com> Extending timeout workaround for updating the widget tray after we get a packages-changed broadcast. (Bug 6602951)

Change-Id: Ice56816e85dda0bd04782d8b98e37566286e23e6
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7b1deb5b0c284e6dcef13360c912c4418488da5d 04-Jun-2012 Adam Cohen <adamcohen@google.com> Removing logging (issue 6583911)

Change-Id: I1f5579d13af1b3daa0734e04d72f60ac8075f29b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7c7a22dc61d3fbe99be75c72a75dc4882a2ea3e3 01-Jun-2012 Winson Chung <winsonc@google.com> Adding logging to track issue with apps pages. (Bug 6549598)

Change-Id: Iaf8ad301325442346a2587f038b7a44578c16427
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
21a170b2e17621583f2800d5611459a0a939f560 31-May-2012 Adam Cohen <adamcohen@google.com> Fix for stuck widget (issue 6557954)

-> left logging in for now, in case this doesn't fully resolve

Change-Id: Ie18c1d9037284c50312c9c8b1ac57745ed2fd411
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
68f681bc7a10fc014ae0864c6e2db465ce4c30df 29-May-2012 Adam Cohen <adamcohen@google.com> Adding debugging for stuck widget (issue 6557954)

Change-Id: I73217d6a5dd650278f93ae02672c92c823e08ded
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7ce9985d37e253a93617404d5991017e1ea81907 25-May-2012 Winson Chung <winsonc@google.com> Fixing issue where multiple widget pages would fail to load correctly, preventing you from adding widgets. (Bug 6556434)

Change-Id: I48a8aa51d892aef7036009a608903fe089136d82
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
dac8591072959f69eaa8c6319311fd111ae75db6 19-May-2012 Michael Jurka <mikejurka@google.com> Updating how widget previews look

Also fixing issue where some widget previews would
be way too large when picked up

Bug: 6472013

Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
9247892015dad231c5005aa021c3e3416265ed80 17-May-2012 Adam Cohen <adamcohen@google.com> Fixing regression where you can't add shortcuts

Change-Id: I2c91a9a5131591aa15319efdaf887f06fb593b08
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
263301a391c5eaa7a1f651d79c79c863c60e496a 17-May-2012 Adam Cohen <adamcohen@google.com> Removing logging related to and fixing (issue 6238330)

Change-Id: I7ed89840d90fd13cbfedc795e789706b32f76b5d
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
90340cf67aa413112eb1a697e301894a7e1a8a2a 17-May-2012 Adam Cohen <adamcohen@google.com> Adding logging for the bug that won't die (issue 6282761)

Change-Id: I2f10a3374c8646635f6f45d51e8ae2154706a680
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4d173e93f077bdbc855cd1ef388dea4e21a234d5 17-May-2012 Michael Jurka <mikejurka@google.com> Merge "Fix rendering bug while dragging" into jb-dev
c93ea442024bb74691048b4cc342322385ac8cf7 17-May-2012 Adam Cohen <adamcohen@google.com> Yet another attempt to fix (issue 6282761)

Change-Id: Iabb0dd8e59e566ddef71d4aa7aa684f52d06b3b3
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4ca3922d9d4509b81005ab9625d6d00913911149 16-May-2012 Michael Jurka <mikejurka@google.com> Fix rendering bug while dragging

Bug: 6500722
Change-Id: I231c2a87e65c44fca30e7867d9c29fd00faf2b26
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
8bc26993d5a6fd3980a1da3d65aca666ba385cda 16-May-2012 Michael Jurka <mikejurka@google.com> Merge "Solve stutter when swiping All Apps the first time" into jb-dev
5e368ffbad2fb08e3eadab98eeefd4e1d05bdb2b 15-May-2012 Michael Jurka <mikejurka@google.com> Solve stutter when swiping All Apps the first time

Bug: 6024062
Change-Id: I6e05e9916389b1d90bd59443a04720fbf2338f5e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
08055f66528330ff1a1d1d13c856647d86dd967d 15-May-2012 Svetoslav Ganov <svetoslavganov@google.com> Adding accessibility scroll support to PagedView.

1. Added support for accessibility scroll action to
PagedView.

2. Exposed AppsCustomizePagedView and Workspace for
acessibility if otherwise specified.

bug:5932640

Change-Id: I812e7c285cbc4d925390b9fae48a18acc68432ce
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
1202b33da6a00b22f3bfd531115cfe030eddf901 15-May-2012 Michael Jurka <mikejurka@google.com> Centering drag outline when placing shortcut on screen

Bug: 6452519
Change-Id: I236bbe9d570d44d10464ab21f42bb2adf5330742
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
0e56cc9fd6814af5813e73ba7a71bf1d51d4208a 12-May-2012 Adam Cohen <adamcohen@google.com> Fixing bug where widget could get added to drag layer and not removed (issue 6282757)

Change-Id: Ibc32b48f12e1c37267e140e82e1620bcb407963c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
f1dcdf61132a6321d0c1c0eb670c6cf1493ab981 11-May-2012 Adam Cohen <adamcohen@google.com> Fixing widget overlapping another widget (issue 6475997)

Change-Id: Ic78afc0ef5a2eab2278feb080f6b81d4b2baaed2
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
88c5d2d8eb895904f4626fb5d2f3e693327de650 10-May-2012 Adam Cohen <adamcohen@google.com> Fix NPE when dragging widget with preview not yet loaded (issue 6282761)

Change-Id: I95638884bd6548f391135427a20566933ab757c0
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
18f41f8327860d7e257d063888d08b6b5c528fe9 09-May-2012 Winson Chung <winsonc@google.com> More work to ensure that the wallpaper is visible before transitions take place. (Bug 6445085)

Change-Id: Ic8435ba946949674a986aa4eaa879d33044c7884
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ca889b34821583ea0e70abb403ebbdfe1a290d9e 08-May-2012 Winson Chung <winsonc@google.com> Consistently re-enabling the wallpaper when we leave launcher. (Bug 6445085)

Change-Id: I8357677479a693a808097a797b9af6906f4d7801
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5e024a3c9cf31021106f892fca0f83af3be029aa 01-May-2012 Winson Chung <winsonc@google.com> Merge "Fixing regression where the proper rotation check was not being done. (Bug 6422040)" into jb-dev
4b919f813f4e5e0323a4c1747392551fce4a8758 01-May-2012 Winson Chung <winsonc@google.com> Fixing regression where the proper rotation check was not being done. (Bug 6422040)

Change-Id: Iadc9a886b84c4418750dc365298944f76c564587
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
2f093b6ad185967c129781526060288e983bc58a 01-May-2012 Adam Cohen <adamcohen@google.com> Fix widget resizes that shouldn't (issue 6380435)

Change-Id: Ia1da2df16ca184e6f451775597fa33ee38df6122
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a706b090ce71146d08a0189b287bba461d943f22 27-Apr-2012 Winson Chung <winsonc@google.com> Merge "Preventing activity from rotating while the user is dragging an item. (Bug 6240922)" into jb-dev
641d71d6da6c77cc32e5d0f65ccae89caed1ac34 27-Apr-2012 Winson Chung <winsonc@google.com> Preventing activity from rotating while the user is dragging an item. (Bug 6240922)

Change-Id: Id487e8809c059cecb3310afe098edd0eaf085c90
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a35e35ae0ac2391b8928eb15bf91274aea96b115 27-Apr-2012 Michael Jurka <mikejurka@google.com> Solve blip the first time All Apps is launched
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4773408efd8bd3b33c97d9512ac8b0742f319c70 26-Apr-2012 Winson Chung <winsonc@google.com> Merge "Fixing issue where side pages in all apps were showing. (Bug 6393199)" into jb-dev
d167e2a09f90e5a9a1fe44125b77f879f806615d 26-Apr-2012 Winson Chung <winsonc@google.com> Fixing issue where side pages in all apps were showing. (Bug 6393199)

Change-Id: Ida954e738586a8434a776a23e629bf5d3e06da77
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
2890151ad0f4746715d2b9ad9516c99b683f639f 26-Apr-2012 Winson Chung <winsonc@google.com> Merge "Remove all deferred widget pages when we cancel all tasks. (Potential fix for bug 6387680)" into jb-dev
8b805b17158886035b38261eb611d8641701ae43 18-Apr-2012 Michael Jurka <mikejurka@google.com> Remove use of private APIs

Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
83687b1e5bd887cb9eb3566fe27745c1b31d09f8 26-Apr-2012 Winson Chung <winsonc@google.com> Remove all deferred widget pages when we cancel all tasks. (Potential fix for bug 6387680)

Change-Id: I65ad089ff20daffdc8ba09d975ac31e87965a4a7
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c7450e3ebd7672fcd7b9d51a8c1e68f63c5ce86b 18-Apr-2012 Winson Chung <winsonc@google.com> Updating launcher transitions.

Change-Id: I32b35189fe05a1c0db0ac1d7f508b1560088f635
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
336d491492ae15cc97aebb2f9b263c8ec3718dcb 14-Apr-2012 Adam Cohen <adamcohen@google.com> Fix issue where certain widgets don't appear in tray (issue 6339060)

Change-Id: I3e16021da11d67b6e59ec2f4e251927362bf4fe6
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
3a9fcedbcd235372cd2ab64f825a0b5b3937f59e 13-Apr-2012 Michael Jurka <mikejurka@google.com> Fix warnings and remove dead code

Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a5c9636f563a2fa5bd3c97266894e002453b13dc 12-Apr-2012 Winson Chung <winsonc@google.com> Preventing widgets that don't fit from showing in tray. (Bug 6331357)

Change-Id: I9cbe85bed5c633f2be9b420eecbbee9a1b171e51
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c6cc61d45836e4081920883cc4d448ccb0bb8417 04-Apr-2012 Adam Cohen <adamcohen@google.com> Cleanup and refactoring in relation to drag and drop

-> folder creation, adding to folders, reordering, switching pages
-> ensuring parity of dragEnter and dragExit in cell layouts and workspace
(neither were consistently getting an even number of each)
-> actually enforced above with exceptions -- probably want to
take these out, but maybe we can leave them in as warnings
-> fixed bug with mapping points to hotseat
-> fixes other bugs with drag and drop

Change-Id: I564568f810f2784d122ec6135012b67c2e8e7551
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
1f36270212e46b6ec0f27a0109ceaa9eb4a4995d 04-Apr-2012 Adam Cohen <adamcohen@google.com> Some changes which are effectively no-op right now, but will be useful
for testing widget size reporting APIs

Change-Id: I7a47afcd25e45b7f3914ece6796b006153900054
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
031d3d8838f5703e99b99a40d322e95c8fc640ee 26-Mar-2012 Michael Jurka <mikejurka@google.com> Merge "Fixing potential crash when trying to create 0x0 bitmaps"
c7e52f55d631319b970922edd28b45743624998e 26-Mar-2012 Michael Jurka <mikejurka@google.com> Fixing potential crash when trying to create 0x0 bitmaps

Bug: 5926437
Change-Id: Id1284584104b1c4933525ea5e8744338718e4986
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
93eef082ec2da802ee4507fb2ca729e550f833f1 23-Mar-2012 Winson Chung <winsonc@google.com> Making the text reflect the container when you are unable to drop onto a space.

Change-Id: Ib3734b7f7767bdf0fb4c95dcc1298da02c04e9cd
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a48487a814c07a9f1f45eb3ffe3d873b3dc31b3b 21-Mar-2012 Winson Chung <winsonc@google.com> Allow fling gesture while dragging from AllApps to dismiss drag.

Change-Id: I5eea14336579a1374aded63dda9ad1a33e8b8d4a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6f8cb5201da1813e25cc719ff3570f6cecd44800 21-Mar-2012 Michael Jurka <mikejurka@google.com> Merge "Fix more cases where blips show up in All Apps"
043f2af567178b82b0b41f12d379e7dd12da2936 02-Mar-2012 Winson Chung <winsonc@google.com> Adding fling-to-delete.

- Also fixing issue where the drop target icon changes color slower than the text.

Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
39e5d176e6e375e7ae46d42ed14412d54cb223c9 13-Mar-2012 Michael Jurka <mikejurka@google.com> Fix more cases where blips show up in All Apps

- defer any updates to the widget previews if we're
mid-transition
- call System.gc() before a transition to avoid gc
mid-transition

Change-Id: If8b4699b142af20b2f14e9a8653f893139adf90e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d41fbf5680750e34335bba6b38298186c144a4b7 17-Feb-2012 Adam Cohen <adamcohen@google.com> When adding or moving a resizable widget, the widget may resize

-> If a widget is resizable, and there is not enough room to add it
in its current (or default) size, but can be scaled down to fit
a certain area, it will be resized to fit the available space
-> The resizing is animated using a crossfade and scale between
the original dragView and the widget rendered in the final size

Change-Id: I75db9dcabecce11598b3ae55f20b96b2ec6b7e87
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
72d598400da7cef9c7fc4f99bb1fcd7ff0710011 22-Feb-2012 Winson Chung <winsonc@google.com> Animating the widget previews on drag from AppsCustomize.

Change-Id: I223d66bb447c40e6870be46bb27f107f0e428a95
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7a326648c54922c60c32088e173c93068a82d107 22-Feb-2012 Adam Cohen <adamcohen@google.com> Fixing issue where widget preloading not being cleaned up on failed drop

-> issue 6046370

Change-Id: Iee33fc22ae0bfe012fe33efd5b358a2199fdf424
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ef3dd6efe03c988be1fe980fbed75333017e6760 15-Feb-2012 Adam Cohen <adamcohen@google.com> Fixing bug where widget preview wasn't fully updated upon drop

-> The prebound widget is now added to the DragLayer to ensure
that it goes through all necessary measure/layout/attach etc.

Change-Id: I53ca32e88fcbc2211d2747c3b067816c0d518e30
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
2210d2ad0c04c8b71b8241be6933781e8928edc5 14-Feb-2012 Winson Chung <winsonc@google.com> Merge "Animating the drag view scale up and down when dragging items."
1b36dc3f2bb643e3b9600755f1a98522e4efc2ed 14-Feb-2012 Adam Cohen <adamcohen@google.com> Fixing bugs with new widget adding

-> widget ids were being reused in some cases
-> widgets could be added before springloaded mode was entered

Change-Id: Iaf3bffc49d4ec2de4b63db1b5cfb52b8544e9c2b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7bd1bbb509f9569fa18d6b4d33242679fd98bc9b 14-Feb-2012 Winson Chung <winsonc@google.com> Animating the drag view scale up and down when dragging items.

Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ed66b2bac7447febe2e405b4ce725cae4f6b5988 24-Jan-2012 Adam Cohen <adamcohen@google.com> Improving widget transitions:

-> When a widget has no configuration activity, we bind
and inflate it when the user picks it up. This allows
us to smoothly transition between it's preview and
some actual state of the widget when it is dropped.
-> When a widget has a configuration activity, we delay
the above process until the configuration activity
has been run at which time we transition between
the preview and the actual widget.

Change-Id: I5265cd98400d70e5e75c3dcd21e322ed0b352d7b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a1cdab039292f3d809528c0e2e38580b37864d8d 13-Feb-2012 Winson Chung <winsonc@google.com> Reverting: "Animating the drag view scale up and down when dragging items."

Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
42c29aedf2b518c4317fc534f3c87711b57bc9b5 07-Feb-2012 Winson Chung <winsonc@google.com> Animating the drag view scale up and down when dragging items.

- Also fixing up how we draw the drag view alpha

Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
3b187b88baf80e520f6bd32d60abe6460d28a040 31-Jan-2012 Winson Chung <winsonc@google.com> Fixing issue where AllApps icon would stay dimmed after pressing it (but not launching or long pressing).

Change-Id: If60fd76cd1fbef0b235c0a3d0870fd2da4c1b833
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e4e506660ba93ae2c4f1cb0b41378cf148c85e2b 23-Jan-2012 Winson Chung <winsonc@google.com> Locking pressed state for AllApps icons.

- Setting workaround for transition state bug until b/5897600 is fixed.

Change-Id: Icb29a4cd7bfaf527a9db5b853e7fb24c63b58b30
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e3517d01ecb844b498d5862df07bc2177861806a 12-Jan-2012 Michael Jurka <mikejurka@google.com> Speeding up AllApps click feedback

Change-Id: Ia16845b16d369bea610bb908d9a9f4805d4a1d54
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
298ce02189ef73088bab2550db42116a0a7db75d 12-Jan-2012 Michael Jurka <mikejurka@google.com> Merge "Delete dead code"
82369a16126a1030c1c9203dc62b33c2598add89 12-Jan-2012 Michael Jurka <mikejurka@google.com> Delete dead code

Change-Id: Iabe9cf9a4254ce4d90849f6fb9bd82a043beba2a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
649668f7af9ef730466082f935831c901cafc74a 10-Jan-2012 Winson Chung <winsonc@google.com> Fixing issue where we may continue to restore the wrong page after resetting.

- Fixes issue where selected tab and all apps page are out of sync
- Potentially fixes issue where the allapps comes in from the right

Change-Id: I03fe1fe339ef53aa442c411939250c8094519394
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
92f3d46cf35e78891f73226e81f8ca7e9a7f4d92 23-Nov-2011 Michael Jurka <mikejurka@google.com> Clean up unused code and import declarations

Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
8171d8ce48765cbc9e6ed96ac3dc173a8969616d 24-Nov-2011 Winson Chung <winsonc@google.com> Merge "Fixing issue where shortcut holographic outlines were different than widgets. (Bug 5659891)" into ics-mr1
1120e0355798391712f1d2e2b205f0bd3724770c 23-Nov-2011 Winson Chung <winsonc@google.com> Fixing issue where shortcut holographic outlines were different than widgets. (Bug 5659891)

- Also fixing regression where widget drag previews weren't slightly translucent

Change-Id: I5370819589a2fc839df8742cda5156aec986b47d
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e326f186af6b00e4ea32849f1527254c669d0600 21-Nov-2011 Michael Jurka <mikejurka@google.com> Unload widget previews when launcher is not visible

Can save ~1-2MB of RAM

Bug #5104303

Change-Id: I992bec33052f4d2c201e528b5edf384d05960e71
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
3f4e1423804d64a38cb69e4511d7b80783564827 17-Nov-2011 Winson Chung <winsonc@google.com> Minor fixes to Launcher

- Tweaking the AllApps tab padding
- Fixing issue where the cling punch out might be in the wrong location
- Removing unused dragging code related to drop/scroll area overlap
- Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264)
- Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822)

Change-Id: I707397c231188a9feee8c0856374e0483cf37296
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
68e4c64a67f4a40afac4cab44def461783f096a4 11-Nov-2011 Winson Chung <winsonc@google.com> Small changes to help AppsCustomize scrolling.

- Adding lookahead for prioritizing pages about to be visible
- Making fixed window for loaded adjacent pages
- Tweaking thread priorities on bg tasks

Change-Id: Ib2bccedb9cd7c4396ffaf8d7e1cb4820789960e5
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c6f10b906fc9c120cafc81046a42b2434ff635a9 14-Nov-2011 Winson Chung <winsonc@google.com> Workarounds for a couple crashes. (Bug 5612584, Bug 5613438)

Change-Id: I9669d830a10cc98291737f3f1d561c846c408289
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
038f9d8bfb53288e7cf5812f62ec3d5b25fec965 03-Nov-2011 Michael Jurka <mikejurka@google.com> Widget preview improvements

- Make widget preview bitmaps as small as they can be, saving ~0.7-2MB peak memory (5104303)
- When adding/dragging a widget, make the drag outline/drag view much more closely match the actual size (5566938)

Change-Id: I5b5b7b84fa551d56432a76223b1a9e4de620ff56
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fd99e7776af59d9f2b4ca6ce75dda0a546b58a36 11-Nov-2011 Michael Jurka <mikejurka@google.com> Merge "Fix NPE that occurs with poorly behaved widgets" into ics-mr1
ebea84d1c95f4c38ba8cee46cd586fd757b4fce2 10-Nov-2011 Adam Cohen <adamcohen@google.com> Unifying overscroll btw phone and tablet

-> Using separate assets for removing and uninstalling

Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
dbc1f657863dd9c57a2d30381d3fb36bc7076456 11-Nov-2011 Michael Jurka <mikejurka@google.com> Fix NPE that occurs with poorly behaved widgets

Bug #5587311

Change-Id: Ida55463575ae94bc469bd2caae4c8b99e54d5a6b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
31234d811dc69c159757a6890852eb0f53d559a9 11-Nov-2011 Michael Jurka <mikejurka@google.com> fix build
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
619643af9a19e955d3010cb8e621444905d9a858 11-Nov-2011 Adam Cohen <adamcohen@google.com> Merge "Fixing issue where you could click through to next page in AppsCustomize (issue 5501400)" into ics-mr1
81efbad05e0ce69b06d7323749ef2e200b84b98e 03-Nov-2011 Michael Jurka <mikejurka@google.com> Reduce unnecessary layout passes

- Also delete unused code
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4e84401aa8f7c724190ffd2898d2eb939c019e82 09-Nov-2011 Adam Cohen <adamcohen@google.com> Fixing issue where you could click through to next page in AppsCustomize (issue 5501400)

Change-Id: I3cb7a640d24598a2d65c436763196b997626a506
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6032e7ed8e6208348a6b3f8bc1a7ecafc7951af8 09-Nov-2011 Winson Chung <winsonc@google.com> Fixing issue where AllApps labels were getting clipped (Bug: 5490118)

- Tweaking the AllApps grid spacing

Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
55f57c49cf333a6015befe38131ef8a78a091171 01-Nov-2011 Adam Cohen <adamcohen@google.com> Merge "Launcher performance optimizations: shaving about 3ms off Workspace.dispatchDraw()" into ics-mr1
73894964c27f68a3a7ffb45bfba76520613fd3f0 31-Oct-2011 Adam Cohen <adamcohen@google.com> Launcher performance optimizations: shaving about 3ms off Workspace.dispatchDraw()

-> Caching values of getChildOffset() and getChildRelativeOffset()
-> Using fast invalidate pattern in workspace#screenscrolled
-> eliminated updateAdjacentPageAlpha, combined with screenScrolled
code where appropriate to take advantage of fast invalidate
-> removed a bit of dead code (just for cleanups sake)

Change-Id: Id91542ff846d9495a0370707d02d1f647dab22d4
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
0b9fcf5686a24b237a1a52c13ef60ef776561b91 31-Oct-2011 Winson Chung <winsonc@google.com> Fixing issue where default widget previews were not using large icons on tablet.

Change-Id: I66469f52172be8ee526dc71cc5b6aa797f6a3289
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b5e74c8b60b97c5a03dd3e5bbc982474746b9c74 29-Oct-2011 Winson Chung <winsonc@dhcp-172-18-102-203.mtv.corp.google.com> Fixing issue where widget previews were being scaled up.

Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c5deca7c6a4139875e9b86c951f2b81b2db9f816 27-Oct-2011 Michael Jurka <mikejurka@google.com> Merge "Asset updates" into ics-mr1
8db7000140d3c35be92a4e07cf54ea6ec4ae3030 26-Oct-2011 Peter Ng <petergng@google.com> Asset updates

- Change how default widget previews look (5509429)
- Improve antialiasing in portal assets

Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a877403542c71c1b6228c429bc060755f5f847b 26-Oct-2011 Winson Chung <winsonc@google.com> Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605)

- Centering pages vertically have no real effect on the phone as the page height is
effectively the size of the container, but on tablets, pages can be significantly
smaller to allow tapping the empty space to dismiss it.

Change-Id: I2f5117c287df6c5357039696f456d1d9d6c2af57
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
2591f6a5202664faf8cde2b68361e3842ce76ba9 25-Oct-2011 Adam Cohen <adamcohen@google.com> Fixing AppsCustomize paging effect on tablet

Change-Id: I9ec1faeb4efa1b3db338bf47dceee72befbc682e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a8103c7efcaf6ea6e3170b36bf96dcfc1fa36b3 21-Oct-2011 Winson Chung <winsonc@google.com> Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)

Change-Id: I51960bafbf1a9b2201639fb34786a7415e1e57dd
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
dd3a3d9cf94b80c356ca1d9ca62a3b90e0d56c5c 20-Oct-2011 Adam Cohen <adamcohen@google.com> Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" into ics-mr0
ae4f155e090bf387b989fb738ee34ab045585711 20-Oct-2011 Adam Cohen <adamcohen@google.com> Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)

Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4b0ed8c09ebc6afd97ff8b0de6a9617f6469ad1a 20-Oct-2011 Winson Chung <winsonc@google.com> Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)

Change-Id: Ia5f0cea7a3b8bd0a972ec3ea2fadc72eb0f7689a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d3357b186d55816e682b3012cfccd2d7a0680678 18-Oct-2011 Adam Cohen <adamcohen@google.com> Fixing all apps accessibility (issue: 5478505)

Change-Id: I8f5ba2e4acd620520a57ef0b464171c6e0966d4e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b64d36e6f8006b3ea5a6c2951af4cf8dea72d08e 18-Oct-2011 Adam Cohen <adamcohen@google.com> Fixing stutter in AllApps transition

-> Tightened up the interpolator and decreased the duration of the
AllApps-in animation. This removes many excess frames at the end
of the transition, and frees up perf for swiping AllApps:
(issue 5359751)
-> Changed when AllApps state gets reset -- now only after
leaving home, and then pressing home, or when the screen
turns off.

Change-Id: I76e988102da91c12cb52af01468cf9a81fe45545
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
0cd3b64e607cc1f81ed49b00ef7398c2a2b7a48d 14-Oct-2011 Adam Cohen <adamcohen@google.com> Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)

Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5fc72b31863639e70b3d944a3b650f42e46932a6 12-Oct-2011 Winson Chung <winsonc@google.com> Fixing some issues with AppsCustomize

- 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
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
8ff8713e55227ee048a3d37ae8c32f2a2972136d 01-Oct-2011 Winson Chung <winsonc@google.com> Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)

Change-Id: Icf7b13926aff3fdc4f658a549309ec4587ab0fa3
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e4a647f8793ce7823394db43d6af57f9eab8a340 30-Sep-2011 Winson Chung <winsonc@google.com> Slight change to inflate as much of the widget info as possible ahead of bg preview loading.

Change-Id: Id2a7ec79674f2d0a58afef3cfd57091dbf0bc736
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
099459377a737d885bbd8ac4d52e6884a103b1c7 20-Sep-2011 Winson Chung <winsonc@google.com> Clean up bitmaps when necessary in the widget tray to prevent likelihood of OOM. (Bug: 5348390)

- Removing some old code to use software layers when rendering widget preview metadata

Change-Id: I0db3daf7d1223e81dac6c901647acbe2ff490c6e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7f0acdde9679eb545abb8bc5373e1938c420bf63 20-Sep-2011 Winson Chung <winsonc@google.com> Deferring create hardware layers until we load widget pages. (5330412)

Change-Id: Ia1b5e3ec3db7b7de4b0a76486136ba9df07ff70f
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7d7541e7b48fdc114c24b3b0aa75e70d7228041e 17-Sep-2011 Winson Chung <winsonc@google.com> Updating Clings. (5057945, 5056643)

Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
446e940fc8839173de12f1299b8c24f318d53a3f 16-Sep-2011 Adam Cohen <adamcohen@google.com> Locking orientation on phones (issue 4967793)

Change-Id: I6b5fe63547f43c408feea75f35dc0a08d06c258c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
cff6af81d721415785bddc2efd74e179d2def9da 13-Sep-2011 Adam Cohen <adamcohen@google.com> Tuning AllApps <--> Workspace transitions

-> Removed extraneous service transactions during scrolling

Change-Id: I60a201e7a94608d6fbafd2350f39a466d7a4c003
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
61dcf3759fd00ad111ffe2c4a6168b4d000d7126 14-Sep-2011 Adam Cohen <adamcohen@google.com> Fixing regression with widget sizes

Change-Id: Id013ceaaf08ce2bfddd997b49843384082bc6834
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b5ba097015c4794fa822f30b38a60a7070a00097 08-Sep-2011 Adam Cohen <adamcohen@google.com> Workspace overscroll effect

-> Made AllAppsCustomize scroll/over scroll more subtle

Change-Id: Icf1889b3adccce22d4a2d80c5b487518b0ab3157
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
859736e78a643bfa28bbd631080b0e7172916e31 08-Sep-2011 Adam Cohen <adamcohen@google.com> Merge "New AllAppsCustomize transitions"
22f823d340710bcde587b18a1542570cbe0360f5 02-Sep-2011 Adam Cohen <adamcohen@google.com> New AllAppsCustomize transitions

Change-Id: Ibefda8bf156810849c5e8f3383d49ae64a7ee08a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c9d95c5897fc5ebbf53903d4ab18ad13d196f643 29-Aug-2011 Michael Jurka <mikejurka@google.com> Cleaning up LauncherModel

- performing all DB operations immediately if called from worker thread (a previous change that did this in updateItemInDatabase fixed an outstanding bug)
- centralizing logic to do database updates
- removing old logging code

Change-Id: Idc7bfef3921828ff7c5492b8e996c0a07e1ec508
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
f814aa0f33c020a60de8a921176345f71a4b07c8 01-Sep-2011 Adam Cohen <adamcohen@google.com> Unifying widget cell requirement computations

Change-Id: I5b37ebdab5b3defe7d05926882a6587d4c9f1081
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
7777d967a60ecfd34ad2d94141d598fca4021058 19-Aug-2011 Adam Cohen <adamcohen@google.com> Refactor and simplify home transitions

Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b60fd0eafbb4e6e61b429c403f024dc903bc483a 29-Aug-2011 Michael Jurka <mikejurka@google.com> Tagging where ItemInfos are created for debug purposes

Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
87acb4806bc921297384183a5d69eec28cd35f6e 24-Aug-2011 Winson Chung <winsonc@google.com> Fixing issue where rotating device while in widgets pane fails to load.

- Removed some unnecessary code related to dialogs.

Change-Id: I5abfc7851c78e6597fd49cc96db5b26bd0976c1c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ed718b18a9c9633be9543b59c0a81ca12c509550 18-Aug-2011 Winson Chung <winsonc@google.com> Merge "Saving/restoring current page in AppsCustomize. (5050168)"
b0fa3529edf7c4f6ce088d23d80461dcad43aa15 18-Aug-2011 Adam Cohen <adamcohen@google.com> Fixing issue 4727712, widget list isn't always synced correctly

Change-Id: Iac7fc94d78915e53174ddc4b44854a45da72c443
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5afbf7bdd6f6879124c9b8283e005fe57f310d02 25-Jul-2011 Winson Chung <winsonc@google.com> Saving/restoring current page in AppsCustomize. (5050168)

Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
f314b0eab03bb354c14b6c89f694a6685bd246d9 16-Aug-2011 Winson Chung <winsonc@google.com> Improving transition between Apps/Widgets panes (5145408)

Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
35d4a257cff6ff69232f10c8dc405df8044eab1f 12-Aug-2011 Winson Chung <winsonc@google.com> Tweaking widget grid to show more items

Change-Id: Ied035f6c01f062ac1b4b16ee0a5b9029c6da72a0
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d771c96e5d156ffde5d35ee13ce053de60dc3163 10-Aug-2011 Michael Jurka <mikejurka@google.com> Fix regression: taps were not sent to wallpaper

Change-Id: I2114cf8161c7a3b0fa6849f15e5a8e4bd45dbabb
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
70fc438583779ef903541bf9ec546a8235a18785 09-Aug-2011 Winson Chung <winsonc@google.com> Adding opacity to drag views. (5064535)

Change-Id: I6eb96edf203a53e55a0d20dd97ff383d0b51da0e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
54c725cc294cd43ed0650179bfae64a622547660 03-Aug-2011 Winson Chung <winsonc@google.com> Bug fixes

- Fixing issue where drop target is not as tall as it should be (5116098)
- Fixing issue where number of cells was being computed incorrectly (5112002)
- Disabling side page fading in AppsCustomize on the phone UI
- Should be using action bar bg states instead of tab bg states (5086625)

Change-Id: I0ec927f87cede48dcf4b66cbaa1d62a09f3492b8
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
aaf473c2bb6329b3b09ed2e19de6aae26077050c 03-Aug-2011 Adam Cohen <adamcohen@google.com> Revert "Revert "Clear the bitmap associated with canvases.""

This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4e012846cd09caa85b018c36810e9a64adb87640 03-Aug-2011 Adam Cohen <adamcohen@google.com> Revert "Clear the bitmap associated with canvases."

This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b2cdfb5f86bcf3e97598f9dd88415980d5a51f84 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Merge "Clear the bitmap associated with canvases."
9b9d48f28926371eab94c425b1d54150732fa08f 03-Aug-2011 Dianne Hackborn <hackbod@google.com> Clear the bitmap associated with canvases.

Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a3fd3f042c8bfa7d83e29c1eeadff21323ab089 02-Aug-2011 Winson Chung <winsonc@google.com> Multitude of launcher behaviour changes.

- Merging widgets and shortcuts in widgets pane
- Removing legacy long press menu items (make it go straight to wallpapers)
- Removing old option menu (just making it point to wallpapers)
- Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel

Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
72d8b393b03f9decba05b0797608ccdc751fecef 29-Jul-2011 Winson Chung <winsonc@google.com> Removing use of deprecated constants in GridLayout.

Change-Id: Ifbf88e182cab5f68276e4d69f866238c91591c0b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
5a808358f1a773dab8babae44899ffd4ed1810c1 28-Jun-2011 Winson Chung <winsonc@google.com> Adding menu to jump to shortcuts page in widgets tab

- Fixing bug in PagedView when setting the current page
- Fixing small visual issue with flashing scroll indicator
- Fixing slightly offset holographic icons

Change-Id: Ic6ce6365daca41cb5a73706c7c4b078f33a4e39c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
de1af7661548692d370518528ff91c7422b9c8ae 22-Jul-2011 Winson Chung <winsonc@google.com> Fixing transition issues from AppsCustomize.

- Preventing weird space when hitting home while configuring
- Workaround for issue with all workspace items disappearing when going out of AllApps (depends on 5052094 for proper fix)
- Fixing isuse where any multi-finger tap on AppsCustomize would dismiss it

Change-Id: Ibfa8607a66e81703bd78736b72fd7f021e5971d9
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fc53cd22c9a78708c78c85946443f23ec8c59502 21-Jul-2011 Adam Cohen <adamcohen@google.com> Fixing a couple bugs, allapps clicks and weird crash

-> issue 5021897 (when this was fixed, exposed more bugginess that is now fixed)
-> issue 5038392

Change-Id: I49a4e9fca154f75ea22ad2c462641747536102ce
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d4d7aa551ffdc80d810ff970fa72a6509960401e 20-Jul-2011 Adam Cohen <adamcohen@google.com> Adding animations when dropping on delete / uninstall drop target

-> issue 5043661

Change-Id: I4e4830acc15e006e637b35c3d0dcc72c23414b95
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d52f3d84fc1df6b4c1ae1101eb937ae4eeb32e75 12-Jul-2011 Winson Chung <winsonc@google.com> Fixing some issues with our use of GridLayout.

Change-Id: Id898258b31462f47d65f0ec674786b03a4ca326e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
ac8c87687b8e063c981f28cb31bab2cc110f26cc 13-Jul-2011 Adam Cohen <adamcohen@google.com> Pixel perfect drag animations in workspace and folders, including springloaded

Change-Id: I630c365bdc8e896a21dc17ebe8acb8d4664c77b5
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
e0cccab156e49aa9d003334622e6a7ad0bdbfe77 11-Jul-2011 Winson Chung <winsonc@google.com> Merge "Clamping touch positions to drag layer rect to prevent dragging outside of bounds."
273c1022405bcc5e0840450b9195622e7476c9dd 11-Jul-2011 Winson Chung <winsonc@google.com> Clamping touch positions to drag layer rect to prevent dragging outside of bounds.

- Fixing small issue with default widget preview aspect ratios

Change-Id: I2dca0524e8aa7c48345b424bad889736fa345386
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
557d6ed50cc6560163440aa134870ef0bb11415b 09-Jul-2011 Winson Chung <winsonc@google.com> Fixing issues with spring loaded adding.

- Delaying until items are added
- Showing bg when going into spring loaded mode
- Fixing regression where dropping widgets on full page would not trigger a notification
- Fixing regression on tablet where pages were no longer being rotated or shown

Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
14a001ad67aaebc5cec3a34646b0dda1fa417e7c 09-Jul-2011 Michael Jurka <mikejurka@google.com> Merge "Remove unnecessary lock"
35aa14d5e33e4f5cccb9fd23be1047f26d67b409 08-Jul-2011 Michael Jurka <mikejurka@google.com> Don't reset pages in AllApps if not necessary
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
be69cc8ed86b7f22e7e4cf0c5a1500f45993075f 08-Jul-2011 Michael Jurka <mikejurka@google.com> Remove unnecessary lock
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
649723cfb3d73af16dd02462725700897ca60e38 07-Jul-2011 Winson Chung <winsonc@google.com> Updating assets.

- Tweaking search bar layout.

Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c07918d0053fc7d2a19d7b013565a5d2e7d4af51 02-Jul-2011 Winson Chung <winsonc@google.com> Cleaning up some spring-loaded related dragging code. Allow cancel spring loaded mode.

Change-Id: Ie1f0468c563bed7abc1aa6416e222cdb0853c03a
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
967289b6d5fec77f5c381d11ffb2319f3bb5e737 01-Jul-2011 Winson Chung <winsonc@google.com> Adding new assets.

Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
db1138b4efae89a3b5833547958a3606e5408a71 30-Jun-2011 Winson Chung <winsonc@google.com> Tweaking AppsCustomize spacing to match CellLayout.

Change-Id: I5c3fa215659b51c7fc8dcda19dd1fd753d192f5e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a0f57dfafced837a2a282d8feec28d5418be3b9 30-Jun-2011 Winson Chung <winsonc@google.com> Populating some more accessibility events.

Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
875de7e1605f4fc8f04c804b5ac4bb9386189630 28-Jun-2011 Winson Chung <winsonc@google.com> Fixing crash when adding/removing new packages while AppsCustomize is open.

Change-Id: I3bcf1ec811af6f8dddcace65d973ed368e95b4c7
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d294526ad99db70d882a1e11f2b0f878524163fa 25-Jun-2011 Winson Chung <winsonc@google.com> Making slightly different layout for shortcut pages in Widgets tab.

Change-Id: I3f07e23bfe1c68e84c148057e95d583e3fa25b34
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fd3385fe9e0f034b04f99d5d59a58d74fe040da4 16-Jun-2011 Winson Chung <winsonc@google.com> Using GridLayout in AppsCustomize widgets tab.

- 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
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4e076545e4ccdbd3c045a3fa33869a2b7519a0cc 23-Jun-2011 Winson Chung <winsonc@google.com> Cleaning up dead code.

Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b44b52439d155f570db7d6d0b80fdd3350e35685 13-Jun-2011 Winson Chung <winsonc@google.com> Loading previews and holographic icons in background thread using AsyncTasks.

- Adding back animation between tabs

Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
201bc828d5a0078f505e8e37152156a0cb43c10a 21-Jun-2011 Winson Chung <winsonc@google.com> Need to remove views and not just hide them after animations.

- Removing Manage Apps button from workspace and renaming it in AppsCustomize
- Fixing foolish string play in resources from initial change for search bar
- Using proper way to get full screen dims for wallpaper fix

Change-Id: I1319d225135436468f1feb3057cd9f28eda7c89c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
007c69867d821ea2b271398577a8b3440b3a7046 14-Jun-2011 Winson Chung <winsonc@google.com> Adding signposting to Phone UI in Workspace/AppsCustomize.

Change-Id: Id63f247745a5ec1a63bbaff84602e4c91354f789
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
f0ea4d3378be7b962c8e0bce2392df5e82491fb8 06-Jun-2011 Winson Chung <winsonc@google.com> Replacing AllApps/Customize in tablet UI with Apps/Customize.

Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b26f3d6a8c62e7c1a603b6c7979375d8dd4f20d4 02-Jun-2011 Winson Chung <winsonc@google.com> Modifying AppsCustomize behaviour to use springloaded mode.

Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
c0dcf597084d00e4c23a7fea5fd0738f6c095a6b 02-Jun-2011 Adam Cohen <adamcohen@google.com> Fixing up some Folder bugs

-> Rendering properly while in spring-loaded mode
-> Fixed bug where sometimes the folder's background would vanish
-> Fixed bug where the folder background was "stuck" in a fixed
location, not following the folder
-> Can now add to folders and create folders from spring-loaded mode

Change-Id: Ie1c5583a6230a192e6d07763d001b50053daca43
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
9f4e0fd66eeaf6977e0bc02c9b1c7022990b9910 03-Jun-2011 Winson Chung <winsonc@google.com> Re-enabling holographic icons for tomorrow's build.

Change-Id: I2888290638aa0932fff73006e46800529d384b84
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
d2e87b32dc8c09590dd1ae186e97d3260955a568 02-Jun-2011 Winson Chung <winsonc@google.com> Fixing regression in shop icon and widget pane.

Change-Id: I79a17581df2ba17c309626dde33c946855b2d55e
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a26e5bed48bf64996aef3ea1db4767ee147640e 26-May-2011 Winson Chung <winsonc@google.com> Removing wallpapers tab, adding shop icon back.

Change-Id: I90bb107cce033ecb78a8fe365aa99c641a492b48
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
55b6550e37da5df2fda44fc712bc082731f2d8e7 26-May-2011 Winson Chung <winsonc@google.com> Changing long-press-on-workspace behaviour to show Applications & Widgets.

- Disabling tap-on-widgets-to-add in favour of long press

Change-Id: Ia82143b74216a968ab11890cba83a01c4ab72a06
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
34efdaf24d4da2c1429e1a244d101d686b951080 24-May-2011 Winson Chung <winsonc@google.com> Prioritizing Wallpapers and Live Wallpapers.

Change-Id: Iec8e8b42687ce95b08b086f4e7012e0fd0737684
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
59d0bb0d1e3af45449b070d3233f9e9a4f0fd6ed 23-May-2011 Winson Chung <winsonc@google.com> Fixing clipped landscape layout and crash when tapping to add widgets.

Change-Id: Ifcd2090cf9d374731726356b611750e1bca5c3cf
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
6a70e9fc3c62cc83d6abe59323d622dc6cd224a7 18-May-2011 Winson Chung <winsonc@google.com> Fixing issue where holographic icons could get out of sync in AllApps (when number of pages changes).

Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
a2eb17095dcffa75c1e9681fdc318fe6e0564321 12-May-2011 Michael Jurka <mikejurka@google.com> Moving tablet interface to 'large' devices

(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
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
46af2e89164b391b7a0049c6ce9048a2b7a7f644 10-May-2011 Winson Chung <winsonc@google.com> Adding Wallpapers tab.

Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4e6a976c2d85f7261ae4318a9ccffd2440f73124 09-May-2011 Winson Chung <winsonc@google.com> Adding keyboard focus support for phones.

Change-Id: I2daab961d0727bc5d892db6b50ad0f51fe23873c
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
63257c110a4ee54d5e8872c471cce254cf613c7a 06-May-2011 Winson Chung <winsonc@google.com> Minor changes to help address some hiccups when panning, changing tabs and rotating in AppsCustomize.

- Also removing references to old all-apps 2d/3d

Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
563ed71d682cc979a095fff7d27f1afe378508df 06-May-2011 Winson Chung <winsonc@google.com> Merge "Cleaning up icon code."
4dbea7920a5f52df1d35009352f7e5cba16c05fb 05-May-2011 Winson Chung <winsonc@google.com> Cleaning up icon code.

- Changing long-press on homescreen to bring up wallpaper picker.

Change-Id: I854b1b7dc5a102e95853732d6e9a4fa298144650
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
b9b8ce94ff958792dd6ef81b0e50784fe8ad98a6 06-May-2011 Michael Jurka <mikejurka@google.com> Fix: restoring holo outlines in paged views on tablet

Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
1ed747a4c07101793322c13a36dd547df4a3aa50 04-May-2011 Winson Chung <winsonc@google.com> Testing mixing shortcuts into widgets pane.

- Initial changes adding LRU cache to widget pane to speed up getting widget previews.

Change-Id: If9ed479ba8f2fb321b3ff8c384ac5a9f87d4c689
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
fc79c8067e21e55fce3802a63e15ee4c6f11d595 02-May-2011 Winson Chung <winsonc@google.com> Fixing drag and drop issues with AppsCustomize pane.

- Fixing issue with no-more-space error not showing
- Returning to first page of AllApps when leaving and coming back

Change-Id: If3fb1ba1abae9d453bb71214e44170df91a52189
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
4b576be59e58072cc03b5a8d36afb6a322513575 28-Apr-2011 Winson Chung <winsonc@google.com> Adding back the widgets pane to the merged AllApps.

- Fixing issue with holographic drag outlines being drawn offset

Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java
785d2eb2b8d7072c8124300dd9168ff51a91cf38 15-Apr-2011 Winson Chung <winsonc@google.com> Initial changes to merged AllApps/Customize pane in the Phone UI.

Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
/packages/apps/Launcher2/src/com/android/launcher2/AppsCustomizePagedView.java