- Migrate to AndroidX
- Add @NonNull annotations
- Update target sdk version to 29.
- Update gradle, plugins, libraries, and build tools.
- Fix bugs in
removeOnPageChangeListener
andclearOnPageChangeListeners
.
- Fix a bug in onRestoreInstanceState where page change listeners would be called with the wrong position when in RTL mode.
- Update target sdk version to 25.
- Update gradle, plugins, libraries, and build tools.
- Fix a bug in propagation of data set changed notifications.
- First release!