Renamed enum ExpandabelListChoiceMode to Choice...
Added a flag, which allows to filter empty groups.
Removed method parameters.
Added missing methods.
Added a method, which allows to check, if a spe...
Changed parameter types.
A dedicated test method is now used for testing...
Unmodifiable lists are now used whenever lists ...
Added the class AbstractUnmodifiableList.
Moved enum ChoiceMode into another package.
The class AbstractUnmodifiableList does now enc...
Added getOrder-method to SortableListAdapter.
Fixed test cases.
Added getOrder-methods to the interface Sortabl...
Added factory methods to create adapters of the...
Added a method, which allows to retrieve, wheth...
Edited test cases.
Renamed methods.
Renamed methods.
Added methods, which allow to retrieve, whether...
Items are now unselected by default when filtered.
Added factory methods, which allow to create ad...
Changed parameter type.
Removed unnecessary parameters from getViewType...
The interface ExpandableListAdapter is now exte...
Added class AbstractAdapterItem.
Branch was misspelled
Changing 0.10-development branch to 0.1.0-devel...
Changing 1.0.0-development branch to 0.1.0-deve...
Closed branch 1.0.0-development
Pseudo-merged two heads
Added assert statements.
The parent view's setTag-method is now used ins...
Moved the class FilteringNotSupportedException ...
Removed assert statements.
Moved the interface Filter into the root package.
Moved the interface Filterable into the root pa...
Added assert statements.
Re-implemented the data structure Group to use ...
Whenever methods, which modify the underlying d...
Removed assert statements.
Added a parameter, which refers to the adapter,...
Added the test SelectableListDecoratorTest.
Added the test ExpandableListDecoratorTest.
Added the test ListDecoratorTest.
Added the test ViewHolderTest.
Added assert statements.
Bugfix: The views of an adapter are now inflate...
The class is now extended from the class TestCase.
Organized imports.
Renamed the onShowView-methods of all decorator...
Added the test GroupListIteratorTest (some test...
Added the test AbstractDecoratorTest.
Moved the class SortingNotSupportedException in...
The decorator's are now abstract classes, which...
Added the test GroupIteratorTest.
Moved the enum Order into the root package.
Added the test ClassUtilTest.
Added the test LoggerTest.
Added the log level VERBOSE.
The state of disabled items can not be changed ...
Clicking an item is now handled differently dep...
Listeners are now used to register item clicks,...
Now uses Android SDK 21.
Removed the select-method from the interface Se...
Added a method, which allows to add a listener,...
The log level is now included in the toString-m...
Added the view type as a parameter to the onSho...
Added the possibility to set, whether changes o...
The class Group does now override the hashCode ...
The enable states and item states of unfiltered...
The methods, which allows to add/remove ItemCli...
Added the view type as a parameter to the onSho...
Added method, which allows to attach/detach a L...
Added a parameter to the method onShowGroup of ...
The log level is now included in the toString-m...
The adapter's underlying data is now stored and...
Removed the class SerializableWrapper, as it is...
The interface DataStructure is not extended fro...
The class Item does now implement the interface...
Replaced the method, which allows to attach the...
Added an attribute, which allows to specify, wh...
Removed isDisabled-methods.
Removed isUnselected-methods.
The log level is now included in the toString-m...
Renamed method.
Added the test LogLevelTest.
Fixed failing test.
Added the view type as a parameter to the onSho...
A LinkedHashSet is now used to store applied fi...
Added test case.
Added copyright information.
Added test cases.
Added methods, which can be overridden in order...
Added test cases.
Added methods to log messages on the log level ...
The interface Filter is now extended from the i...
The log level is now considered by the hashCode...
Moved some of the method of the interface Multi...
A group's child adapter is now transient.