{"id":22737107,"url":"https://github.com/kibotu/kotlinandroidextensions","last_synced_at":"2025-07-02T08:36:21.485Z","repository":{"id":152024115,"uuid":"119263840","full_name":"kibotu/KotlinAndroidExtensions","owner":"kibotu","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-28T10:00:14.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T16:46:29.488Z","etag":null,"topics":["android-library","android-utils","extensions","kotlin-android","kotlin-library"],"latest_commit_sha":null,"homepage":null,"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/kibotu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-28T14:06:37.000Z","updated_at":"2018-01-28T14:54:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"421bc483-a46e-4007-a0fd-af43534ba1e5","html_url":"https://github.com/kibotu/KotlinAndroidExtensions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kibotu/KotlinAndroidExtensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibotu%2FKotlinAndroidExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibotu%2FKotlinAndroidExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibotu%2FKotlinAndroidExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibotu%2FKotlinAndroidExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kibotu","download_url":"https://codeload.github.com/kibotu/KotlinAndroidExtensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibotu%2FKotlinAndroidExtensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263103949,"owners_count":23414379,"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":["android-library","android-utils","extensions","kotlin-android","kotlin-library"],"created_at":"2024-12-10T22:09:44.803Z","updated_at":"2025-07-02T08:36:21.440Z","avatar_url":"https://github.com/kibotu.png","language":"Kotlin","funding_links":["https://www.paypal.me/janrabe"],"categories":[],"sub_categories":[],"readme":"[![Donation](https://img.shields.io/badge/donate-please-brightgreen.svg)](https://www.paypal.me/janrabe) [![About Jan Rabe](https://img.shields.io/badge/about-me-green.svg)](https://about.me/janrabe)\n# KotlinAndroidExtensions [![](https://jitpack.io/v/kibotu/KotlinAndroidExtensions.svg)](https://jitpack.io/#kibotu/KotlinAndroidExtensions) [![Javadoc](https://img.shields.io/badge/javadoc-SNAPSHOT-green.svg)](https://jitpack.io/com/github/kibotu/KotlinAndroidExtensions/master-SNAPSHOT/javadoc/index.html) [![Build Status](https://travis-ci.org/kibotu/KotlinAndroidExtensions.svg?branch=master)](https://travis-ci.org/kibotu/KotlinAndroidExtensions) [![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15)  [![Gradle Version](https://img.shields.io/badge/gradle-4.5-green.svg)](https://docs.gradle.org/current/release-notes) [![Retrolambda](https://img.shields.io/badge/kotlin-1.2.21-green.svg)](https://kotlinlang.org/) [![Licence](https://img.shields.io/badge/licence-Apache%202-blue.svg)](https://raw.githubusercontent.com/kibotu/KotlinAndroidExtensions/master/LICENSE)\n\n## Introduction\n\n\n## How to install\n\n    repositories {\n        maven {\n            url \"https://jitpack.io\"\n        }\n    }\n\n    dependencies {\n        implementation 'com.github.kibotu:KotlinAndroidExtensions:-SNAPSHOT'\n    }\n\n## How to use\n\nTo avoid passing the context everywhere inside the app, we set a weak reference during app start.\n\n1) Add ContextHelper to Application#onCreate\n\n        @Override\n        public void onCreate() {\n            super.onCreate();\n\n            ContextHelper.with(this);\n        }\n\n        @Override\n        public void onTerminate() {\n            super.onTerminate();\n\n            ContextHelper.onTerminate();\n        }\n\n## How to build\n\n    graldew clean build\n\n### CI\n\n    gradlew clean assembleRelease test javadoc\n\n#### Build Requirements\n\n- JDK8\n- Android Build Tools 27.0.3\n- Android SDK 27\n\n## Contributors\n\n- [Jan Rabe](jan.rabe@kibotu.net)\n\n### License\n\n\u003cpre\u003e\nCopyright 2018 Jan Rabe\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibotu%2Fkotlinandroidextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkibotu%2Fkotlinandroidextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibotu%2Fkotlinandroidextensions/lists"}