Skip to content

Releases: ISchwarz23/SortableTableView

v2.2.2 - Fixed exception on orientation change

31 Aug 18:31
Compare
Choose a tag to compare

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

07 Aug 18:55
Compare
Choose a tag to compare

Upgrade to latest android sdk version (24) this includes

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

v2.2.0 - Data Long Click Listening

19 Jul 16:06
Compare
Choose a tag to compare

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

12 Jun 13:28
Compare
Choose a tag to compare

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

19 May 13:39
Compare
Choose a tag to compare

Fixed Bugs:

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

v2.0.0 - Deconfliction with GridLayout

24 Apr 19:41
Compare
Choose a tag to compare

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

24 Apr 15:42
Compare
Choose a tag to compare

Fix bug that fixed width is not applicable.

v1.1.0 - Add "Save Instance State" functionality

03 Apr 20:35
Compare
Choose a tag to compare

Added Features:

  • Save Instance State (scroll position and sorting)

Fixed Bugs:

  • Removal of "allowBackup" tag

v1.0.1 - Update to latest sdk version

02 Feb 17:56
Compare
Choose a tag to compare

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

v1.0.0 - Improve Stability

30 Jan 16:55
Compare
Choose a tag to compare

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