Merge commit 'refs/merge-requests/117' of gitorious.org:f-droid/fdroiddata into merge-requests/117
This commit is contained in:
commit
7bf0aa85fd
|
@ -26,7 +26,7 @@ Build Version:1.6.2,10,6def1b3
|
|||
Build Version:1.6.3,11,release1.6.3,target=android-16
|
||||
Build Version:1.9,14,release1.9,target=android-16
|
||||
Build Version:1.9.3,17,release1.9.3,target=android-17
|
||||
Build Version:1.9.5,19,release1.9.5
|
||||
Build Version:1.9.5,19,release1.9.5,init=rm -rf bin gen
|
||||
|
||||
Auto Update Mode:None
|
||||
#Tags are used
|
||||
|
|
|
@ -37,8 +37,8 @@ Build Version:1.9.18.3,98,v1.9.18.3,buildjni=yes,prebuild=cd jni && \
|
|||
wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && \
|
||||
unzip sha2-07-01-07.zip -d sha && cd ..
|
||||
Build Version:1.98.1,111,v1.98.1,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha && cd ..
|
||||
Build Version:1.99.2,116,v1.99.2,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha,buildjni=yes
|
||||
Build Version:1.99.4,120,v1.99.4,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha,buildjni=yes,target=android-11
|
||||
Build Version:1.99.2,116,v1.99.2,target=android-12,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha
|
||||
Build Version:1.99.4,120,!no source yet v1.99.4,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
#Sometimes a beta
|
||||
|
|
|
@ -13,7 +13,7 @@ Repo Type:git
|
|||
Repo:https://github.com/ProgVal/AndQuote.git
|
||||
|
||||
Build Version:0.2,2,v0.2
|
||||
Build Version:0.3.3,6,!wrong .submodules uri, some other issues v0.3.3
|
||||
Build Version:0.3.3,6,8db47e47f0728db8fa1ea34bf4cc00c9ab6fe787,submodules=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
36
metadata/org.thoughtcrime.redphone.txt
Normal file
36
metadata/org.thoughtcrime.redphone.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Category:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:http://www.whispersys.com/
|
||||
Source Code:https://github.com/WhisperSystems/RedPhone
|
||||
Issue Tracker:https://github.com/WhisperSystems/RedPhone/issues
|
||||
|
||||
Summary:Secure calling app
|
||||
Description:
|
||||
RedPhone is an application that enables encrypted voice communication between
|
||||
RedPhone users. RedPhone integrates with the system dialer to provide a
|
||||
frictionless call experience, but uses ZRTP to setup an encrypted VoIP channel
|
||||
for the actual call. RedPhone was designed specifically for mobile devices,
|
||||
using audio codecs and buffer algorithms tuned to the characteristics of mobile
|
||||
networks, and using push notifications to maximally preserve your device's
|
||||
battery life while still remaining responsive.
|
||||
.
|
||||
|
||||
Requires Root:No
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/WhisperSystems/RedPhone
|
||||
|
||||
Build Version:0.9,22,!ndk-build fails v0.9,target=android-14,srclibs=ActionBarSherlock@4.2.0,buildjni=no,\
|
||||
prebuild=android update project -p . -l $$ActionBarSherlock$$ &&\
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ &&\
|
||||
sed -i '/APP_PROJECT_PATH.*/d' jni/Application.mk &&\
|
||||
sed -i "12 a\
|
||||
LOCAL_C_INCLUDES := $$NDK$$/sources/cxx-stl/gnu-libstdc++/4.7/include\
|
||||
$$NDK$$/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include" jni/Android.mk &&\
|
||||
$$NDK$$/ndk-build
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.9
|
||||
Current Version Code:22
|
||||
|
32
metadata/org.thoughtcrime.securesms.txt
Normal file
32
metadata/org.thoughtcrime.securesms.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Category:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:http://www.whispersys.com/
|
||||
Source Code:https://github.com/WhisperSystems/TextSecure
|
||||
Issue Tracker:https://github.com/WhisperSystems/TextSecure/issues
|
||||
|
||||
Summary:SMS encryption
|
||||
Description:
|
||||
TextSecure is a drop-in replacement for the standard text messaging application
|
||||
allowing you to send and receive text messages as normal. All text messages
|
||||
sent or received with TextSecure are stored in an encrypted database on your
|
||||
phone, and text messages are encrypted during transmission when communicating
|
||||
with someone else also using TextSecure.
|
||||
.
|
||||
|
||||
Requires Root:No
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/WhisperSystems/TextSecure
|
||||
|
||||
Build Version:0.9.3,40,v0.9.3,target=android-16,srclibs=ActionBarSherlock@4.2.0,\
|
||||
prebuild=android update project -p . -l $$ActionBarSherlock$$ &&\
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
Build Version:0.9.4,41,!no source available v0.9.4,target=android-16,srclibs=ActionBarSherlock@4.2.0,\
|
||||
prebuild=android update project -p . -l $$ActionBarSherlock$$ &&\
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.9.4
|
||||
Current Version Code:41
|
||||
|
Loading…
Reference in a new issue