Skip to content

Releases: mikepenz/Android-Iconics

v2.6.5

09 Jun 18:00
Compare
Choose a tag to compare

library

  • add new feature to respect the bounds of the font. this will ignore custom defined padding on this icon but will keep the padding defined by the font itself. by default this is disabled

v2.6.0

31 May 18:16
Compare
Choose a tag to compare

IMPORTANT UPDATE FOR ANDROID N
library

  • Fix icons are wrong aligned in Android N
    • FIX #178
    • setBounds is not allowed to be called
    • we have to react on changed Bounds and implement onBoundsChange
  • use the correct attributes inside the IconicsFactory

sample

  • update sample app dependencies
  • update support libraries version

v2.5.11

07 Apr 18:29
Compare
Choose a tag to compare

library

  • update to latest support libraries v23.3.0

general

  • update to latest gradle 2.12
  • update to latest android gradle build tools v2.0.0
  • update build tools to v23.0.3

v2.5.10

17 Mar 18:21
Compare
Choose a tag to compare

library

  • prevent crash with .clearSpans()

v2.5.9

11 Mar 14:36
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1

sample

  • update sample app dependencies

v2.5.8

25 Feb 22:33
Compare
Choose a tag to compare

MIGRATION

  • update to latest support appcompat v23.2.0

library

  • update to latest appcompat library

sample

  • update to latest AboutLibraries (fixes crash with missing drawable)
    • properly set the correct color for the back arrow

v2.5.7

22 Feb 20:56
Compare
Choose a tag to compare

library

  • correctly keep defined attributes inside the IconicsImageView. Perhaps the FIX for #144
  • not only remember ParcelableSpan's but also CharacterStyle's and all Span's/Style's which extend those

general

  • update android build tools
  • update to gradle 2.11

v2.5.6

22 Feb 20:49
Compare
Choose a tag to compare

library

v2.5.5

15 Jan 21:05
Compare
Choose a tag to compare

general

  • update to gradle 2.10
  • update to latest build tools
  • artifactId was wrong in the jcenter push file
  • move android support lib versions to root build gradle

library

  • switch to base ParcableSpan which should be the lowest possible span to use

v2.5.4

11 Jan 21:32
Compare
Choose a tag to compare
  • fixed an issue which caused issues within EditText views if the IconicsLayoutInflater was used
    • do not directly style Editable (comes from EditText) as this also causes issues with the cursor
    • different handling for EditText. we do not want to listen for it's changes