Skip to content

Releases: wajahatkarim3/MediumClap-Android

1.0.6

06 Nov 15:04
fe6c72b
Compare
Choose a tag to compare

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

05 Nov 12:29
2547446
Compare
Choose a tag to compare

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

12 Oct 11:06
e31d7de
Compare
Choose a tag to compare

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

04 Oct 09:36
ce61ee2
Compare
Choose a tag to compare

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

1.0.2

01 Oct 12:39
fa7764d
Compare
Choose a tag to compare

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

08 Aug 13:55
Compare
Choose a tag to compare

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

21 Jun 08:02
dd99a39
Compare
Choose a tag to compare

First stable release of ClapFAB. This includes:

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