summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsCustomizePagedView.java
Commit message (Collapse)AuthorAgeFilesLines
...
| * Ensuring the widget page is full when shown (Bug 10883258)Winson Chung2013-10-281-5/+8
| | | | | | | | Change-Id: I9481b5551a2efc093d0fb81fc62a811b34d93d7c
* | Fix issue where empty page doesn't get deleted when flinging to delete a ↵Adam Cohen2013-10-231-2/+9
| | | | | | | | | | | | widget in spring loaded Change-Id: I59a78a4b9135b2c96f0adb4a2e63b19d504706b7
* | Don't recreate pages every time you go to All AppsMichael Jurka2013-10-231-5/+5
|/ | | | | Bug: 11300025 Change-Id: I16ddcf1b435621bb0c0199ca7ac119b9e7ca7214
* Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-031-0/+3
| | | | | | | | | | | The old one didn't use the app filter when packages were added or updated, only in the initial load. The app filter is now also used for appwidget providers. Bug: 10895858 Bug: 10898990 Change-Id: Id29bbc3cf7bdb0c360edd92f768b86684bd338ed
* Broadcast app launches from all apps too.Anton Hansson2013-09-261-0/+1
| | | | | | Bug 10943415 Change-Id: I0e496a53fc253bd313d269a05674d7c5cdadee68
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-6/+0
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Initial changes to restore clings.Winson Chung2013-09-201-4/+0
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Tweaking page indicators to support add page icon, remembering widget picker ↵Winson Chung2013-09-191-1/+5
| | | | | | page (Bug 10787439) Change-Id: Iab0b5676aa9c34a610b4b968940abc81c913c234
* Fix crash when setting wallpaperMichael Jurka2013-09-051-1/+0
| | | | | Also clean up some unused code Change-Id: Ibef8d3d594cc859a993640fd6ee578e9eeb633d1
* Initial changes to restore AllApps.Winson Chung2013-09-051-93/+76
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Move wallpapers to external activityMichael Jurka2013-09-041-15/+15
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Clean up unused codeMichael Jurka2013-08-281-3/+0
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-2/+5
| | | | LauncherModel count.
* Initial Changes for Dynamic GridWinson Chung2013-08-201-7/+3
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-2/+4
| | | | | | - Also ensuring that newly added pages are added before the empty page Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-1/+0
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-3/+1
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Using package broadcasts to key adding of shortcuts on the workspace.Winson Chung2013-06-261-3/+0
| | | | Change-Id: Id4f83cb0351d21e3f7c029c7fe39efdacd2d6f17
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-2/+2
| | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* HACK: temporary upgrade path from com.android.launcher2Adam Cohen2013-06-061-1/+1
| | | | | | | | | -> load old provider -> permute pages -> strip all duplicates from workspace -> add [allapps minus workspaceapps] to apps folder Change-Id: Id319d532c6bf1d78370ecc736e95a9475d831de8
* HACK: Getting rid of all apps button / all apps from AppsCustomizePagedViewAdam Cohen2013-06-061-9/+20
| | | | Change-Id: I74e4a53e9486237ad246ebdfa9e97c6ed9475b58
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+1710
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b