Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 529 Bytes

change_log.md

File metadata and controls

23 lines (20 loc) · 529 Bytes

ChangeLog

1.0.0

  • Add the YEAR type;

0.9.9

  • Add the function to set the max timeMillseconds.
    setMaxMillseconds

0.9.3

  • Add some functions to set the time unit.
    mDialogAll = new TimePickerDialog.Builder()
                .setCallBack(this)
                .setTitleStringId("TimePicker")
                .setYearText("Year")
                .setMonthText("Month")
                .setDayText("Day")
                .setHourText("Hour")
                .setMinuteText("Minute")