Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Multiple issues fixed and new features implemented #308

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2018

  1. Fixes florent37#148

    The crash was caused because of the options secondDateAfterFirst which was added in the commit db112c9
    The issue was only reproduced when the flag secondDateAfterFirst was set to true and the WheelDayOfMonthPicker view was visible.
    The listener addOnDateChangedListener was updating the second picker with the minimum date whereas when the WheelDayOfMonthPicker's visibility was gone, the picker had no items resulting in a crash in getItem() method of the WheelPicker adapter.
    Akhunzaada committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    54386c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Fixes florent37#124, florent37#127 & florent37#136

    The crash was caused when today's label was set using todayText() method or from xml. The WheelDayPicker was considering the label from resources for today position instead of the custom set label.
    Akhunzaada committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    32b9b69 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge remote-tracking branch 'upstream/master' into master

    # Conflicts:
    #	singledateandtimepicker/src/main/java/com/github/florent37/singledateandtimepicker/widget/WheelDayPicker.java
    #	singledateandtimepicker/src/main/java/com/github/florent37/singledateandtimepicker/widget/WheelPicker.java
    Abdul Khaliq authored and Abdul Khaliq committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d77606c View commit details
    Browse the repository at this point in the history
  2. Fixes florent37#301, florent37#292

    Other florent37#306, florent37#303, florent37#269, florent37#290
    The issues were mainly caused because of incorrect retrieving of today item index.
    Optimized today item index search on scroll.
    Akhunzaada committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1533b11 View commit details
    Browse the repository at this point in the history
  3. Gradle wrapper and plugin versions updated

    targetSdkVersion set to API 30
    Dependency versions updated
    Akhunzaada committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7902c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86dd957 View commit details
    Browse the repository at this point in the history