BubbleActions icon indicating copy to clipboard operation
BubbleActions copied to clipboard

An open source implementation of the long press actions in the Pinterest app.

Results 9 BubbleActions issues
Sort by recently updated
recently updated
newest added

First, thanks for this beautiful library.. second, **This issue raised up when i upgrade my project to buildToolsVersion 28.0.3 with compileSdkVersion 28** (it cause app crash when even long hold...

![screenshot_20190118-192249](https://user-images.githubusercontent.com/22379988/52277710-27609980-2977-11e9-8755-9e1a70eda0b6.png) Multiple Bubble Options shows at a time. This happens in simple scenario, just perform long click and leave the touch without showing the bubble then rapidly perform another long...

Sometimes app crashes on 3D dialog, crash logs are as following: ``` Fatal Exception: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:851) at java.util.HashMap$KeyIterator.next(HashMap.java:885) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1415) at android.view.ViewRootImpl.handleDragEvent(ViewRootImpl.java:6258) at android.view.ViewRootImpl.-wrap11(ViewRootImpl.java) at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:4160) at android.os.Handler.dispatchMessage(Handler.java:102) at...

When the touch listener has deactivated the bubble actions hide slowly.

If we add this on recycleview and user preform long press on edge on item bubble will show partially. ![20180125_154654](https://user-images.githubusercontent.com/13638764/35384538-69d63a80-01e7-11e8-91a7-489c3367429b.png)

Hi good day! I would like to ask for your permission to propose a new designs of logo in your application/project. I would like to help projects in open-source .I...

Hi @SamThompson, I hope you are well. I have some questions: - Is there a way to implement BubbleActions without show title of each bubble? - How can I change...

The idea is to provide a general framework for building long press actions 1. Provide an interface custom views can implement to show long press actions in arbitrary ways 2....