Releases: ISchwarz23/SortableTableView
Releases · ISchwarz23/SortableTableView
v2.8.1 - Enhance Simple...DataAdapter
New Methods:
- setGravity() in SimpleTableHeaderAdapter
- setGravity() in SimpleTableDataAdapter
Other:
- update to latest version of dependencies
v2.8.0 - Introduce SortingStatusChangeListener
New Features:
- listen for changes of the sorting status using SortableTableView#addSortingStatusChangeListener( SortingStateChangeListener ) and unregister using SortableTableView#removeSortingStatusChangeListener( SortingStateChangeListener )
v2.7.0 - Introduce SortingStatus and hiding of Header
New Features:
- retrieve the current table sorting status using
SortableTableView#getSortingOrder()
- show/hide the table header using
TableView#setHeaderVisible( boolean )
- show/hide the table header animated using
TableView#setHeaderVisible( boolean, int )
New Tools:
- show/hide the table header on scroll using the
TableHeaderCollapseOnScrollListener
Obsolescence:
- the method
SortableTableView#sort( int, boolean )
is now obsolete. useSortableTableView#sort( int, SortingOrder )
instead
Other:
- updated build tool version to 25.0.2
v2.6.0 - Introduce Empty Data Indicator View
New Features:
- introduced Empty Data Indicator View
Other:
- updated support libraries to latest version
v2.5.0 - Introduce OnScrollListener
New Features:
- Introduce OnScrollListener
- Introduce EndlessOnScrollListener
Fixed Bugs:
- unable to sort tabel (regression in 2.4.3)
v2.4.3 - Fix TableHeader not visible Bug
Bug fixes:
- TableHeader not visible after orientation change (changing the header view from a LinearLayout to a ListView)
v2.4.2 - Fix TableHeaderBugs
Bugs Fixed:
- sort indicator is resetted after orientation change
- table headers are rendered after orientation change (could not be reproduced anymore on emulator with api 16, 18, 21, 25)
v2.4.1 - Introduced TableColumnDpWidthModel
New Features:
TableColumnDpWidthModel
which enables fixed sizing of columns by defining the column widths in density-indipendent pixelsTableColumnPxWidthModel
is the follwer theTableColumnWidthModel
which enables fixed sizing of columns by defining the column widths in pixels
Deprecated:
TableColumnWidthModel
is now deprecated. Use theTableColumnPxWidthModel
instead.
v2.4.0 - Introduced TableColumnModel
New Features:
- introduce TableColumnModel to give more control about column widths
Other:
- update Android SDK to 25
- update dependencies
v2.3.0 - Introduced SwipeToRefresh feature
New Features:
- Swipe to Refresh