Android Iconics Versions Save

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

v5.4.0

1 year ago

🚀 Features

  • Upgrade dependencies | Compose 1.2.1 | Kotlin 1.7.10
    • PR: #627
  • Update CommunityMaterial to 7.0.96
    • PR: #626
    • Thanks @jpelgrom

v5.3.4

1 year ago

🚀 Features

  • Dependency updates 2022.06.24
    • PR: #623
  • Add Simple-Icons
    • PR: #622
    • Thanks @CarlosEsco

v5.3.3

2 years ago

🚀 Features

  • Update sample app to Material 3 theming | Compose 1.0.5
    • PR: #611
  • Update CommunityMaterial to 6.4.95
    • PR: #613

🐛 Fixes

  • Log on missing font
    • PR: #612

💬 Other

  • Add info regarding the use of jetpack startup library
    • PR: #610
  • Update sample app to Material 3 theming | Compose 1.0.5
    • PR: #611
  • Dependency updates 2021.11.12
    • PR: #614

v5.3.2

2 years ago

🚀 Features

  • Upgrade dependency versions 2021.10.11
    • PR: #604

🐛 Fixes

  • Fix setting spanned text to IconicsTextView
    • PR: #603
    • Thank you very much @kuba2k2

v5.3.1

2 years ago

🚀 Features

  • Upgrade dependencies to latest stable version
    • PR: #599
  • Compose API extension, now stable
    • PR: #600

💬 Other

  • Remove jcenter
    • PR: #601

v5.3.0

2 years ago

Highlights

Official compose v1.0.0 support.

Image(
    GoogleMaterial.Icon.gmd_access_alarm,
    colorFilter = ColorFilter.tint(MaterialTheme.colors.primary),
)

🚀 Features

  • Fix respecting font bounds
    • PR: #573
    • Thanks @kuba2k2
  • Dependency updates
    • PR: #574
  • Upgrade dependencies
    • PR: #583
  • FontAwesome v5.13.3 update
    • PR: #588
  • Update dependencies | Compose 1.0.0
    • PR: #593

💬 Other

  • Highlight appcompat:1.4.x emoji support incompatiblity
    • PR: #594
    • Thanks for the report @dummyco

v5.3.0-b01

3 years ago

🚀 Features

  • Dependency updates
    • PR: #574
  • Fix respecting font bounds
    • PR: #573
    • Thanks @kuba2k2

v5.2.8

3 years ago

🚀 Features

  • Compose 1.0.0-beta01
    • PR: #569
  • Gradle 6.8.3
    • PR: #570

v5.2.7

3 years ago

🚀 Features

  • Dependency updates | Kotlin 1.4.30 | Compose 1.0.0-alpha12
    • PR: #567

v5.2.6

3 years ago

🚀 Features

  • Use SPDX pom license identifier
    • PR: #562
  • Update project to properly have transitive dependencies as compile
    • PR: #564