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.
Da Risk <da_risk@beem-project.com> [Sun, 28 Oct 2012 14:26:54 +0100] rev 1004
Add licence header to getFreeXmppServices.py
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
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
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
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
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
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.
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
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
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.
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 22:40:22 +0200] rev 994
remove some unused resources
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 21:39:45 +0200] rev 993
checkstyle
Da Risk <da_risk@beem-project.com> [Tue, 25 Sep 2012 21:17:40 +0200] rev 992
Modify the preferences to deal with 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
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.
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.
Da Risk <da_risk@beem-project.com> [Sun, 23 Sep 2012 03:22:02 +0200] rev 988
Update the LicenseHeader file
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.
Da Risk <da_risk@beem-project.com> [Sat, 22 Sep 2012 03:21:58 +0200] rev 986
Rework the account wizard using fragments.
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.
Da Risk <da_risk@beem-project.com> [Fri, 10 Aug 2012 05:38:39 +0200] rev 984
Improve notification by using NotificationCompat.Builder
Da Risk <da_risk@beem-project.com> [Tue, 24 Jul 2012 18:30:07 +0200] rev 983
Checkstyle
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
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.
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
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
Vincent V. <marseille@beem-project.com> [Wed, 09 May 2012 14:38:23 +0200] rev 978
Colored Beem-Icon according to status
Feature #289
Da Risk <da_risk@beem-project.com> [Tue, 08 May 2012 18:41:02 +0200] rev 977
SectionTextView now don't use api level 11
Da Risk <da_risk@beem-project.com> [Mon, 07 May 2012 23:10:40 +0200] rev 976
Initialize default settings file on first startup.
fix #392
Da Risk <da_risk@beem-project.com> [Mon, 07 May 2012 21:57:10 +0200] rev 975
Update to the latest version of MemorizingTrustManager
Also fix the LeakedReceiver issue.
Fix bug #384
close #408
Mitm commit: 11b37471c5403c0510619278d453ca393405f162
Da Risk <da_risk@beem-project.com> [Mon, 23 Apr 2012 00:14:18 +0200] rev 974
Fix a bug with tabs not sorted alphabetically.
Da Risk <da_risk@beem-project.com> [Sun, 22 Apr 2012 23:14:36 +0200] rev 973
Checkstyle.
Da Risk <da_risk@beem-project.com> [Sun, 22 Apr 2012 22:49:21 +0200] rev 972
Implements tab in ContactListActivity.
Da Risk <da_risk@beem-project.com> [Sun, 22 Apr 2012 20:39:31 +0200] rev 971
Add a custom TextView widget to display groups in form of tabs.
Da Risk <da_risk@beem-project.com> [Wed, 29 Feb 2012 00:53:20 +0100] rev 970
Implements swiping on contact list by using android compat ViewPager
Da Risk <da_risk@beem-project.com> [Fri, 06 Apr 2012 17:43:01 +0200] rev 969
Don't show soft keyboard in fullscreen in compact chat too.
Da Risk <da_risk@beem-project.com> [Fri, 06 Apr 2012 17:24:04 +0200] rev 968
Software keyboard will not be shown fullscreen on landscape ChatActivity.
Da Risk <da_risk@beem-project.com> [Mon, 05 Mar 2012 21:57:48 +0100] rev 967
Reenable the MemorizingTrustManager
Nikita Kozlov <nikita@elyzion.net> [Thu, 23 Feb 2012 22:59:29 +0100] rev 966
fix bad nb translation upload
Nikita Kozlov <nikita@elyzion.net> [Thu, 23 Feb 2012 17:38:01 +0100] rev 965
adding norwegian translation
Da Risk <da_risk@beem-project.com> [Fri, 27 Jan 2012 00:05:55 +0100] rev 964
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
Da Risk <da_risk@beem-project.com> [Thu, 26 Jan 2012 23:54:46 +0100] rev 963
Complete the avatar provider to support insert update and delete.
It is now usable following the standard Android interface.
Da Risk <da_risk@beem-project.com> [Tue, 21 Feb 2012 21:07:42 +0100] rev 962
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.
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:11:58 +0100] rev 961
Added tag 0.1.7 for changeset 5a6ab49303d3
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:11:49 +0100] rev 960
update version for release
Nikita Kozlov <nikita@elyzion.net> [Tue, 21 Feb 2012 12:08:53 +0100] rev 959
update german translation
Nikita Kozlov <nikita@elyzion.net> [Tue, 24 Jan 2012 18:54:05 +0100] rev 958
increase project default tagert to 8 and use android:installLocation
Da Risk <da_risk@beem-project.com> [Mon, 23 Jan 2012 19:18:44 +0100] rev 957
Update min sdk version to 5
Da Risk <da_risk@beem-project.com> [Mon, 23 Jan 2012 02:17:30 +0100] rev 956
Update build script to support latest android tools out from the box
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 18:26:21 +0100] rev 955
Added tag 0.1.7_rc2 for changeset afff9e2452d9
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:35:54 +0100] rev 954
update version name and code version
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:35:22 +0100] rev 953
Bug #386: fix it !
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 17:34:56 +0100] rev 952
doesn't force color to handle correctly devices with dark button background.
Nikita Kozlov <nikita@elyzion.net> [Mon, 23 Jan 2012 11:57:09 +0100] rev 951
Bug #393 fix crash by always initializing mContactOtrState
Nikita Kozlov <nikita@elyzion.net> [Fri, 20 Jan 2012 14:32:32 +0100] rev 950
add an hint about account jid