- Update gradle version
- Fix
NullPointerExceptionin OverlayService
- Added instructions for android 14 compatibility
- 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
- Fix overlay height bug
- Fix touch freeze
- Remove secure flag
- Detach view from engine after closing
- Fix Example to show (Sending data between Main & overlay)
- Fix bugs related to android 12+
- Some code optimizations
- Fix overlay popup on top of status bar
- Fix overlay closing
- Add the position gravity feature
- Fix the overlay permission on Android versions <= 6
- Add the possibility to resize overlay while it's in action
- Fix closing overlay
- Possibility to check if the overlay is active or not
- Change overlay flags names
- Fix overlay issue to target all SDK versions
- Add
overlayTitleandoverlayContentarguments - Fix typo
- Add custom notification content text
- Improve the
flagNotFocusable - Update example
- Add flag update on runtime
- Fix keyboard not showing on TextFields
- Initial release