Skip to content

0.1.12

Compare
Choose a tag to compare
@hereisderek hereisderek released this 05 Sep 06:27
· 52 commits to master since this release
  • removed Cursor.toArrayList(block: (Cursor) -> T): ArrayList and fun Cursor.toArrayList(close: Boolean = false, block: (Cursor) -> T): ArrayList, you should just use the updated version of
    inline fun Cursor.toArrayListIndexed(close: Boolean = false, block: Cursor.(index: Int) -> T): ArrayList instead.
  • added fun <K, V> Cursor.toArrayMapIndexed(close: Boolean = false, block: Cursor.(index: Int) -> Pair<K, V>) : Map<K, V>
  • fix crash fun toUriIdFromContentUri()
  • added setOnEditorActionListenerWithAction