summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Hotseat.java
Commit message (Collapse)AuthorAgeFilesLines
* [key event focus handling] (1)hotseat <-> icon now symmetric, (2)support DEL ↵Hyunyoung Song2015-02-241-0/+11
| | | | | | | | | | | | | | | | | | | keycode TL;DR; (1) Key event navigation from and to the hotseat and icons in the workspace is now symmetric. Since there is one more icon in the hotseat, only left N-1 icon navigation was symmetric. (2) KeyEvent.KEYCODE_DEL and KeyEvent.KEYCODE_FORWARD_DEL can now delete icons from the workspace. The focus move to the previous icon where the focus traveled from. Also contains minor styling and indexing issues. Bug: 15408321 Bug: 19381790 Change-Id: I16cbcb2693e92eebb830997d01c0bf674073dd51
* Removing code for the unused 'upgrade path'Sunny Goyal2015-02-111-35/+0
| | | | Change-Id: Ib9eca92284b0eabbe36ffaaf26c62a6ce3cfd3e9
* Changing hotseat keyboard controlsSunny Goyal2014-08-201-1/+1
| | | | | | | | | | > Left and right keys don not navigate to next/prev page > Down arrow on apps apps last row, do not take the focus to the end > Nagivation sounds when focus changes issue: 16352221 Change-Id: I5982f22dc80c408673092f8fa8ca1b2fc6381635
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+1
| | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* Merge "Mergin motorola patch to avoind 0 id for all apps button" into ↵Sunny Goyal2014-07-211-1/+1
|\ | | | | | | ub-now-master
| * Mergin motorola patch to avoind 0 id for all apps buttonSunny Goyal2014-07-181-1/+1
| | | | | | | | | | issue: 15518514 Change-Id: I74a16600658f9299131cfbef7ad7a49ac25b12e7
* | Preliminary work on Material TransitionsAdam Cohen2014-07-181-1/+1
|/ | | | | | | | | | | | | | | -> Early exploration of AllApps Hero transition with circular reveal -> Stripping a bunch of dead code from AppsCustomizeTabHost -> Moved background scrim to DragLayer -> Removed "SMALL" state from workspace: replaced with NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to reduce the overall usage of the z-space model between allapps/widgets and workspace. There are vestigial remains of this model, mainly due to the overview mode, and a bit for spring-loaded. Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-4/+0
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Add new assets for LMP previewAdam Cohen2014-06-111-0/+5
| | | | | | issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa
* Add a setter/getter for Launcher.mAllAppsButton.Anjali Koppal2014-03-121-8/+2
| | | | | | | | Also, handle clicks on the all apps button by using onClick() method in Launcher instead of directly calling onClickAllAppsButton in Hotseat.java Bug 12553852 Change-Id: I261c27d3e964bbb1f52c2ab610997defd99a59bd
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-4/+4
| | | | | | | | | - 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
* 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