MediumClap Android Versions Save

👏 The Medium's Clapping Effect developed in Android

1.0.6

5 years ago

Two new attributes have been added in the ClapFAB for long press clap feature. This fixes issue #19 as well.

app:cf_long_press_enabled="false"
app:cf_long_press_clap_interval="300"

1.0.5

5 years ago

Two new attributes have been added in the ClapFAB for long press clap feature. This fixes issue #19 as well.

app:cf_long_press_enabled="false"
app:cf_long_press_clap_interval="300"

1.0.4

5 years ago

This release contains:

  • Option to set default clap count and also format it for large numbers such as 1000 to 1.0k (Thanks to @Dhaval2404)
  • Some code improvements and java to kotlin conversions (Thanks to @waah42)

Thanks to #hacktoberbest and @Dhaval2404 and @waah42 for their awesome contributions 😄

1.0.3

5 years ago

Thanks to #hacktoberbest and @Dhaval2404 and @waah42 for their awesome contributions 😄

  • Fixed issue #10 with help of @Dhaval2404

1.0.2

5 years ago

Adds some code to decrease the size of ClapFAB from match_parent to 200dp. This allows to set custom margins on ClapFAB in layouts. Also, it fixes issue #10 almost.

1.0.1

5 years ago

Minor issue fixes.

  • Fixed issue #6 and changed minSdk from 21 to 16.
  • Fixed issue #4 for code cleaning purpose. Thanks to @lekaha
  • Uploaded on jCenter() with version 1.0.1

1.0.0

5 years ago

First stable release of ClapFAB. This includes:

  • Simple ClapFAB view for XML
  • Few customization attributes
  • Clap listener
  • Available on jCenter