Ibby
3e2964b385
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-22 17:13:59 -05:00
Guille
77ab2c21da
refractor(): name to pluginName ( #994 )
2017-01-22 17:13:42 -05:00
guille
94025a7fd2
fix(plugin): adds subscribe() and unsubscribe()
2017-01-22 17:13:13 -05:00
guille
8c021bcaa0
fix(): add clearAllNotifications()
2017-01-22 17:13:13 -05:00
Ibby
da7a3707fa
fix(core): fix plugin check
2017-01-22 17:12:24 -05:00
Peter Kelly
cb293639bc
fix(core): fix exception in CordovaProperty ( #998 )
...
This reverts part of commit 67adb23, which moved the call to getPlugin()
from within CordovaProperty() to a point where it was called too early.
When the CordovaProperty decorator is called on a property, the class
containing that call has not yet had its Plugin decorator called. Only
when the latter happens does pluginRef get set. Thus, attempting to
access pluginRef within CordovaProperty at the time of the call will
give undefined, and attemping to call getPlugin with an undefined value
will throw an exception:
Runtime Error
Cannot read property 'split' of undefined
TypeError: Cannot read property 'split' of undefined
at get
at getPlugin
at CordovaProperty
at __decorate
...
The above message can be seen in the browser after running the 'ionic
serve' command.
This commit moves the getPlugin call back to the getters and setters
established by CordovaProperty, which are only called *after* the Plugin
decorator has finished executing.
closes #992
2017-01-22 17:11:52 -05:00
Ibby
a8258ec998
docs(): add beta tags
2017-01-20 16:33:43 -05:00
Ibby
09747cd746
docs(firebase): improve docs
2017-01-20 16:29:15 -05:00
Ibby
2f89ae0e84
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-20 16:24:22 -05:00
Megan Kearl
ac748abf78
feat(serial): add Serial plugin ( #952 )
...
* style: fix whitespace lint issue
* feat(serial): add serial plugin
* docs(serial): remove unnecessary comments
2017-01-20 16:16:12 -05:00
Guillaume
1279114b73
feat(backlight): add Backlight plugin ( #973 )
...
* feat(backlight): add Backlight plugin
* fix(backlight): set as beta
2017-01-20 16:14:29 -05:00
Peter Bakondy
7c30718369
feat(speech-recognition): add SpeechRecognition plugin ( #897 )
2017-01-20 16:13:58 -05:00
Kim Biesbjerg
9c75a06131
feat(launch-review): add LaunchReview plugin ( #949 )
...
* Add LaunchReview
* Fix pluginRef
2017-01-20 16:11:57 -05:00
Guillaume
1e38a6c005
feat(broadcaster): add Broadcaster plugin ( #877 )
...
* feat(broadcaster): add Broadcaster plugin
* fix(broadcaster): return Obserable for addEventListener
- also remove the listener when clearing observable
2017-01-20 16:11:19 -05:00
Ibby
23639ee859
docs(): add beta tag
2017-01-20 16:10:39 -05:00
Ibby
be20c51996
Merge branch 'master' of github.com:driftyco/ionic-native
2017-01-20 16:09:27 -05:00
Niklas Merz
1615b74065
feat(fingerprint-aio): add cordova-plugin-fingerprint-aio ( #845 )
2017-01-20 16:09:21 -05:00
Ibby
5638f90783
refractor(): remove default value from optional param
2017-01-20 16:07:28 -05:00
Ibby
47b6164e99
docs(): add beta tags
2017-01-20 16:07:05 -05:00
Lucas A. Moulin
229f5509e9
feat(rollbar): add Rollbar plugin ( #832 )
...
* Add Rollbar plugin
* Add documentation
* Add return type to init function
* Remove init params
2017-01-20 16:05:06 -05:00
John-Luke
70c15c31ca
feat(navigationbar): add NavigationBar plugin ( #826 )
...
* feat(navigationbar): add NavigationBar plugin
* fix(navigationbar) typo in chore
* Implement changes requested
* fix(): add return
* fix(docs): remove callback parameter
* Update navigationbar.ts
2017-01-20 16:04:31 -05:00
Ibby
538ebfe9fe
fix merge conflict
2017-01-20 16:03:58 -05:00
Ibby Hadeed
8e98481609
feat(firebase): add firebase plugin ( #914 )
...
closes #608
2017-01-20 16:02:33 -05:00
Ibby Hadeed
0ec46b03b5
feat(stripe): add stripe plugin ( #913 )
...
* feat(stripe): add stripe plugin
* add stripe to index
* add param doc
2017-01-20 16:02:17 -05:00
Ibby
f10f152d2c
docs(native-geocoder): add interfaces
2017-01-20 16:01:54 -05:00
Ibby
d746a98ef4
refractor(native-geocoder): refractor interface names
2017-01-20 16:01:29 -05:00
Ibby
dbf95ea4bd
fix(native-geocoder): fix callback order
2017-01-20 16:00:05 -05:00
Sebastian Baar
911537b61b
feat(nativegeocoder): add NativeGeocoder plugin ( #800 )
2017-01-20 15:56:16 -05:00
John-Luke
2e926f4a94
Update headercolor.ts
2017-01-19 09:06:58 -03:00
John-Luke
b2cd106aae
Update headercolor.ts
2017-01-18 18:58:27 -02:00
elless
ab681cccbe
fix(app-rate): onRateDialogShow callback ( #985 )
2017-01-18 12:52:36 -05:00
Dennis Bruijn
9008aa264b
docs(google-maps): make it clear that the map element needs a height ( #984 )
...
I added a change that makes it clear that the map element needs a height to be visible.
I tried to follow the docs but It didn't work, after that I thought my API keys were invalid, at the end it turned out the map wasn't visible at all.
2017-01-18 10:37:02 -05:00
Ibby Hadeed
33ca56a151
remove static method open
2017-01-18 10:34:52 -05:00
Attila Oláh
d8892e195b
docs(file): clarify what unit getFreeDiskSpace returns with ( #981 )
2017-01-18 10:30:38 -05:00
Vlado Velichkovski
a88cf7034b
docs(nfc): fix return type ( #961 )
...
Doc fix for stringToBytes function
2017-01-15 22:48:23 -05:00
Diego
c44071d117
docs(file-chooser): added missing ")" ( #971 )
2017-01-13 14:02:19 -05:00
Abdelaziz Bennouna
e902856089
feat(barcodescanner): add missing options ( #966 )
...
Fixes #965
2017-01-11 11:31:29 -05:00
Ibby
67adb23a14
chore(): optimize CordovaProperty
...
closes #954
2017-01-10 20:45:11 -05:00
Ibby
9541009742
chore(): fix the callCordovaPlugin check
...
the previous approach doesn't handle __proto__ methods
2017-01-10 20:38:48 -05:00
Ibby
b98fa28b4b
fix(apprate): captialize URL in storeAppURL property
2017-01-10 18:49:53 -05:00
Ibby
8e787fdd5f
docs(video-player): update install source
...
closes #959
2017-01-10 16:39:36 -05:00
Ibby
c6dbf343fb
chore(): add beta tags
2017-01-10 07:41:44 -05:00
Ibby Hadeed
5981622f3a
chore(): replace try/catch with better approach ( #956 )
...
* chore(): replace try/catch with better approach
* optimize last commit
2017-01-10 07:06:44 -05:00
MSadiqR
2ddb8be775
Typescript error solved ( #947 )
...
Added a placeholder parameter to resolve typescript error
2017-01-09 06:10:08 -05:00
Josh Gibbs
ebf07161b6
fix(onesignal): OSNotification.app_id is optional ( #946 )
...
OSNotification::app_id is not required when sending a selfNotification.
2017-01-09 05:07:57 -05:00
Thomas Kemmer
6ddd2aa184
fix(ble): stopScan takes no args when used as clear function ( #944 )
2017-01-09 05:06:33 -05:00
Jonathan Samines
5b6cb6e19f
docs(device): fix reference ( #930 )
2017-01-07 08:00:56 -05:00
Ibby
9a5a62bc3a
chore(): tslint
2017-01-07 07:59:06 -05:00
Ibby
d192dee1ee
docs(google-plus): add basic docs
2017-01-07 07:43:27 -05:00
Ibby
0d6997cbdd
fix(push): fix typing for additionalData
...
closes #868
2017-01-07 06:42:38 -05:00