Skip to content

Splitties v1.3.0

Compare
Choose a tag to compare
@LouisCAD LouisCAD released this 16 Apr 22:41

5 new library modules:

  • App Context: Have a Context everywhere
  • Concurrency: Single thread lazy implementations, with reporting via Timber support
  • Material Lists: List Items for RecyclerView implementing Material Design Guidelines
  • Preferences: Property syntax for Android's SharedPreferences
  • Stetho init: Have Stetho without writing any code!

1 renamed module:

  • Selectable Views replaces Selectable ViewGroups

Other changes:

  • Selectable Views now has a SelectableTextView. Made to use it on simple, single-line list items.
  • Typesafe RecyclerView now depends on Kotlin
  • Typesafe RecyclerView has a new ItemViewHolder helper class for simple but common use cases.