From bcc7dd36752829b650b583fd6ee6168de3e6f95a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 20:31:39 -0700 Subject: Optimize imports --- core/src/main/kotlin/ca/allanwang/kau/utils/ActivityUtils.kt | 2 -- core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt | 3 --- core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt | 1 - core/src/main/kotlin/ca/allanwang/kau/utils/PackageUtils.kt | 1 - 4 files changed, 7 deletions(-) (limited to 'core/src/main/kotlin/ca/allanwang/kau/utils') diff --git a/core/src/main/kotlin/ca/allanwang/kau/utils/ActivityUtils.kt b/core/src/main/kotlin/ca/allanwang/kau/utils/ActivityUtils.kt index ec51bfd..4f95b2c 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/utils/ActivityUtils.kt +++ b/core/src/main/kotlin/ca/allanwang/kau/utils/ActivityUtils.kt @@ -6,12 +6,10 @@ import android.graphics.Color import android.support.annotation.ColorInt import android.support.annotation.StringRes import android.support.design.widget.Snackbar -import android.support.v4.app.Fragment import android.view.Menu import ca.allanwang.kau.R import com.mikepenz.iconics.typeface.IIcon import org.jetbrains.anko.contentView -import org.jetbrains.anko.withArguments /** * Created by Allan Wang on 2017-06-21. diff --git a/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt b/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt index 86b049e..2704387 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt +++ b/core/src/main/kotlin/ca/allanwang/kau/utils/AnimUtils.kt @@ -2,16 +2,13 @@ package ca.allanwang.kau.utils import android.animation.Animator import android.animation.AnimatorListenerAdapter -import android.content.Context import android.support.annotation.StringRes import android.view.View import android.view.ViewAnimationUtils import android.view.animation.Animation import android.view.animation.AnimationUtils import android.view.animation.DecelerateInterpolator -import android.view.animation.Interpolator import android.widget.TextView -import ca.allanwang.kau.kotlin.lazyContext /** * Created by Allan Wang on 2017-06-01. diff --git a/core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt b/core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt index ece10e1..3759c75 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt +++ b/core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt @@ -8,7 +8,6 @@ import android.content.Context import android.content.Intent import android.content.pm.PackageManager import android.graphics.drawable.Drawable -import android.net.ConnectivityManager import android.net.Uri import android.os.Bundle import android.support.annotation.* diff --git a/core/src/main/kotlin/ca/allanwang/kau/utils/PackageUtils.kt b/core/src/main/kotlin/ca/allanwang/kau/utils/PackageUtils.kt index 837c209..08e945c 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/utils/PackageUtils.kt +++ b/core/src/main/kotlin/ca/allanwang/kau/utils/PackageUtils.kt @@ -3,7 +3,6 @@ package ca.allanwang.kau.utils import android.content.Context import android.content.pm.PackageManager import android.os.Build -import android.support.annotation.RequiresApi /** * Created by Allan Wang on 2017-06-23. -- cgit v1.2.3