Skip to content

Releases: mikepenz/Android-Iconics

v5.0.1

28 Mar 10:31
756e319
Compare
Choose a tag to compare

Fixes

  • resolve a wrong log message due to a reversed condition
      - FIX #497

Fonts

v5.0.0

22 Mar 16:08
175465e
Compare
Choose a tag to compare

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

08 Mar 15:31
78dd4de
Compare
Choose a tag to compare
v5.0.0-b01 Pre-release
Pre-release

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

09 Feb 17:20
9e8e0d8
Compare
Choose a tag to compare
v5.0.0-a04 Pre-release
Pre-release

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

  • add error messages in case Iconics was not yet initialized
  • fix problem in which initializatoin would not happen soon enough if the context is provided
      - FIX #492

v5.0.0-a03

25 Jan 14:49
6b30947
Compare
Choose a tag to compare
v5.0.0-a03 Pre-release
Pre-release

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

21 Jan 16:39
d274aa6
Compare
Choose a tag to compare
v5.0.0-a02 Pre-release
Pre-release

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

12 Jan 18:08
c747a74
Compare
Choose a tag to compare
v5.0.0-a01 Pre-release
Pre-release

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

03 Nov 18:30
Compare
Choose a tag to compare
  • Add support of auto mirroring on RTL languages

v4.0.1

18 Oct 15:54
Compare
Choose a tag to compare
  • deprecate IconicsLayoutInflater2, IconicsLayoutInflater and IconicsContextWrapper
  • changes from v4.0.1-b01 and v4.0.1-b02

v4.0.1-b02

01 Sep 11:41
Compare
Choose a tag to compare
v4.0.1-b02 Pre-release
Pre-release
  • specify the -module-name for kotlin to fix un-expected META-INF conflicts
  • update to kotlin 1.3.50
  • update gradle build tools