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
Da Risk <da_risk@beem-project.com> [Wed, 15 May 2013 11:35:43 +0200] rev 1039
Use PagerSlidingTabStrip in ContactList activity
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).
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.
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
Da Risk <da_risk@beem-project.com> [Thu, 14 Mar 2013 10:52:04 +0100] rev 1034
Bump version 0.1.8
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
Da Risk <da_risk@beem-project.com> [Wed, 13 Mar 2013 12:06:24 +0100] rev 1032
Add J. Pinkava in contributors
Da Risk <da_risk@beem-project.com> [Wed, 06 Mar 2013 22:41:48 +0100] rev 1031
Add Basque translation.
fix #452