android-times-square
android-times-square copied to clipboard
Standalone Android widget for picking a single date from a calendar view.
They're busted and I can't figure out how to make Robolectric find the resources.
When I'm using custom CellDecorator with DayViewAdapter, I have a strange artefact.
hi, is there any feature currently available for lunar display? If not, could you give me a direction to make a lunar calendar? Thanks for your support!
I cannot select a date using the keyboard. We have a requirement to support accessibility and when the calendar view opens, the tab key only allows selection of the entire...
I'm trying to reset decorators after certain action is performed in the app by calling calendarView.setDecorators(Collections.emptyList()); but it won't work, the decorators stay as I set them using custom decorator...
The AlertDialog is created with: ``` java calendarPickerView = new CalendarPickerView(context,null); calendarPickerView.init(new Date(System.currentTimeMillis()), new Date(System.currentTimeMillis() + DateUtils.YEAR_IN_MILLIS)) .inMode(CalendarPickerView.SelectionMode.RANGE); builder.setView(calendarPickerView); builder.show(); ``` Note: Inflating xml containing a CalendarPickerView results in the...
The main functionality that made me test this library was range selection mode. But I do not like the vertical scroll. I expect it to be like the native calendar...
How do you feel about a rewrite of the `CalendarPickerView` control using a `RecyclerView`? This would open up the possibility to use different layout managers, namely a grid based one...
highlightDates takes too much time. So i what to show progressbar? But how i can to do that? AsyncTask does not help. Thanks
Hey people! I am trying to use TimesSquare but am getting a NullPointerException in a simple preview from Android Studio like:  Looking through the code it seems a bit...