summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/SearchDropTargetBar.java
Commit message (Collapse)AuthorAgeFilesLines
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-13/+24
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* 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