Fri, 08 Jan 2016 11:31:18 +0100 Fix some checkstyle issues default tip master password-encrypt review-51
Da Risk <da_risk@beem-project.com> [Fri, 08 Jan 2016 11:31:18 +0100] rev 1076
Fix some checkstyle issues
Thu, 07 Jan 2016 16:38:16 +0100 Refactor the encryption preference authenticator
Da Risk <da_risk@beem-project.com> [Thu, 07 Jan 2016 16:38:16 +0100] rev 1075
Refactor the encryption preference authenticator
Fri, 13 Nov 2015 18:17:25 +0100 Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted.
Frederic Barthelery <da_risk@beem-project.com> [Fri, 13 Nov 2015 18:17:25 +0100] rev 1074
Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted. This use the latest AndroidKeyStore from Android M and allow to store the key securely.
Fri, 13 Nov 2015 18:15:37 +0100 Switch to compileSdkVersion 23
Frederic Barthelery <da_risk@beem-project.com> [Fri, 13 Nov 2015 18:15:37 +0100] rev 1073
Switch to compileSdkVersion 23 Android Marshmallow !
Fri, 13 Nov 2015 17:52:28 +0100 Avatar: Remove Apache HttpClientAvatarRetriever which will be deprecated in android-6.0
Frederic Barthelery <da_risk@beem-project.com> [Fri, 13 Nov 2015 17:52:28 +0100] rev 1072
Avatar: Remove Apache HttpClientAvatarRetriever which will be deprecated in android-6.0 We can use the standart java.net.http avatar retriever implementation.
Fri, 13 Nov 2015 17:50:23 +0100 BeemService: Use NotificationManagerCompat
Frederic Barthelery <da_risk@beem-project.com> [Fri, 13 Nov 2015 17:50:23 +0100] rev 1071
BeemService: Use NotificationManagerCompat
Tue, 27 Oct 2015 01:12:06 +0100 Rework ChangeStatus to deal better with non standard CROP intent
Da Risk <da_risk@beem-project.com> [Tue, 27 Oct 2015 01:12:06 +0100] rev 1070
Rework ChangeStatus to deal better with non standard CROP intent
Tue, 27 Oct 2015 01:04:13 +0100 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com> [Tue, 27 Oct 2015 01:04:13 +0100] rev 1069
Make AvatarProvider implement FileProvider to simplify the implementation
Tue, 16 Jun 2015 09:48:12 +0200 Exclude com.gogle.iosched from the checkstyle task
Da Risk <da_risk@beem-project.com> [Tue, 16 Jun 2015 09:48:12 +0200] rev 1068
Exclude com.gogle.iosched from the checkstyle task
Mon, 15 Jun 2015 20:58:21 +0200 Fix a lot of indentation issues with checkstyle
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 20:58:21 +0200] rev 1067
Fix a lot of indentation issues with checkstyle
Mon, 15 Jun 2015 20:16:04 +0200 Fix checkstyle issue in otr package
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 20:16:04 +0200] rev 1066
Fix checkstyle issue in otr package
Mon, 15 Jun 2015 19:57:41 +0200 Fix a few checkstyle errors
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 19:57:41 +0200] rev 1065
Fix a few checkstyle errors
Mon, 15 Jun 2015 19:33:26 +0200 Catch possible NumberFormatException in wizard
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 19:33:26 +0200] rev 1064
Catch possible NumberFormatException in wizard
Mon, 15 Jun 2015 17:00:36 +0200 Allow ProgressDialog to lose state in the account wizard.
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 17:00:36 +0200] rev 1063
Allow ProgressDialog to lose state in the account wizard. This should fix bugs caused by the behavior described here http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html
Mon, 15 Jun 2015 14:04:24 +0200 Fix potential NPE when the connection is not created yet when the service is
Da Risk <da_risk@beem-project.com> [Mon, 15 Jun 2015 14:04:24 +0200] rev 1062
Fix potential NPE when the connection is not created yet when the service is destroyed
Fri, 01 May 2015 01:36:53 +0200 Checkstyle: enhance checkstyle rules for import
Da Risk <da_risk@beem-project.com> [Fri, 01 May 2015 01:36:53 +0200] rev 1061
Checkstyle: enhance checkstyle rules for import
Fri, 01 May 2015 01:36:11 +0200 Fix checkstyle issues on ContactList
Da Risk <da_risk@beem-project.com> [Fri, 01 May 2015 01:36:11 +0200] rev 1060
Fix checkstyle issues on ContactList
Fri, 01 May 2015 00:38:25 +0200 ContactList: Remove static import *
Da Risk <da_risk@beem-project.com> [Fri, 01 May 2015 00:38:25 +0200] rev 1059
ContactList: Remove static import *
Fri, 01 May 2015 00:23:52 +0200 ContactList: Call adapter.remove() method on main thread.
Da Risk <da_risk@beem-project.com> [Fri, 01 May 2015 00:23:52 +0200] rev 1058
ContactList: Call adapter.remove() method on main thread. This fix a long time IndexOutOfBoundsException.
Tue, 24 Mar 2015 17:23:15 +0100 Use latest support library
Da Risk <da_risk@geekorum.com> [Tue, 24 Mar 2015 17:23:15 +0100] rev 1057
Use latest support library
Tue, 17 Mar 2015 11:05:16 +0100 Use support library v4
Da Risk <da_risk@beem-project.com> [Tue, 17 Mar 2015 11:05:16 +0100] rev 1056
Use support library v4
Mon, 16 Mar 2015 17:35:25 +0100 Just set a warning lint for invalid package
Da Risk <da_risk@beem-project.com> [Mon, 16 Mar 2015 17:35:25 +0100] rev 1055
Just set a warning lint for invalid package
Mon, 16 Mar 2015 15:07:11 +0100 Add gradle task to generate javadoc
Da Risk <da_risk@beem-project.com> [Mon, 16 Mar 2015 15:07:11 +0100] rev 1054
Add gradle task to generate javadoc
Sun, 15 Mar 2015 23:21:01 +0100 Fix some lint errors
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 23:21:01 +0100] rev 1053
Fix some lint errors
Sun, 15 Mar 2015 22:11:18 +0100 Move all smileys definitions
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 22:11:18 +0100] rev 1052
Move all smileys definitions
Sun, 15 Mar 2015 22:05:30 +0100 emove unused PrivacyList and fix some lint errors
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 22:05:30 +0100] rev 1051
emove unused PrivacyList and fix some lint errors
Sun, 15 Mar 2015 21:32:05 +0100 Move mms smileys into its own module
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 21:32:05 +0100] rev 1050
Move mms smileys into its own module
Sun, 15 Mar 2015 21:14:17 +0100 Move stroke to its own module
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 21:14:17 +0100] rev 1049
Move stroke to its own module
Sun, 15 Mar 2015 21:08:23 +0100 Move MemorizingTrustManager into its own module
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 21:08:23 +0100] rev 1048
Move MemorizingTrustManager into its own module
Sun, 15 Mar 2015 20:41:17 +0100 OTR: Update to otr4j-0.22
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 20:41:17 +0100] rev 1047
OTR: Update to otr4j-0.22
Sun, 15 Mar 2015 18:57:24 +0100 Add checkstyle configuration to gradle
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 18:57:24 +0100] rev 1046
Add checkstyle configuration to gradle
Sun, 15 Mar 2015 18:13:26 +0100 Update install instructions
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 18:13:26 +0100] rev 1045
Update install instructions
Sun, 15 Mar 2015 18:03:03 +0100 Move the app into an app submodule which respect the default gradle layout
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 18:03:03 +0100] rev 1044
Move the app into an app submodule which respect the default gradle layout
Sun, 15 Mar 2015 17:28:04 +0100 Use latest gradle
Da Risk <da_risk@beem-project.com> [Sun, 15 Mar 2015 17:28:04 +0100] rev 1043
Use latest gradle
Fri, 24 May 2013 18:34:57 +0200 Add basic gradle compilation script
Da Risk <da_risk@beem-project.com> [Fri, 24 May 2013 18:34:57 +0200] rev 1042
Add basic gradle compilation script
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 1041
Make the project compile with SDK 21 (lollipop)
Thu, 16 May 2013 10:54:37 +0200 Update to latest version of the Android support library review-4
Da Risk <da_risk@beem-project.com> [Thu, 16 May 2013 10:54:37 +0200] rev 1040
Update to latest version of the Android support library
Wed, 15 May 2013 11:35:43 +0200 Use PagerSlidingTabStrip in ContactList activity
Da Risk <da_risk@beem-project.com> [Wed, 15 May 2013 11:35:43 +0200] rev 1039
Use PagerSlidingTabStrip in ContactList activity
Wed, 15 May 2013 11:35:03 +0200 Add Android PagerSlidingTabStrip library, an Interactive paging indicator widget
Da Risk <da_risk@beem-project.com> [Wed, 15 May 2013 11:35:03 +0200] rev 1038
Add Android PagerSlidingTabStrip library, an Interactive paging indicator widget This library can be found at https://github.com/astuetz/PagerSlidingTabStrip/ and we currently use the v1.0 tag
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 1037
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).
Wed, 28 Nov 2012 13:51:45 +0100 Disable stopping the service if it wasnot explicitelly requested by user. review-2
Da Risk <da_risk@beem-project.com> [Wed, 28 Nov 2012 13:51:45 +0100] rev 1036
Disable stopping the service if it wasnot explicitelly requested by user.
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
(0) -1000 -300 -100 -60 tip