Here's the changelog with the versions listed in descending order:
- Initial release
- Fix keyboard not showing on TextFields
- Add flag update on runtime
- Add custom notification content text
- Improve the
flagNotFocusable
- Update example
- Fix overlay issue to target all SDK versions
- Add
overlayTitle
andoverlayContent
arguments - Fix typo
- Change overlay flags names
- Fix closing overlay
- Possibility to check if the overlay is active or not
- Fix the overlay permission on Android versions <= 6
- Add the possibility to resize overlay while it's in action
- Add the position gravity feature
- Fix bugs related to android 12 +
- Some code optimizations
- Fix overlay popup on top of status bar
- Fix overlay closing
- Remove secure flag
- Detach view from engine after closing
- Fix Example to show (Sending data between Main & overlay)
- Fix touch freeze
- Fix overlay height bug
- Fix overlay close crash
- Add
startPosition
: start overlay in default position - Add
moveOverlay
: Update the overlay position in the screen - Add
getOverlayPosition
: Get the current overlay position
- Added instructions for android 14 compatibility