-
-
While working on issue #13, I ran into this problem:
```
Exception. Test failed on activity execution with java.util.NoSuchElementException: Collection is empty.
java.util.NoSuchElementException: …
-
The docs are a bit misleading about the look-and-feel of the pickers because the appcompat lib implies that they will have the material treatment on all compatible platforms, but this is not the case.…
-
**My App has a feature that can only select 0 and 30 minutes!**
**TimePickerDialog can select 0~60 [minutes!**]
![file1535621930316](https://user-images.githubusercontent.com/18555528/44843998-451…
-
Some of our users an error occurs
HoloEverywhere version: 2.1.0
Android version / Device:
3.2 / samsung samsung GT-P6800
3.2 / samsung samsung GT-P6200
3.2 / samsung samsung GT-P7300
3.2.1 / Acer ace…
-
Is it a Titanium bug?
https://archive.appcelerator.com/question/159923/cant-show-timepickerdialog-on-top-of-window-with-titanium-3
-
### Description
When implementing a custom renderer for the TimePicker in Android to intercept whether the dialogs OK button is pressed, the handler is not triggered for the DialogButtonType.Posi…
-
Timepoint[] disabledTimes = {
new Timepoint(11)
};
timePickerDialog.setDisabledTimes(disabledTimes);
-
Hey,
I was just wondering wouldn't it be better to make 'showDateTimePickerDialog()' also work on Android so that it opens the TimePickerDialog after selecting a date?
Isn't that be the purpose of a…
-
Please support to set layout version 2 for TimeRangePicker like TimePickerDialog. Thanks