Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 618 Bytes

RtlViewPager changelog

2.0.0

  • Migrate to AndroidX
  • Add @NonNull annotations
  • Update target sdk version to 29.
  • Update gradle, plugins, libraries, and build tools.

1.0.3

  • Fix bugs in removeOnPageChangeListener and clearOnPageChangeListeners.

1.0.2

  • 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.

1.0.1

  • Fix a bug in propagation of data set changed notifications.

1.0.0

  • First release!