George Antonious

Results 9 comments of George Antonious

You should be able to disable selection using the following method: ```kotlin materialDayPicker.disableAllDays() ``` When the network request finishes you can re-enable selection using: ```kotlin materialDayPicker.enableAllDays() ``` If you want...

Thanks for explaining. I see the issue you have for your use-case. I suppose we would want a way to disable the entire control and darken each toogle using the...

This is a great idea but I don't have the bandwidth right now to build it. You are more than welcome to add this functionality and submit a pull request.

If you're okay with not having the background between the start and end days you can implement a custom `SelectionMode` to achieve the range behaviour. I drafted one below. You...

Yeah this has been brought to my attention. Luckily we still have till Feb 1, 2022 before package are no longer resolvable from jcenter. Next time a release is ready...

> any update on when this migration will happen? There are currently no plans to migrate until we need to release a new version. Jfrog announced they would leave packages...

Could you provide the library version you're using and a crash stack trace?

I was not able to reproduce this on a clean build on API 30. Can you trying running a clean build and see if you continue to run into this...

I still wasn't able to reproduce the issue even with R8 enabled on a release build. I suspect this maybe a device specific issue. I did a bit of digging...