Guille
bbf75bcbd7
fix(mixpanel): fix issue when not passing eventProperties ( #927 )
2016-12-30 06:32:53 -05:00
Megan Kearl
9441928884
style(): fix whitespace lint issue ( #923 )
2016-12-30 00:47:51 -05:00
Watchara S
8eb656cce8
feat(background-geolocation): add altitudeAccuracy into response typings ( #922 )
2016-12-29 04:39:16 -05:00
Alexey Vasiliev
bf0486cb8b
Fix doc about changed property ( #919 )
2016-12-27 16:44:03 -05:00
Ibby
e681761f56
chore(): update changelog
2016-12-27 08:43:56 -05:00
Ibby
84ec3fa8d2
2.2.13
2016-12-27 08:43:12 -05:00
Ibby
c618ceb693
chore(): tslint
2016-12-27 08:43:06 -05:00
Ibby
46a9b6d50d
docs(google-analytics): add usage
...
closes #883
2016-12-27 08:07:45 -05:00
Ibby
44fe04bbbd
docs(): add interfaces
2016-12-27 08:03:21 -05:00
Job
3385c1b6dc
fix(diagnostic): add permissionStatus types ( #890 )
2016-12-27 07:58:28 -05:00
Matthew Wheatley
a1b0f885a7
feat(android-fingerprint-auth): update to v1.2.1 ( #910 )
...
* update to use plugin v1.1.0
Updated example
Added new configuration options.
Added new show() result fields
Added new delete method
* Update to plugin v1.2.0
Removed show()
Added encrypt()
Added decrypt()
Removed requirement of username
* edit comments
* edited comments
2016-12-27 07:57:54 -05:00
Louis Orleans
56e8eaeb5d
feat(onesignal): improve typings ( #888 )
...
* Adding platforms list to decorator
* feat(onesignal): Adding more complete type defs
* refactor(onesignal): Prefixing interfaces / enums with `OS`
2016-12-27 07:55:29 -05:00
Ibby
ba77fd70c3
fix(background-mode): isEnabled and isActive return booleans
...
fixes #908
2016-12-27 07:37:03 -05:00
Ibby
1841220359
fix(diagnostic): add missing types
...
closes #905
2016-12-27 07:28:34 -05:00
Vlado Velichkovski
c44fb75adc
feat(nfc): add new functions ( #853 )
...
Added:
- bytesToHexString
- stringToBytes
- bytesToString
Fixed:
- addTagDiscoveredListener
2016-12-27 07:23:05 -05:00
Ibby
ad6badef1f
docs(): add platform info
2016-12-27 07:17:27 -05:00
Ibby
7bcf1bfc74
Merge branch 'master' of github.com:driftyco/ionic-native
2016-12-27 07:17:01 -05:00
Peter Bakondy
0c36988544
feat(sim): add new methods ( #894 )
2016-12-27 07:16:48 -05:00
Ibby
71e49da8ad
docs(media): add instructions to listen to status change
2016-12-27 07:06:41 -05:00
Alex Muramoto
c28df732d5
Merge pull request #907 from amuramoto/admob-patch
...
fix(admob): add adId prop to AdMobOptions
2016-12-22 10:16:40 -08:00
Alex Muramoto
d5dfdf83f3
fix(admob): add adId prop to AdMobOptions
2016-12-22 10:15:49 -08:00
Ibrahim Hadeed
e42f4d0079
Update network.ts
2016-12-17 20:52:19 -05:00
Matt Hill
cabe327e9b
Update contacts.ts ( #885 )
2016-12-17 20:48:22 -05:00
Ionitron
98d22a3079
chore(ci): updating CI scripts
2016-12-16 14:59:11 -06:00
Ibby
3fffab6d6c
chore(): update changelog
2016-12-16 14:15:09 -05:00
Ibby
60defd3e50
2.2.12
2016-12-16 14:14:53 -05:00
Ibby
c79ffc4434
Merge branch 'master' of github.com:driftyco/ionic-native
2016-12-16 14:13:11 -05:00
Ibby
ec5e27be4b
fix(network): update API
2016-12-16 14:12:58 -05:00
perry
cf347cd369
chore(ci): test
2016-12-16 12:28:27 -06:00
Ibby
28f316e408
docs(contacts): remove old docs
...
closes #865
2016-12-15 08:07:26 -05:00
Ibby
9986e0d0b3
fix(diagnostic): permissionStatus gets values from plugin in runtime
...
fixes #872
2016-12-15 07:56:23 -05:00
Ibby
8b809de568
docs(contacts): improve docs
...
closes #873
2016-12-15 07:49:28 -05:00
Ibby
fa1f718412
chore(): fix clearWithArgs
2016-12-15 07:47:34 -05:00
Ibrahim Hadeed
3fabc4d72c
chore(): clearWithArgs adds callbacks now
2016-12-15 07:42:15 -05:00
Juan G. Jordán
3a11d290e5
docs(deeplinks): improve docs ( #880 )
...
The routeWithNavController method returns an observable, thus it has to be subscribed to, to get it working.
Change the documentation of the method to show that we need to subscribe to the observable, just like when using the route method.
2016-12-15 02:07:26 -05:00
yuhj86
700fb47b73
docs(media-capture): improve docs ( #878 )
...
import types
2016-12-15 02:01:38 -05:00
HartHerbert
61dc8aa18e
fix(camera-preview): parameter size is optional ( #871 )
...
Just added the '?' to the parameter (size) in the static takePicture(size?: CameraPreviewSize): void { } because the size is a optional parameter
2016-12-13 20:49:46 -05:00
Musa Haidari
c3f92e92c2
Update sqlite.ts ( #862 )
...
`db.executeSql()` was documented as `db.executeSQL()` that caused error:
main.js:13 Error openening database TypeError: t.executeSQL is not a function
at file:///android_asset/www/build/main.js:13:11718
at t.invoke (file:///android_asset/www/build/polyfills.js:3:13422)
at Object.onInvoke (file:///android_asset/www/build/main.js:3:3341)
at t.invoke (file:///android_asset/www/build/polyfills.js:3:13373)
at e.run (file:///android_asset/www/build/polyfills.js:3:10809)
at file:///android_asset/www/build/polyfills.js:3:8911
at t.invokeTask (file:///android_asset/www/build/polyfills.js:3:14051)
at Object.onInvokeTask (file:///android_asset/www/build/main.js:3:3241)
at t.invokeTask (file:///android_asset/www/build/polyfills.js:3:13987)
at e.runTask (file:///android_asset/www/build/polyfills.js:3:11411)
The issue is fixed in this commit
2016-12-12 16:43:51 -05:00
Musa Haidari
54d2c46742
Update sqlite.ts ( #863 )
...
Fixed a typo
2016-12-12 16:42:29 -05:00
Ibrahim Hadeed
114a74d3ba
fix(sms): fix callback index when omitting options param
...
closes #858
2016-12-10 20:05:24 -05:00
perry
b2d29dbde5
chore(CI): updating CI scripts for new ionic-site structure
2016-12-08 15:15:46 -06:00
perry
36bfe38a4c
chore(CI): updating CI scripts for new ionic-site structure
2016-12-08 15:12:33 -06:00
Ibby
d4e2c10006
chore(): tslint
2016-12-06 09:53:46 -05:00
Ibby
ae6a3cda7a
docs(): update docs
2016-12-06 09:52:39 -05:00
Ibby
d5ac89996f
docs(): update docs
2016-12-06 09:20:49 -05:00
Ibby
a4216fd8ca
docs(): update docs
2016-12-06 09:18:37 -05:00
Ibby
a38adf53c3
docs(): update docs
2016-12-06 09:18:03 -05:00
Ibby
bd7ebaee3b
docs(): update docs
2016-12-06 09:17:35 -05:00
Ibby
d92fb1da8b
docs(): update docs
2016-12-06 09:15:03 -05:00
Ibby
acb7cd862d
docs(): update docs
2016-12-06 09:14:28 -05:00