2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2013-01-30 17:17:52 +00:00
|
|
|
License:GPLv3
|
2014-01-20 10:34:11 +00:00
|
|
|
Web Site:http://www.xabber.com
|
2013-01-30 17:17:52 +00:00
|
|
|
Source Code:https://github.com/redsolution/xabber-android
|
|
|
|
Issue Tracker:https://github.com/redsolution/xabber-android/issues
|
2015-06-03 16:10:02 +00:00
|
|
|
Changelog:https://github.com/redsolution/xabber-android/wiki/Xabber-Version-History
|
2013-01-30 17:17:52 +00:00
|
|
|
|
2013-06-15 10:13:09 +00:00
|
|
|
Name:Xabber
|
2013-07-13 07:35:22 +00:00
|
|
|
Auto Name:Xabber Development Version
|
2013-01-31 16:00:45 +00:00
|
|
|
Summary:Instant messaging client
|
2013-01-30 17:17:52 +00:00
|
|
|
Description:
|
2013-04-09 21:38:55 +00:00
|
|
|
Jabber (XMPP) client app with multiple accounts, privacy modes and a
|
2015-07-05 12:36:20 +00:00
|
|
|
clean and simple interface. This version is tracking recent development
|
|
|
|
builds, for legacy devices there is also [[com.xabber.android.classic]].
|
2013-01-30 19:25:44 +00:00
|
|
|
|
|
|
|
Supported protocols:
|
2014-01-26 12:31:30 +00:00
|
|
|
* RFC-3920: Core;
|
|
|
|
* RFC-3921: Instant Messaging and Presence;
|
|
|
|
* XEP-0030: Service Discovery;
|
|
|
|
* XEP-0128: Service Discovery Extensions;
|
|
|
|
* XEP-0115: Entity Capabilities;
|
|
|
|
* XEP-0054: vcard-temp;
|
|
|
|
* XEP-0153: vCard-Based Avatars;
|
|
|
|
* XEP-0045: Multi-User Chat (incompletely);
|
|
|
|
* XEP-0078: Non-SASL Authentication;
|
|
|
|
* XEP-0138: Stream Compression;
|
|
|
|
* XEP-0203: Delayed Delivery;
|
|
|
|
* XEP-0091: Legacy Delayed Delivery;
|
|
|
|
* XEP-0199: XMPP Ping;
|
|
|
|
* XEP-0147: XMPP URI Scheme Query Components;
|
|
|
|
* XEP-0085: Chat State Notifications;
|
|
|
|
* XEP-0184: Message Delivery Receipts;
|
|
|
|
* XEP-0155: Stanza Session Negotiation;
|
|
|
|
* XEP-0059: Result Set Management;
|
|
|
|
* XEP-0136: Message Archiving;
|
|
|
|
* XEP-0224: Attention.
|
2015-05-12 15:39:11 +00:00
|
|
|
* XEP-0077: In-Band Registration
|
|
|
|
* XEP-0280: Message Carbons
|
2013-01-30 17:17:52 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/redsolution/xabber-android.git
|
|
|
|
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:0.9.29a,78
|
|
|
|
commit=cbfe6da973b63ea36ea9e879ceaa057ad21624ec
|
2014-05-29 07:47:48 +00:00
|
|
|
prebuild=git clone https://github.com/redsolution/otr4j && \
|
2014-04-26 10:15:00 +00:00
|
|
|
ant jar -f otr4j/build.xml && \
|
|
|
|
mv otr4j/bin/debug/jar/otr4j.jar libs/otr4j.jar
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-10
|
2014-04-26 10:15:00 +00:00
|
|
|
|
|
|
|
Build:0.9.30a,80
|
|
|
|
commit=f95362dd838a18691d5899c5
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-10
|
2014-04-26 10:15:00 +00:00
|
|
|
|
|
|
|
Build:0.9.30b,81
|
|
|
|
commit=2b8e6b216fa2a928b2f62b7cd62b2c079d706d38
|
2014-10-28 10:48:22 +00:00
|
|
|
target=android-10
|
|
|
|
|
|
|
|
Build:0.9.30c,82
|
|
|
|
commit=277806a50e665696ef1a176e96f94cc3487a92fc
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-10
|
2013-01-30 17:17:52 +00:00
|
|
|
|
2015-01-10 11:33:52 +00:00
|
|
|
Build:0.9.30d,86
|
|
|
|
commit=8bb32fcf2253d9b7a5fbc57e9c2d3cbb3f76cc5c
|
|
|
|
subdir=app
|
2015-01-20 05:32:16 +00:00
|
|
|
gradle=yes
|
2015-01-10 11:33:52 +00:00
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
2015-01-20 05:32:16 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
2015-01-10 11:33:52 +00:00
|
|
|
|
2015-01-13 14:40:30 +00:00
|
|
|
Build:0.9.30e,88
|
|
|
|
commit=0.9.30e
|
|
|
|
subdir=app
|
2015-01-20 05:32:16 +00:00
|
|
|
gradle=yes
|
2015-01-13 14:40:30 +00:00
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
2015-01-20 05:32:16 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
2015-01-13 14:40:30 +00:00
|
|
|
|
2015-01-20 16:18:41 +00:00
|
|
|
Build:0.9.30f,102
|
|
|
|
commit=0.9.30f
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
|
|
|
|
2015-01-29 20:49:46 +00:00
|
|
|
Build:0.10.10,107
|
2015-02-12 19:39:27 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-01-29 20:49:46 +00:00
|
|
|
commit=ef08f37400
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
|
|
|
|
2015-02-09 12:10:37 +00:00
|
|
|
Build:0.10.17,114
|
2015-02-12 19:39:27 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-09 12:10:37 +00:00
|
|
|
commit=de96112a28
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
|
|
|
|
2015-02-10 15:28:58 +00:00
|
|
|
Build:0.10.18,115
|
2015-02-13 15:54:22 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-10 15:28:58 +00:00
|
|
|
commit=d5cdd17976
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=Otr4j@7fb42b2ef912fe664064edf717a6b72ce77ccb3b
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=sed -i -e '/otr4j.jar/d' build.gradle && \
|
|
|
|
cp -fR $$Otr4j$$/src/net src/main/java
|
|
|
|
|
2015-02-12 19:37:00 +00:00
|
|
|
Build:0.10.19,116
|
2015-02-16 15:41:19 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-12 19:37:00 +00:00
|
|
|
commit=ebcde01b6e
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-02-12 19:37:00 +00:00
|
|
|
|
2015-02-13 15:54:22 +00:00
|
|
|
Build:0.10.21,118
|
2015-02-17 14:15:08 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-13 15:54:22 +00:00
|
|
|
commit=9645ca0f35dab7206dc500681e2d8d4aff3509a
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-02-13 15:54:22 +00:00
|
|
|
|
2015-02-16 15:41:19 +00:00
|
|
|
Build:0.10.22,119
|
2015-02-22 04:23:59 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-16 15:41:19 +00:00
|
|
|
commit=8f43ee8696e4d9af17d0e40b18fdc71d95f57d6
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-02-16 15:41:19 +00:00
|
|
|
|
2015-02-17 14:15:08 +00:00
|
|
|
Build:0.10.23,120
|
2015-03-03 19:03:29 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-17 14:15:08 +00:00
|
|
|
commit=baf141da69f1f18c22ec152360719f25bc97fa11
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-02-17 14:15:08 +00:00
|
|
|
|
2015-02-22 04:23:59 +00:00
|
|
|
Build:0.10.23a,123
|
2015-03-05 19:45:52 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-02-22 04:23:59 +00:00
|
|
|
commit=b273a762cf89cac486f117cc90c46cb4394de0b6
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-02-22 04:23:59 +00:00
|
|
|
|
2015-03-03 19:03:29 +00:00
|
|
|
Build:0.10.31,130
|
2015-03-06 15:25:30 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-03-03 19:03:29 +00:00
|
|
|
commit=dc29dedd19774179e1afb2a82ee3fe26771c4d
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-03-03 19:03:29 +00:00
|
|
|
|
2015-03-05 19:45:52 +00:00
|
|
|
Build:0.10.33,132
|
2015-03-11 14:37:54 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-03-05 19:45:52 +00:00
|
|
|
commit=1e3997c3a31889b72e644899a983b2fdc434b018
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-03-05 19:45:52 +00:00
|
|
|
|
2015-03-06 15:25:30 +00:00
|
|
|
Build:0.10.35,135
|
2015-03-27 15:39:35 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-03-06 15:25:30 +00:00
|
|
|
commit=6b384648d838613cd5f1d46730492617e2dd42ae
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-03-06 15:25:30 +00:00
|
|
|
|
2015-03-11 14:37:54 +00:00
|
|
|
Build:0.10.36,136
|
2015-04-15 12:52:21 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-03-11 14:37:54 +00:00
|
|
|
commit=238a129283b4aeceb0250abde3dff7bd91a6b9a0
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-03-11 14:37:54 +00:00
|
|
|
|
2015-03-27 15:39:35 +00:00
|
|
|
Build:0.10.45,145
|
2015-04-29 21:41:03 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-03-27 15:39:35 +00:00
|
|
|
commit=334f38fc52be5ed62c1154e6ef837371c893f41f
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-03-27 15:39:35 +00:00
|
|
|
|
2015-04-15 12:52:21 +00:00
|
|
|
Build:0.10.62,162
|
2015-05-13 05:53:23 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-04-15 12:52:21 +00:00
|
|
|
commit=cb05547c84f9a286de5894de1498385ab92fcece
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-04-30 05:38:25 +00:00
|
|
|
gradle=yes
|
2015-04-15 12:52:21 +00:00
|
|
|
|
2015-04-29 21:41:03 +00:00
|
|
|
Build:1.0.2,174
|
2015-05-15 15:27:38 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-04-29 21:41:03 +00:00
|
|
|
commit=1.0.2
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
2015-05-13 05:29:25 +00:00
|
|
|
gradle=yes
|
2015-04-29 21:41:03 +00:00
|
|
|
|
2015-05-13 05:53:23 +00:00
|
|
|
Build:1.0.3,175
|
2015-05-15 15:27:38 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-13 05:53:23 +00:00
|
|
|
commit=1.0.3
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=yes
|
|
|
|
|
2015-05-13 15:54:44 +00:00
|
|
|
Build:1.0.5,177
|
2015-05-19 06:33:00 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-13 15:54:44 +00:00
|
|
|
commit=1.0.5
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-15 15:27:38 +00:00
|
|
|
Build:1.0.7,179
|
2015-05-20 04:05:12 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-15 15:27:38 +00:00
|
|
|
commit=1.0.7
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-19 06:33:00 +00:00
|
|
|
Build:1.0.8,180
|
2015-05-20 16:57:11 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-19 06:33:00 +00:00
|
|
|
commit=1.0.8
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-20 04:05:12 +00:00
|
|
|
Build:1.0.9,181
|
2015-05-21 13:44:05 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-20 04:05:12 +00:00
|
|
|
commit=1.0.9
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-20 16:57:11 +00:00
|
|
|
Build:1.0.10,182
|
2015-05-26 14:07:05 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-20 16:57:11 +00:00
|
|
|
commit=1.0.10
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-21 13:44:05 +00:00
|
|
|
Build:1.0.11,183
|
2015-06-05 18:26:45 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-21 13:44:05 +00:00
|
|
|
commit=1.0.11
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-05-26 14:07:05 +00:00
|
|
|
Build:1.0.12,184
|
2015-06-16 15:58:21 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-05-26 14:07:05 +00:00
|
|
|
commit=1.0.12
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-06-05 18:26:45 +00:00
|
|
|
Build:1.0.19,191
|
2015-06-17 14:08:00 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-06-05 18:26:45 +00:00
|
|
|
commit=1.0.19
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-06-16 15:58:21 +00:00
|
|
|
Build:1.0.20,192
|
2015-06-24 14:27:48 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-06-16 15:58:21 +00:00
|
|
|
commit=1.0.20
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-06-17 14:08:00 +00:00
|
|
|
Build:1.0.21,193
|
2015-07-01 13:43:46 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-06-17 14:08:00 +00:00
|
|
|
commit=1.0.21
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-06-24 14:27:48 +00:00
|
|
|
Build:1.0.22,194
|
2015-07-03 15:03:39 +00:00
|
|
|
disable=dont overflow archive policy
|
2015-06-24 14:27:48 +00:00
|
|
|
commit=1.0.22
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-01 13:43:46 +00:00
|
|
|
Build:1.0.23,195
|
|
|
|
commit=1.0.23
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-03 15:03:39 +00:00
|
|
|
Build:1.0.24,196
|
|
|
|
commit=1.0.24
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-08 12:34:37 +00:00
|
|
|
Build:1.0.25,197
|
|
|
|
commit=1.0.25
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-15 03:42:20 +00:00
|
|
|
Build:1.0.28,200
|
|
|
|
commit=1.0.28
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-16 03:42:21 +00:00
|
|
|
Build:1.0.29,201
|
|
|
|
commit=1.0.29
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-18 03:30:48 +00:00
|
|
|
Build:1.0.30,202
|
|
|
|
commit=1.0.30
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-22 03:34:46 +00:00
|
|
|
Build:1.0.31,203
|
|
|
|
commit=1.0.31
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-28 10:32:12 +00:00
|
|
|
Build:1.0.33,206
|
|
|
|
commit=1.0.33
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-08-05 16:01:44 +00:00
|
|
|
Build:1.0.38,211
|
|
|
|
commit=1.0.38
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-08-06 17:52:16 +00:00
|
|
|
Build:1.0.39,212
|
|
|
|
commit=1.0.39
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-08-28 05:51:21 +00:00
|
|
|
Build:1.0.42,215
|
|
|
|
commit=1.0.42
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=dev
|
|
|
|
|
2015-07-27 13:24:16 +00:00
|
|
|
Maintainer Notes:
|
2015-07-28 10:32:12 +00:00
|
|
|
We actually only want tags that related to the develop branch. However, the VC
|
|
|
|
of -develop should always be ahead of -classic or -master. So we can just use
|
|
|
|
UCM:Tags.
|
2015-07-27 13:24:16 +00:00
|
|
|
.
|
2015-07-23 03:48:48 +00:00
|
|
|
|
2015-07-28 10:32:12 +00:00
|
|
|
Auto Update Mode:Version %v
|
2015-07-27 13:24:16 +00:00
|
|
|
#Update Check Mode:RepoManifest/develop
|
|
|
|
Update Check Mode:Tags
|
2015-07-05 12:36:20 +00:00
|
|
|
Update Check Name:com.xabber.android
|
2015-08-28 05:51:21 +00:00
|
|
|
Current Version:1.0.42
|
|
|
|
Current Version Code:215
|
2013-01-30 17:17:52 +00:00
|
|
|
|