summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizePagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-1710/+0
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fixing slow binding when returning to LauncherMichael Jurka2013-05-201-32/+50
| | | | | | Bug: 8978842 Bug: 8660324 Change-Id: Idfa37c05ed299faa465ea66de4b43d30da77ecbc
* Fixing issue where updating the visibility of one application can trigger ↵Winson Chung2013-05-031-22/+2
| | | | | | | | all icons to disappear. (Bug 8757421) - Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153) Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
* Trim widget namesMichael Jurka2013-04-181-0/+1
| | | Bug: 8617506
* Fixing RTL issues with apps ordering and snapping to page. (Bug 8238938, Bug ↵Winson Chung2013-04-011-0/+4
| | | | | | 8374016, Bug 8373578) Change-Id: I57ff58a6202a2794f02cfc13ed6124b10256dbbf
* Don't close widget preview cache dbMichael Jurka2013-03-201-3/+0
| | | | Only one connection is ever held now, and that will be closed when the app is killed
* Fix crash when switching between Apps/Widgets tabsMichael Jurka2013-02-071-1/+1
| | | | Bug: 8138894
* Merge "Clean up database in WidgetPreviewLoader"Michael Jurka2013-02-061-0/+3
|\
| * Clean up database in WidgetPreviewLoaderMichael Jurka2013-02-061-0/+3
| |
* | Merge "Fix crash caused by double loading of widget previews"Michael Jurka2013-02-061-0/+1
|\|
| * Fix crash caused by double loading of widget previewsMichael Jurka2013-02-061-0/+1
| | | | | | | | Bug: 8146408
* | Merge "Adding RTL paging."Winson Chung2013-02-061-12/+26
|\ \ | |/ |/|
| * Adding RTL paging.Winson Chung2013-02-041-12/+26
| | | | | | | | Change-Id: Ic27d499cb76c7c30da37ed93f5372dd8441118b7
* | Fix crash when rotating all appsMichael Jurka2013-02-051-10/+14
|/ | | | Bug: 8134296
* Cache widget previews in a DBMichael Jurka2013-02-041-302/+34
| | | | | | - Smoother All Apps scroll performance Change-Id: Id2d31a45e71c63d05a46f580667ad94403730616
* Merge "Add first RTL support to Launcher"Fabrice Di Meglio2013-01-241-2/+2
|\
| * Add first RTL support to LauncherFabrice Di Meglio2013-01-231-2/+2
| | | | | | | | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* | Use less HW layers in All AppsMichael Jurka2013-01-171-3/+46
|/ | | | | (saves memory) Change-Id: Ib2beda7549662a787437c7aa043e7858357c051f
* Fixing issue where the cling is offset. (Bug 7633074)Winson Chung2012-11-291-1/+2
| | | | | | - Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time. Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b
* Cleaning up unused codeMichael Jurka2012-11-151-1/+0
|
* Bug 7301303: more rows in all apps for sw720dp-portMichael Jurka2012-10-081-1/+4
|
* Fix to ensure default widgets get size callbacks (issue 7287744)Adam Cohen2012-10-051-4/+15
| | | | Change-Id: I46b329db247a0b450493530ab619576c45418b01
* Fix for widgets with config not getting size info (issue 7266053)Adam Cohen2012-10-041-2/+3
| | | | Change-Id: I0b55555ed38d4f2a70345d1b6316a075a9346111
* Removing functionality to click under AllApps to return to the workspace. ↵Winson Chung2012-09-201-8/+0
| | | | | | (Bug 7012020) Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8
* Making launcher use new widget binding APIsAdam Cohen2012-09-191-3/+31
| | | | Change-Id: I9cd6716e1dc0c53b5c846371ea109ced4cd3d40a
* Fixing issue where we were collating labels based on an old Locale. (Bug ↵Winson Chung2012-09-171-2/+2
| | | | | | 7133873) Change-Id: Ic1366f06020d1e405a6800386472a8832d683c5e
* Fix adding widgets without config activitiesMichael Jurka2012-08-031-0/+3
| | | | | | - only affected Launcher when it wasn't on the system partition Change-Id: Ia36d5a05463d7d3af0718cf694a0692a5098fc76
* resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284Ed Heyl2012-07-251-1/+1
|\ | | | | | | Change-Id: I7ecce86e58af545aa18ea25e16978a1dce9dab8e
| * Binding AllApps synchronously. (Bug 6855061)Winson Chung2012-07-241-13/+17
| | | | | | | | | | | | - Also ensuring that we restore to the settling page index if it is in motion Change-Id: I9c6760383113f7614f6cb962ab6562b0e7eb7138
* | Fixing issue where we were not clearing the set of removed items since the ↵Winson Chung2012-07-161-3/+0
| | | | | | | | | | | | last event. (Bug 6749258) Change-Id: I21ed2810e902e2727959b1a4cc0cd6183b750603
* | Merge "Adding debug logging to track down missing app icons"Michael Jurka2012-07-111-0/+3
|\ \
| * | Adding debug logging to track down missing app iconsMichael Jurka2012-07-111-0/+3
| | |
* | | Fixing issue where toasts were getting queued. (Bug 6572269)Winson Chung2012-07-021-2/+8
|/ / | | | | | | Change-Id: Iceb27c4c5a4168beb5a5ae37a0c597e1940bff04
* | Remove unneeded importsMichael Jurka2012-06-251-1/+0
| | | | | | | | Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
* | Compile Launcher against only public apis (level 16)Michael Jurka2012-06-221-12/+4
| | | | | | | | | | | | Also, removing use of TableMaskFilter (last remaining private api) Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
* | Merge "Decoupling launcher/workspace package cleanup from the application ↵Winson Chung2012-06-211-23/+23
|\ \ | | | | | | | | | list (Bug 6602756)"
| * | Decoupling launcher/workspace package cleanup from the application list (Bug ↵Winson Chung2012-06-211-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | 6602756) - Fixes issues where shortcuts created by wallpaper/widget-only apps are uninstalled. Change-Id: I94c9d1d71fc34aa2fb7f0660534e616a82ac6f36
* | | Remove use of private ValueAnimator apiMichael Jurka2012-06-191-4/+3
|/ / | | | | | | Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
* | Launcher-side changes to update packages after the set of app widgets has ↵Winson Chung2012-06-181-14/+0
| | | | | | | | | | | | changed. (Bug 6602951) Change-Id: Ib557cbe15e84a8ffe889c8122519a6ba303e6ee2
* | am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView ↵Winson Chung2012-06-141-24/+0
|\| | | | | | | | | | | | | (Bug 6597629)" into jb-dev * commit '8fd14178541374f2609c463a3bf882b93c10395d': Removing logging in AppsCustomizePagedView (Bug 6597629)
| * Removing logging in AppsCustomizePagedView (Bug 6597629)Winson Chung2012-06-111-24/+0
| | | | | | | | Change-Id: I58313d3b3536d3ee7eaae8459fbded41dc5dadec
* | am 307f0b4d: am 12dd20d5: Merge "Fixing issue where we were not always ↵Winson Chung2012-06-121-30/+26
|\| | | | | | | | | | | | | 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)
| * Merge "Fixing issue where we were not always invalidating the page data when ↵Winson Chung2012-06-111-30/+26
| |\ | | | | | | | | | setting apps. (Bug 6549598)" into jb-dev
| | * Fixing issue where we were not always invalidating the page data when ↵Winson Chung2012-06-081-30/+26
| | | | | | | | | | | | | | | | | | setting apps. (Bug 6549598) Change-Id: I2fff41e87465608a21ffb7c91e988b33f8d54ee3
* | | Clean up warnings and some private API usageMichael Jurka2012-06-121-7/+1
|/ / | | | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* | Merge "Removing logging (issue 6583911)" into jb-devAdam Cohen2012-06-111-23/+0
|\ \ | |/ |/|
| * Removing logging (issue 6583911)Adam Cohen2012-06-041-23/+0
| | | | | | | | Change-Id: I1f5579d13af1b3daa0734e04d72f60ac8075f29b
* | Merge "Synchronizing on the new-apps list before modifying it. (Bug ↵Winson Chung2012-06-061-2/+2
|\ \ | | | | | | | | | 6621553)" into jb-dev
| * | Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* | | Merge "Defer loading widget previews until after All Apps transition" into ↵Michael Jurka2012-06-061-2/+13
|\ \ \ | |/ / |/| | | | | jb-dev