diff --git a/README.md b/README.md index 2b9b82c..f43fe71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SMS Import / Export -SMS Import / Export is a simple Android app that imports and exports messages from and to JSON files. Root is not required. The current release is version 1.1.1. +SMS Import / Export is a simple Android app that imports and exports messages from and to JSON files. Root is not required. The current release is version 1.2. Currently, both SMS and MMS messages are exported, but only SMS messages are imported. diff --git a/app/build.gradle b/app/build.gradle index 8c4d3b7..663bc80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.github.tmo1.sms_ie" minSdkVersion 23 targetSdkVersion 31 - versionCode 3 - versionName "1.1.1" + versionCode 4 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index d1317c7..cffedf7 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,3 +1,4 @@ -SMS Import / Export imports and exports SMS messages from and to JSON files. It does not require root. +SMS Import / Export imports and exports messages from and to JSON files. Currently, it imports SMS messages, and exports SMS and MMS messages. It does not require root. + SMS Import / Export is a sibling project to sms-db, a Linux tool to build an SQLite database out of collections of SMS and MMS messages in various formats. sms-db can import JSON files created by SMS Import / Export, and it can export its database to JSON files that can be imported by SMS Import / Export. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index c3aabbc..a3c8e54 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index 399e826..dd1b5d7 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png index 4e9f0f2..14a804d 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index da84ac0..bb26b51 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Imports and exports SMS messages from and to JSON files. +Imports SMS and exports SMS and MMS messages from and to JSON files.