ImageSMS metadata added
This commit is contained in:
parent
8109e532c7
commit
15ad146fd9
41
metadata/click.dummer.imagesms.yml
Normal file
41
metadata/click.dummer.imagesms.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue