9 Commits

Author SHA1 Message Date
ldjesper
eb6aec99b1 Add a button bar to control the current month to MaterialCalendar.
PiperOrigin-RevId: 245057453
2019-04-29 15:34:06 -07:00
ldjesper
afad587e69 Replace custom listener in MonthFragment with standard OnClickListener. Use MonthPagerAdapter only as a pass-through for the Calendar listener instead of creator.
PiperOrigin-RevId: 244719218
2019-04-29 15:25:11 -07:00
ldjesper
b92e18b9eb Page Months with a ViewPager
PiperOrigin-RevId: 244395413
2019-04-19 22:02:35 -04:00
ldjesper
39895914a6 Remove InYear naming
PiperOrigin-RevId: 244357311
2019-04-19 21:58:53 -04:00
ldjesper
f2bc99b468 Switch from a pass through click listener to a listener pattern on MaterialCalendar.
This pattern keeps change notification near the change and is more resilient to code based selection changes.

PiperOrigin-RevId: 244081299
2019-04-19 21:37:09 -04:00
ldjesper
bada4a8d9b Maintain state on rotation
PiperOrigin-RevId: 242883550
2019-04-19 15:25:19 -04:00
ldjesper
bcc9a83dad Allow MonthInYearAdapter to draw its child views correctly when created
PiperOrigin-RevId: 241958804
2019-04-05 15:59:09 -04:00
ldjesper
35a1401a52 Switch from multiple related extends to an interface
PiperOrigin-RevId: 241870753
2019-04-05 15:50:05 -04:00
ldjesper
63cd0d8428 Change CalendarView to a Fragment as it will contain more fragments
PiperOrigin-RevId: 241414776
2019-04-05 15:29:59 -04:00