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.
(0) -1000 -300 -100 -30 -10 -2 +2 +10 +30 tip