Skip to content

Releases: mikepenz/Android-Iconics

v2.9.5

30 Oct 21:21
Compare
Choose a tag to compare

migration

  • the attributes for the IconicsMenuInflaterUtil start now with ico_ instead of iiv_
  • the IconicsMenuInflaterUtil was moved into the core module to simplify code

library

  • IconicsMenuInflaterUtil moved into core-module
  • Now iconics drawable will be created if at least one attribute was filled
    • Yes, now u can create IconicsDrawable via xml without icon (useful for bg color and for example with rounded corners)
  • fix issue if icon was used via XML
    THANKS @zTrap

v2.9.4

29 Oct 11:16
Compare
Choose a tag to compare

library

  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • update butterknife to 8.8.1
  • Optimized IconicsImageView
  • Added new feature: Background contour
  • Added method for icon ColorStateList resource
  • Added methods for plain text icons
  • some other optimizations
    THANKS @zTrap

v2.9.3

25 Aug 21:36
Compare
Choose a tag to compare

library

  • keep previous IconicsDrawable if we set a new value
  • Deprecated proxy-methods in IconicsImageView Thanks @zTrap
  • Updated years in copyrights
  • Android support libraries bumped to v26.0.1
  • update gradle
  • update build tools
  • update sample deps

v2.9.1

29 Jul 19:57
Compare
Choose a tag to compare

library

  • more enhancements THANKS @zTrap
  • Create IconincsLayoutInflater2 that extends Factory2 instead of Factory. Factory is deprecated in API 26.
    THANKS @bschnack
  • update support libraries
  • update compile, target sdk version
  • update build tools

v2.9.0

17 Jul 21:56
Compare
Choose a tag to compare

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

v2.8.9

08 Jul 17:16
Compare
Choose a tag to compare

library

  • Added support side-drawables via xml for IconicsButton THANKS @zTrap
  • Added new view - IconicsCheckBox THANKS @zTrap
  • Fixed calling wrong method in IconicsImageView THANKS @zTrap

v2.8.8

02 Jul 12:37
Compare
Choose a tag to compare

library

v2.8.7

18 Jun 16:44
Compare
Choose a tag to compare

v2.8.6

12 Jun 07:05
Compare
Choose a tag to compare

library

v2.8.5

25 May 16:22
Compare
Choose a tag to compare

library

  • Added a menu-inflator utility class THANKS @MFlisar
  • fix drawables setState function to call super THANKS @MFlisar

font-addon