Skip to content

Releases: mikepenz/Android-Iconics

v1.7.8

15 Oct 18:10
Compare
Choose a tag to compare
  • update to the latest support lib

v1.7.7

14 Oct 18:31
Compare
Choose a tag to compare
  • Fix iiv_padding property not working bug
  • Fix unexpected image scaling on Android 6.0

Sample app

  • Add some example IconicsImageViews to PlaygroundActivity
  • improve playground activity and add sections
  • update and improve iconics sample

v1.7.6

06 Sep 19:26
Compare
Choose a tag to compare
  • update appcompat support libs to 23.0.1

v1.7.5

01 Sep 19:53
Compare
Choose a tag to compare
  • add appcompat-v7 to get the ContextCompat which is now used to get the color from res
  • update gradle to v2.6
  • update android build plugin to v1.3.1
  • add some support annotations
  • some cleanup
  • improve alpha color handling

v1.7.4

26 Aug 20:08
Compare
Choose a tag to compare
  • improve and fix IconicsButton

v1.7.3

21 Aug 15:39
Compare
Choose a tag to compare
  • [release] v1.7.3 (core)
  • [release] v1.1.70.3 (community-material)
  • [release] v4.4.0.1 (fontawesome)
  • [release] v1.2.0.1 (google material)
  • [release] v1.1.0.1 (meteocons)
  • [release] v3.0.0.1 (octicons)

  • Change font addons to a w.x.y.z version number to reflect the addonversion (z) and the fontversion (w.x.y)
    --> fontawesome = 4.4.0 and first build of the addon
    this change allows to have different versions with changes in the code for the same font version

v1.7.2

21 Aug 10:06
Compare
Choose a tag to compare
  • update to the latest support lib
  • update to the latest bulid tools
  • update to the latest compile and target version

v1.7.1

11 Aug 20:00
Compare
Choose a tag to compare
  • small optimization to the .icon(String) method.
    • split it up in .icon(String) and .iconText(String)

v1.7.0

11 Aug 16:39
Compare
Choose a tag to compare
  • Improve IconicsImageView
  • Split up FontAwesome and GoogleMaterial to 2 font addons
  • Remove iconics only keep the iconics-core
  • Improve stability if wrong icons are provided
  • Improve Sample application

v1.6.2

10 Aug 21:44
Compare
Choose a tag to compare
  • some small fixes