Daniel
3fbd475ed2
Merge remote-tracking branch 'origin/master' into v5
2018-05-04 10:22:32 +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
Daniel
3b43bd76fd
chore(package): bump deps
2018-04-25 10:14:13 +02:00
Perry Govier
d3c2859d38
fix(linting): Fixing misc linting errors that typedoc complains about ( #2476 )
...
* fix(linting): Fixing misc linting errors that typedoc complains about
* angularJS safe promises
* fix(clibpoard): minor linting error
2018-04-24 22:12:21 +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
fbaacfb572
refactor(iab): fix rxjs 6 import
2018-04-21 15:49:43 +02:00
Daniel
234b6ffd44
chore(build): fix build
2018-04-21 15:39:43 +02:00
Daniel
f348f95e56
WIP
2018-04-21 15:34:12 +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
Daniel
f13b31f074
chore(build): fix windows errors and bump deps
2018-04-21 10:34:54 +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
Nicolas HENRY
88fda657f4
chore(build): fix v5 imports ( #2465 )
2018-04-19 13:52:26 -04:00
Daniel Sogl
0dfbb386ff
docs(iab): fix jsdoc
2018-04-16 21:32:03 +02:00
Daniel Sogl
5dede9b536
docs(google-nearby): rename plugin docs name
2018-04-15 15:07:04 +02:00
Daniel
213d77ffda
Merge branch 'master' into v5
2018-04-15 12:15:08 +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
Daniel Sogl
d4c98362d9
docs(firebase): remove beta notice
2018-04-15 10:18:40 +02:00
Niklas Merz
ec69a0cbac
docs(inappbrowser): add new option hidespinner ( #2460 )
2018-04-15 10:01:40 +02:00
Daniel Sogl
f49d2a964e
fix(call-number): fix isCallSupported function
...
closes : #2428
2018-04-14 16:44:57 +02:00
Silviu Bogdan Stroe
91d22c5211
feat(uptime): add deep sleep parameter ( #2456 )
...
* docs(uptime): add cordova installation
* feat(uptime): add deep sleep parameter
* Update index.ts
2018-04-13 22:01:23 +02:00
Daniel
d55fd2a109
chore(package): bump deps
2018-04-13 16:05:31 +02:00
Daniel
b36a1f9df6
fix(): fix lint
2018-04-13 12:41:45 +02:00
Daniel
fa08b99bbc
chore(package): bump deps
2018-04-13 12:39:08 +02:00
Daniel
f414e0e081
Merge remote-tracking branch 'origin/master' into v5
2018-04-13 12:34:16 +02:00
Daniel
86b637e85a
refactor(core): remove lodash
...
closes : #2452
2018-04-13 12:33:45 +02:00
Sascha Merkofer
300db62731
fix(ibeacon): correct Type {Region} in some params ( #2453 )
...
Changes wrongly typed @param {BeaconRegion} to @param {Region}
2018-04-13 12:03:44 +02:00
mcelotti
23b760bb01
fix(web-intent): fix options param ( #2450 )
...
* fix(web-intent): fix options param for startService, sendBroadcast, startActivityForResult, startActivity
* Update index.ts
* Update index.ts
2018-04-12 17:09:19 +02:00
Andrew Lively
84e0aa1f94
fix(calendar): Fixes createCalendar parameter typing
...
The createCalendar should allow a string or `NameOrOptions`, not `CalendarOptions`
2018-04-12 17:07:03 +02:00
Mark
1d9c449b24
feat(file-picker): add missing options
...
feat(file-picker): add missing options
2018-04-12 08:24:00 +02:00
Ibby Hadeed
3b440c6df8
Must return promise to asyncify!
2018-04-11 12:59:41 -04:00
Ibby Hadeed
ad1848899d
chore(): update changelog
2018-04-11 12:51:38 -04:00
Ibby Hadeed
242cd4b124
5.0.0-beta.9
2018-04-11 12:51:32 -04:00