{"id":13902315,"url":"https://github.com/theapache64/faded","last_synced_at":"2025-04-07T19:16:01.855Z","repository":{"id":58600514,"uuid":"170065473","full_name":"theapache64/faded","owner":"theapache64","description":"✨ Client did not pay? Add opacity to UI components and decrease it every day until their app completely fades away.","archived":false,"fork":false,"pushed_at":"2021-01-19T11:28:03.000Z","size":325,"stargazers_count":385,"open_issues_count":2,"forks_count":28,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T16:17:48.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theapache64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-11T04:03:06.000Z","updated_at":"2025-03-09T18:20:02.000Z","dependencies_parsed_at":"2022-09-05T23:40:30.528Z","dependency_job_id":null,"html_url":"https://github.com/theapache64/faded","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Ffaded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Ffaded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Ffaded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Ffaded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapache64","download_url":"https://codeload.github.com/theapache64/faded/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713258,"owners_count":20983683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T22:01:05.918Z","updated_at":"2025-04-07T19:16:01.828Z","avatar_url":"https://github.com/theapache64.png","language":"Kotlin","readme":"\n![](poster.jpg)\n\n## Client did not pay?\n\n\nAdd 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. \n\n\n```kotlin\n/*You can change these variables as you wish */\nFaded.init(\n    dueDate = \"2020-19-01\", // yyyy-MM-dd\n    daysDeadline = 30\n)\n```\n\n## Installation\n\n\n```groovy\nimplementation 'com.theah64.faded:faded.1.1.0'\n```\n\n## Usage\n\n```kotlin\n/*In your application class, init faded like this*/\nclass App : Application() {\n    override fun onCreate() {\n        super.onCreate()\n\n        Faded.init(\n            dueDate = \"2020-19-01\", // yyyy-MM-dd\n            daysDeadline = 30\n        )\n    }\n}\n\n/*In your activities, wrap the base context with Faded */\nclass MainActivity : AppCompatActivity() {\n\n    override fun attachBaseContext(newBase: Context?) {\n        super.attachBaseContext(Faded.wrap(newBase!!))\n    }\n}\n\n```\n\nThat's it!\n\n## Author\n\nInspired from github (@kleampa)\n\nMade by theapache64\n","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Ffaded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapache64%2Ffaded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Ffaded/lists"}