Fri, 26 Dec 2014 15:43:38 +0100 Make the project compile with SDK 21 (lollipop)
Da Risk <da_risk@beem-project.com> [Fri, 26 Dec 2014 15:43:38 +0100] rev 1037
Make the project compile with SDK 21 (lollipop)
Tue, 14 May 2013 18:24:25 +0200 ContactList: Separate creation of ContactListAdapter and managment of the
Da Risk <da_risk@beem-project.com> [Tue, 14 May 2013 18:24:25 +0200] rev 1036
ContactList: Separate creation of ContactListAdapter and managment of the group list This is two separate things. getContactListAdapter is called in ContactListFragment.onActivityCreated() which is during a fragment transaction. Management of the group list calls FragmentPagerAdapter.notifyDataSetChanged() which repopulate the FragmentPagerAdapter and to do so calls FragmentManager.executePendingTransactions() in a recursive way and is not allowed (IllegalStateException).
Thu, 14 Mar 2013 10:52:10 +0100 Added tag 0.1.8 for changeset a221cd4a5413
Da Risk <da_risk@beem-project.com> [Thu, 14 Mar 2013 10:52:10 +0100] rev 1035
Added tag 0.1.8 for changeset a221cd4a5413
Thu, 14 Mar 2013 10:52:04 +0100 Bump version 0.1.8 0.1.8
Da Risk <da_risk@beem-project.com> [Thu, 14 Mar 2013 10:52:04 +0100] rev 1034
Bump version 0.1.8
Thu, 14 Mar 2013 10:47:53 +0100 Added tag 0.1.8 for changeset 6b19c7c8c280
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
Wed, 13 Mar 2013 12:06:24 +0100 Add J. Pinkava in contributors
Da Risk <da_risk@beem-project.com> [Wed, 13 Mar 2013 12:06:24 +0100] rev 1032
Add J. Pinkava in contributors
Wed, 06 Mar 2013 22:41:48 +0100 Add Basque translation.
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:41:48 +0100] rev 1031
Add Basque translation. fix #452
Wed, 06 Mar 2013 22:34:53 +0100 Update swedish translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:34:53 +0100] rev 1030
Update swedish translation
Wed, 06 Mar 2013 22:15:45 +0100 Update chinese translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:15:45 +0100] rev 1029
Update chinese translation
Wed, 06 Mar 2013 22:09:34 +0100 Update spanish translation
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:09:34 +0100] rev 1028
Update spanish translation
Wed, 06 Mar 2013 21:30:51 +0100 Scram-Sha-1 mechanism : do not send authzid if it not absolutely necessary
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
Sat, 02 Mar 2013 15:52:11 +0100 Added tag 0.1.8_rc2 for changeset 5aa4849e9343
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
Sat, 02 Mar 2013 15:51:59 +0100 Bump version to 0.1.8_rc2 0.1.8_rc2
Da Risk <da_risk@beem-project.com> [Sat, 02 Mar 2013 15:51:59 +0100] rev 1025
Bump version to 0.1.8_rc2
Wed, 27 Feb 2013 10:28:07 +0100 Added tag 0.1.8_rc1 for changeset d9a3b8cf456e
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
Wed, 27 Feb 2013 10:27:32 +0100 Bump version. Firs release candidate of 0.1.8 0.1.8_rc1
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
Tue, 22 Jan 2013 17:26:11 +0100 Correct some lint errors
Da Risk <da_risk@beem-project.com> [Tue, 22 Jan 2013 17:26:11 +0100] rev 1022
Correct some lint errors
Tue, 22 Jan 2013 15:01:56 +0100 Discover Server features right after connection.
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.
Mon, 28 Jan 2013 21:47:48 +0100 Checkstyle
Da Risk <da_risk@beem-project.com> [Mon, 28 Jan 2013 21:47:48 +0100] rev 1020
Checkstyle
Sun, 27 Jan 2013 23:24:32 +0100 smack.sasl: simplify conversion bytes->hex string
Jiří Pinkava <j-pi@seznam.cz> [Sun, 27 Jan 2013 23:24:32 +0100] rev 1019
smack.sasl: simplify conversion bytes->hex string
Mon, 21 Jan 2013 23:13:22 +0100 fix Remko's currly part of name
Jiří Pinkava <j-pi@seznam.cz> [Mon, 21 Jan 2013 23:13:22 +0100] rev 1018
fix Remko's currly part of name
Mon, 21 Jan 2013 23:12:10 +0100 remove unused variables, properly close streams
Jiří Pinkava <j-pi@seznam.cz> [Mon, 21 Jan 2013 23:12:10 +0100] rev 1017
remove unused variables, properly close streams
Sun, 13 Jan 2013 20:36:11 +0100 Implement an ScramSaslMechanism to use it with Smack.
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
Sun, 13 Jan 2013 20:11:53 +0100 Add an implementation of the SCRAM-SHA-! SASL mechanism.
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
Wed, 09 Jan 2013 20:42:51 +0100 Update czech translation. refs #473
Da Risk <da_risk@beem-project.com> [Wed, 09 Jan 2013 20:42:51 +0100] rev 1014
Update czech translation. refs #473
Mon, 07 Jan 2013 21:09:26 +0100 Refactor the initConnectionConfig method
Da Risk <da_risk@beem-project.com> [Mon, 07 Jan 2013 21:09:26 +0100] rev 1013
Refactor the initConnectionConfig method
Mon, 07 Jan 2013 14:42:41 +0100 Fix a little bug where configured account is not correctly detected
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
Sun, 06 Jan 2013 18:27:57 +0100 Remove obsolete patch about the asmack build process.
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.
Mon, 31 Dec 2012 00:58:40 +0100 Add Czech translation. see #473
Da Risk <da_risk@beem-project.com> [Mon, 31 Dec 2012 00:58:40 +0100] rev 1010
Add Czech translation. see #473
Sat, 15 Dec 2012 18:23:34 +0100 Use proxy and/or specific server settings in account wizard
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
Sat, 15 Dec 2012 18:15:42 +0100 Replace preference keys for specific server settings
Da Risk <da_risk@beem-project.com> [Sat, 15 Dec 2012 18:15:42 +0100] rev 1008
Replace preference keys for specific server settings
Fri, 07 Dec 2012 00:43:25 +0100 Add SmileyParser from the android Mms application.
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
Fri, 02 Nov 2012 10:56:48 +0100 Fix target javadoc for latest sdk.
Da Risk <da_risk@beem-project.com> [Fri, 02 Nov 2012 10:56:48 +0100] rev 1006
Fix target javadoc for latest sdk.
Wed, 31 Oct 2012 23:11:14 +0100 Switch to Florian Shmauss maintained version of asmack.
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.
Sun, 28 Oct 2012 14:26:54 +0100 Add licence header to getFreeXmppServices.py
Da Risk <da_risk@beem-project.com> [Sun, 28 Oct 2012 14:26:54 +0100] rev 1004
Add licence header to getFreeXmppServices.py
Sun, 28 Oct 2012 14:20:33 +0100 Made the PepSubManager really use pep node instead of pubsub node if both are available
Da Risk <da_risk@beem-project.com> [Sun, 28 Oct 2012 14:20:33 +0100] rev 1003
Made the PepSubManager really use pep node instead of pubsub node if both are available
Sat, 27 Oct 2012 02:13:23 +0200 Use full jid to login in wizard account when the jid entered is a Google talk
Da Risk <da_risk@beem-project.com> [Sat, 27 Oct 2012 02:13:23 +0200] rev 1002
Use full jid to login in wizard account when the jid entered is a Google talk account. fix #454
Tue, 09 Oct 2012 01:08:40 +0200 Add LogUtils to try to unify logging messages
Da Risk <da_risk@beem-project.com> [Tue, 09 Oct 2012 01:08:40 +0200] rev 1001
Add LogUtils to try to unify logging messages
Mon, 08 Oct 2012 23:36:20 +0200 Disable email format check on the add contact dialog.
Da Risk <da_risk@beem-project.com> [Mon, 08 Oct 2012 23:36:20 +0200] rev 1000
Disable email format check on the add contact dialog. A roster item is not necessary in the form of an bare jid. fix #424
Mon, 08 Oct 2012 21:29:03 +0200 fix a little bug : avatar image view not reloading
Da Risk <da_risk@beem-project.com> [Mon, 08 Oct 2012 21:29:03 +0200] rev 999
fix a little bug : avatar image view not reloading
Sun, 30 Sep 2012 15:40:07 +0200 Fix bug: on the very first launch the account is not configured
Da Risk <da_risk@beem-project.com> [Sun, 30 Sep 2012 15:40:07 +0200] rev 998
Fix bug: on the very first launch the account is not configured if you choose system account.
Sat, 29 Sep 2012 05:22:47 +0200 Change target version to latest (4.1) and use platform default theme
Da Risk <da_risk@beem-project.com> [Sat, 29 Sep 2012 05:22:47 +0200] rev 997
Change target version to latest (4.1) and use platform default theme
Sat, 29 Sep 2012 05:22:11 +0200 Translate more strings for wizard and make error message multilines
Da Risk <da_risk@beem-project.com> [Sat, 29 Sep 2012 05:22:11 +0200] rev 996
Translate more strings for wizard and make error message multilines
Sat, 29 Sep 2012 04:47:42 +0200 Display error messages when account creation failed.
Da Risk <da_risk@beem-project.com> [Sat, 29 Sep 2012 04:47:42 +0200] rev 995
Display error messages when account creation failed. Improve the creation wizard and add a dummy script to fetch a list of xmpp services.
Tue, 25 Sep 2012 22:40:22 +0200 remove some unused resources
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 22:40:22 +0200] rev 994
remove some unused resources
Tue, 25 Sep 2012 21:39:45 +0200 checkstyle
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 21:39:45 +0200] rev 993
checkstyle
Tue, 25 Sep 2012 21:17:40 +0200 Modify the preferences to deal with account.
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 21:17:40 +0200] rev 992
Modify the preferences to deal with account.
Mon, 24 Sep 2012 23:41:26 +0200 Use proxy when creating an account or when testing an existing account
Da Risk <da_risk@beem-project.com> [Mon, 24 Sep 2012 23:41:26 +0200] rev 991
Use proxy when creating an account or when testing an existing account
Mon, 24 Sep 2012 20:56:26 +0200 Add a method to authenticate via OAuth for Google accounts.
Da Risk <da_risk@beem-project.com> [Mon, 24 Sep 2012 20:56:26 +0200] rev 990
Add a method to authenticate via OAuth for Google accounts.
Sun, 23 Sep 2012 03:22:37 +0200 Use auth CallbackHandler to abstract the way credentials are retrieved.
Da Risk <da_risk@beem-project.com> [Sun, 23 Sep 2012 03:22:37 +0200] rev 989
Use auth CallbackHandler to abstract the way credentials are retrieved.
Sun, 23 Sep 2012 03:22:02 +0200 Update the LicenseHeader file
Da Risk <da_risk@beem-project.com> [Sun, 23 Sep 2012 03:22:02 +0200] rev 988
Update the LicenseHeader file
Sun, 23 Sep 2012 00:49:33 +0200 Create and connect totally asynchronously on start of the BeemService.
Da Risk <da_risk@beem-project.com> [Sun, 23 Sep 2012 00:49:33 +0200] rev 987
Create and connect totally asynchronously on start of the BeemService. This fix crash when the service is restart by Android.
Sat, 22 Sep 2012 03:21:58 +0200 Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com> [Sat, 22 Sep 2012 03:21:58 +0200] rev 986
Rework the account wizard using fragments.
Fri, 10 Aug 2012 05:53:51 +0200 Add an exception for my_avatar id in AvatarProvider.
Da Risk <da_risk@beem-project.com> [Fri, 10 Aug 2012 05:53:51 +0200] rev 985
Add an exception for my_avatar id in AvatarProvider. This fix a bug when the my_avatar file does not exist it is not created by openFileHelper.
Fri, 10 Aug 2012 05:38:39 +0200 Improve notification by using NotificationCompat.Builder
Da Risk <da_risk@beem-project.com> [Fri, 10 Aug 2012 05:38:39 +0200] rev 984
Improve notification by using NotificationCompat.Builder
Tue, 24 Jul 2012 18:30:07 +0200 Checkstyle
Da Risk <da_risk@beem-project.com> [Tue, 24 Jul 2012 18:30:07 +0200] rev 983
Checkstyle
Tue, 24 Jul 2012 18:22:08 +0200 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com> [Tue, 24 Jul 2012 18:22:08 +0200] rev 982
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Fri, 18 May 2012 00:25:02 +0200 Use the theme text appearance for most labels.
Da Risk <da_risk@beem-project.com> [Fri, 18 May 2012 00:25:02 +0200] rev 981
Use the theme text appearance for most labels.
Thu, 10 May 2012 16:11:18 +0200 Option to list full JID in roster
Vincent V. <marseille@beem-project.com> [Thu, 10 May 2012 16:11:18 +0200] rev 980
Option to list full JID in roster Feature #322
Thu, 10 May 2012 14:03:11 +0200 API=8 because of the android:installLocation in the AndroidManifest.xml
Vincent V. <marseille@beem-project.com> [Thu, 10 May 2012 14:03:11 +0200] rev 979
API=8 because of the android:installLocation in the AndroidManifest.xml Checkstyle
Wed, 09 May 2012 14:38:23 +0200 Colored Beem-Icon according to status
Vincent V. <marseille@beem-project.com> [Wed, 09 May 2012 14:38:23 +0200] rev 978
Colored Beem-Icon according to status Feature #289
(0) -1000 -300 -100 -60 tip