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
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).