KAndroid icon indicating copy to clipboard operation
KAndroid copied to clipboard

Kotlin library for Android

Results 6 KAndroid issues
Sort by recently updated
recently updated
newest added

Issue is appeared when upgrading: Android Studio 3.6 -> 4.0 Gradle 3.6.3 -> 4.0.0 and -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

eg. `fun onTextChanged(listener: (text: CharSequence?, start: Int, before: Int, count: Int) -> Unit) { }` this should allow to better code completion in IDE

please add soft keyboard Hide() Show() function if you can add keyboardHeightPorvider.

The extension functions for `android.os.Environment` that is currently provided by [KEnvironment.kt](https://github.com/pawegio/KAndroid/blob/master/kandroid/src/main/kotlin/com/pawegio/kandroid/KEnvironment.kt) cannot be used without first creating an instance of `Environment` which isn't desirable because `android.os.Environment` is just meant as...

Currently all the extensions are in one library. This library has a dependency to appcompat. So if the library is used by a project that doesn't use appcompat, it will...

enhancement

Update dependency configuration for JitPack in Kotlin DSL Previously, JitPack repository was configured using Groovy syntax in the `build.gradle` file. Updated configuration: - Added JitPack repository setup in `settings.gradle.kts` for...