Gaetan Wcz
be370a4f99
fix(healths): add missing attribute on HealthQueryOptionsAggregated ( #2550 )
2018-06-13 20:04:32 +02:00
Cristian Rivas Gómez
bb9c581f42
docs(qr-scanner): add plugin description ( #2546 )
2018-06-11 17:47:24 +02:00
Cristian Rivas Gómez
d988e12353
docs(pin-dialog): add plugin description ( #2545 )
2018-06-10 10:54:00 +02:00
Bart Wesselink
df254de88b
feat(SiriShortcuts): implement Siri Shortcuts plugin in Ionic ( #2542 )
...
* feat(SiriShortcuts): implement Siri Shortcuts plugin in Ionic
* refactor
2018-06-09 09:26:15 +02:00
Cristian Rivas Gómez
5803c069a3
Add Media Capture plugin description to documentation ( #2539 )
2018-06-07 08:47:38 +02:00
Cristian Rivas Gómez
dfbbfc7bd5
docs(card-io): add plugin description ( #2530 )
...
* Add description to AdMob Free plugin documentation
* Add description to Card IO plugin documentation
2018-06-06 17:00:27 +02:00
Cristian Rivas Gómez
16980f1b6a
docs(keyboard): add plugin description ( #2533 )
...
* Add description to AdMob Free plugin documentation
* Add plugin description to Keyboard plugin documentation
2018-06-06 13:46:12 +02:00
Cristian Rivas Gómez
3311d73730
docs(admob-free): add plugin description ( #2529 )
2018-06-04 11:29:55 +02:00
hiepxanh
a4cc7f7ae1
fix(themeable-browser): allow hidden and clear cache
...
it wrong from boolean to string, after 1 year i update it
2018-06-03 15:42:17 +02:00
Cristian Rivas Gómez
e6b02b1875
docs(three-dee-touch): add plugin description ( #2524 )
2018-06-03 15:41:07 +02:00
Adam Duren
c03b73f69c
feat(firebase-messaging): add firebase-messaging ( #2518 )
...
* feat(firebase-messaging): add firebase-messaging
* refactor
2018-06-03 15:33:18 +02:00
Adam Duren
05423ce299
feat(firebase-config): add firebase-config wrapper ( #2517 )
...
* feat(firebase-config): add firebase-config wrapper
* refactor
* refactor
2018-06-03 15:32:04 +02:00
Wouter Klein Heerenbrink
34aeb19628
feat(send-result): add sendResult method for WebIntent plugin ( #2495 )
2018-05-27 19:01:36 +02:00
Geoff Tripoli
d6a9ed134e
fix(stripe): fixed casing of postal code param ( #2520 )
2018-05-22 22:12:13 +02:00
Behrooz Shafiee
a0183811f6
fix(in-app-purchase-2): fix ready method signature ( #2043 )
2018-05-20 13:21:21 -04:00
Cristian Rivas Gómez
e6d4b41e7e
docs(navigation-bar): fix typo
...
A small misspelling detected here 🙂
2018-05-19 16:56:04 +02:00
Dave Alden
400dbcb1fb
feat(cloud-settings): add support for cordova-plugin-cloud-settings ( #2494 )
...
* feat(cloud-settings): add support for cordova-plugin-cloud-settings
* refactor
2018-05-19 12:16:14 +02:00
mino922
ae6e28de88
feat(local-notifications): added support for foreground option in version 0.9.0-beta.3 of cordova-plugin-local-notifications ( #2506 )
2018-05-19 12:15:22 +02:00
Geoff Tripoli
58615f1cab
feat(star-prnt): Added support for connected to devices with barcode readers ( #2509 )
2018-05-19 12:14:30 +02:00
Kheva Mann
7c355350fe
feat(onesignal): Added notification stacking ( #2512 )
...
* Added collapse_id
Added collapse_id to allow for notification stacking
* Update index.ts
2018-05-19 12:14:12 +02:00
Szymon Stasik
defb276b22
fix(native-geocoder): set response type to an array ( #2505 )
2018-05-16 19:16:39 -04:00
Kheva Mann
e6db28123d
fix(onesignal): make params optional ( #2507 )
...
Made all properties in OSNotification optional because when you create a push notification the type is OSNotification but it does not have all the same properties required as the OSNotification as a response from a received notification. For example, you don't pass in isAppInFocus when you create a notification but it was causing issues when trying to post a notification because it was showing as required because OSNotification as a response will always have isAppInFocus.
2018-05-16 19:14:27 -04:00
Marty Alcala
714114d1e0
fix(android-fingerprint-auth): ensure ERRORS array is defined ( #2508 )
2018-05-16 19:13:24 -04:00
Andy
37ef2fc93f
docs(file): fix example
...
docs(file): fix example
2018-05-09 18:11:55 +02:00
Eran Shmilovich
41a4a43c0c
fix(docs) replace android platform with ios ( #2500 )
2018-05-09 18:11:26 +02:00
Craig Rouse
5f41ef1cbc
feat(tealium): add tealium ionic wrappers ( #2414 )
2018-05-03 12:42:47 +02:00
Daniel Imhoff
cea1dc14d3
fix(site): no prepended slash
2018-05-02 11:28:40 -05:00
infoxicator
49ad2118a3
feat(star-prnt) add Encoding and CodePageType enum ( #2488 )
...
feat(star-prnt) add Encoding and CodePageType enum
2018-05-01 14:42:17 +02:00
Omar Ben brahim
bfe5ae9cf2
feat(InAppReview): add InAppReview plugin ( #2483 )
2018-05-01 14:41:57 +02:00
Darryn
47f739777e
fix(web-intent): registerBroadcastReceiver as Observable ( #2491 )
...
* Correcting format of registerBroadcastReceiver, current implementation provides no way to receive the registered broadcasts.
Usage is as follows:
webintent.registerBroadcastReceiver({
filterActions: [
'com.example.ACTION'
],
filterCategories: [
'android.intent.category.DEFAULT'
]
}).subscribe((intent) => {console.log('Received Intent: ' + JSON.stringify(intent.extras));});
* Resolving linting errors
* Resolving additional linting error
2018-05-01 14:41:09 +02:00
Perry Govier
a1c54f36b4
Merge pull request #2490 from ionic-team/google-maps-docs
...
docs(google-maps): add menu entry for google maps plugin
2018-04-30 10:17:00 -05:00
Daniel Imhoff
22d5d92dd3
docs(google-maps): add menu entry for google maps plugin
2018-04-30 10:09:23 -05:00
Rida Amirini
3fa2eff580
docs(android-full-screen): edit example
2018-04-29 18:35:00 +02:00
Brian Soumakian
567f525837
feat(firebase): add verifyPhoneNumber support for iOS
...
feat(firebase): verifyPhoneNumber now supports iOS
2018-04-26 08:14:14 +02:00
Silviu Bogdan Stroe
24cd0a91c4
docs(uptime): remove unnecessary line ( #2479 )
...
* docs(uptime): add cordova installation
* feat(uptime): add deep sleep parameter
* Update index.ts
* docs(Uptime): remove unnecessary line
2018-04-24 14:15:07 +02:00
Niklas Merz
50c8c154e3
docs(calldirectory): fix typo ( #2478 )
...
I have spotted some typos and added an example for reload.
2018-04-24 11:38:02 +02:00
Niklas Merz
1bfe82959b
feat(calldirectory): add call directory plugin ( #2473 )
...
* feat(calldirectory): add call directory plugin
* feat(calldirectory): fix parameters and description
* fix typos
2018-04-23 19:36:33 +02:00
Niklas Merz
35e5cfe102
chore(plugin-generator): remove notice of /src/index.ts ( #2459 )
2018-04-23 18:33:37 +02:00
infoxicator
a1e6befbc0
feat(star-prnt): add StarPRNT plugin
...
* feat(star-prnt): create StarPRNT base class
* refactor(): refactor code
* refactor(): change JSDOC style
2018-04-23 18:30:58 +02:00
Daniel
234b6ffd44
chore(build): fix build
2018-04-21 15:39:43 +02:00
Daniel
5387bc985a
refactor(network): fix rxjs imports
2018-04-21 15:30:41 +02:00
Daniel
8b1bb3ba17
refactor(ftp): fix rxjs import
2018-04-21 15:29:59 +02:00
Daniel
a6450c6d07
refactor(appodeal): fix rxjs import
2018-04-21 15:29:47 +02:00
Daniel
d68a0373e8
refactor(admob-free): fix rxjs import
2018-04-21 15:29:34 +02:00
Daniel
8cd2da1c5b
chore(package): bump rxjs and zone.js
2018-04-21 15:23:29 +02:00
David Dal Busco
633e9d8e9a
refactor(facebook): remove deprecated function appInvite
2018-04-21 13:04:08 +02:00
Angel Careaga
30f5b71f4a
Added ability to clean clipboard ✨ ( #2468 )
...
- Added the possibility to clean the clipboard on Android, iOS and Windows.
2018-04-20 22:58:39 -04:00
Daniel Sogl
5dede9b536
docs(google-nearby): rename plugin docs name
2018-04-15 15:07:04 +02:00
Daniel Sogl
8be98a0cc1
docs(firebase): add jsdoc types
2018-04-15 10:44:48 +02:00
Daniel Sogl
36450e13cf
feat(firebase): add new functions
2018-04-15 10:43:13 +02:00