Skip to content

Releases: andremion/CounterFab

v1.2.2

26 Sep 11:24
5d498a7
Compare
Choose a tag to compare
  • Add screenshot tests
  • Setup CircleCI
  • Refactoring/convert main source and tests to Kotlin
  • Reuse super state instead of instantiate a new one during the saving instance
  • Apply badge color mask only if there is no badge color defined

v1.2.1

03 Feb 15:16
Compare
Choose a tag to compare
  • Fix of issue in Xiaomi Mi A2 on Android Pie that makes the text outlined
  • Upgrade to gradle build tools 3.3.0
  • Upgrade to AndroidX
  • Fix of BadParcelableException after restoring state
  • Fix issue in style that makes the ripple effect having a wrong color
  • We can't use FloatingActionButton#setUseCompatPadding anymore due an issue in Lollipop. If you need 16dp margin you only need to define it for Lollipop+.

v1.2.0

30 Nov 16:42
cc44c3c
Compare
Choose a tag to compare
  • Add badge position attribute.
  • Add badge text color attribute.
  • Fix usage of SavedState for API < 24.

Hotfix to BadParcelableException

18 Oct 17:32
Compare
Choose a tag to compare
  • Fix of #17 BadParcelableException

v1.1.0

11 Sep 08:00
82a2d19
Compare
Choose a tag to compare
  • Fix icon is overlapped on fabSize mini
  • Add badgeBackgroundColor attribute
  • Update compileSdkVersion and targetSdkVersion to 27
  • Update support library version to 27.1.1
  • Upgrade build gradle tools to 3.1.4

v1.0.3

16 Nov 16:09
9131be5
Compare
Choose a tag to compare
  • Upgrade android-maven-gradle-plugin for gradle 4.1 in order to avoid error reading api or implementation dependencies

Upgrade dependencies

26 Oct 09:30
Compare
Choose a tag to compare
  • Upgrade android tools build gradle to 3.0.0 version
  • Upgrade build tools to 26.0.2 version
  • Upgrade support library to 26.1.0 version

v1.0.1

03 Feb 15:16
Compare
Choose a tag to compare
  • Fix of "RuntimeException: Parcel Unmarshalling unknown type" error
  • Fix of "The counter number isn't being shown on Nougat devices" issue

1.0.0: Update README.md

06 Jan 22:36
Compare
Choose a tag to compare
Add bintray badge
Add usage section