Android Iconics Versions Save

Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.

v5.0.1

4 years ago

Fixes

Fonts

v5.0.0

4 years ago

Fixes

  • none (release equal to v5.0.0-b01)

Build

  • update to latest detekt 1.7.0
  • add gradle validation check to ensure wrapper is valid

v5.0.0-b01

4 years ago

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Fixes

  • update dependencies
  • kotlin 1.3.70
  • material 1.1.0
  • drawerLayout 1.1.0-alpha04
  • aboutLibraries 8.0.0-rc02
  • materialDrawer 8.0.0-rc01
  • FastAdapter v5.0.0
  • adjust items to match new libraries

v5.0.0-a04

4 years ago

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Fixes

v5.0.0-a03

4 years ago

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Fixes

  • Fix a Kotlin NPE due to a wrong Framework non null annotation

v5.0.0-a02

4 years ago

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Changes

  • implement new improved copy method which allows to easily modify the item
  • simplify code

Sample

  • daynight theme for android iconics sample
  • udpate to latest aboutlibraries
  • add hamburger icon for v8 drawer
  • fix drawer icon colors
  • update dependencies
  • remove materialize references
  • include colors used

v5.0.0-a01

4 years ago

Warning

  • This is a big refactor of the Android-Iconics library with a large focus on simplifying the core Iconics class and moving as many of the convenient methods into extensions / out of the main class

Breaking Changes

  • replaced builder pattern with kotlin properties
  • most convenient properties are now kotlin extension properties
  • move all producers to producer extensions
  • add all convenient setters to the IconicsDrawableExtensions.kt
  • introduce new optimized apply functions which will not invalidate while updating properties
  • refactor all code to use new properties
  • initialization of the iconics fonts is now suggested
  • allow to define IconicsDrawable icons via XML starting with API 24+

Sample app

  • update to MaterialDrawer v8
  • update to FastAdapter v5
  • update to AboutLibraries v8

v4.0.2

4 years ago
  • Add support of auto mirroring on RTL languages
    • Thank you very much @hichamboushaba

v4.0.1

4 years ago
  • deprecate IconicsLayoutInflater2, IconicsLayoutInflater and IconicsContextWrapper
  • changes from v4.0.1-b01 and v4.0.1-b02

v4.0.1-b02

4 years ago
  • specify the -module-name for kotlin to fix un-expected META-INF conflicts
  • update to kotlin 1.3.50
  • update gradle build tools