2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2013-03-17 15:05:01 +00:00
|
|
|
License:GPLv3
|
2014-01-16 14:29:37 +00:00
|
|
|
Web Site:http://www.kontalk.org
|
2014-03-28 17:33:53 +00:00
|
|
|
Source Code:https://github.com/kontalk/androidclient
|
|
|
|
Issue Tracker:https://github.com/kontalk/androidclient/issues
|
|
|
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VU57LMG64GATN
|
2013-03-17 15:05:01 +00:00
|
|
|
Bitcoin:14vipppSvCG7VdvoYmbhKZ8DbTfv9U1QfS
|
|
|
|
|
2013-06-17 09:06:42 +00:00
|
|
|
Auto Name:Kontalk
|
2013-07-13 18:07:40 +00:00
|
|
|
Summary:Community-driven messaging
|
2013-03-17 15:05:01 +00:00
|
|
|
Description:
|
|
|
|
Kontalk is an instant messaging system - primarly designed for embedded
|
|
|
|
devices, especially smartphones. It is designed to be distributed, based on
|
|
|
|
community-driven infrastructure.
|
2014-08-24 22:50:24 +00:00
|
|
|
|
2013-03-17 15:05:01 +00:00
|
|
|
Send and receive messages for free with other Kontalk users.
|
|
|
|
Kontalk uses your phone number to identify yourself and automatically adds
|
|
|
|
other Kontalk users you can talk with by looking in your contact list.
|
|
|
|
You can send any text messages and image (other media types coming soon).
|
|
|
|
Even in server-to-client communication, your phone number is irreversibly
|
2013-03-20 13:41:23 +00:00
|
|
|
encrypted, so even the server can't know your phone number: it is used only
|
|
|
|
for sending you the verification code, then it will be discarded.
|
2013-03-17 15:05:01 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
2014-03-28 17:33:53 +00:00
|
|
|
Repo:https://github.com/kontalk/androidclient.git
|
2013-03-19 11:19:07 +00:00
|
|
|
|
2014-01-12 04:47:56 +00:00
|
|
|
Build:2.2.5,21
|
|
|
|
commit=2.2.5
|
|
|
|
srclibs=ActionBarSherlock@4.2.0
|
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz" && \
|
|
|
|
tar -xzf protobuf-2.4.1.tar.gz && \
|
|
|
|
cd protobuf-2.4.1 && \
|
|
|
|
./configure && \
|
|
|
|
make && \
|
|
|
|
cd java && \
|
|
|
|
$$MVN3$$ package -P lite && \
|
|
|
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
rm -rf protobuf-2.4.1*
|
|
|
|
|
|
|
|
Build:2.2.6,23
|
|
|
|
commit=2.2.6
|
|
|
|
srclibs=ActionBarSherlock@4.2.0
|
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz"
|
|
|
|
build=tar -xzf protobuf-2.4.1.tar.gz && \
|
|
|
|
cd protobuf-2.4.1 && \
|
|
|
|
./configure && \
|
|
|
|
make && \
|
|
|
|
cd java && \
|
|
|
|
$$MVN3$$ package -P lite && \
|
|
|
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
rm -rf protobuf-2.4.1*
|
|
|
|
|
|
|
|
Build:2.2.7,24
|
|
|
|
commit=2.2.7
|
|
|
|
srclibs=ActionBarSherlock@4.2.0
|
|
|
|
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz"
|
|
|
|
build=tar -xzf protobuf-2.4.1.tar.gz && \
|
|
|
|
cd protobuf-2.4.1 && \
|
|
|
|
./configure && \
|
|
|
|
make && \
|
|
|
|
cd java && \
|
|
|
|
$$MVN3$$ package -P lite && \
|
|
|
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
rm -rf protobuf-2.4.1*
|
|
|
|
|
|
|
|
Build:2.2.8,25
|
|
|
|
commit=2.2.8
|
|
|
|
srclibs=ActionBarSherlock@4.4.0
|
|
|
|
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz"
|
|
|
|
build=tar -xzf protobuf-2.4.1.tar.gz && \
|
|
|
|
cd protobuf-2.4.1 && \
|
|
|
|
./configure && \
|
|
|
|
make && \
|
|
|
|
cd java && \
|
|
|
|
$$MVN3$$ package -P lite && \
|
|
|
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
rm -rf protobuf-2.4.1*
|
2013-03-17 15:05:01 +00:00
|
|
|
|
2014-01-20 21:05:33 +00:00
|
|
|
Build:2.2.9,26
|
|
|
|
commit=2.2.9
|
|
|
|
srclibs=ActionBarSherlock@4.4.0
|
|
|
|
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
|
|
wget "http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz"
|
|
|
|
build=tar -xzf protobuf-2.4.1.tar.gz && \
|
|
|
|
cd protobuf-2.4.1 && \
|
|
|
|
./configure && \
|
|
|
|
make && \
|
|
|
|
cd java && \
|
|
|
|
$$MVN3$$ package -P lite && \
|
|
|
|
cp target/protobuf-java-2.4.1-lite.jar ../../libs/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
rm -rf protobuf-2.4.1*
|
|
|
|
|
2014-06-12 06:41:05 +00:00
|
|
|
Build:3.0a6,32
|
2014-04-05 09:27:14 +00:00
|
|
|
disable=Skip alpha
|
|
|
|
|
2014-07-10 08:49:42 +00:00
|
|
|
Build:3.0a7,33
|
|
|
|
disable=Skip alpha
|
|
|
|
|
2014-08-24 22:45:59 +00:00
|
|
|
Build:3.0b1,34
|
2014-08-31 16:48:56 +00:00
|
|
|
commit=3.0b1
|
2014-08-24 20:10:16 +00:00
|
|
|
subdir=app
|
2014-08-25 18:22:35 +00:00
|
|
|
submodules=yes
|
2014-08-26 11:30:35 +00:00
|
|
|
gradle=basic
|
2014-08-31 16:48:56 +00:00
|
|
|
srclibs=Smack@218dc66cf775c916d50a02f79b9f6d9b8f987d30
|
2014-08-24 22:45:59 +00:00
|
|
|
prebuild=sed -i -e "/googleplayCompile/d" build.gradle && \
|
2014-08-25 18:22:35 +00:00
|
|
|
sed -i -e 's@https://oss.sonatype.org/content/repositories/snapshots@@g' ../client-common-java/build.gradle ../build.gradle && \
|
|
|
|
sed -i -e '/raw.github.com/d' ../emojicon/build.gradle && \
|
|
|
|
sed -i -e 's/mavenCentral()/mavenCentral()\n mavenLocal()/g' ../client-common-java/build.gradle ../build.gradle && \
|
|
|
|
sed -i -e 's/jcenter()/jcenter()\n mavenLocal()/g' ../client-common-java/build.gradle ../build.gradle && \
|
2014-08-26 11:30:35 +00:00
|
|
|
pushd $$Smack$$ && \
|
|
|
|
sed -i -e 's/gradle.gradleVersion/"1.12"/g' build.gradle && \
|
|
|
|
gradle install && \
|
|
|
|
popd
|
2014-08-24 20:10:16 +00:00
|
|
|
|
2014-08-11 14:49:40 +00:00
|
|
|
Maintainer Notes:
|
2014-08-25 18:22:35 +00:00
|
|
|
* make sure mavenLocal works on build server
|
|
|
|
* replace Smack@master with commit tested by upstream
|
|
|
|
* replace commit with tag once released
|
2014-08-11 14:49:40 +00:00
|
|
|
.
|
|
|
|
|
2013-03-31 18:28:07 +00:00
|
|
|
Auto Update Mode:None
|
2013-03-17 23:04:43 +00:00
|
|
|
Update Check Mode:Tags
|
2014-08-31 16:48:56 +00:00
|
|
|
Current Version:3.0b1
|
|
|
|
Current Version Code:34
|
2013-03-19 11:19:07 +00:00
|
|
|
|