Skip to content

v2.9.0

Compare
Choose a tag to compare
@mikepenz mikepenz released this 17 Jul 21:56
· 556 commits to develop since this release

MIGRATION

  • The library-core was split apart into iconics-core and iconics-views to slim down the iconics-core and allow more advanced UI features in the iconics-views
  • the core dep stays the same: compile "com.mikepenz:iconics-core:2.9.0@aar"
  • for all UI widgets add compile "com.mikepenz:iconics-views:2.9.0@aar"

Huge thanks to @zTrap for this great release

library

  • the core was set on diet. it no longer contains any view's, see MIGRATION for more details

library-views

  • this is the new dependency which contains the pre-built ready to use IconicsViews, ..
  • Added new view IconicsCheckableTextView
    • Good alternative IconicCheckBox with support all-sides drawables