Skip to content

Commit

Permalink
version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Aug 28, 2022
1 parent fcb557f commit 05eafc3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.github.tmo1.sms_ie"
minSdkVersion 23
targetSdkVersion 32
versionCode 9
versionName "1.4.2"
versionCode 10
versionName "1.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Contacts import and export (experimental)

- Hebrew translation

- Fix for a crash upon scheduled export to a Nextcloud destination

2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SMS Import / Export imports and exports SMS and MMS messages and call logs from and to JSON files. It does not require root.
SMS Import / Export imports and exports SMS and MMS messages, call logs, and contacts from and to JSON files. (Contacts import and export are currently functional but considered experimental.) It does not require root.

The primary author of SMS Import / Export is Thomas More. Others have contributed code and translations. The software is copyright 2021-2022, and is released under the GNU General Public Licence version 3.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Imports and exports SMS and MMS messages and call logs.
Imports and exports SMS and MMS messages, call logs, and contacts.

0 comments on commit 05eafc3

Please sign in to comment.