Da Risk <da_risk@beem-project.com> [Thu, 14 Mar 2013 10:52:04 +0100] rev 1034
Bump version 0.1.8
Da Risk <da_risk@beem-project.com> [Thu, 14 Mar 2013 10:47:53 +0100] rev 1033
Added tag 0.1.8 for changeset 6b19c7c8c280
Da Risk <da_risk@beem-project.com> [Wed, 13 Mar 2013 12:06:24 +0100] rev 1032
Add J. Pinkava in contributors
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:41:48 +0100] rev 1031
Add Basque translation.
fix #452
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:34:53 +0100] rev 1030
Update swedish translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:15:45 +0100] rev 1029
Update chinese translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:09:34 +0100] rev 1028
Update spanish translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 21:30:51 +0100] rev 1027
Scram-Sha-1 mechanism : do not send authzid if it not absolutely necessary
Some servers (ejabberd) reject the challenge if the
scram attributes a (authzid) and n (authcid) are equals
or they just don't handle the authzid.
So we just don't send it if they are the same
This fix #484
Da Risk <da_risk@beem-project.com> [Sat, 02 Mar 2013 15:52:11 +0100] rev 1026
Added tag 0.1.8_rc2 for changeset 5aa4849e9343
Da Risk <da_risk@beem-project.com> [Sat, 02 Mar 2013 15:51:59 +0100] rev 1025
Bump version to 0.1.8_rc2
Da Risk <da_risk@beem-project.com> [Wed, 27 Feb 2013 10:28:07 +0100] rev 1024
Added tag 0.1.8_rc1 for changeset d9a3b8cf456e
Da Risk <da_risk@beem-project.com> [Wed, 27 Feb 2013 10:27:32 +0100] rev 1023
Bump version. Firs release candidate of 0.1.8
Da Risk <da_risk@beem-project.com> [Tue, 22 Jan 2013 17:26:11 +0100] rev 1022
Correct some lint errors
Da Risk <da_risk@beem-project.com> [Tue, 22 Jan 2013 15:01:56 +0100] rev 1021
Discover Server features right after connection.
In the same time, postpone the load of the roster.
This avoid a timeout on the discovery request sent to the server.
The timeout is caused by receiving big rosters.
Da Risk <da_risk@beem-project.com> [Mon, 28 Jan 2013 21:47:48 +0100] rev 1020
Checkstyle
Jiří Pinkava <j-pi@seznam.cz> [Sun, 27 Jan 2013 23:24:32 +0100] rev 1019
smack.sasl: simplify conversion bytes->hex string
Jiří Pinkava <j-pi@seznam.cz> [Mon, 21 Jan 2013 23:13:22 +0100] rev 1018
fix Remko's currly part of name
Jiří Pinkava <j-pi@seznam.cz> [Mon, 21 Jan 2013 23:12:10 +0100] rev 1017
remove unused variables, properly close streams
Da Risk <da_risk@beem-project.com> [Sun, 13 Jan 2013 20:36:11 +0100] rev 1016
Implement an ScramSaslMechanism to use it with Smack.
Fix #476
Da Risk <da_risk@beem-project.com> [Sun, 13 Jan 2013 20:11:53 +0100] rev 1015
Add an implementation of the SCRAM-SHA-! SASL mechanism.
This implementation come from the Stroke project http://swift.im/git/stroke
Da Risk <da_risk@beem-project.com> [Wed, 09 Jan 2013 20:42:51 +0100] rev 1014
Update czech translation. refs #473
Da Risk <da_risk@beem-project.com> [Mon, 07 Jan 2013 21:09:26 +0100] rev 1013
Refactor the initConnectionConfig method
Da Risk <da_risk@beem-project.com> [Mon, 07 Jan 2013 14:42:41 +0100] rev 1012
Fix a little bug where configured account is not correctly detected
Da Risk <da_risk@beem-project.com> [Sun, 06 Jan 2013 18:27:57 +0100] rev 1011
Remove obsolete patch about the asmack build process.
Da Risk <da_risk@beem-project.com> [Mon, 31 Dec 2012 00:58:40 +0100] rev 1010
Add Czech translation. see #473
Da Risk <da_risk@beem-project.com> [Sat, 15 Dec 2012 18:23:34 +0100] rev 1009
Use proxy and/or specific server settings in account wizard
Da Risk <da_risk@beem-project.com> [Sat, 15 Dec 2012 18:15:42 +0100] rev 1008
Replace preference keys for specific server settings
Da Risk <da_risk@beem-project.com> [Fri, 07 Dec 2012 00:43:25 +0100] rev 1007
Add SmileyParser from the android Mms application.
Integrate it in the Chat activity. Fix #66
Improvement will be to put the smiley spannable in the current EditText
Da Risk <da_risk@beem-project.com> [Fri, 02 Nov 2012 10:56:48 +0100] rev 1006
Fix target javadoc for latest sdk.
Da Risk <da_risk@beem-project.com> [Wed, 31 Oct 2012 23:11:14 +0100] rev 1005
Switch to Florian Shmauss maintained version of asmack.
See doc/asmack-beem/README.txt for more information on how to build the asmack
jar.
The upstream asmack has a better implementation of XEP-0115
EntityCapabilities. So this commit remove the specific Beem implementation of
this XEP and switch to the asmack one.