All Versions
7
Latest Version
Avg Release Cycle
23 days
Latest Release
1988 days ago

Changelog History

  • v1.0.6 Changes

    November 06, 2018

    ๐Ÿ›  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"
    
  • v1.0.5 Changes

    November 05, 2018

    ๐Ÿ›  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"
    
  • v1.0.4 Changes

    October 12, 2018

    ๐Ÿš€ This release contains:

    • 0๏ธโƒฃ 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 ๐Ÿ˜„

  • v1.0.3 Changes

    October 04, 2018

    ๐Ÿฑ Thanks to #hacktoberbest and @Dhaval2404 and @waah42 for their awesome contributions ๐Ÿ˜„

  • v1.0.2 Changes

    October 01, 2018

    โž• 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.

  • v1.0.1 Changes

    August 08, 2018

    ๐Ÿ›  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
  • v1.0.0 Changes

    June 21, 2018

    ๐Ÿš€ First stable release of ClapFAB. This includes:

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