Reader view in Kotlin. Upgrade gradle wrapper. Remove ButterKnife from the project

This commit is contained in:
len
2016-03-18 20:21:30 +01:00
parent 396a79899e
commit 4ccce424de
14 changed files with 676 additions and 854 deletions
@@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.widget
import android.text.Editable
import android.text.TextWatcher
open class SimpleTextWatcher : TextWatcher {
override fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int) {}
override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {}
override fun afterTextChanged(s: Editable) {}
}