CounterFab Versions Save

A FloatingActionButton subclass that shows a counter badge on right top corner

v1.2.2

4 years ago
  • 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

5 years ago
  • 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

5 years ago
  • Add badge position attribute.
  • Add badge text color attribute.
  • Fix usage of SavedState for API < 24.

v1.1.1

5 years ago
  • Fix of #17 BadParcelableException

v1.1.0

5 years ago
  • 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

6 years ago
  • Upgrade android-maven-gradle-plugin for gradle 4.1 in order to avoid error reading api or implementation dependencies

v1.0.2

6 years ago
  • 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

7 years ago
  • Fix of "RuntimeException: Parcel Unmarshalling unknown type" error
  • Fix of "The counter number isn't being shown on Nougat devices" issue

1.0.0

7 years ago