Tue, 05 Jun 2012 16:29:25 +0200 sync with trunk + using last asmack version
Nikita Kozlov <nikita@elyzion.net> [Tue, 05 Jun 2012 16:29:25 +0200] rev 988
sync with trunk + using last asmack version
Thu, 23 Feb 2012 17:38:01 +0100 adding norwegian translation
Nikita Kozlov <nikita@elyzion.net> [Thu, 23 Feb 2012 17:38:01 +0100] rev 987
adding norwegian translation
Fri, 27 Jan 2012 00:05:55 +0100 Initialize the xmpp connection config in a background thread.
Da Risk <da_risk@beem-project.com> [Fri, 27 Jan 2012 00:05:55 +0100] rev 986
Initialize the xmpp connection config in a background thread. On android > 3.x network operations on the main thread crash the application. This move the dns request made by the ConnectionConfiguration in another thread by lazily initializing the XMPPConnection
Thu, 26 Jan 2012 23:54:46 +0100 Complete the avatar provider to support insert update and delete.
Da Risk <da_risk@beem-project.com> [Thu, 26 Jan 2012 23:54:46 +0100] rev 985
Complete the avatar provider to support insert update and delete. It is now usable following the standard Android interface.
Tue, 21 Feb 2012 21:07:42 +0100 Fix bug when creating contact.
Da Risk <da_risk@beem-project.com> [Tue, 21 Feb 2012 21:07:42 +0100] rev 984
Fix bug when creating contact. The contact is created asynchronously so we cannot try to get it immediatly. As a consequence the method IRoster.createContact now return a boolean.
Tue, 21 Feb 2012 12:11:58 +0100 Added tag 0.1.7 for changeset 5a6ab49303d3
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:11:58 +0100] rev 983
Added tag 0.1.7 for changeset 5a6ab49303d3
Tue, 21 Feb 2012 12:11:49 +0100 update version for release 0.1.7
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:11:49 +0100] rev 982
update version for release
Tue, 21 Feb 2012 12:08:53 +0100 update german translation
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:08:53 +0100] rev 981
update german translation
Tue, 24 Jan 2012 18:54:05 +0100 increase project default tagert to 8 and use android:installLocation
Nikita Kozlov <nikita@elyzion.net> [Tue, 24 Jan 2012 18:54:05 +0100] rev 980
increase project default tagert to 8 and use android:installLocation
Mon, 23 Jan 2012 19:18:44 +0100 Update min sdk version to 5
Da Risk <da_risk@beem-project.com> [Mon, 23 Jan 2012 19:18:44 +0100] rev 979
Update min sdk version to 5
Mon, 23 Jan 2012 02:17:30 +0100 Update build script to support latest android tools out from the box
Da Risk <da_risk@beem-project.com> [Mon, 23 Jan 2012 02:17:30 +0100] rev 978
Update build script to support latest android tools out from the box
Mon, 23 Jan 2012 18:26:21 +0100 Added tag 0.1.7_rc2 for changeset afff9e2452d9
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 18:26:21 +0100] rev 977
Added tag 0.1.7_rc2 for changeset afff9e2452d9
Mon, 23 Jan 2012 17:35:54 +0100 update version name and code version 0.1.7_rc2
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:35:54 +0100] rev 976
update version name and code version
Mon, 23 Jan 2012 17:35:22 +0100 Bug #386: fix it !
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:35:22 +0100] rev 975
Bug #386: fix it !
Mon, 23 Jan 2012 17:34:56 +0100 doesn't force color to handle correctly devices with dark button background.
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:34:56 +0100] rev 974
doesn't force color to handle correctly devices with dark button background.
Mon, 23 Jan 2012 11:57:09 +0100 Bug #393 fix crash by always initializing mContactOtrState
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 11:57:09 +0100] rev 973
Bug #393 fix crash by always initializing mContactOtrState
Fri, 20 Jan 2012 14:32:32 +0100 add an hint about account jid
Nikita Kozlov <nikita@elyzion.net> [Fri, 20 Jan 2012 14:32:32 +0100] rev 972
add an hint about account jid
Fri, 13 Jan 2012 11:59:58 +0100 Added tag 0.1.7_rc1 for changeset 9f4ff6618111
Nikita Kozlov <nikita@elyzion.net> [Fri, 13 Jan 2012 11:59:58 +0100] rev 971
Added tag 0.1.7_rc1 for changeset 9f4ff6618111
Fri, 13 Jan 2012 11:59:44 +0100 0.1.7 rc1 0.1.7_rc1
Nikita Kozlov <nikita@elyzion.net> [Fri, 13 Jan 2012 11:59:44 +0100] rev 970
0.1.7 rc1
Fri, 13 Jan 2012 02:35:55 +0100 Export the avatar provider to allow other process to write in it.
Da Risk <da_risk@geekorum.com> [Fri, 13 Jan 2012 02:35:55 +0100] rev 969
Export the avatar provider to allow other process to write in it. This fix bug when the gallery cannot write the user avatar.
Sat, 07 Jan 2012 01:43:40 +0100 Add a MemoryAvatarCache.
Da Risk <da_risk@geekorum.com> [Sat, 07 Jan 2012 01:43:40 +0100] rev 968
Add a MemoryAvatarCache.
Fri, 06 Jan 2012 22:46:28 +0100 Checkstyle: Reorder the import from BeemService.java
Da Risk <da_risk@geekorum.com> [Fri, 06 Jan 2012 22:46:28 +0100] rev 967
Checkstyle: Reorder the import from BeemService.java
Fri, 06 Jan 2012 22:42:38 +0100 Implements a ping listener from XEP-0199 XMPP ping.
Da Risk <da_risk@geekorum.com> [Fri, 06 Jan 2012 22:42:38 +0100] rev 966
Implements a ping listener from XEP-0199 XMPP ping. In the future, we can send an XMPP ping to the server to check for the state of the connection.
Fri, 06 Jan 2012 22:39:35 +0100 Remove Epitech disclaimer in the Header check.
Da Risk <da_risk@geekorum.com> [Fri, 06 Jan 2012 22:39:35 +0100] rev 965
Remove Epitech disclaimer in the Header check.
Fri, 06 Jan 2012 22:12:34 +0100 Update configuration to checkstyle-5.5
Da Risk <da_risk@geekorum.com> [Fri, 06 Jan 2012 22:12:34 +0100] rev 964
Update configuration to checkstyle-5.5 Add new checks.
Mon, 14 Nov 2011 18:58:35 +0100 revert a bad push on build.xml
Nikita Kozlov <nikita@beem-project.com> [Mon, 14 Nov 2011 18:58:35 +0100] rev 963
revert a bad push on build.xml
Sun, 06 Nov 2011 02:17:27 +0100 checkstyle
Nikita Kozlov <nikita@elyzion.net> [Sun, 06 Nov 2011 02:17:27 +0100] rev 962
checkstyle
Sun, 06 Nov 2011 02:10:33 +0100 checkstyle
Nikita Kozlov <nikita@elyzion.net> [Sun, 06 Nov 2011 02:10:33 +0100] rev 961
checkstyle
Sun, 06 Nov 2011 02:05:28 +0100 checkstyle
Nikita Kozlov <nikita@elyzion.net> [Sun, 06 Nov 2011 02:05:28 +0100] rev 960
checkstyle
Sun, 06 Nov 2011 02:05:03 +0100 checkstyle
Nikita Kozlov <nikita@elyzion.net> [Sun, 06 Nov 2011 02:05:03 +0100] rev 959
checkstyle
(0) -300 -100 -50 -30 tip