Changing 1.0.0-development branch to 0.1.0-deve...
Closed branch 1.0.0-development
Added default branch
Changing 1.0.0-development branch to 0.1.0-deve...
Closed branch 1.0.0-development
Branch was misspelled
Changing 0.10-development branch to 0.1.0-devel...
Closed branch 1.0.0-development
Changing 1.0.0-development branch to 0.1.0-deve...
Pseudo-merged two heads
Implemented the search functionality.
Implemented the onRestoryInstanceState and onSa...
Implemented selection.
A toast is now shown, when adding a restricted ...
Added sample data.
Added an early version of the ExpandableListAda...
Implemented the fragment, which demonstrates th...
A toast is now shown, when an item is added to ...
Added the layout country_item.xml.
Added up navigation to preferences.
Avoided overriding of the method onCreateView.
The preferences are now used by the adapters.
Simplified code.
The decorator now uses the view holder pattern.
Renamed class AdapterFragment to AbstractAdapte...
The statistics are now updated, when the orient...
Added the functionality to remove items.
Added necessary GUI components.
Updated imports, as the interface Filterable wa...
The remove button is now only hidden in the Lis...
Added statistics to bottom tool bar.
Bugfix: Fixed NPE.
Added separate preferences for each adapter.
Renamed constant.
The number of currently selected items is now s...
Now uses Android SDK 21.
Moved class into subpackage.
A toast is now shown, when the adapter's items ...
Searching is now case insensitive.
Added the class AbstractListAdapterFragment.
Added necessary GUI components.
The adapter's onSaveInstanceState- and onRestor...
Implemented the functionality to add a new cont...
Changed the appearance of an item.
Edited icons.
Updated imports, as the enum Order has been mov...
Removed unused import.
Added the class Country.
Added the view type as a parameter to the onSho...
Removed unnecessary icons.
All listener methods to now pass the observed a...
Added class Contact.
Added @Override annotations.
The onCreateView-method of the single fragments...
Added PreferenceActivity.
Edited icons.
Items can now be enabled/disabled via long click.
Added a border to the tool bars.
Added a the view type as a parameter to the onS...
Edited comment.
Disabled items can now be properly enabled by l...
Updated minSdkVersion.
Supressed deprecation warnings.
Added the view type as a parameter to the onSho...
API level 22 is now used.
Added a parameter to the method onShowGroup of ...
The class Country does now implement the interf...
Removed setter.
The adapter's attach method is now used.
Implemented the functionality of the button, wh...
The class Contact does now implement the interf...
The onSaveInstanceState of an ExpandableListAda...
Adapted to new filter API.
Added method, which allows to attach/detach a L...
Bugfix: The views of an adapter are now inflate...
Removed assert statements.
Added the test ViewHolderTest.
Added the test GroupListIteratorTest (some test...
Added the test SelectableListDecoratorTest.
The decorator's are now abstract classes, which...
Added assert statements.
The parent view's setTag-method is now used ins...
Renamed the onShowView-methods of all decorator...
Removed assert statements.
Added the test GroupIteratorTest.
Moved the class FilteringNotSupportedException ...
Added assert statements.
Added the test ListDecoratorTest.
Organized imports.
Moved the interface Filter into the root package.
Added a parameter, which refers to the adapter,...
Moved the enum Order into the root package.
Moved the class SortingNotSupportedException in...
Added the test AbstractDecoratorTest.
Added assert statements.
Whenever methods, which modify the underlying d...
Moved the interface Filterable into the root pa...
Re-implemented the data structure Group to use ...
The class is now extended from the class TestCase.
Added the test ExpandableListDecoratorTest.