| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-04-29 | 1.2 kB | |
| v0.8.7-alpha source code.tar.gz | 2018-04-29 | 27.1 MB | |
| v0.8.7-alpha source code.zip | 2018-04-29 | 27.2 MB | |
| Totals: 3 Items | 54.3 MB | 0 | |
NewFeature:
- TableView has a new handler class (PreferencesHandler) to retain and restore TableView preferences like the scroll positions and the selected positions.
- RowHeader Sorting implementation has been inserted.
- New helper method to set the Row Header width value dynamically.setRowHeaderWidth(row, width)
- ColumnSortHandler has two new functions;
- setEnableAnimation(boolean mEnableAnimation) : To enable/disable Sort animation (DiffUtils). (enabled by default)
- boolean isEnableAnimation() : To check the current state.
- Added ColumnSortStateChangedListener implementation to dispatch changes in column sort state to Pagination and update the page contents and the order of the dataset.
BugFix : - LongPress tolerance has been increased. - When sorting RowHeader, sorting the CellItems in order to keep up-to-date the dataset - [#84] - [#77] - fixed multi-touch scrolling: