summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Hotseat.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix longpress crash.Dan Sandler2014-06-061-41/+0
| | | | | | | | | | | The AllApps button doesn't usually accept longpresses, but you can trick it into trying by holding one finger on it and another on another icon in the hotseat. This patch defends against that and bails out if the longpressed item has the all apps rank (position in hotseat). Bug: 11740833 Change-Id: I99785ccbc9e6dc6be2a9e56289b3cc0275fbb65c
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-06-061-2/+43
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Hotseat: Movable AllApps buttonNebojsa Cvetkovic2014-01-241-41/+0
| | | | Change-Id: I4273c460392c8329368a23ef6f0d9698f52adfea
* FontStylePreference: Initial preference with choice of font familyNebojsa Cvetkovic2014-01-241-0/+1
| | | | Change-Id: Idbb400605e47cd4f64a7edd05ceea05504727efc
* Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-131-1/+1
| | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* Guarantee views are invisible after being faded (issue 11112570)Adam Cohen2013-10-111-0/+11
| | | | | | | -> Prevent clicking of hotseat items during non-normal state -> Update folder text edit highlight color (issue 11072862) Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
* Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-2/+20
| | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-301-19/+10
| | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* Fixing issue with folders not showing up.Winson Chung2013-09-131-0/+8
| | | | | | | | - Add long click on empty spaces in hotseat to show overview mode - Limit the height of all apps to the workspace + hotseat size - Fixing some comments Change-Id: Ie5a97a8b04e449385e2b3f6230079aebf8e15d5a
* Initial changes to restore AllApps.Winson Chung2013-09-051-37/+95
| | | | | | | - 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-4/+4
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Clean up unused codeMichael Jurka2013-08-281-10/+0
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Initial Changes for Dynamic GridWinson Chung2013-08-201-10/+9
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Rename All Apps to More Apps.Daniel Sandler2013-08-151-2/+2
| | | | | | Because they aren't all there anymore. Change-Id: I4acee9abaefd089d903068ea519371549588c4e2
* Fixing issue where migration all apps folder couldn't be picked up.Winson Chung2013-07-121-5/+5
| | | | | | | - Ensuring that we add items to the non-primary home page - Fixing issue with drop-target touch handling on tablets Change-Id: Iea5a383dc735a8f6044a00982f05789f8328ab63
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-1/+2
| | | | | | - Also ensuring that newly added pages are added before the empty page Change-Id: I97a01f791c438aa5c5b1fd770d3536b449a871bc
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-2/+2
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* HACK: temporary upgrade path from com.android.launcher2Adam Cohen2013-06-061-0/+52
| | | | | | | | | -> 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-37/+1
| | | | Change-Id: I74e4a53e9486237ad246ebdfa9e97c6ed9475b58
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+147
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b