Skip to content

Releases: ISchwarz23/SortableTableView

v2.2.2 - Fixed exception on orientation change

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 31 Aug 18:31

Bug Fixes:

  • Exception described in issue #49 has been fixed

Upgrades:

  • upgrade to appcompat-v7 version 24.2.0
  • upgrade to gradle version 2.14
  • upgrade to android-maven-gradle-plugin version 1.4.1

v2.2.1 - Update to android sdk 24

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 07 Aug 18:55

Upgrade to latest android sdk version (24) this includes

  • target sdk version
  • build tool version
  • appcompat-v7

v2.2.0 - Data Long Click Listening

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 19 Jul 16:06

New features:

  • it is now possible to add a TableDataLongClickListener to the TableView and SortableTableView

Deprecation:

  • TableView#removeTableDataClickListener() is now deprecated -> use TableView#removeDataClickListener() instead
  • TableView#removeHeaderListener() is now deprecated -> use TableView#removeHeaderClickListener() instead

v2.1.0 - Row Background Drawable

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 12 Jun 13:28

New features:

  • set drawables as row background (before only colors where posible)
  • SimpleTableHeaderAdapter accepts string resources

Deprecation:

  • TableDataRowColorizer is now deprecated -> use TableDataRowBackgroundProvider

v2.0.1 - Fix bug of lost scroll indicator

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 19 May 13:39

Fixed Bugs:

  • lost scroll indicator was restored (thanks to @ciskeboekelo)

v2.0.0 - Deconfliction with GridLayout

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 24 Apr 19:41

Fixed Bugs:

  • deconfliction with GridLayout xml attributes

Api Changes:

  • added "tableView_" prefix to xml attributes (fix confliction with GridLayout attribute "columnCount")
  • renaming of setDataRowColoriser to setDataRowColorizer in TableView and SortableTableView to align naming through the whole library

v1.1.1 - Fix bug that fixed width is not applicable

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 24 Apr 15:42

Fix bug that fixed width is not applicable.

v1.1.0 - Add "Save Instance State" functionality

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 03 Apr 20:35

Added Features:

  • Save Instance State (scroll position and sorting)

Fixed Bugs:

  • Removal of "allowBackup" tag

v1.0.1 - Update to latest sdk version

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 02 Feb 17:56

Update to latest sdk version. Also use latest AppCompat-v7 version.

v1.0.0 - Improve Stability

Choose a tag to compare

@ISchwarz23 ISchwarz23 released this 30 Jan 16:55

The stability has been improved and the build tools have been updated.