From 0f35f1bc0139ca42940d4082d28c984869b17969 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Sun, 17 Mar 2013 16:05:01 +0100 Subject: [PATCH 1/3] Add org.kontalk Signed-off-by: Daniele Ricci --- metadata/org.kontalk.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/org.kontalk.txt diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt new file mode 100644 index 0000000000..b9f0b9cec7 --- /dev/null +++ b/metadata/org.kontalk.txt @@ -0,0 +1,34 @@ +Name: Kontalk Messenger +Category:Internet +License:GPLv3 +Web Site:http://www.kontalk.org/ +Source Code:http://code.google.com/p/kontalk/ +Issue Tracker:http://code.google.com/p/kontalk/issues +Donate:http://www.kontalk.net/ +FlattrID: +Bitcoin:14vipppSvCG7VdvoYmbhKZ8DbTfv9U1QfS + +Summary:Community-driven instant messaging network +Description: +** DO NOT INSTALL ON SD CARD ** +** Follow @kontalknet on Twitter to be updated on service status! ** + +Kontalk is an instant messaging system - primarly designed for embedded +devices, especially smartphones. It is designed to be distributed, based on +community-driven infrastructure. +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 +encrypted, so even we can't possibly know your phone number (it is used only +for sending you the verification code, than it will be discarded). +. + +Repo Type:git +Repo:https://code.google.com/p/kontalk.androidclient/ +Build Version:2.2.6,22,2.2.6,submodules=yes,init=$$SDK$$/tools/android update project -p ActionBarSherlock/library -s -t android-14,prebuild=cp libs/android-support-v4.jar ActionBarSherlock/library/libs/ + +Update Check Mode:None +Current Version:2.2.6 +Current Version Code:22 From 85b70882fddbaf07440a505a907c22479d689270 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Mon, 18 Mar 2013 00:04:43 +0100 Subject: [PATCH 2/3] Build 2.2.5 with reference to external ActionBarSherlock Signed-off-by: Daniele Ricci --- metadata/org.kontalk.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt index b9f0b9cec7..10030a8f80 100644 --- a/metadata/org.kontalk.txt +++ b/metadata/org.kontalk.txt @@ -27,8 +27,8 @@ for sending you the verification code, than it will be discarded). Repo Type:git Repo:https://code.google.com/p/kontalk.androidclient/ -Build Version:2.2.6,22,2.2.6,submodules=yes,init=$$SDK$$/tools/android update project -p ActionBarSherlock/library -s -t android-14,prebuild=cp libs/android-support-v4.jar ActionBarSherlock/library/libs/ +Build Version:2.2.5,21,2.2.5,submodules=no,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/ -Update Check Mode:None -Current Version:2.2.6 -Current Version Code:22 +Update Check Mode:Tags +Current Version:2.2.5 +Current Version Code:21 From f23741d7baa8953a80bc881f64e1df4c6f6cc1ba Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Tue, 19 Mar 2013 07:00:59 +0100 Subject: [PATCH 3/3] Using prebuild to build protobuf too Signed-off-by: Daniele Ricci --- metadata/org.kontalk.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt index 10030a8f80..f679c2ed25 100644 --- a/metadata/org.kontalk.txt +++ b/metadata/org.kontalk.txt @@ -27,7 +27,12 @@ for sending you the verification code, than it will be discarded). Repo Type:git Repo:https://code.google.com/p/kontalk.androidclient/ -Build Version:2.2.5,21,2.2.5,submodules=no,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/ +Build Version:2.2.5,21,2.2.5,submodules=no,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/ Update Check Mode:Tags Current Version:2.2.5