- Added iOS privacy manifest
- Add Java 1.8 compile options and Kotlin JVM target in build.gradle (#99)
- Use SEND_TO action for Android (fixes #91)
- Updated android dependencies, using gradle 8.0
- Updated android references: updated compile and target SDK to 33
- Fixed attachment adding problem in Android 13 (#87)
- Support Objective-C project with Podfile no use_frameworks - thanks @fachrifaul
- Updated android references: replaced references for jcenter, updated compile and target SDK to 31 (#82)
- Fixed issue for attaching file from application documents directory (#21, #35, #66)
- Updated example app (#52)
- Fixed problem when future never completes (#73) - thanks @zuzi-m
- Fixed Android v2 embedding problem - thanks @sergey-triputsco
- Migrated to null-safety.
- Android: show only email apps in the chooser - thanks to @ttencate
- Improved documentation.
- Added ability to attach multiple files - thanks to @michalsuryntequiqo
- BREAKING CHANGE:
attachmentPath
parameter becomesattachmentPaths
- Updated Android dependencies.
- Fixed problem with setting BCC in iOS. (Issue #29)
- Improved email client app selection in Android.
- Added HTML support - thanks to @trancanhluc.
- Finished migration to Android X.
- Configured external files path for FileProvider (Issue #10).
- Finish future when email screen is closed. (Issue #15).
- Migrated to AndroidX.
- Updated gradle and Kotlin versions to work with Android Studio 3.3.
- Updated Swift version to 4.2.
- Fixed compilation problem in flutter > 0.10.0 version (issue #5).
- Added custom file provider to work nicely with 'open_file' plugin (issue #3).
- Fixed problem, that email body was not provided to mail app in iOS part.
- Fixed AndroidRuntimeException when calling startActivity (Issue #1).
- Fixed grammar.
- Fixed homepage link.
- Works on Android and iOS. On Android Intent is launched, on iOS MFMailComposeViewController is used to compose an email.