Releases: ISchwarz23/SortableTableView
Releases · ISchwarz23/SortableTableView
v2.2.2 - Fixed exception on orientation change
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
Upgrade to latest android sdk version (24) this includes
- target sdk version
- build tool version
- appcompat-v7
v2.2.0 - Data Long Click Listening
New features:
- it is now possible to add a
TableDataLongClickListener
to theTableView
andSortableTableView
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
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
Fixed Bugs:
- lost scroll indicator was restored (thanks to @ciskeboekelo)
v2.0.0 - Deconfliction with GridLayout
Fixed Bugs:
- deconfliction with GridLayout xml attributes
Api Changes:
- added "tableView_" prefix to xml attributes (fix confliction with GridLayout attribute "columnCount")
- renaming of
setDataRowColoriser
tosetDataRowColorizer
in TableView and SortableTableView to align naming through the whole library
v1.1.1 - Fix bug that fixed width is not applicable
Fix bug that fixed width is not applicable.
v1.1.0 - Add "Save Instance State" functionality
Added Features:
- Save Instance State (scroll position and sorting)
Fixed Bugs:
- Removal of "allowBackup" tag
v1.0.1 - Update to latest sdk version
Update to latest sdk version. Also use latest AppCompat-v7 version.
v1.0.0 - Improve Stability
The stability has been improved and the build tools have been updated.