Tim Lancina
db07768133
fix(plugin): handle rejection when Cordova is undefined
...
Zone.js now (helpfully) throws an error on unhandled rejections in
promises. This is great because they no longer silently fail, but we
were relying on that behavior for the case where the plugin isn't
installed or Cordova isn't available. With this change, those cases
won't throw an unhandled rejection error, but all regular plugin errors
still should.
2016-04-27 13:00:59 -05:00
Ibrahim Hadeed
f89c2db86c
refactor(media): change plugin name to MediaPlugin to avoid conflicts
2016-04-27 09:54:14 -04:00
Ibrahim Hadeed
4070991f67
fix(plugin): remove unecessary code
2016-04-25 07:19:43 -04:00
Ibrahim Hadeed
ba5c049f77
Merge branch 'master' of https://github.com/driftyco/ionic-native into instance-wrapper
2016-04-25 07:17:17 -04:00
Ibrahim Hadeed
584312ec7f
chore(index): update index
2016-04-25 07:16:50 -04:00
Ibrahim Hadeed
1105b5723b
feat(media): add media plugin
...
closes #88
2016-04-25 06:51:42 -04:00
Ibrahim Hadeed
a37a041538
style(plugin): reverse previous commit, to keep track of changes easier
2016-04-25 06:22:17 -04:00
Ibrahim Hadeed
91117fa6bb
Merge pull request #134 from driftyco/cameraConstants
...
feat(camera): add camera constants
2016-04-25 05:46:46 -04:00
Ibrahim Hadeed
f5b52bf98f
docs(contacts): fix usage docs
...
closes #121
2016-04-25 05:43:35 -04:00
Ibrahim Hadeed
ce02d8219c
feat(camera): add camera constants
...
closes #129
2016-04-25 05:41:48 -04:00
Ibrahim Hadeed
3865ea4777
fix(GoogleAnalytics): addCustomDimension() key param is number
...
closes #131
2016-04-25 05:37:26 -04:00
Ibrahim Hadeed
9c78837113
Merge branch 'master' of https://github.com/driftyco/ionic-native
2016-04-25 05:32:58 -04:00
Ibrahim Hadeed
e10d744e7b
fix(localnotifications): options can be an array
2016-04-25 05:32:36 -04:00
mrybnik
923e384e43
Correct battery-status "status" event name
2016-04-19 01:03:43 +02:00
Ibrahim Hadeed
3894cb427d
Merge pull request #125 from koraysels/patch-1
...
documentation wrong for watchAcceleration
2016-04-17 06:23:27 -04:00
Koray S
17fa1c72b7
documentation wrong for watchAcceleration
...
documentation was wrong. watchPosition instead of watchAcceleration..
2016-04-15 14:25:02 +02:00
James Cheuk
c36fa0fa7f
update docs statusbar.ts
...
It should be overlaysWebView
2016-04-15 18:20:41 +08:00
Barry Rowe
ce2772b994
Append trailingSlash if not present on path param
...
In some cases the incoming ```path``` variable may not necessarily contain a trailing slash, but in cases where the directory path is manually built within the plugin this was not protected against. This shouldn't be a big issue if consumers are using ```cordova.file.*``` for the path params, but not all consumers may be using this.
2016-04-14 12:48:04 -04:00
Ibrahim Hadeed
94de6b43d9
Merge pull request #110 from cmanou/email-plugin
...
feat(plugin): add email composer plugin
2016-04-11 10:40:50 -04:00
Ibrahim Hadeed
3ef6e1f628
Merge pull request #111 from eberlitz/patch-1
...
Fix documentation for LocalNotifications plugin
2016-04-11 10:40:30 -04:00
Ibrahim Hadeed
d61b14b369
Merge pull request #117 from ct14it/patch-1
...
Actionsheet : Minor typo fixes
2016-04-11 10:39:05 -04:00
Ibrahim Hadeed
3c2f2273d8
Merge pull request #105 from driftyco/webintent-plugin
...
feat(plugin): add web intent plugin
2016-04-11 10:38:33 -04:00
Ibrahim Hadeed
beeb075831
fix(vibration): fix plugin reference
...
closes #106
2016-04-11 10:29:52 -04:00
CT14.IT
d42d24c60b
Minor typo fixes
2016-04-07 14:26:46 +01:00
Ignat Ignatov
96c47df151
Added implementation for readAsText() method.
2016-04-06 16:36:26 +02:00
Christopher Manouvrier
ce92e6ac8f
Refactor isAvailable
2016-04-06 22:06:46 +10:00
Christopher Manouvrier
f96ec32be7
Fix is available callback
2016-04-06 21:00:26 +10:00
Eduardo Eidelwein Berlitz
f2c85d038a
Fix documentation for LocalNotifications plugin
2016-04-05 13:41:35 -03:00
Christopher Manouvrier
213330379d
Update methods and pluginRef
2016-04-06 00:24:50 +10:00
Christopher Manouvrier
804c9ee463
feat(plugin): add email composer plugin
2016-04-05 21:55:24 +10:00
Nick Gal
8a0f828fb0
Update barcodescanner.ts
...
Typo
2016-04-04 19:34:37 -07:00
Ibrahim Hadeed
e2fc9a0432
feat(plugin): add web intent plugin
2016-04-04 00:05:34 -04:00
drachenbach
3b4c846132
added google analytics wrapper
2016-03-31 21:38:19 +02:00
Ibrahim Hadeed
eea70ffc0a
style(plugin.ts): format/indent
2016-03-29 17:53:51 -04:00
Ibrahim Hadeed
e39c448cb8
Merge branch 'instance-wrapper' of https://github.com/driftyco/ionic-native into instance-wrapper
2016-03-29 17:50:48 -04:00
Ibrahim Hadeed
5a8d48ea36
perf(ionicnative): instance wrapper cleanup and optimization
2016-03-29 17:49:53 -04:00
Ibrahim Hadeed
85e5522f40
remove test param
2016-03-29 06:56:21 -04:00
Ibrahim Hadeed
0ec737aa49
feat(ionicnative): add instance wrapper
...
closes https://github.com/driftyco/ionic-native/issues/86
https://github.com/driftyco/ionic-native/issues/79
2016-03-29 06:50:03 -04:00
Ibrahim Hadeed
5525d2f232
Merge pull request #96 from driftyco/add-custom-install
...
chore(docs): ability to add custom install command for a plugin
2016-03-29 05:38:25 -04:00
Ibrahim Hadeed
909e1032f0
Merge pull request #92 from keithdmoore/master
...
add comments regarding network plugin usage
2016-03-29 05:38:15 -04:00
Ibrahim Hadeed
23be4b7e95
chore(docs): ability to add custom install command for a plugin
...
closes https://github.com/driftyco/ionic-native/issues/93
2016-03-29 01:57:53 -04:00
greg
2aa25969f7
Added diagnostic plugin.
2016-03-28 20:24:05 -04:00
Keith D. Moore
3b7f7c6533
add comments regarding network plugin usage
2016-03-27 23:17:07 -05:00
Ibrahim Hadeed
4ead1ae023
fix(launchnavigator): bug fix
2016-03-27 23:57:54 -04:00
Ibrahim Hadeed
ed14d87722
remove unnecessary comment
2016-03-27 23:11:12 -04:00
Ibrahim Hadeed
f2e274f459
Merge pull request #90 from keithdmoore/master
...
add network plugin for issue #89
2016-03-27 23:07:04 -04:00
Keith D. Moore
c4620d0f52
add missing network.ts from previous commit
2016-03-27 21:07:40 -05:00
Ibrahim Hadeed
5e7378a60d
fix(launchnavigator): start parameter is optional
...
closes https://github.com/driftyco/ionic-native/issues/87
2016-03-27 16:09:08 -04:00
Ibrahim Hadeed
5c17ec7242
Merge pull request #76 from Fenkiou/cordova-plugin-file
...
feat(plugin): add file plugin
2016-03-26 18:44:01 -04:00
Ibrahim Hadeed
48bf837e32
fix(push plugin): senderId is optional in iosPushOptions
...
closes https://github.com/driftyco/ionic-native/issues/58
2016-03-25 21:03:21 -04:00
Ibrahim Hadeed
ed7e783693
feat(toast): add new features to toast plugin
...
closes https://github.com/driftyco/ionic-native/issues/60
2016-03-25 20:49:42 -04:00
Ibrahim Hadeed
efc8231ab6
feat(plugin): add social sharing plugin
...
closes https://github.com/driftyco/ionic-native/issues/65
2016-03-25 20:11:28 -04:00
Ibrahim Hadeed
c9773ad7a5
docs(plugins): update platforms supported
2016-03-25 18:05:13 -04:00
Ibrahim Hadeed
c018fec497
Merge pull request #73 from dzonatan/master
...
feat(plugin): add InAppBrowser plugin
2016-03-25 17:40:35 -04:00
Ibrahim Hadeed
120d20bfe4
refactor(batterystatus): update event based methods to use new @Cordova wrapper implementation
2016-03-24 14:25:04 -04:00
Ibrahim Hadeed
c947437610
feat(keyboard): add event listeners for keyboard show/hide events
2016-03-24 14:22:39 -04:00
Ibrahim Hadeed
74690d1622
docs(keyboard): add platforms supported
2016-03-24 14:19:09 -04:00
Ibrahim Hadeed
292c80c735
fix(keyboard): remove hideKeyboardAccessoryBar method for now
2016-03-24 14:15:23 -04:00
Ibrahim Hadeed
66f0e03aef
fix(spinnerdialog): fix functionality
2016-03-24 13:15:55 -04:00
Ibrahim Hadeed
fdc5739593
Merge pull request #75 from driftyco/add-spinner
...
feat(plugin): add spinner dialog plugin
2016-03-24 13:04:32 -04:00
Ibrahim Hadeed
3b7573be7f
docs(plugins): add import statements for usage clarity
2016-03-24 13:00:18 -04:00
Ibrahim Hadeed
18e04d6016
refractor(plugin): fix typo in pluginref
2016-03-24 12:34:02 -04:00
William Li
b3438c19c8
docs(toast): Add import statement for Toast
...
Makes it clear how to import the Toast component into projects.
2016-03-23 19:48:23 -07:00
Tim Lancina
43be0ede7c
Update device.ts
2016-03-22 10:04:40 -05:00
Alexandre Papin
da1facab70
Add a few more methods and add documentation
2016-03-21 13:19:27 +01:00
Ibrahim Hadeed
812653ccd7
feat(plugin): add spinner dialog plugin
...
https://github.com/driftyco/ionic-native/issues/69
2016-03-19 00:05:07 -04:00
Alexandre Papin
5c3613f338
Add wrapper for file plugin with some methods
2016-03-18 23:27:20 +01:00
Rokas Brazdžionis
b8d2cfdd9d
feat(plugin): add InAppBrowser plugin
2016-03-18 16:26:38 +02:00
Eddy Verbruggen
e437059626
Toast 2.5.0 duration change
...
The plugin now supports an arbitrary number of milliseconds for `duration`
2016-03-17 21:36:35 +01:00
Jonathan Sharpe
0c115f35f9
Show import format and link to ionic-native
...
The plugin docs should mention ionic-native and the required import format, which we only found in https://forum.ionicframework.com/t/camera-plugin-not-working-build-error/45004/4?u=jonrsharpe after searching for quite a while.
2016-03-15 15:39:09 +00:00
Ibrahim Hadeed
34e5783995
docs(platforms): fix platforms for a mothod
2016-03-14 13:54:35 -04:00
Ibrahim Hadeed
9826dfd026
feat(plugins): add platforms info
2016-03-14 13:38:35 -04:00
Ibrahim Hadeed
06749ea211
Merge pull request #54 from ihadeed/add-event-wrapper
...
Add event wrapper
2016-03-14 13:25:00 -04:00
Ibrahim Hadeed
9ef850c66a
fix(plugins): fix optional options
2016-03-13 20:39:40 -04:00
Ibrahim Hadeed
e708bc6be7
fix(interface): params are optional
2016-03-13 20:35:47 -04:00
Ibrahim Hadeed
43b7f12415
docs(localnotifications): fix broken docs
2016-03-13 17:23:24 -04:00
Ibrahim Hadeed
c5704447eb
Merge pull request #51 from driftyco/clean-up
...
fix(plugins): cleanup and add new plugins to index
2016-03-13 16:09:27 -04:00
Ibrahim Hadeed
1771f7bfe1
fix(plugins): cleanup and add new plugins to index
2016-03-13 16:08:15 -04:00
Ibrahim Hadeed
3cc4ee4196
feat(plugin): add vibration
2016-03-13 15:53:03 -04:00
Ibrahim Hadeed
786cd21de8
docs(docs): update names
2016-03-13 15:45:07 -04:00
Ibrahim Hadeed
c86e135096
fix(plugin): fix types
2016-03-13 15:34:30 -04:00
Ibrahim Hadeed
0d1bd1335f
feat(plugin): add event wrapper
2016-03-13 15:30:21 -04:00
Ibrahim Hadeed
a80c4ee2bf
feat(plugin): add keyboard
2016-03-13 15:19:21 -04:00
Ibrahim Hadeed
765ef48a23
docs(dbmeter): complete docs
2016-03-13 15:05:15 -04:00
Ibrahim Hadeed
8c17a2a6c2
feat(plugin): add base64 to gallery
2016-03-13 13:39:29 -04:00
Ibrahim Hadeed
22bb218e10
feat(plugin): add DB Meter
2016-03-13 13:34:19 -04:00
Ibrahim Hadeed
e1dc6061bd
feat(plugin): add android hotspot plugin
2016-03-13 13:29:59 -04:00
Ibrahim Hadeed
29bf01190f
docs(splashscreen):
2016-03-13 13:18:54 -04:00
Ibrahim Hadeed
0f3c1886d3
feat(plugin): add splashscreen
2016-03-13 13:18:00 -04:00
Ibrahim Hadeed
90cc36b453
feat(plugin): add globalization
2016-03-13 04:08:39 -04:00
Ibrahim Hadeed
fbd484583a
docs(sms): update param types
2016-03-12 19:18:08 -05:00
Ibrahim Hadeed
959cf288e4
docs(plugins): add missing repo urls
2016-03-12 19:08:47 -05:00
Ibrahim Hadeed
e59371887f
docs(plugins): remove install command
2016-03-12 18:56:01 -05:00
Ibrahim Hadeed
9293689649
docs(plugin): set docs to private
...
to hide in ionic-site
2016-03-12 18:52:25 -05:00
Ibrahim Hadeed
1e259da375
fix(plugin): export interfaces
2016-03-12 18:35:58 -05:00
Ibrahim Hadeed
74573a366f
refactor(plugin): change plugin params
2016-03-12 18:33:10 -05:00
Ibrahim Hadeed
a1bdff6b24
docs(plugins): update docs and plugin params
2016-03-12 18:30:16 -05:00
Nick Gal
3abdb444bc
Update imagepicker.ts
...
Fix typo
2016-03-10 15:59:14 -08:00
Ibrahim Hadeed
99c4fe06f5
Merge pull request #42 from ihadeed/add-local-notify
...
Add local notify
2016-03-10 17:48:25 -05:00
Ibrahim Hadeed
5d5bae3b78
feat(localnotification): complete functionality
2016-03-10 17:47:16 -05:00