android-times-square icon indicating copy to clipboard operation
android-times-square copied to clipboard

Standalone Android widget for picking a single date from a calendar view.

Results 36 android-times-square issues
Sort by recently updated
recently updated
newest added
trafficstars

They're busted and I can't figure out how to make Robolectric find the resources.

TODO

When I'm using custom CellDecorator with DayViewAdapter, I have a strange artefact.

bug

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!

enhancement

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...

enhancement

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...

bug

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...

bug

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...

enhancement

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: ![npe_timessquare](https://cloud.githubusercontent.com/assets/7049728/5943537/f1eccb58-a706-11e4-9bbc-70cd343f0a65.png) Looking through the code it seems a bit...

enhancement