Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

62 lines (46 loc) · 1.29 KB

1.8.0

  • Improved contrast through automatic adjustment of the overlay background color to match the tint color
  • Improve GesturedeckMediaOverlay API
  • New volume icon style
  • Fix Pan and LongPress action if set to null
  • Improve activation key handling

1.7.1

  • Fix GesturedeckMedia crash if set as null

1.7.0

  • Allow disabling specific gestures in GesturedeckMedia
  • Add observingRootView parameter to set the touch listener on the root view of the activity, set to false if you want to set the touch listener on a specific view or activity and call onTouchEvent manually.

1.6.3

  • Show logo in watermark

1.6.2

  • Fix reversed horizontal swipe icons
  • Adjust volume text padding
  • Improve Java and Jetpack Compose compatibility

1.6.0

  • Add Javadoc

1.5.1

  • Use sharp-corner icons

1.5.0

  • Android 14 support

1.4.0

  • Stability improvements

1.3.1

  • Fix removing watermark after activation

1.3.0

  • Fix activation keys not working

1.2.1

  • Support custom background color
  • Update documentation

1.2.0

  • Reorder constructor parameters
  • Add JitPack and licensing info
  • Add GesturedeckMedia
  • Rename PanSensitivity enum values

1.1.1

  • Performance improvements

1.1.0

  • Minor API adjustments

1.0.1

  • Update documentation
  • Improve Readme

1.0.0

  • Initial release