2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2012-01-10 23:25:28 +00:00
|
|
|
License:Apache2
|
2013-08-17 16:37:43 +00:00
|
|
|
Web Site:https://dev.guardianproject.info/projects/gibberbot
|
2012-01-22 14:17:19 +00:00
|
|
|
Source Code:https://github.com/guardianproject/Gibberbot
|
2013-08-17 16:37:43 +00:00
|
|
|
Issue Tracker:https://dev.guardianproject.info/projects/gibberbot
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-09-10 21:05:14 +00:00
|
|
|
Auto Name:ChatSecure
|
2012-09-12 12:38:39 +00:00
|
|
|
Summary:Instant Messaging client with OTR
|
2011-01-23 02:16:56 +00:00
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
XMPP (Jabber) client that can do end-to-end encryption using the
|
2013-03-05 17:55:14 +00:00
|
|
|
[http://en.wikipedia.org/wiki/Off-the-Record_Messaging Off-the-Record Messaging]
|
2014-02-02 18:43:11 +00:00
|
|
|
protocol and can anonymize your chats via the [[org.torproject.android]] app
|
2013-06-28 11:23:00 +00:00
|
|
|
(root not required).
|
2013-09-23 09:46:42 +00:00
|
|
|
|
|
|
|
The app used to be called GibberBot.
|
2011-01-23 02:16:56 +00:00
|
|
|
.
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2011-01-23 02:16:56 +00:00
|
|
|
Repo Type:git
|
2012-01-22 14:17:19 +00:00
|
|
|
Repo:https://github.com/guardianproject/Gibberbot.git
|
|
|
|
|
2013-11-08 03:40:53 +00:00
|
|
|
Build:0.0.7-RC1,25
|
|
|
|
commit=e17dbbcf338af00466cabc5178634cd0d5ffded8
|
|
|
|
target=android-4
|
|
|
|
|
|
|
|
Build:0.0.8-FINAL,31
|
|
|
|
commit=e4b49ca9508477564c2cba4cfe2821b270281218
|
|
|
|
target=android-11
|
|
|
|
|
|
|
|
Build:0.0.9-RC3,34
|
|
|
|
commit=9311f2ebdcf06660fa4f145a1c2d88b6b15341f3
|
|
|
|
target=android-15
|
|
|
|
|
|
|
|
Build:0.0.9-RC4,35
|
|
|
|
commit=b3a7433be1
|
|
|
|
target=android-15
|
|
|
|
|
|
|
|
Build:0.0.10-RC2,37
|
|
|
|
commit=v10-RC2
|
|
|
|
srclibs=ActionBarSherlock@4.1.0
|
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
mkdir assets
|
|
|
|
|
|
|
|
Build:0.0.10-RC6,41
|
|
|
|
commit=0.0.10-RC6
|
|
|
|
forceversion=yes
|
|
|
|
forcevercode=yes
|
|
|
|
srclibs=ActionBarSherlock@4.1.0
|
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
# Can't use build.bash (fdroid is dash only) script so add the output as a
|
2013-08-17 17:04:07 +00:00
|
|
|
# patch and build the jar manually
|
2013-11-08 03:40:53 +00:00
|
|
|
Build:0.0.11-RC5,57
|
|
|
|
commit=92db4fe01571
|
|
|
|
submodules=yes
|
2014-02-20 05:04:54 +00:00
|
|
|
update=.,external/ActionBarSherlock/library,external/MemorizingTrustManager,external/OnionKit/library
|
2013-11-08 03:40:53 +00:00
|
|
|
patch=otr-asmack.patch
|
|
|
|
prebuild=rm -rf tests/ META-INF/ robo-tests/ gitian/ proguard-project.txt && \
|
|
|
|
echo "sdk-location=$$SDK$$" > external/asmack/local.properties
|
|
|
|
build=ant -Dbuild.all=true -f external/asmack/build.xml && \
|
|
|
|
mv external/asmack/build/asmack-android-4.jar libs/
|
|
|
|
|
|
|
|
Build:12.4.1,82
|
|
|
|
disable=prebuilt binaries in source
|
|
|
|
commit=ee9e3dcc07134
|
|
|
|
submodules=yes
|
|
|
|
prebuild=./update-ant-build.sh && \
|
|
|
|
echo "android.library=true" >> external/MessageBar/library/project.properties && \
|
|
|
|
echo "sdk-location=$$SDK$$" >> external/asmack/local.properties && \
|
|
|
|
rm -f external/SlidingMenu/example/libs/crittercism*
|
|
|
|
build=(cd external/asmack && \
|
|
|
|
./build.bash && \
|
|
|
|
cp build/asmack-android-4.jar ../../libs)
|
|
|
|
|
|
|
|
Build:12.7.1,92
|
|
|
|
disable=prebuilt binaries issues - see https://dev.guardianproject.info/issues/2201
|
|
|
|
commit=12.7.1
|
|
|
|
submodules=yes
|
|
|
|
prebuild=./update-ant-build.sh && \
|
|
|
|
echo "android.library=true" >> external/MessageBar/library/project.properties && \
|
|
|
|
echo "sdk-location=$$SDK$$" >> external/asmack/local.properties && \
|
|
|
|
rm -f external/SlidingMenu/example/libs/crittercism*
|
|
|
|
build=(cd external/asmack && \
|
|
|
|
./build.bash && \
|
|
|
|
cp build/asmack-android-4.jar ../../libs)
|
2013-09-23 09:46:42 +00:00
|
|
|
|
2014-01-16 10:13:18 +00:00
|
|
|
Build:13.1.2,107
|
|
|
|
commit=13.1.2
|
2014-01-08 17:12:55 +00:00
|
|
|
submodules=yes
|
2014-01-23 12:21:01 +00:00
|
|
|
init=wget https://s3.amazonaws.com/sqlcipher/SQLCipher+for+Android+v2.2.2.zip && \
|
2014-02-20 05:04:54 +00:00
|
|
|
unzip SQLCipher+for+Android+v2.2.2.zip && \
|
|
|
|
cp -R SQLCipher\ for\ Android\ v2.2.2/libs . && \
|
|
|
|
cp -R SQLCipher\ for\ Android\ v2.2.2/assets . && \
|
|
|
|
rm -rf SQLCipher+for+Android+v2.2.2.zip "SQLCipher for Android v2.2.2" libs/guava-r09.jar && \
|
|
|
|
./update-ant-build.sh
|
2014-01-08 17:12:55 +00:00
|
|
|
update=no
|
|
|
|
srclibs=IOCipher@v0.1
|
|
|
|
prebuild=rm external/cacheword/cachewordlib/libs/iocipher.jar && \
|
2014-02-20 05:04:54 +00:00
|
|
|
echo 'android.library.reference.1=../../../../srclib/IOCipher' >> external/cacheword/cachewordlib/project.properties && \
|
|
|
|
echo "sdk-location=$$SDK$$" >> external/asmack/local.properties
|
|
|
|
scanignore=libs,external/SlidingMenu/example/libs
|
2014-01-23 12:21:01 +00:00
|
|
|
build=cd external/asmack && \
|
2014-02-20 05:04:54 +00:00
|
|
|
./build.bash && \
|
|
|
|
cp build/asmack-android-7.jar ../../libs
|
2014-01-08 17:12:55 +00:00
|
|
|
|
2012-10-05 00:13:09 +00:00
|
|
|
Auto Update Mode:None
|
2014-03-22 12:52:18 +00:00
|
|
|
Update Check Mode:Tags ^[0-9.]*$
|
|
|
|
Current Version:13.1.2
|
|
|
|
Current Version Code:107
|
2012-01-10 23:25:28 +00:00
|
|
|
|