Update SMSSecure to 0.4.1 (8)
This commit is contained in:
parent
0207ee9fa6
commit
93aac05c31
|
@ -1,27 +1,20 @@
|
|||
Categories:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Web Site:https://github.com/SMSSecure/SMSSecure/blob/HEAD/README.md
|
||||
Source Code:https://github.com/SMSSecure/SMSSecure
|
||||
Issue Tracker:https://github.com/SMSSecure/SMSSecure/issues
|
||||
|
||||
Auto Name:SMSSecure
|
||||
Summary:Send encrypted text messages (SMS)
|
||||
Description:
|
||||
Communicatie with friends securely by encrypting your private text messages.
|
||||
This is a fork of TextSecure, in which SMS encryption is not available anymore.
|
||||
SMSSecure is an SMS/MMS application that allows you to protect your privacy while communicating with friends.
|
||||
Using SMSSecure, you can send SMS messages and share media or attachments with complete privacy.
|
||||
|
||||
SMSSecure focuses on SMS. This fork aims to:
|
||||
|
||||
* Keep SMS encryption
|
||||
* Drop Google services dependencies: push messages are not available in SMSSecure; if you want to keep them, SMSSecure is not for you.
|
||||
|
||||
If you want to migrate from TextSecure to SMSSecure:
|
||||
|
||||
* In TextSecure, export plaintext backup. Warning: the backup will not be encrypted.
|
||||
* Rename TextSecurePlaintextBackup.xml to SMSSecurePlaintextBackup.xml.
|
||||
* Install SMSSecure.
|
||||
* In SMSSecure, import plaintext backup.
|
||||
* Enjoy SMSSecure!
|
||||
* Easy. SMSSecure works like any other SMS application. There's nothing to sign up for and no new service your friends need to join.
|
||||
* Reliable. SMSSecure communicates using encrypted SMS messages. No servers or internet connection required.
|
||||
* Private. SMSSecure uses the TextSecure encryption protocol to provide privacy for every message, every time.
|
||||
* Safe. All messages are encrypted locally, so if your phone is lost or stolen, your messages are protected.
|
||||
* Open Source. SMSSecure is Free and Open Source, enabling anyone to verify its security by auditing the code.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -67,9 +60,26 @@ Build:0.3.3,6
|
|||
popd && \
|
||||
cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
#Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.0
|
||||
Current Version Code:7
|
||||
Build:0.4.0,7
|
||||
commit=v0.4.0
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
rm=libs/*.jar
|
||||
prebuild=touch signing.properties && \
|
||||
./build-witness.sh && \
|
||||
rm -rf libs/gradle-witness/build
|
||||
|
||||
Build:0.4.1,8
|
||||
commit=v0.4.1
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
rm=libs/*.jar
|
||||
prebuild=touch signing.properties && \
|
||||
./build-witness.sh && \
|
||||
rm -rf libs/gradle-witness/build
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.1
|
||||
Current Version Code:8
|
||||
|
||||
|
|
Loading…
Reference in a new issue