Ibby Hadeed
2e82320b4c
feat(card-io): add typing for response
2016-12-01 18:45:02 -05:00
Ibby Hadeed
e6700a360e
fix(card-io): fix typo in options
2016-12-01 18:37:00 -05:00
Ibby Hadeed
1072ab115b
fix(globalization): add missing parameter to numberToString function
...
closes #835
2016-11-29 14:28:26 -05:00
Ibby Hadeed
efb2ee7880
refractor(camera): remove public statements
2016-11-29 13:33:11 -05:00
Ibby Hadeed
5b98a80828
docs(backgroundmode): update docs
2016-11-29 13:14:34 -05:00
Ibby Hadeed
785646800b
refractor(backgroundmode): fix return types
2016-11-29 13:13:35 -05:00
Ibby Hadeed
8d6c2dfb9a
docs(datepicker): update docs
2016-11-29 13:11:15 -05:00
Alex Muramoto
b7a562053a
Merge pull request #836 from amuramoto/background-mode
...
docs(background mode): fix incorrect return types and typos
2016-11-29 08:23:57 -08:00
Alex Muramoto
d76ad8803e
docs(background mode): fix incorrect return types and typos
2016-11-29 10:22:32 -06:00
perry
13216d1f04
attempting to eliminate the possibility for false positives when checking for docs changes
2016-11-28 10:53:24 -06:00
Wyatt Arent
00e68ca990
docs(camera-preview): add missing param ( #830 )
...
* Update camera-preview.ts
This missing parameter would cause TS to spew
* Update camera-preview.ts
Sending preview to back is initially confusing and causes it to appear to not work.
2016-11-28 04:24:23 -05:00
Ibrahim Hadeed
c987a06f91
Update wrap-min.tmpl
2016-11-25 00:09:40 -05:00
Ibrahim Hadeed
87049e9582
Update wrap.tmpl
2016-11-25 00:09:26 -05:00
Ibby Hadeed
fd0ac37ffc
refractor(file): property filesystem of Entry is lowercase
...
fixes #720
2016-11-24 05:28:53 -05:00
Ibby Hadeed
b64d61828a
chore(): update changelog
2016-11-24 05:25:14 -05:00
Ibby Hadeed
08d66ead9b
2.2.7
2016-11-24 05:22:45 -05:00
Ibby Hadeed
9bd8997a31
fix(file): correct writeFile flags
...
fixes #789
2016-11-24 05:22:04 -05:00
Ibby Hadeed
156328c9de
refractor(): change return type of writeFile
2016-11-24 05:19:12 -05:00
Ibby Hadeed
78b3ec5b1f
fix(googlemap): fix typoe googledesic to geodesic
...
fixes #765
2016-11-23 08:55:49 -05:00
Ibby Hadeed
f07431a14c
fix(video-player): scalingMode is number
...
fixes #774
2016-11-23 08:53:20 -05:00
Ibby Hadeed
8439faf6b8
docs(imagepicker): update repo url
2016-11-23 08:51:04 -05:00
Ibby Hadeed
51ab03d097
feat(google-map): add get and set methods to Marker class
...
fixes #798
2016-11-23 08:44:43 -05:00
Ibby Hadeed
abd910de67
feat(google-analytics): new interval period parameter
...
closes #816
2016-11-23 08:34:04 -05:00
Ibby Hadeed
24184a5a6a
chore(): tslint
2016-11-23 08:23:55 -05:00
Ibby Hadeed
0b39ff8b7d
docs(push): fix install command
...
closes #803
2016-11-23 08:22:35 -05:00
Ibby Hadeed
6ad54ecf86
feat(camera-preview): add disable method
2016-11-23 08:16:02 -05:00
Ibby Hadeed
3dd863cb49
Merge branch 'master' of github.com:driftyco/ionic-native
2016-11-23 08:05:34 -05:00
Ibby Hadeed
b719a0372b
fix(native-audio): completeCallback is optional on play method
...
closes #792
2016-11-23 08:05:04 -05:00
Ibby Hadeed
bdef1daba5
docs(backgroundmode): remove anchor from repo link
2016-11-23 08:01:10 -05:00
Yasin Simsek
695099b2b0
fix(3dTouch): fixes onHomeIconPressed ( #813 )
2016-11-23 04:48:08 -05:00
Max Lynch
28f4680575
Merge pull request #764 from shamsher31/patch-1
...
Update Example for Ionic Native Google Map
2016-11-20 08:16:57 -06:00
Max Lynch
40a7b138e2
Merge pull request #768 from stalniy/fix/file.writeFile
...
refactor(file): add return value to be file entry in writeFile
2016-11-20 08:13:53 -06:00
Max Lynch
fa624df1da
Merge pull request #769 from ValentinKlinghammer/patch-1
...
docs(admob) Added basic usage description
2016-11-20 08:12:02 -06:00
Max Lynch
5577c51dbc
fix(camera-preview): formatting. Closes #790
2016-11-20 07:54:44 -06:00
Max Lynch
1ab76ae693
Merge pull request #797 from shanesmith/patch-1
...
docs(media-capture): fix documentation mixup
2016-11-20 07:51:57 -06:00
Max Lynch
98bd5cee38
Merge pull request #801 from morrisonbrett/master
...
GoogleAnalytics TS file updated to include 'Browser', now that 'Brows…
2016-11-20 07:50:42 -06:00
Max Lynch
f6903cdcdf
Merge pull request #804 from nakulgulati/patch-1
...
Plugin reference fix
2016-11-20 07:50:25 -06:00
Alex Muramoto
b5cc14c546
docs(camera preview): update to correct repo
...
* docs(camera preview): update to correct repo
* docs(camera preview): fix typo
* docs(camera preview): Update to other repo
* fix(camera preview): revert to old plugin and update repo to matching repo
2016-11-18 17:30:06 -05:00
Nakul Gulati
8988fad713
Plugin reference fix
...
The plugin reference is available as part of the global `cordova` object and not the global `plugins` object. This caused the plugin to `Plugin not installed warning` even though the plugin is installed and works when using through `cordova.plugins.market.open(appId);`
2016-11-18 17:08:42 +05:30
Brett Morrison
7b8b2d7136
GoogleAnalytics TS file updated to include 'Browser', now that 'Browser' is supported: https://github.com/danwilson/google-analytics-plugin/pull/313
2016-11-17 16:14:02 -08:00
Alex Muramoto
dd2ccef0c7
docs(camera preview): update to correct repo
...
* docs(camera preview): update to correct repo
* docs(camera preview): fix typo
* docs(camera preview): Update to other repo
2016-11-17 12:53:24 -05:00
Shane Smith
e46f10878e
docs(media-capture): fix documentation mixup
2016-11-16 14:43:52 -05:00
mhartington
2dacec0cb5
docs(): hide old open method
2016-11-09 14:14:26 -05:00
Anıl ÜNAL
0c5fadee86
docs(apprate): update usage ( #778 )
2016-11-08 17:02:10 -05:00
Ramon Henrique Ornelas
01b30c68e1
fix(diagnostics): fix #776 ( #777 )
2016-11-08 17:01:38 -05:00
Valentin Klinghammer
e5b0365d0c
Added basic usage description to AdMob
2016-11-03 10:41:41 +01:00
Sergii Stotskyi
867400d1ac
refactor(file): add return value to be updated file entry in writeFile method
...
Also remove code duplication in writeExistingFile
2016-11-03 06:16:08 +02:00
Mark McEahern
88f6ecf250
docs(inappbrowser): fix typo ( #766 )
2016-11-02 17:49:34 -04:00
Shamsher Ansari
e6beaa49a4
Update Example for Google Map
2016-11-02 16:44:06 +05:30
Andrew Mitchell
fa03fa544f
fix(datepicker): fix allowOldDates option ( #761 )
2016-11-02 00:13:43 -04:00