Vojtech Novak
7aaf1a580a
add prettier, eslint, yarn lockfile ( #128 )
2020-02-11 12:25:52 +01:00
Vojtech Novak
3b1dc89d82
specify files array ( #125 )
2019-09-27 17:00:23 +02:00
dependabot[bot]
0f69167ecd
Bump lodash from 4.17.10 to 4.17.15 ( #121 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.10 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-09-27 11:05:54 +02:00
dependabot[bot]
fcbd911473
Bump extend from 3.0.1 to 3.0.2 ( #116 )
...
Bumps [extend](https://github.com/justmoon/node-extend ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases )
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2 )
2019-09-27 11:05:24 +02:00
Vojtech Novak
c265da38dd
1.1.0
2019-09-27 10:56:23 +02:00
Wojciech Gruszka
d5b3731125
Added backgroundColor ( #113 )
2019-09-27 10:54:41 +02:00
Janic Duplessis
33453615d3
Add @ReactModule
annotation and NAME
constant ( #122 )
...
This will eventually be used by TurboModules annotation processor.
2019-09-27 10:53:02 +02:00
Jiří Bažant
5ff6f679ee
Small README.md fixes
...
Fixed some anchors and one typo.
2019-06-25 09:10:38 -07:00
Noitidart
a3b46a0ba7
1.0.5
2019-04-24 18:53:17 -07:00
eladgel
57e7fe4e9a
Update build.gradle
...
If having min api version of 21 I cannot build the project when using this library, since upgrading to the latest Android studio, this change fixes that
Android Studio 3.4.0
classpath 'com.android.tools.build:gradle:3.4.0'
2019-04-24 18:48:40 -07:00
Noitidart
c618610bda
1.0.4
2019-03-21 05:40:44 -07:00
Sergei Butko
dcb3793527
Replace compile with implementation, take versions from root project
...
These changes prevent compilation errors when trying to build the release APK
2019-03-21 05:37:24 -07:00
Noitidart
92a68ae1b4
Differentiate OptionsCheckboxList, close #111
...
* At same time, fix up OptionsPicker
* Got rid of OptionsCheckbox - made it apart of OptionsCommon
2019-03-21 05:23:11 -07:00
Lewis Nelson
7e8f9667b5
Revert "Fixed anonymous class implementation from MaterialSimpleListAdapter.Callback interface ( #109 )" ( #110 )
...
This reverts commit c66031d1fe3acf8dfe0fe9b461e410c9980304f0.
2019-02-28 09:34:46 -08:00
Lewis Nelson
c66031d1fe
Fixed anonymous class implementation from MaterialSimpleListAdapter.Callback interface ( #109 )
2019-02-28 07:44:15 -08:00
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