From 298730266cccb057f89feb7bbc2d1eb8b76869ff Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Thu, 27 May 2021 21:29:48 +0200 Subject: [PATCH] Prepare for v4.0.0 --- README.md | 5 +++++ fastlane/metadata/android/en-US/changelogs/400.txt | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/400.txt diff --git a/README.md b/README.md index 008cb25..3944a19 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Intent Intercept is available here: Get it on F-Droid +## Requirements + +* Version 3.0.2 for Android 2.3 - Android 4.1 +* Version 4.0.0 for Android 4.2 and later (including Android-10) + ## License Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html](http://www.apache.org/licenses/LICENSE-2.0.html) diff --git a/fastlane/metadata/android/en-US/changelogs/400.txt b/fastlane/metadata/android/en-US/changelogs/400.txt new file mode 100644 index 0000000..10dc0a7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/400.txt @@ -0,0 +1,7 @@ +* Now compatible with Android-4.2 and later (including android-10) +* Migrated to AndroidX, api-29, gradle-6.7 +* Drop support for Android-2.3 to Android-4.1 +* Fixed #4: Resend ACTION-VIEW with DATA-https-URL does not work on android-7 +* Fixed #11: Security Exception with Resend under Androi-10 + +Thanks to "Muntashir Al-Islam" for Migrating the code to AndroidX