Skip to content

v2.1.3

Compare
Choose a tag to compare
@maltaisn maltaisn released this 19 Aug 17:22
· 21 commits to master since this release
v2.1.3
ba2d11e
  • Introduced rpListDialogMaxWidth and rpPickerDialogMaxWidth attributes to limit the maximum size of dialogs on
    screen. Previously dialogs used at least 65% width in portrait and 100% in landscape which resulted in very wide dialogs
    on large screens. Maximum widths are set to 500dp for both by default.
  • Recurrence.toString() now returns the same output in release builds.
  • Day of week buttons in picker dialog are now bigger on larger screens.
  • Fixed RecurrenceFormatter not adding days of the week for a weekly recurrence recurring on multiple days of which
    one is the same as start date's.
  • Fixed end date dialog layout on larger screens.
  • Increased Kotlin version to 1.4.0.