mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
c0bc3afda9
Like with the App class in the commit before, this makes it a lot easier to work with this data when converting between the internal formats and external formats like YAML, JSON, MsgPack, protobuf, etc. The one unfortunate thing here is Build.update. It becomes dict.update(), which is a method not an attribute. build.get('update') or build['update'] could be used, but that would be oddly inconsistent. So instead the field is renamed to 'androidupdate', except for in the .txt v0 metadata files. This better describes what field does anyway, since it runs `android update`. Build.update is only referenced in two places right next to each other for the ant builds, so this change still seems worthwhile.
126 lines
4.2 KiB
Plaintext
126 lines
4.2 KiB
Plaintext
Categories:Phone & SMS
|
|
License:GPLv3
|
|
Web Site:http://www.smssecure.org
|
|
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:
|
|
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.
|
|
|
|
* 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
|
|
Repo:https://github.com/SMSSecure/SMSSecure
|
|
|
|
Build:0.3.3,5
|
|
disable=builds, merge changes into upstream
|
|
commit=66367479a4f57f347b5cbe8f6f8f632adaae7727
|
|
gradle=yes
|
|
srclibs=GradleWitness@10f1269c0aafdc1d478efc005ed48f3a47d44278,PreferenceFragment@717a45433b927d2f0dfc5328f79e77c9682c37bc,ShortcutBadger@3815ce2ec0c66acd7d7c0b4f2479df8fa70fed87,AospMms@android-5.1.0_r3
|
|
forcevercode=yes
|
|
rm=libs/*
|
|
prebuild=touch signing.properties && \
|
|
pushd $$GradleWitness$$ && \
|
|
gradle jar && \
|
|
popd && \
|
|
cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar && \
|
|
sed -i -e '20,22d' build.gradle && \
|
|
pushd $$PreferenceFragment$$ && \
|
|
gradle uploadArchives && \
|
|
popd && \
|
|
sed -i -e '/5470f5872514a6226fa1fc6f4e000991f38805691c534cf0bd2778911fc773ad/d' build.gradle && \
|
|
mkdir smil && \
|
|
pushd smil && \
|
|
wget -c http://www.w3.org/TR/smil-boston-dom/java-binding.zip && \
|
|
unzip java-binding.zip && \
|
|
popd && \
|
|
cp -fR smil/java/org src/ && \
|
|
rm -fR smil && \
|
|
sed -i -e '/org.w3c.smil/d' build.gradle && \
|
|
cp -fR $$AospMms$$/src/org src/
|
|
|
|
Build:0.3.3,6
|
|
disable=builds, wait for upstream
|
|
commit=9675ce5eecb929dcaddb43b3d9486fdb88b9ae1a
|
|
submodules=yes
|
|
gradle=yes
|
|
srclibs=GradleWitness@10f1269c0aafdc1d478efc005ed48f3a47d44278
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
pushd $$GradleWitness$$ && \
|
|
gradle jar && \
|
|
popd && \
|
|
cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar
|
|
|
|
Build:0.4.2,9
|
|
disable=builds locally, but not on BS
|
|
commit=v0.4.2
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build && \
|
|
echo "org.gradle.jvmargs=-Xms512m -Xmx512m -XX:MaxPermSize=512m" >> gradle.properties
|
|
|
|
Build:0.5.1,11
|
|
commit=v0.5.1
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build && \
|
|
echo "org.gradle.jvmargs=-Xms512m -Xmx512m -XX:MaxPermSize=512m" >> gradle.properties
|
|
|
|
Build:0.5.2,12
|
|
disable=broken in upstream
|
|
commit=v0.5.2
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./scripts/build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build
|
|
|
|
Build:0.5.3,100
|
|
commit=v0.5.3
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./scripts/build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build
|
|
|
|
Build:0.5.4,101
|
|
commit=v0.5.4
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./scripts/build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build
|
|
|
|
Build:0.6.0,102
|
|
commit=v0.6.0
|
|
submodules=yes
|
|
gradle=yes
|
|
rm=libs/*.jar
|
|
prebuild=touch signing.properties && \
|
|
./scripts/build-witness.sh && \
|
|
rm -rf libs/gradle-witness/build
|
|
|
|
Auto Update Mode:Version v%v
|
|
Update Check Mode:Tags
|
|
Current Version:0.6.0
|
|
Current Version Code:102
|
|
|