summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adding migration Clings. (Bug 11973614)Winson Chung2014-01-109-344/+624
| | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Adding optional first run activity to LauncherAdam Cohen2014-01-093-13/+50
| | | | Change-Id: I146927d8a065f1cf5ef5cec41c8fb4f9ad09d25c
* Merge "Fix issue where deleting item from folder leaves extra page" into ↵Adam Cohen2014-01-091-1/+5
|\ | | | | | | jb-ub-now-kermit
| * Fix issue where deleting item from folder leaves extra pageAdam Cohen2013-12-131-1/+5
| | | | | | | | Change-Id: Ie741dbe5341d8237c85f732b26661d084b99f6e2
* | first backup should save things from the beginning of timeChris Wren2014-01-091-2/+2
| | | | | | | | | | Bug: 12455866 Change-Id: Ie9a97ed4110e7b1ded21f609179b5d6ee7f0ead5
* | Merge "Accounting for new Package event extras when updating forward-locked ↵Winson Chung2014-01-081-7/+21
|\ \ | | | | | | | | | apps. (Bug 11855584)" into jb-ub-now-kermit
| * | Accounting for new Package event extras when updating forward-locked apps. ↵Winson Chung2014-01-081-7/+21
| | | | | | | | | | | | | | | | | | (Bug 11855584) Change-Id: I983c82a74690a9031d18d456ff43dc8750081871
* | | Merge "KEYCODE_MENU: hide all apps when entering overview mode" into ↵Dan Sandler2014-01-081-3/+1
|\ \ \ | | | | | | | | | | | | jb-ub-now-kermit
| * | | KEYCODE_MENU: hide all apps when entering overview modeDan Sandler2014-01-071-3/+1
| | | | | | | | | | | | | | | | | | | | Bug: 12165618 Change-Id: I7ee652012c7f7b8e6fab3d9d1f99cf22484f3182
* | | | Remove a non-obvious fall through in a switch statement.Mihail Dumitrescu2014-01-071-7/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | This CL does not modify the result of calling onInterceptHoverEvent() assuming isEventOverFolder() has no side effects. The only change is that isEventOverFolder will now be called once rather than twice when action == MotionEvent.ACTION_HOVER_ENTER and isOverFolder == true. Change-Id: Icc28ab880cf5094e49f51d72035891e924cb2031
* | | Merge "Allow scrolling folders in when all apps is disabled." into ↵Nilesh Agrawal2014-01-032-4/+15
|\ \ \ | |/ / |/| | | | | jb-ub-now-kermit
| * | Allow scrolling folders in when all apps is disabled.Nilesh Agrawal2014-01-022-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | Allows for more items to be added into a folder. Allows for scrolling by letting the content area inside the scroll view to be taller. The height of content area was capped in https://googleplex-android-review.git.corp.google.com/#/c/387583/ Change-Id: I8d7950ac9c155e26c5a299c17ae6a2bbf829dce6
* | | Allow changing search bar hint in the cling on-the-flySandeep Siddhartha2013-12-261-0/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | - This allows GEL to initially supply an empty string if hotword isn't active, and later on update the cling if and when the hotword becomes active. - This isn't expensive as it'll only be called if Launcher first calls getFirstRunClingSearchBarHint, i.e. once every fresh install/clear data Bug: 11116105 Change-Id: Ia963bb62d7b331afd0c34adfa6c4b6bdbac48349
* | Do not allow duplicate shortcuts when ALL_APPS is disabled.Nilesh Agrawal2013-12-172-13/+34
| | | | | | | | | | | | | | | | When DISABLE_ALL_APPS is true, we want to have only one shortcut for each activityexposed via the Application's manifest. We ignore INSTALL_SHORTCUT broadcasts which have launch intents with ACTION_MAIN and CATEGORY_LAUNCHER. Applications can still create shortcuts pointing to an already exposed component if they provide data or extras in the intent. Change-Id: I0b05283ea6c522d197e0262c2997f7298e08740b
* | Merge "Don't notifyPageSwitchListener until page settles (issue 12069757)" ↵Adam Cohen2013-12-132-3/+16
|\| | | | | | | into jb-ub-now-kermit
| * Don't notifyPageSwitchListener until page settles (issue 12069757)Adam Cohen2013-12-132-3/+16
| | | | | | | | | | | | -> Should address the dismiss timer not working quite right Change-Id: I63ad32d8f7c37f1a090ff1dd6024eeb7c0c6ce65
* | Clean up importsMichael Jurka2013-12-1325-64/+20
| |
* | Create separate project for Wallpaper PickerMichael Jurka2013-12-135-65/+48
| | | | | | Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
* | Merge "Fix NPE from feedback (issue 12106858)" into jb-ub-now-kermitAdam Cohen2013-12-132-14/+14
|\|
| * Fix NPE from feedback (issue 12106858)Adam Cohen2013-12-122-14/+14
| | | | | | | | Change-Id: I63f7f73b85d4c1652d1e722f94c51b567a83cc6b
* | Show widgets when ALL_APPS is disabled.Nilesh Agrawal2013-12-121-4/+8
| | | | | | | | Change-Id: I367448df69a63ffd3412fe4c99137a21426d285c
* | Move additional wallpaper picker files to special dirMichael Jurka2013-12-125-726/+0
| | | | | | Change-Id: I3dd6f0ce4db72f9f30ed02e8c27039f68ab9a728
* | Merge "Don't load items which exceed the grid bounds" into jb-ub-now-kermitAdam Cohen2013-12-121-42/+32
|\|
| * Don't load items which exceed the grid boundsAdam Cohen2013-12-111-42/+32
| | | | | | | | | | | | | | -> Unified location where this is managed (with other placement verification) -> For now, not deleting out of bounds items, but can turn it on in one line Change-Id: I5e1a5cd357d80475ae40af7b89a0cd372d5c241b
* | Merge "Adjusting grid for tablets and fixing incorrect resources for large ↵Winson Chung2013-12-124-34/+32
|\ \ | | | | | | | | | tablets." into jb-ub-now-kermit
| * | Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-104-34/+32
| | | | | | | | | | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* | | Merge "Fixing issue with Widget sizes being icorrectly reported." into ↵Winson Chung2013-12-111-6/+4
|\ \ \ | |_|/ |/| | | | | jb-ub-now-kermit
| * | Fixing issue with Widget sizes being icorrectly reported.Winson Chung2013-12-111-6/+4
| |/ | | | | | | Change-Id: I8474514cc3722d8450c707b7fd1ccea2ea344a59
* | Fix new NPE relating to reorder hintsAdam Cohen2013-12-111-2/+2
| | | | | | | | Change-Id: I80ff327ee549caef5802eb7194d48b1e8424ce47
* | Merge "Revert "Revert "Move wallpaper picker code to a separate directory""" ↵Michael Jurka2013-12-1136-13241/+0
|\ \ | | | | | | | | | into jb-ub-now-kermit
| * | Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-1136-13241/+0
| | | | | | | | | | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* | | Merge "Size hotseat data structure appropriately." into jb-ub-now-kermitDan Sandler2013-12-112-10/+27
|\ \ \ | |/ / |/| |
| * | Size hotseat data structure appropriately.Dan Sandler2013-12-102-10/+27
| |/ | | | | | | | | Bug: 12070213 Change-Id: I4df2f4bcc71bb4077c62cae91ed844ea8c43d421
* | Merge "Adding reorder hinting, hopefully will help with (issue 10654628)" ↵Adam Cohen2013-12-112-64/+109
|\ \ | | | | | | | | | into jb-ub-now-kermit
| * | Adding reorder hinting, hopefully will help with (issue 10654628)Adam Cohen2013-12-092-64/+109
| | | | | | | | | | | | | | | | | | | | | -> Adds instant feedback that reorder _will_ happen, so hopefully will improve perceived disambiguation Change-Id: Icd99e7beeb87e79627a6b9fc78a9132781410379
* | | Merge "Revert "Move wallpaper picker code to a separate directory"" into ↵Michael Jurka2013-12-1036-0/+13241
|\ \ \ | | | | | | | | | | | | jb-ub-now-kermit
| * | | Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-1036-0/+13241
| | | | | | | | | | | | | | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* | | | Merge "Bind the workspace synchronously if started on -1 screen." into ↵Derek Prothro2013-12-102-10/+13
|\ \ \ \ | |/ / / |/| | | | | | | jb-ub-now-kermit
| * | | Bind the workspace synchronously if started on -1 screen.Derek Prothro2013-12-102-10/+13
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Previously, LoaderTask would be run asynchronously to bind the workspace when started on -1 which would cause the user's wallpaper to briefly flash when rotating the device on -1. Bug: 11802691 Change-Id: I3a1a7a32fa28a81e041a283a93d808d5a8884133
* / | Move wallpaper picker code to a separate directoryMichael Jurka2013-12-1036-13241/+0
|/ / | | | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* | Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-093-6/+18
| | | | | | | | | | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52 Signed-off-by: Winson Chung <winsonc@google.com>
* | am d65fb393: Merge "Revert "Fixing crash in empty folders. (Bug 11627191)"" ↵Winson Chung2013-12-093-18/+6
|\ \ | | | | | | | | | | | | | | | | | | into jb-ub-now-jolly-elf * commit 'd65fb393595cb093936c7d5d0d54b0511430aa9d': Revert "Fixing crash in empty folders. (Bug 11627191)"
| * \ Merge "Revert "Fixing crash in empty folders. (Bug 11627191)"" into ↵Winson Chung2013-12-103-18/+6
| |\ \ | | | | | | | | | | | | jb-ub-now-jolly-elf
| | * | Revert "Fixing crash in empty folders. (Bug 11627191)"Winson Chung2013-12-103-18/+6
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 68b667848ef7c6f69b24a40d780e4088a5f2a1fb. Change-Id: I51da495d6f8ef98b268c23cce02cce5ef1c7ea00
* | | | am 6de1ba33: Merge "Fixing crash in empty folders. (Bug 11627191)" into ↵Winson Chung2013-12-093-6/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | jb-ub-now-jolly-elf * commit '6de1ba3377dd407e83f682edf9ae742416302772': Fixing crash in empty folders. (Bug 11627191)
| * | | Merge "Fixing crash in empty folders. (Bug 11627191)" into jb-ub-now-jolly-elfWinson Chung2013-12-103-6/+18
| |\| |
| | * | Fixing crash in empty folders. (Bug 11627191)Winson Chung2013-12-093-6/+18
| | | | | | | | | | | | | | | | Change-Id: I7a0e23e16a7546a9612d3406257e15be758d4c52
* | | | Allow 5 hotseat icons in DISABLE_ALL_APPS mode.Nilesh Agrawal2013-12-092-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the xml resource in Launcher3 package as well. This is a dummy resource with just hotseat icons. Previously reviewed on: http://ag/396580 Change-Id: I31b0d7d4796d028f44f746260c381f2d8226605a
* | | | Merge "Revert "Allow 5 hotseat icons in DISABLE_ALL_APPS mode."" into ↵Nilesh Agrawal2013-12-092-16/+7
|\ \ \ \ | | | | | | | | | | | | | | | jb-ub-now-kermit
| * | | | Revert "Allow 5 hotseat icons in DISABLE_ALL_APPS mode."Nilesh Agrawal2013-12-092-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f4ed1be4ef22c87b002c3bca90d130eb77fe5535. This broke the build: packages/apps/Launcher3/src/com/android/launcher3/LauncherProvider.java:292: cannot find symbol symbol : variable default_workspace_no_all_apps location: class com.android.launcher3.R.xml return R.xml.default_workspace_no_all_apps; Change-Id: I40e80494f06f08de3d827c6816075ac4d269ea6a