From 15ad146fd94738a4a9d6e69800a2f45f4eccbfdd Mon Sep 17 00:00:00 2001 From: "jochen@homeland" Date: Mon, 12 Nov 2018 14:59:46 +0100 Subject: [PATCH] ImageSMS metadata added --- metadata/click.dummer.imagesms.yml | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 metadata/click.dummer.imagesms.yml diff --git a/metadata/click.dummer.imagesms.yml b/metadata/click.dummer.imagesms.yml new file mode 100644 index 0000000000..05502ea136 --- /dev/null +++ b/metadata/click.dummer.imagesms.yml @@ -0,0 +1,41 @@ +Categories: + - Phone & SMS + - Connectivity +License: Unlicense +AuthorName: deadlockz +WebSite: https://github.com/no-go/ImageSms +SourceCode: https://github.com/no-go/ImageSms +Changelog: https://github.com/no-go/ImageSms/releases + +AutoName: Image SMS +Summary: Send very small photos with long text SMS and without MMS or internet +Description: | + Image SMS uses long text SMS to send a very small picture (NOT MMS or Internet). It uses base64 technique (similar to a email attachment) to transfer data. It is a bare metal App and Open Source on github. If you want to enlarge the features, you have to do it by your own! + + I love my privacy. Thus I love apps with only a couple of permissions. Image SMS needs only access on: + + * SMS (read and send) + * Camera + + Image SMS does not use access to: + + * Files + * Contacts + * Internet + + This may be strange to you, because you need a phone number and there is no contact selection. + . + +RepoType: git +Repo: https://github.com/no-go/ImageSms.git + +Builds: + - versionName: '1.3' + versionCode: 13 + commit: v1.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags