Skip to content

Releases: ISchwarz23/SortableTableView

v2.8.1 - Enhance Simple...DataAdapter

22 Dec 15:56
Compare
Choose a tag to compare

New Methods:

  • setGravity() in SimpleTableHeaderAdapter
  • setGravity() in SimpleTableDataAdapter

Other:

  • update to latest version of dependencies

v2.8.0 - Introduce SortingStatusChangeListener

31 Aug 16:07
Compare
Choose a tag to compare

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

26 Aug 19:38
Compare
Choose a tag to compare

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. use SortableTableView#sort( int, SortingOrder ) instead

Other:

  • updated build tool version to 25.0.2

v2.6.0 - Introduce Empty Data Indicator View

07 May 14:01
Compare
Choose a tag to compare

New Features:

  • introduced Empty Data Indicator View

Other:

  • updated support libraries to latest version

v2.5.0 - Introduce OnScrollListener

31 Jan 17:40
Compare
Choose a tag to compare

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

29 Jan 10:26
Compare
Choose a tag to compare

Bug fixes:

  • TableHeader not visible after orientation change (changing the header view from a LinearLayout to a ListView)

v2.4.2 - Fix TableHeaderBugs

21 Jan 13:09
Compare
Choose a tag to compare

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

18 Nov 15:47
Compare
Choose a tag to compare

New Features:

  • TableColumnDpWidthModel which enables fixed sizing of columns by defining the column widths in density-indipendent pixels
  • TableColumnPxWidthModel is the follwer the TableColumnWidthModel which enables fixed sizing of columns by defining the column widths in pixels

Deprecated:

  • TableColumnWidthModel is now deprecated. Use the TableColumnPxWidthModel instead.

v2.4.0 - Introduced TableColumnModel

17 Nov 18:27
Compare
Choose a tag to compare

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

08 Oct 12:58
Compare
Choose a tag to compare

New Features:

  • Swipe to Refresh