SkillAgentSearch skills...

Faded

✨ Client did not pay? Add opacity to UI components and decrease it every day until their app completely fades away.

Install / Use

/learn @theapache64/Faded
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Client did not pay?

Add opacity to UI components and decrease it every day until their app completely fades away. Set a due date and customize the number of days you offer them until the app is fully vanished.

/*You can change these variables as you wish */
Faded.init(
    dueDate = "2020-19-01", // yyyy-MM-dd
    daysDeadline = 30
)

Installation

implementation 'com.theah64.faded:faded.1.1.0'

Usage

/*In your application class, init faded like this*/
class App : Application() {
    override fun onCreate() {
        super.onCreate()

        Faded.init(
            dueDate = "2020-19-01", // yyyy-MM-dd
            daysDeadline = 30
        )
    }
}

/*In your activities, wrap the base context with Faded */
class MainActivity : AppCompatActivity() {

    override fun attachBaseContext(newBase: Context?) {
        super.attachBaseContext(Faded.wrap(newBase!!))
    }
}

That's it!

Author

Inspired from github (@kleampa)

Made by theapache64

View on GitHub
GitHub Stars386
CategoryDevelopment
Updated2mo ago
Forks27

Languages

Kotlin

Security Score

95/100

Audited on Jan 6, 2026

No findings