From 5088e4873142c5106fed7021fc9847983f62538c Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 18 Dec 2018 09:14:11 +0000 Subject: [PATCH] New App: SMS gate - backup app --- metadata/com.github.axet.smsgate.yml | 46 ++++++++++++++++++++++++++++ srclibs/android-firebase-fake.txt | 4 +++ 2 files changed, 50 insertions(+) create mode 100644 metadata/com.github.axet.smsgate.yml create mode 100644 srclibs/android-firebase-fake.txt diff --git a/metadata/com.github.axet.smsgate.yml b/metadata/com.github.axet.smsgate.yml new file mode 100644 index 0000000000..05ac2709a7 --- /dev/null +++ b/metadata/com.github.axet.smsgate.yml @@ -0,0 +1,46 @@ +Categories: + - System +License: GPL-3.0-only +WebSite: https://gitlab.com/axet/android-sms-gate +SourceCode: https://gitlab.com/axet/android-sms-gate/tree/HEAD +IssueTracker: https://gitlab.com/axet/android-sms-gate/issues + +AutoName: SMS Gate +Summary: Backup all your SMS to an IMAP server or a local folder +Description: |- + You should be able to control all data produced by your phone and be able to + collect it all into one place (cloud / p2p or local). + + SMS Gate app backups all your SMS from Android/INCOMING folder to the + IMAP/INBOX folder of Gmail or your provider of choice (you can setup one in + Settings). Once uploaded to an IMAP server you can even reply to the SMS + using standard reply e-mail mecanics. + + Saving to a local folder allows you to backup it using an app like + [[com.nutomic.syncthingandroid]]. + +RepoType: git +Repo: https://gitlab.com/axet/android-sms-gate.git + +Builds: + - versionName: 1.9.7 + versionCode: 216 + commit: smsgate-1.9.7 + subdir: app + gradle: + - yes + srclibs: + - android-firebase-fake@firebasefake-0.0.5 + prebuild: + - sed -i -e '/com.google/d' -e "s/\/\/ implementation project(':android-firebase-fake')/implementation + project(':android-firebase-fake')/" build.gradle + - sed -i -e '/com.google/d' ../build.gradle + - ln -s ../srclib/android-firebase-fake ../ + - sed -i -e '/uploadArchives/,+42d' ../android-firebase-fake/build.gradle + scanignore: + - app/build.gradle + +AutoUpdateMode: Version smsgate-%v +UpdateCheckMode: Tags +CurrentVersion: 1.9.7 +CurrentVersionCode: 216 diff --git a/srclibs/android-firebase-fake.txt b/srclibs/android-firebase-fake.txt new file mode 100644 index 0000000000..1c72041deb --- /dev/null +++ b/srclibs/android-firebase-fake.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://gitlab.com/axet/android-firebase-fake + +Subdir:android-firebase-fake