- Merged: Add addMoreItems(int, List) to the PagingBaseAdapter.
- Merged: PagingListView can now reload if requested. Before, after clearing the list, setting hasMoreItems to true had no effect on reloading. This removes the item count check and re-adds the footer view if hasMoreItems is set to true.
- Merged: Reserve the setOnScrollListener() method for PagingListView.
Initial release.