Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, when I tried to use the original Slight-backup (from F-Droid) to import SMS messages I had exported from another phone on a newer device (Android 10), it did not work. There were no error messages or anything and it seemed like the messages were being imported but none of my SMS apps showed the resulting changes. The original repo has the smsrestore_4.4 branch that covers the issue I had but I wasn't able to build this with Android Studio (no gradle etc).
Found your fork which added gradle, so I merged the smsrestore_4.4 changes, built it and tested it on my device successfully (followed the instructions in the README). I had to make a small change in the manifest and add another dummy class due to some conflict reported by the manifest merger in Android Studio. Also added back the icon. Submitted a PR in case you want the changes. Maybe this can be kept in another branch instead as I don't know how well tested the sms restore stuff was.