SortableTableView Versions Save

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.

v2.8.1

5 years ago

New Methods:

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

Other:

  • update to latest version of dependencies

v2.8.0

6 years ago

New Features:

  • listen for changes of the sorting status using SortableTableView#addSortingStatusChangeListener( SortingStateChangeListener ) and unregister using SortableTableView#removeSortingStatusChangeListener( SortingStateChangeListener )

v2.7.0

6 years ago

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

7 years ago

New Features:

  • introduced Empty Data Indicator View

Other:

  • updated support libraries to latest version

v2.5.0

7 years ago

New Features:

  • Introduce OnScrollListener
  • Introduce EndlessOnScrollListener

Fixed Bugs:

  • unable to sort tabel (regression in 2.4.3)

v2.4.3

7 years ago

Bug fixes:

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

v2.4.2

7 years ago

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

7 years ago

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

7 years ago

New Features:

  • introduce TableColumnModel to give more control about column widths

Other:

  • update Android SDK to 25
  • update dependencies

v2.3.0

7 years ago

New Features:

  • Swipe to Refresh