Ibby
48e5d46f1e
refractor(googlemap): googlemaps.ts to googlemap.ts
2016-10-27 07:17:14 -04:00
Colin Frick
0660a3bc67
feat(filepath): add cordova-plugin-filepath ( #714 )
2016-10-18 06:05:19 -04:00
Ibrahim Hadeed
bbda6e22a2
feat(device-feedback): add DeviceFeedback plugin ( #696 )
2016-10-15 07:41:06 -07:00
Ramon Henrique Ornelas
cf7abe110d
fix(http): export via window.IonicNative ( #675 )
...
* fix(http): fix export system module
* style(http): fix angular style
* style(http): delete multiline
* chore(http): add attribute platforms to decorator Plugin
* fix(http): typo param uploadFile()
* fix(http): typo commit https://github.com/driftyco/ionic-native/pull/675/commits/ba6a7e993085683bae705d44c4ce726adcc04b10
2016-10-11 03:25:15 -07:00
Ibrahim Hadeed
f0961c7b23
feat(http): add cordovaHTTP wrapper ( #674 )
2016-10-11 01:06:41 -07:00
Xueron Nee
13681756ae
fix(thmeable-browser): fix the name of the plugin ( #663 )
2016-10-09 04:33:54 -04:00
Ibrahim Hadeed
ad3bef2e5a
chore(): fix module export conflicts ( #633 )
...
* chore(): fix module export conflicts
* remove export{}
* resolve conflicting export names
2016-10-05 20:29:40 -04:00
AndreasGassmann
bbbbb3e8d0
feat(zBar): add zBar barcode scanner plugin ( #634 )
2016-10-04 15:12:39 -04:00
Tomas Beran
a99b753d2d
feat(stepcounter): add stepcounter plugin ( #607 )
...
* feat(stepcounter): add stepcounter plugin
* docs(stepcounter): add missing returns
2016-10-02 18:20:01 -04:00
Ibrahim Hadeed
60b7c7469a
feat(location-accuracy): add location accuracy plugin ( #583 )
...
closes #484
2016-09-25 18:28:22 -04:00
Ibrahim Hadeed
b9151bc062
feat(themable-browser): add ThemableBrowser plugin
...
closes #549
2016-09-25 17:55:13 -04:00
Ramon Henrique Ornelas
c5733326a9
fix(isdebug): export IsDebug class ( #578 )
2016-09-25 15:42:31 -04:00
Max Lynch
6407518892
Add back erroneous exports
2016-09-24 15:44:28 -05:00
Max Lynch
4292959c87
fix(plugins): export VideoPlayer. Fixes #563
2016-09-22 20:35:19 -05:00
Max Lynch
4014972feb
feat(build): Support ES2015 modules
2016-09-21 15:04:46 -05:00
Ibrahim Hadeed
c75f89894a
fix(): remove CanvasCamera plugin
2016-09-06 23:04:53 -04:00
Ibrahim Hadeed
8d439ff0cf
fix merge conflicts
2016-08-27 14:55:37 -04:00
Ibrahim Hadeed
21d8122257
feat(file-opener): add file opener support ( #497 )
...
closes #295
2016-08-27 14:43:57 -04:00
Ibrahim Hadeed
0cf7d6aca1
feat(youtube): add Youtube video player plugin support ( #496 )
2016-08-27 14:35:18 -04:00
Ibrahim Hadeed
94a7dae863
feat(file-chooser): add file chooser plugin support ( #495 )
2016-08-27 14:35:12 -04:00
Ibrahim Hadeed
4e9bc95fff
feat(music-controls): add music controls plugin support ( #494 )
2016-08-27 14:35:06 -04:00
Ibrahim Hadeed
ad57733daf
feat(canvas-camera): add CanvasCamera support
2016-08-27 14:15:15 -04:00
Ibrahim Hadeed
cf8e3420c0
feat(mixpanel): add mixpanel support ( #492 )
2016-08-27 02:05:35 -04:00
Ibrahim Hadeed
9fe5c196aa
feat(paypal): add PayPal support ( #491 )
2016-08-27 02:04:11 -04:00
Ibrahim Hadeed
76aa8a6494
feat(nfc): add nfc support ( #493 )
...
* feat(nfc): add nfc plugin
addresses #412
* feat(nfc): add nfc support
2016-08-27 02:03:06 -04:00
Ibrahim Hadeed
9bcc4ed80f
feat(market): add Market plugin support ( #490 )
2016-08-27 02:02:30 -04:00
Ibrahim Hadeed
cd82a5393e
feat(power-management): add power management support ( #489 )
2016-08-27 02:02:23 -04:00
Ibrahim Hadeed
00d87dba98
feat(native-page-transitions): add support for Native Page Transitions plugin ( #488 )
2016-08-27 02:02:13 -04:00
Ibrahim Hadeed
759f8ef910
feat(call-number): add support for CallNumber plugin ( #487 )
2016-08-27 02:02:07 -04:00
Ibrahim Hadeed
841b242fb9
feat(streaming-media): add streaming media support ( #486 )
2016-08-27 02:01:59 -04:00
Kapil Sachdeva
905f988d43
feat(code-push): add wrapper for cordova-plugin-code-push ( #420 )
...
* feat - introduce the plugin wrapper for code-push and type definitions
* feat(code-push) - change the signature of the methods to return Promise & decorate them with Cordova decorator
* fix(code push) - in sync method call the native method
* fix(code-push) : use decorator on syc to mark it as an observable / add sample usage
* docs(code-push) : add the link to the sample repository
* fix - merge errors
* fix(code-push) : add description field on CodePush class / remove not needed IWindow interface declaration
2016-08-26 12:06:26 -04:00
Ibrahim Hadeed
8526e89e12
feat(inAppPurchase): add inAppPurhcase plugin ( #423 )
...
* feat(inAppPurchase): add inAppPurchase
* add otherPromise option to decorator
2016-08-26 08:18:43 -04:00
Alex Muramoto
a438967336
feat(geofence): Adds geofence plugin ( #442 )
...
* Fixes syntax error in usage example, and improves usage formatting
* Moves error codes into usage section
* Adds basics of geofence plugin
* Updates exports to include Geofence
* Adds geofence docs and tested functions
* Corrects promise types and comments out unimplemented functions
* Minor updates to geofence
* Reverts camera-preview changes for this branch to master
2016-08-26 08:06:36 -04:00
Ibrahim Hadeed
c4110eedf4
fix(facebook): export interfaces
2016-08-26 07:54:52 -04:00
Ibrahim Hadeed
8c059fc1d0
fix conflict
2016-08-26 07:53:18 -04:00
Matt Lewis
dd39ba8c48
feat(IsDebug): add the IsDebug plugin ( #475 )
2016-08-26 05:16:20 -04:00
Matt Lewis
f3e698f1be
feat(instagram): add instagram sharing plugin ( #453 )
...
Closes #307
2016-08-19 09:08:05 -04:00
Matt Lewis
7a53013819
feat(VideoEditor): add video editor plugin. ( #457 )
...
Closes #316
2016-08-19 07:05:11 -04:00
Matt Lewis
f2bf2b5626
refactor: use es6 features in index file
2016-08-19 08:34:12 +01:00
Ramon Henrique Ornelas
4c00e14cd4
refractor(): fix angular style ( #445 )
...
* - fix angular style
* - Fix angular style
2016-08-17 03:09:34 -04:00
Christopher Manouvrier
dcf3ab2787
feat(TTS): add tts plugin ( #431 )
...
* Initial Pass at TTS
* Rename and fix index
* Remove unnecessary window in reference
closes #311
2016-08-15 09:29:51 -04:00
Ibrahim Hadeed
e34f94e0c1
feat(zip): add zip plugin ( #430 )
...
closes #421
2016-08-15 05:10:43 -04:00
Ibrahim Hadeed
203d4c7669
feat(shake): add Shake plugin ( #426 )
...
closes #313
2016-08-15 03:58:34 -04:00
Ibrahim Hadeed
8cd6686803
feat(native-audio): Add native audio plugin ( #427 )
...
closes #315
2016-08-15 03:58:20 -04:00
Ibrahim Hadeed
154c029f79
feat(photo-viewer): add wrapper for plugin ( #359 )
...
* feat(photo-viewer): add wrapper for plugin
* tslint
2016-08-11 07:28:52 -04:00
Ibby Hadeed
9b86ac637f
fix merge issues
2016-08-11 07:22:23 -04:00
Ibrahim Hadeed
6ed32efe27
feat(file): alternate file implementation ( #283 )
...
* alternate file implementation
* SocialSharing: Add recommended `shareWithOptions` method
* Revert "SocialSharing: Add recommended `shareWithOptions` method"
* refactor(file): tslint & remove window declaration
* export all from file
* remove the cordova export and declaration
2016-08-11 07:21:02 -04:00
cither1
0c486b0965
fix(index): export Geolocation interfaces. ( #404 )
2016-08-06 03:20:38 -04:00
Aaron Czichon
cabeeb8dab
feat(video-player): Added video player plugin ( #391 )
...
* Added OneSignal wrapper
* documentation
* Changes for callback of notification revieced
* fixes for @Cordova decorators without Promise return
* Merge
* Improvements to OneSignal
extended init function with notificationOpenedCallback as an optional parameter
* Platforms removed
OneSignal supports more than only these 3 platforms. It's available to nearly all Cordova platforms.
* Init method turned into observable
* Screen Orientation Plugin added. Closes #342
* Added VideoPlayer plugin #318
2016-08-04 17:57:44 -04:00
Aaron Czichon
bd9366bdfe
feat(screen-orientation): Added Screen Orientation Plugin #342 ( #366 )
...
* Added OneSignal wrapper
* documentation
* Changes for callback of notification revieced
* fixes for @Cordova decorators without Promise return
* Merge
* Improvements to OneSignal
extended init function with notificationOpenedCallback as an optional parameter
* Platforms removed
OneSignal supports more than only these 3 platforms. It's available to nearly all Cordova platforms.
* Init method turned into observable
* Screen Orientation Plugin added. Closes #342
2016-07-31 14:32:34 -04:00