slidetoact icon indicating copy to clipboard operation
slidetoact copied to clipboard

A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄

Results 59 slidetoact issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cortinico/slidetoact). ## Config Migration Needed - [ ]...

I can only manage to set the outer_color to a color from the colors.xml file. Is there any workaround so I can use a gradient as outer_color. Thanks!

help wanted
feature request

## Description `complete_icon` and `slider_icon` attributes are `@DrawableRes Int `variables. To be set up via Data binding they should also support the `Drawable` type. ## Related PRs/Issues #156 ## Todos...

enhancement

Change AnticipateOvershootInterpolar to LinearInterpolator to avoid weird animation effect when slider dissappear on completion Enable/disable option for slider icon tint Enable/disable option for complete icon tint Added property to modify...

## Description Prevent long texts to be covered by the slide icon button as well as gets cut off by supporting text-wrapping. Used solution proposed by @Nealsoni00 and added ellipsis...

## Description When performing an action using this widget, I think it would be useful to convey a `loading` state before the slider is `complete` or `reset`. This PR attempts...

enhancement

Suppose this xml code, The custom slider icon is not working. See this post for more: https://stackoverflow.com/questions/70812836/custom-icon-is-not-being-loaded-in-slidetoactview-from-slidetoact-dependency-fro I figured out in your code that you don't handle vector images correctly.

When sliding to end and slider collapse, default check mark won't be shown and when I set a custom vector animation for compelete_icon property it will be shown but not...

![slideissue](https://user-images.githubusercontent.com/29010457/125180716-f907d800-e21a-11eb-8df8-69f82f688adc.gif) my xml ``` ``` my callback method ``` fun setUpSlideCallBacks(){ val slideToActView :SlideToActView = findViewById(R.id.slideToActView) slideToActView.onSlideCompleteListener = object : SlideToActView.OnSlideCompleteListener{ override fun onSlideComplete(view: SlideToActView) { //its not getting called...

feature request

## What kind of issue is this? I want to know how to make a button to default side state (unslided) on slide complete as in my code I have...

question