157 Commits

Author SHA1 Message Date
Noitidart
72080ce719 1.0.3 2019-02-17 16:28:20 -08:00
Janic Duplessis
da2e87d336 Update material-dialogs version (#106) 2019-02-06 12:35:46 -08:00
Phecda Su
8a4cbfdb5d Implement 'keyboardType' on native side (#104) 2019-01-13 18:37:55 -08:00
eladgel
86341a5bfc Added maxNumberOfItems property (#102)
* DialogAndroid.js - Adding max number of items in a list property
* DialogAndroid.java - Added maxNumOfItems in a list dialog property, and handling so we control the dialog's size.
2019-01-02 06:49:15 -08:00
Ivan
b2fa7cc6cd Fixed typo (#96) 2018-11-06 13:32:16 +01:00
Noitidart
40b79f57b0 1.0.2 2018-07-24 22:31:59 -07:00
Noitidart
ce7b810821
Merge pull request #89 from happypancake/master
RN 0.56 compat
2018-07-24 22:28:39 -07:00
Noitidart
8168dff54a
Removes autocompletetextview from readme
Fixes #91
2018-07-24 22:26:40 -07:00
Sverre
8a74603224 RN 0.56 compat 2018-07-23 16:45:45 +02:00
Aakash N S
36747f7288 1.0.1 2018-06-11 08:56:22 +05:30
Aakash N S
d4f48750d9
Update README.md 2018-06-11 08:55:58 +05:30
Aakash N S
0814d71f33 release 1.0 2018-06-08 15:23:08 +05:30
Aakash N S
392d8fc139
Update README.md 2018-06-01 14:39:16 +05:30
Noitidart
1b5679a44f 1.0.0-rc.1 - npm publish --tag next 2018-05-31 09:21:44 -07:00
Noitidart
f633163e3a
Merge pull request #86 from felipemartim/checkbox-prompt2
Checkbox prompt support for picker
2018-05-31 09:13:07 -07:00
Noitidart
ee616a5b94
update table of contents and note about where to so examples with checkboxes 2018-05-30 22:32:55 -07:00
Noitidart
b6e0b41890
Update README.md - adjust for js api 2018-05-30 22:10:53 -07:00
Noitidart
cc1eed32f6
Update DialogAndroid.js - adjust for js api 2018-05-30 22:10:29 -07:00
Noitidart
d8c3700e19
Udpate DialogAndroid.java - adjust for js api 2018-05-30 22:09:12 -07:00
Noitidart
9c40be5529
Update README.md
typo in basic list example code
2018-05-30 16:55:10 -07:00
Felipe Vieira
3f2b05b8dc checkbox prompt support for picker 2018-05-30 19:21:34 -03:00
Noitidart
8dcd01623b Added contributors following all-contributors spec (#84)
* Added contributors following all-contributors spec - https://www.npmjs.com/package/all-contributors-cli#installation - to use this cli to add/edit users we do:

./node_modules/.bin/all-contributors add

* moved vnovak to first contirbutor, for some reason it had put me first

* after vnovak and myself i alphabetized all other contirbutors
2018-05-29 14:12:22 +02:00
Noitidart
ba5b3f81d5
Update README.md
typo in basic list code example
2018-05-16 12:32:24 -07:00
Noitidart
e9933c3696 Added screenshots (#83)
* Adding screenshots to readme

* * add screenshots folder
* fixed multi choice, when nothing was selected it was giving [ undefined ]
* no spacing in showProgress when horizontal style

* readme nit

* update table of contents

* readme nit
2018-05-16 21:26:58 +02:00
Noitidart
5b55a623b8 Support regular RN color value, no more crashing after first callback is consumed. (#82)
* Update DialogAndroid.java

Support regular RN color value, no more crashing after first callback is consumed.

* new api in js

* updated js

* types fixing

* fixed class name from MaterialDialog to AndroidDialog

* Whops it should be DialogAndroid, not AndroidDialog

* fix showProgress - plan to remove this, just testing

* update readme

* added mroe examples

* assignDefaults example

* alternative shorthand signatures

* more readme

* deprecate string as item, selctedIndex, selectedIndices. moved to object as item, with label

* changes based on discusion with @vonovak

* readme nits

* readme nit

* readme touchups

* readme nit

* testing and fixes per testing

* .padStart is not same as prefix
2018-05-15 19:59:36 +02:00
Noitidart
a1d7ef121d Add progress dialog to readme (#79) 2018-03-29 00:25:35 +02:00
Aakash N S
d61de75157
Merge pull request #77 from BrianSo/fix-readme-manual-installation
[README.md] Fix manual installation
2018-03-16 08:44:13 +05:30
BrianSo
6c2e173747
Update README.md
add `compile project(':react-native-dialogs')` for manual installation
2018-03-16 10:48:19 +08:00
Vojtech Novak
55e66705b5 0.0.21 2017-12-08 00:19:17 +01:00
Jamie Johnson
c6ffde7a60 Add widgetColor, titleColor, contentColor and linkColor options (#72)
* add widgetColor option

* update readme

* update more color options

* call correct functions

* update readme

* cleanup
2017-12-05 10:38:56 +01:00
Ricardo Fuhrmann
c6f14380c5 Update README.md (#71)
Document positiveColor, negativeColor and neutralColor
2017-11-16 14:22:59 +01:00
Ross
2cd553fa65 fix dependency (#49)
* fix dependency

* add missing quote
2017-11-15 22:37:32 +01:00
Aakash N S
6d0cfbcd9a 0.0.20 2017-09-21 03:32:47 +05:30
Aakash N S
6f5c4e6264 0.0.19 2017-09-21 03:32:10 +05:30
Vojtech Novak
8dc915af33 make readme images more compact 2017-09-17 20:00:00 +02:00
Vojtech Novak
ccc45b9381 Update README.md 2017-09-17 19:43:28 +02:00
Vojtech Novak
42d681f017 Do not specify RN version, use RN from node_modules 2017-09-17 19:38:16 +02:00
Vinicius Zaramella
40bfea058e Fix crash when not selecting a option with itemsCallbackSingleChoice
Fix problem with crash when not selecting a option with itemsCallbackSingleChoice.
2017-09-17 19:36:30 +02:00
Henrik
33e463d523 Updated README.md installation instructions (#56)
Updated the documentation to reflect the changes in React Native, as MainApplication is being used instead of MainActivity in the current version of React Native.
2017-09-17 19:35:55 +02:00
Thomas Kekeisen
2ccfdc1afc Added some missing spaces to make markdown work (#59) 2017-09-17 19:33:11 +02:00
Radek Czemerys
c480127112 Remove createJSModules - RN 0.47 compatibility (#66)
* Remove depreciated createJSModules @ovveride marker

* Fix typo

* Fix typo in comment
2017-09-17 00:35:17 +02:00
Aakash N S
8abaf11da1 Merge pull request #52 from faogustavo/master
Added support for button color
2017-02-26 23:11:00 +05:30
Gustavo Fão Valvassori
24c331efd7 fix color names 2017-02-18 06:34:31 -02:00
Gustavo Fão
6d15e55360 Added support for button color 2017-02-17 13:15:16 -02:00
Aakash N S
a4d21df825 Merge pull request #48 from farzadab/master
Added RTL functionality using Gravity
2016-12-23 23:50:36 +05:30
Farzad Abdolhosseini
8dabf4ce5b Added gravity options for title, text, and buttons. Also added a simpler rtl option, for changing alignment to RTL 2016-12-18 12:47:47 +03:30
Aakash N S
abd499e12c Merge pull request #40 from jrm2k6/master
split between manual installation and rnpm installation
2016-08-18 00:12:23 +05:30
Jeremy Dagorn
43eaae8a5f split between manual installation and rnpm installation 2016-08-17 06:06:18 -07:00
Aakash N S
e14f2abff4 Merge pull request #38 from pfeiffer/patch-1
Fix typo in README
2016-08-16 18:33:17 +05:30
Mattias Pfeiffer
f46b29f296 Fix typo in README 2016-08-16 14:09:43 +02:00