summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/SearchDropTargetBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet : Ensure search bar doesn't show in hiddenDanesh M2015-09-301-0/+8
| | | | | | | | If the user is in the app drawer, or settings panel mode, a broadcast could cause a new search target bar to be added which would reset visibility. Ensure visibility is restored. Change-Id: I9eba1eb6ac36bc9873deab1b81e1bb00ee8d4999
* Using the default search widget in Launcher3Sunny Goyal2015-09-271-16/+4
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* First pass of the Launcher Overlay interface / implAdam Cohen2015-09-271-13/+24
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Trebuchet: fix behavior when ShowSearchBar feature is toggled offRaj Yengisetty2015-05-131-7/+4
| | | | | | | | | | | | This bug was introduced with the New Folder UI changes Repro: - Turn off Show Search Bar - Open App Drawer - Close App Drawer - Observe: "small" search bar shows up at the top of the screen Change-Id: I18e59acff3197ea908473c89ff3ade8eaf9bed28
* Trebuchet: new folder UI v1Raj Yengisetty2015-05-121-2/+19
| | | | | | | | | This change adds a number of new UI components and animations for folders. Designer: Hayden Schoen Change-Id: I255cd4664432d84aebecf7e16ace5d9948573e27
* Fix hidden "Remove" and "App info" buttons in landscapeThomas Wendt2014-11-191-0/+4
| | | | | | | | | | | | | On grouper the "Remove" and "App info" buttons are not visible if the device is in landscape. Layout the children of the drag_target_bar vertically to fix this. Fixes: https://jira.cyanogenmod.org/browse/CYAN-3744 Before: http://i.imgur.com/SHMTUjK.png After: http://i.imgur.com/4JeJi8k.png Change-Id: Ie8a9a799fa89bf8ad233202da10c808ab65a66a9
* Trebuchet Settings UI Refresh.Raj Yengisetty2014-11-191-2/+7
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* Revert "Workaround for remove stuck (issue 11080792)"Michael Jurka2013-11-071-4/+4
| | | | This reverts commit f72693d907c67a539cdb6643f157fc0ba28c4268.
* Workaround for remove stuck (issue 11080792)Adam Cohen2013-11-011-4/+4
| | | | Change-Id: I58953a02be02808c839d59b363343b0c74e85c76
* Shortcut show/hideSearchBar with new conditions.Mac Duy Hai2013-10-161-0/+4
| | | | | | | | | | | | | | | | | This is effectively a revert of: https://googleplex-android-review.googlesource.com/374556 With the new rules, we won't shortcut if: - the search bar is in an opposite visibility OR - a non-animated change has been requested AND there is an ongoing animation. This makes sure that showSearchBar(false) called after showSearchBar(true) is not ignored. Bug: 11105305 Bug: 11237729 Change-Id: I92668dfac072e62506b2872e8bfbe9f707c9cc69
* Do not shortcut show/hideSearchbar.Mac Duy Hai2013-10-141-2/+0
| | | | | Bug: 11105305 Change-Id: I9745d6c851b2539032fdc377ce9ce80b6d67e7ab
* Solve fling-to-delete bugMichael Jurka2013-09-141-3/+0
| | | | | Delete target didn't hide after a fling because onDragEnd was being called twice
* Get the view to be used as qsb bar from the launcher directly.Cristina Stancu2013-08-221-5/+10
| | | | | | | | | | | | | | This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
* Initial Changes for Dynamic GridWinson Chung2013-08-201-1/+3
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+239
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b