Commit Graph

454 Commits

Author SHA1 Message Date
Louis Orleans
6fab67ca9f Adding some types to plugins/hotspot.ts 2016-05-05 15:50:28 -07:00
perry
3a80434a1c attempting to prevent errors in the even a commit to ionic-site is made during docgen 2016-05-05 14:50:40 -05:00
Ionitron
487aaafb15 CI tweak 2016-05-04 17:10:41 -05:00
Ionitron
73095b1211 pulling for now 2016-05-04 17:08:28 -05:00
Ionitron
a35580e0dd typo 2016-05-04 17:05:19 -05:00
Ionitron
da1cf7c3a1 trying new CI approach 2016-05-04 17:03:53 -05:00
Keith D. Moore
9d359a50e2 fix usage comments
add delay in setTimeout to ensure connection attribute has been set.
2016-04-30 14:58:46 -05:00
Ibrahim Hadeed
26dcff4db7 Merge pull request #150 from driftyco/instance-property
feat(plugin): add wrapper for instance properties
2016-04-30 13:31:59 -04:00
Ibrahim Hadeed
28d7d5ceec feat(plugin): add wrapper for instance properties
this wrapper will be able to handle get/set functions for any instance property
2016-04-30 13:31:10 -04:00
Ibrahim Hadeed
029a8c88ec chore(changelog): update changelog 2016-04-30 00:10:29 -04:00
Ibrahim Hadeed
aef66b08b3 1.2.0 2016-04-30 00:04:33 -04:00
Ibrahim Hadeed
e34d4e335b Merge pull request #149 from driftyco/add-tslint
chore(tslint): add tslint & clean up code
2016-04-29 23:58:02 -04:00
Ibrahim Hadeed
06146b322f chore(tslint): add tslint & clean up code 2016-04-29 23:56:49 -04:00
Ibrahim Hadeed
8b6d9f33f6 Merge pull request #97 from driftyco/instance-wrapper
feat(ionicnative): add instance wrapper
2016-04-29 22:49:07 -04:00
Ibrahim Hadeed
fd3fa5b1b9 refactor(googlemaps): add plugin meta 2016-04-29 22:47:45 -04:00
Ibrahim Hadeed
a1946442d1 refactor(plugins): clean up 2016-04-29 22:47:01 -04:00
Ibrahim Hadeed
2efce5dcb7 refactor(-): cleanup 2016-04-29 21:50:09 -04:00
Ibrahim Hadeed
94a8a296c1 fix(instance-wrapper): 2016-04-29 21:46:35 -04:00
Ibrahim Hadeed
0b15a2f037 merge 2016-04-29 20:07:59 -04:00
Ibrahim Hadeed
8abdc11cc9 chore(build): add gulp minify task 2016-04-29 18:08:16 -04:00
Ibrahim Hadeed
16ade3abcf diable update docs for now 2016-04-29 17:40:08 -04:00
Ibrahim Hadeed
30bdb1a8f1 refactor(DeviceAccounts): add supported platforms 2016-04-29 17:28:26 -04:00
Ibrahim Hadeed
0a7577cec0 refactor(DeviceAccounts): formatting 2016-04-29 17:28:02 -04:00
Ibrahim Hadeed
54c3a24e59 Merge pull request #144 from panuganti/DeviceEmail
Add DeviceAccounts plugin
2016-04-29 17:26:50 -04:00
Ibrahim Hadeed
317437b32e fix(BluetoohSerial): add missing plugin reference 2016-04-29 17:18:40 -04:00
Ibrahim Hadeed
a02718fd0a Merge pull request #147 from driftyco/admob
feat(plugin): add admob pro plugin
2016-04-29 17:17:53 -04:00
Ibrahim Hadeed
d9b847b3cb feat(plugin): add admob pro plugin
closes #146
2016-04-29 17:17:30 -04:00
perry
926ef7015d locking down CI to master for now 2016-04-29 16:09:40 -05:00
Ibrahim Hadeed
f5f35b3cdc Merge pull request #145 from driftyco/bluetooth-serial
feat(plugin): add Bluetooth Serial plugin
2016-04-29 16:55:08 -04:00
Rajkiran Panuganti
31c298b556 Add DeviceAccounts plugin 2016-04-29 13:09:13 -07:00
Ibrahim Hadeed
837fb95a8a feat(plugin): add Bluetooth Serial plugin
closes #136
2016-04-29 15:13:07 -04:00
Perry Govier
c8f8d6ac52 Let build_bundle tests run on CI 2016-04-29 13:12:39 -05:00
Ibrahim Hadeed
b1218bd77c Merge pull request #139 from driftyco/unhandled-reject-error-fix
fix(plugin): handle rejection when Cordova is undefined
2016-04-29 12:10:06 -04:00
Ibrahim Hadeed
0ed259e678 Merge pull request #142 from panuganti/master
Screenshot Plugin
2016-04-29 12:09:47 -04:00
Rajkiran Panuganti
e73c99b28a make params optional 2016-04-28 22:38:59 -07:00
Rajkiran Panuganti
ec4f3c69ec Screenshot Plugin 2016-04-28 22:06:21 -07:00
Tim Lancina
db07768133 fix(plugin): handle rejection when Cordova is undefined
Zone.js now (helpfully) throws an error on unhandled rejections in
promises. This is great because they no longer silently fail, but we
were relying on that behavior for the case where the plugin isn't
installed or Cordova isn't available. With this change, those cases
won't throw an unhandled rejection error, but all regular plugin errors
still should.
2016-04-27 13:00:59 -05:00
Ibrahim Hadeed
f89c2db86c refactor(media): change plugin name to MediaPlugin to avoid conflicts 2016-04-27 09:54:14 -04:00
Ibrahim Hadeed
4070991f67 fix(plugin): remove unecessary code 2016-04-25 07:19:43 -04:00
Ibrahim Hadeed
ba5c049f77 Merge branch 'master' of https://github.com/driftyco/ionic-native into instance-wrapper 2016-04-25 07:17:17 -04:00
Ibrahim Hadeed
584312ec7f chore(index): update index 2016-04-25 07:16:50 -04:00
Ibrahim Hadeed
2afd415491 chore(index): update index 2016-04-25 06:54:02 -04:00
Ibrahim Hadeed
1105b5723b feat(media): add media plugin
closes #88
2016-04-25 06:51:42 -04:00
Ibrahim Hadeed
a37a041538 style(plugin): reverse previous commit, to keep track of changes easier 2016-04-25 06:22:17 -04:00
Ibrahim Hadeed
91117fa6bb Merge pull request #134 from driftyco/cameraConstants
feat(camera): add camera constants
2016-04-25 05:46:46 -04:00
Ibrahim Hadeed
f5b52bf98f docs(contacts): fix usage docs
closes #121
2016-04-25 05:43:35 -04:00
Ibrahim Hadeed
ce02d8219c feat(camera): add camera constants
closes #129
2016-04-25 05:41:48 -04:00
Ibrahim Hadeed
3865ea4777 fix(GoogleAnalytics): addCustomDimension() key param is number
closes #131
2016-04-25 05:37:26 -04:00
Ibrahim Hadeed
9c78837113 Merge branch 'master' of https://github.com/driftyco/ionic-native 2016-04-25 05:32:58 -04:00
Ibrahim Hadeed
e10d744e7b fix(localnotifications): options can be an array 2016-04-25 05:32:36 -04:00