Ibby Hadeed
1b84db035f
feat(camera-preview): add new plugin methods
...
New methods and constants available for CameraPreview
2017-04-18 17:44:01 -04:00
Ibby Hadeed
37e8eddd86
feat(background-fetch): add new status method
...
feat(background-fetch): add status method
2017-04-18 17:42:00 -04:00
Ibby Hadeed
4fb9b949d7
feat(action-sheet): update to match latest version
...
feat(action-sheet): update to newest version
2017-04-18 17:41:11 -04:00
Ibby Hadeed
66bc034c80
fix(google-maps): fix Geocoder pluginRef
...
Fix Geocoder's pluginRef
2017-04-18 17:40:33 -04:00
Ibby Hadeed
593c1ee6ca
feat(health): update datatypes
...
Update datatypes to match recent release of plugin
2017-04-18 17:39:47 -04:00
Ibby Hadeed
91439be0bd
feat(native-geocoder): add district property
...
native-geocoder: added district for larger cities
2017-04-18 17:38:17 -04:00
Ibby Hadeed
4ae50561b4
feat(flurry-analytics): add flurry analytics plugin
...
Added Flurry Analytics wrapper
2017-04-18 17:37:39 -04:00
Ibby Hadeed
1f0986fa6f
docs(): fix reference
...
change executeSql doc to mention create instead of openDatabase
2017-04-18 17:36:39 -04:00
Ibby Hadeed
1be4c1c669
docs(): battery-status example fix ( #1387 )
...
Closes #1383
2017-04-18 17:36:15 -04:00
Dylan v.d Merwe
c7a6e6625a
docs(): fix typo in media example ( #1386 )
2017-04-18 17:35:27 -04:00
SVANNER
0a7f56d960
New methods and constants available
2017-04-18 07:15:15 +02:00
Dylan v.d Merwe
f7044a08de
bug(doc): battery-status example fix
...
Fix for https://github.com/driftyco/ionic-native/issues/1383
2017-04-17 23:26:56 +02:00
John-Luke
6168eaee47
feat(background-fetch): add status method
2017-04-17 15:22:44 -03:00
John-Luke
9c925806ed
feat(action-sheet): update to newest version
2017-04-17 14:27:13 -03:00
Robert Coie
3e8211461a
change executeSql doc to mention create instead of openDatabase
2017-04-16 16:27:09 -07:00
hodak
b2120c68e2
Fix Geocoder's pluginRef
2017-04-15 13:29:10 +02:00
Ankush Aggarwal
1da12b9330
added HealthDataType interface and usage instructions
2017-04-14 08:21:45 -07:00
Amit Moryossef
4bd6aaba2b
fix(core): fix bug when checking if plugin exists ( #1348 )
...
* fix(cordova-plugin): add check if method exists
For https://github.com/driftyco/ionic-native/issues/1327
* fix(plugin): add typeof to undefined check
2017-04-14 09:49:57 -04:00
Ibby Hadeed
f396940044
fix(rollbar): fix pluginRef
2017-04-14 09:42:46 -04:00
Ibby Hadeed
6bba72d32a
fix(media): fix issue with create method
...
closes #1333
2017-04-14 09:19:25 -04:00
Juan J. San Emeterio
d30b534150
docs(google-plus): options parameter is required ( #1368 )
...
Issue reported: https://forum.ionicframework.com/t/ionic-native-googleplus-unrecognized-selector-sent-to-instance/81944/3
In order to correctly call the login method on the GooglePlus provider you need to pass it the 'options' parameter even if it's empty.
2017-04-14 09:14:41 -04:00
Kendall González León
8edc27079c
docs(): fix example ( #1362 )
...
Line 224 fixed, Incorrect single quotes in the string.
(don't -> do not) remove quotes for avoid bad format.
2017-04-14 09:13:52 -04:00
Stefan Huber
55f9943f86
docs(media): minor fix ( #1358 )
...
`getDuration` is synchronous, inside the example it was used with a promise, which is quite missleading...
2017-04-14 09:07:27 -04:00
Ctibor Laky
352ad7ab2f
docs(): fix example ( #1355 )
2017-04-14 09:04:46 -04:00
Gianfrancø Palumbo
15bf509ae0
docs(): fix typo ( #1354 )
2017-04-14 09:04:32 -04:00
Nikhil
6b9f650a19
docs(social-sharing): fix example ( #1351 )
...
ShareViaEmail parameter for providing email "must be null or an array" because it's type is "string:[]" and the provided syntax is wrong, so i have updated that syntax.
2017-04-14 09:04:11 -04:00
Leonardo Ruhland
b30883a876
docs(): fix package name ( #1340 )
...
Fixes documentation with the new import syntax
2017-04-14 08:59:15 -04:00
Garry-H
caec80b661
docs(nfc): enhance docs ( #1325 )
...
labeled methods with classes, improved method descriptions
2017-04-14 08:58:53 -04:00
LAÉCIO FERREIRA MORAIS
620289f54b
docs(): fix typo ( #1324 )
2017-04-14 08:58:01 -04:00
Lenglet Anthony
5a6246425f
docs(): fix typo ( #1323 )
2017-04-14 08:57:41 -04:00
Ankush Aggarwal
43b75af58b
changed any to specific types
2017-04-13 17:56:59 -07:00
Ankush Aggarwal
44957e2197
Update datatypes to match recent release of plugin
...
I made changes to cordova-plugin-health to accept the following array as datatypes. Earlier it was just an array of strings. Now it also contains an object with `read` and `write` array.
```
[
'calories', 'distance', //read and write permissions
{
read : ['steps'], //read only permission
write : ['height', 'weight'] //write only permission
}
]
```
Don't know how to specify this array in typescript so just replaced by 'any'
2017-04-11 09:39:24 -07:00
fredroo
c15c11cf95
docs(): enhance example ( #1336 )
2017-04-08 16:58:36 -04:00
Ankush Aggarwal
1b429638fe
docs(): add types ( #1342 )
...
Resolves - https://github.com/driftyco/ionic-native/issues/1331
2017-04-08 16:58:07 -04:00
Andréas Hanss
99576d823d
Edit for 3.0 ( #1345 )
2017-04-08 16:57:38 -04:00
Robert Herhold
0147704a4f
docs(): fix typo ( #1329 )
2017-04-05 23:37:08 -04:00
Yasin Simsek
f6a7e5fe9b
native-geocoder: added district for larger cities
2017-04-03 12:49:29 +02:00
anastasia
ebb47ce591
fixed doc of flurry analytics wrapper
2017-04-03 13:14:08 +03:00
gujiman
57eabc002a
docs(paypal): fix package name in example ( #1313 )
...
The import ref for paypal is incorrect. I've added the correct name.
2017-04-01 22:38:42 -04:00
Joel Szwarga
24c8d5d627
docs(music-controls): fix example code ( #1315 )
...
The sample code does not work...this change returns the observable first with subscribe() before actually calling the Observable's subscribe method.
In fact, the way it's written in the example, the code would not build because of typescript errors.
2017-04-01 22:38:17 -04:00
Ibby Hadeed
4ceb340630
docs(admob-free): fix plugin name
2017-03-31 23:15:27 -04:00
anastasia
ec8d318280
Finish flurry-analytics
2017-03-31 17:38:11 +03:00
anastasia
8add83612d
added flurry analytics wrapper
2017-03-31 17:36:09 +03:00
Gengjun Wu
0beefb3079
docs(flashlight): fix typo ( #1306 )
...
There is a typo on line 14, changed from
* constructor(private flashlight: FlashLight) { }
to
* constructor(private flashlight: Flashlight) { }
2017-03-31 03:02:39 -04:00
Ibby Hadeed
4d2f720b01
chore(): update changelog
2017-03-30 15:58:15 -04:00
Ibby Hadeed
d29ca88b18
3.4.4
2017-03-30 15:58:12 -04:00
Ibby Hadeed
c94dd41f92
Merge branch 'master' of github.com:driftyco/ionic-native
2017-03-30 15:58:11 -04:00
gurnard123
b005efc52b
docs(intel-security): fix references ( #1305 )
...
corrected the documentation to correct the read code snippet. As detailed here:
https://forum.ionicframework.com/t/crypto-libraries-with-ionic-2/84629
2017-03-30 15:50:26 -04:00
mugenyi henry
f4c4317f16
docs(admob): fix package name ( #1301 )
...
remove the dash "import { AdMob, AdMobOptions, AdSize, AdExtras } from '@ionic-native/ad-mob';" to import { AdMob, AdMobOptions, AdSize, AdExtras } from '@ionic-native/admob' because typescript will not import the specified clases
2017-03-30 15:50:02 -04:00
Ibby Hadeed
145577f9bc
fix(push): hasPermission is part of Push object
...
addresses comment in #1297
2017-03-30 15:48:46 -04:00