TiDialogs icon indicating copy to clipboard operation
TiDialogs copied to clipboard

Titanium native module for the the missing Android dialogs.

Results 9 TiDialogs issues
Sort by recently updated
recently updated
newest added

1. added `.clang-format` style file and all sources are formatted using it (this is default style and now it is included in android module template) 2. added classes `BaseUIDialog` and...

in README onChange in source onchange ;-)

* fixed coding styles. * removed LICENSE from README since GitHub shows the license on the repo's page based on the LICENSE file.

Add select all option for the multichoice picker.

Hi, Is it possible to hide one of the selectors in the date time selector? I've seen some code apparently doing that in native android: http://stackoverflow.com/questions/21321789/android-datepicker-change-to-only-month-and-year There is a cool...

Because of [limitations](http://stackoverflow.com/questions/14439538/how-can-i-change-the-color-of-alertdialog-title-and-the-color-of-the-line-under/15285514#15285514) in Android, it's not possible to theme the blue title and line in alert dialogs. However, with the [QustomDialog](https://github.com/danoz73/QustomDialog) mentioned in the answer linked, you _can_ set...

Hi David, thanx for your work. In my last project I tried to use: ``` var sections = HoerSuppe.getAllPodcasts(); var Dialogs = require("yy.tidialogs"); var options = [], selected = [];...