Sneaker icon indicating copy to clipboard operation
Sneaker copied to clipboard

A lightweight Android library for customizable alerts

Results 20 Sneaker issues
Sort by recently updated
recently updated
newest added

Hey there, i just started using this repo and it's very useful but in some devices alert message is not showing completely as given below: ![kotlindemo snap](https://user-images.githubusercontent.com/58064452/115404574-15dbd300-a20b-11eb-8f82-9f0708c42c9b.jpg) Code: (In Activity)...

Hi, Sneaker appears differently from Activity and Fragment like below. In Activity, it comes from the toolbar but in the fragment, it comes from the bottom of the toolbar. The...

NIST and Jetbrains recommends to upgrade due to https://nvd.nist.gov/vuln/detail/CVE-2019-10101

I've noticed that the onDismiss callback is called after several seconds of the gesture. Is there a way to speed up the process?

Hello, is it possible to change the sneaker position? I would like to show it on center and bottom as well. Thanks.

Doesn't appear when calling on Android 4.4, flash when dismiss, but normal in Android 9.

i have a strange problem : i have button in a activity and a function for onClick event fun sendComment(view: View): Unit { Sneaker.with(this) // Activity, Fragment or ViewGroup .setTitle("Warning!!")...

Using the code: ``` Sneaker.with(this) // Activity, Fragment or ViewGroup .setTitle("Warning!!") .autoHide(false) .setMessage("Please check your internet connection.", getResources().getColor(R.color.black, null)) .sneak(getResources().getColor(R.color.alert_yellow, null)); ``` I always see a white background for the...