Ibby
d9188446a0
fix(device): fixes device plugin
...
Breaking change: device property no longer exists
2016-12-06 07:33:40 -05:00
Ibby
7ae6e10375
fix(cordova-property): fixes static properties of classes
2016-12-06 07:33:40 -05:00
Perry Govier
ea53a1923a
chore(CI): reverting benign testing change
2016-12-05 17:00:05 -06:00
Perry Govier
7fa2f7f364
chore(ci): benign docs change to make sure it goes through CI
2016-12-05 14:36:44 -06:00
Ibby
f211da7280
feat(actionsheet): add ActionSheetOptions interface
2016-12-04 13:12:42 -05:00
Ionitron
c1398eb54b
docs(googlemap): add docs for GoogleMapsMarkerOptions
2016-12-04 12:57:46 -05:00
Ionitron
1e1aaad7aa
docs(googlemap): add docs for GoogleMapsMarker
2016-12-04 12:54:25 -05:00
Ionitron
54ef50178b
docs(): update docs formatting
2016-12-04 12:46:41 -05:00
Ibby Hadeed
6f7171d26b
feat(googlemaps): add markerClick and infoClick to MarkerOptions
...
addresses #844
2016-12-04 11:55:23 -05:00
Ibby Hadeed
cf75a53438
feat(googlemap): add disableAutoPan to GoogleMapsMarkerOptions
...
closes #844
2016-12-04 11:54:13 -05:00
Ibby Hadeed
8ab1d13fb3
refractor(sqlite): optimize code
2016-12-04 11:50:59 -05:00
Ibby Hadeed
dd250a6d17
refractor(sqlite): use InstanceProperty for databaseFeatures
2016-12-04 11:50:29 -05:00
Ibrahim Hadeed
9082c5efbf
fix(sqlite): add static constructor, and fix resolve type ( #697 )
2016-12-04 11:49:38 -05:00
Ibrahim Hadeed
b19f6d1ccd
fix(contacts): fix few bugs in Contacts ( #846 )
2016-12-04 11:47:28 -05:00
Ibrahim Hadeed
abc90f2e6a
chore(): optimize CordovaProperty and InstanceProperty decorators ( #635 )
...
* chore(): optimize InstanceProperty wrapper
* chore(): optimize CordovaProperty wrapper
* tslint'
* fix decorators
2016-12-04 11:42:30 -05:00
Ibby Hadeed
717c1438c4
docs(deeplink): update broken return type
2016-12-01 18:55:59 -05:00
Ibby Hadeed
c4acbfe095
chore(): tslint
2016-12-01 18:47:27 -05:00
Ibby Hadeed
a26b8879f3
Merge branch 'master' of github.com:driftyco/ionic-native
2016-12-01 18:45:35 -05:00
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
Alex Muramoto
82e7bd65a6
docs(camera-preview): correct option doc
...
Update camera-preview.ts
2016-12-01 09:53:13 -06:00
Alex Muramoto
9ab73602af
docs(camera): Add link to platform-specific options quirks
2016-12-01 09:50:21 -06:00
Abdelaziz Bennouna
9c8259f659
Update camera.ts
...
Fixes cameraDirection values DOC.
Maybe doc should link also to os-specific quirks, e.g. https://github.com/apache/cordova-plugin-camera#module_Camera.Direction for cameraDirection?
2016-12-01 14:36:56 +00:00
Wyatt Arent
bb321057d2
Update camera-preview.ts
...
Minor typo fix & maintain lowercase convention.
2016-11-30 10:58:22 -07:00
Alex Muramoto
7cb3bc7542
resolve merge conflicts
2016-11-29 16:42:30 -06:00
Alex Muramoto
3da2831779
docs(all): standardizes and adds return types, also some param fixes
2016-11-29 16:40:50 -06: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
d76ad8803e
docs(background mode): fix incorrect return types and typos
2016-11-29 10:22:32 -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
Ibby Hadeed
fd0ac37ffc
refractor(file): property filesystem of Entry is lowercase
...
fixes #720
2016-11-24 05:28:53 -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