Commit Graph

1044 Commits

Author SHA1 Message Date
mrybnik
923e384e43 Correct battery-status "status" event name 2016-04-19 01:03:43 +02:00
Ibrahim Hadeed
3894cb427d Merge pull request #125 from koraysels/patch-1
documentation wrong for watchAcceleration
2016-04-17 06:23:27 -04:00
Ibrahim Hadeed
18326d1c19 Merge pull request #124 from jccf091/jccf091-patch-1
update docs statusbar.ts
2016-04-17 06:13:44 -04:00
Hackfrag
ec6d8b14f3 Added GoogleAnalytics 2016-04-16 17:13:40 +02:00
Koray S
17fa1c72b7 documentation wrong for watchAcceleration
documentation was wrong. watchPosition instead of watchAcceleration..
2016-04-15 14:25:02 +02:00
James Cheuk
c36fa0fa7f update docs statusbar.ts
It should be overlaysWebView
2016-04-15 18:20:41 +08:00
Barry Rowe
ce2772b994 Append trailingSlash if not present on path param
In some cases the incoming ```path``` variable may not necessarily contain a trailing slash, but in cases where the directory path is manually built within the plugin this was not protected against. This shouldn't be a big issue if consumers are using ```cordova.file.*``` for the path params, but not all consumers may be using this.
2016-04-14 12:48:04 -04:00
Ibrahim Hadeed
94de6b43d9 Merge pull request #110 from cmanou/email-plugin
feat(plugin): add email composer plugin
2016-04-11 10:40:50 -04:00
Ibrahim Hadeed
3ef6e1f628 Merge pull request #111 from eberlitz/patch-1
Fix documentation for LocalNotifications plugin
2016-04-11 10:40:30 -04:00
Ibrahim Hadeed
d61b14b369 Merge pull request #117 from ct14it/patch-1
Actionsheet : Minor typo fixes
2016-04-11 10:39:05 -04:00
Ibrahim Hadeed
3c2f2273d8 Merge pull request #105 from driftyco/webintent-plugin
feat(plugin): add web intent plugin
2016-04-11 10:38:33 -04:00
Ibrahim Hadeed
beeb075831 fix(vibration): fix plugin reference
closes #106
2016-04-11 10:29:52 -04:00
CT14.IT
d42d24c60b Minor typo fixes 2016-04-07 14:26:46 +01:00
Ignat Ignatov
96c47df151 Added implementation for readAsText() method. 2016-04-06 16:36:26 +02:00
Christopher Manouvrier
ce92e6ac8f Refactor isAvailable 2016-04-06 22:06:46 +10:00
Christopher Manouvrier
f96ec32be7 Fix is available callback 2016-04-06 21:00:26 +10:00
Eduardo Eidelwein Berlitz
f2c85d038a Fix documentation for LocalNotifications plugin 2016-04-05 13:41:35 -03:00
Christopher Manouvrier
213330379d Update methods and pluginRef 2016-04-06 00:24:50 +10:00
Christopher Manouvrier
804c9ee463 feat(plugin): add email composer plugin 2016-04-05 21:55:24 +10:00
Nick Gal
8a0f828fb0 Update barcodescanner.ts
Typo
2016-04-04 19:34:37 -07:00
Ibrahim Hadeed
f357b56886 feat(webintent): add plugin to index 2016-04-04 00:11:13 -04:00
Ibrahim Hadeed
e2fc9a0432 feat(plugin): add web intent plugin 2016-04-04 00:05:34 -04:00
drachenbach
3b4c846132 added google analytics wrapper 2016-03-31 21:38:19 +02:00
Ibrahim Hadeed
eea70ffc0a style(plugin.ts): format/indent 2016-03-29 17:53:51 -04:00
Ibrahim Hadeed
e39c448cb8 Merge branch 'instance-wrapper' of https://github.com/driftyco/ionic-native into instance-wrapper 2016-03-29 17:50:48 -04:00
Ibrahim Hadeed
5a8d48ea36 perf(ionicnative): instance wrapper cleanup and optimization 2016-03-29 17:49:53 -04:00
Ibrahim Hadeed
85e5522f40 remove test param 2016-03-29 06:56:21 -04:00
Ibrahim Hadeed
0ec737aa49 feat(ionicnative): add instance wrapper
closes https://github.com/driftyco/ionic-native/issues/86

https://github.com/driftyco/ionic-native/issues/79
2016-03-29 06:50:03 -04:00
Ibrahim Hadeed
5525d2f232 Merge pull request #96 from driftyco/add-custom-install
chore(docs): ability to add custom install command for a plugin
2016-03-29 05:38:25 -04:00
Ibrahim Hadeed
909e1032f0 Merge pull request #92 from keithdmoore/master
add comments regarding network plugin usage
2016-03-29 05:38:15 -04:00
Ibrahim Hadeed
23be4b7e95 chore(docs): ability to add custom install command for a plugin
closes https://github.com/driftyco/ionic-native/issues/93
2016-03-29 01:57:53 -04:00
greg
2aa25969f7 Added diagnostic plugin. 2016-03-28 20:24:05 -04:00
Keith D. Moore
3b7f7c6533 add comments regarding network plugin usage 2016-03-27 23:17:07 -05:00
Ibrahim Hadeed
4ead1ae023 fix(launchnavigator): bug fix 2016-03-27 23:57:54 -04:00
Ibrahim Hadeed
ed14d87722 remove unnecessary comment 2016-03-27 23:11:12 -04:00
Ibrahim Hadeed
f2e274f459 Merge pull request #90 from keithdmoore/master
add network plugin for issue #89
2016-03-27 23:07:04 -04:00
Keith D. Moore
c4620d0f52 add missing network.ts from previous commit 2016-03-27 21:07:40 -05:00
Keith D. Moore
1a6872aa9f add network plugin for issue #89 2016-03-27 20:56:16 -05:00
Ibrahim Hadeed
5e7378a60d fix(launchnavigator): start parameter is optional
closes https://github.com/driftyco/ionic-native/issues/87
2016-03-27 16:09:08 -04:00
Ibrahim Hadeed
5c17ec7242 Merge pull request #76 from Fenkiou/cordova-plugin-file
feat(plugin): add file plugin
2016-03-26 18:44:01 -04:00
Ibrahim Hadeed
48bf837e32 fix(push plugin): senderId is optional in iosPushOptions
closes https://github.com/driftyco/ionic-native/issues/58
2016-03-25 21:03:21 -04:00
Ibrahim Hadeed
ed7e783693 feat(toast): add new features to toast plugin
closes https://github.com/driftyco/ionic-native/issues/60
2016-03-25 20:49:42 -04:00
Ibrahim Hadeed
89ea2e0180 chore(plugins): add social sharing to index 2016-03-25 20:13:07 -04:00
Ibrahim Hadeed
efc8231ab6 feat(plugin): add social sharing plugin
closes https://github.com/driftyco/ionic-native/issues/65
2016-03-25 20:11:28 -04:00
Ibrahim Hadeed
c9773ad7a5 docs(plugins): update platforms supported 2016-03-25 18:05:13 -04:00
Ibrahim Hadeed
dffdc1a94d style(index): arrange plugins alphabatically 2016-03-25 17:43:11 -04:00
Ibrahim Hadeed
c018fec497 Merge pull request #73 from dzonatan/master
feat(plugin): add InAppBrowser plugin
2016-03-25 17:40:35 -04:00
Ibrahim Hadeed
120d20bfe4 refactor(batterystatus): update event based methods to use new @Cordova wrapper implementation 2016-03-24 14:25:04 -04:00
Ibrahim Hadeed
c947437610 feat(keyboard): add event listeners for keyboard show/hide events 2016-03-24 14:22:39 -04:00
Ibrahim Hadeed
74690d1622 docs(keyboard): add platforms supported 2016-03-24 14:19:09 -04:00
Ibrahim Hadeed
292c80c735 fix(keyboard): remove hideKeyboardAccessoryBar method for now 2016-03-24 14:15:23 -04:00
Ibrahim Hadeed
0dab9233f5 refactor(plugins): add missing plugins to index 2016-03-24 14:09:52 -04:00
Ibrahim Hadeed
66f0e03aef fix(spinnerdialog): fix functionality 2016-03-24 13:15:55 -04:00
Ibrahim Hadeed
fdc5739593 Merge pull request #75 from driftyco/add-spinner
feat(plugin): add spinner dialog plugin
2016-03-24 13:04:32 -04:00
Ibrahim Hadeed
3b7573be7f docs(plugins): add import statements for usage clarity 2016-03-24 13:00:18 -04:00
Ibrahim Hadeed
18e04d6016 refractor(plugin): fix typo in pluginref 2016-03-24 12:34:02 -04:00
William Li
b3438c19c8 docs(toast): Add import statement for Toast
Makes it clear how to import the Toast component into projects.
2016-03-23 19:48:23 -07:00
Tim Lancina
43be0ede7c Update device.ts 2016-03-22 10:04:40 -05:00
Alexandre Papin
da1facab70 Add a few more methods and add documentation 2016-03-21 13:19:27 +01:00
Ibrahim Hadeed
812653ccd7 feat(plugin): add spinner dialog plugin
https://github.com/driftyco/ionic-native/issues/69
2016-03-19 00:05:07 -04:00
Alexandre Papin
5c3613f338 Add wrapper for file plugin with some methods 2016-03-18 23:27:20 +01:00
Rokas Brazdžionis
b8d2cfdd9d feat(plugin): add InAppBrowser plugin 2016-03-18 16:26:38 +02:00
Eddy Verbruggen
e437059626 Toast 2.5.0 duration change
The plugin now supports an arbitrary number of milliseconds for `duration`
2016-03-17 21:36:35 +01:00
Jonathan Sharpe
0c115f35f9 Show import format and link to ionic-native
The plugin docs should mention ionic-native and the required import format, which we only found in https://forum.ionicframework.com/t/camera-plugin-not-working-build-error/45004/4?u=jonrsharpe after searching for quite a while.
2016-03-15 15:39:09 +00:00
Ibrahim Hadeed
34e5783995 docs(platforms): fix platforms for a mothod 2016-03-14 13:54:35 -04:00
Ibrahim Hadeed
9826dfd026 feat(plugins): add platforms info 2016-03-14 13:38:35 -04:00
Ibrahim Hadeed
06749ea211 Merge pull request #54 from ihadeed/add-event-wrapper
Add event wrapper
2016-03-14 13:25:00 -04:00
Ibrahim Hadeed
9ef850c66a fix(plugins): fix optional options 2016-03-13 20:39:40 -04:00
Ibrahim Hadeed
e708bc6be7 fix(interface): params are optional 2016-03-13 20:35:47 -04:00
Ibrahim Hadeed
fb0cb19c00 feat(index):
add missing plugins
2016-03-13 17:25:26 -04:00
Ibrahim Hadeed
43b7f12415 docs(localnotifications): fix broken docs 2016-03-13 17:23:24 -04:00
Ibrahim Hadeed
c5704447eb Merge pull request #51 from driftyco/clean-up
fix(plugins): cleanup and add new plugins to index
2016-03-13 16:09:27 -04:00
Ibrahim Hadeed
1771f7bfe1 fix(plugins): cleanup and add new plugins to index 2016-03-13 16:08:15 -04:00
Ibrahim Hadeed
3cc4ee4196 feat(plugin): add vibration 2016-03-13 15:53:03 -04:00
Ibrahim Hadeed
786cd21de8 docs(docs): update names 2016-03-13 15:45:07 -04:00
Ibrahim Hadeed
c86e135096 fix(plugin): fix types 2016-03-13 15:34:30 -04:00
Ibrahim Hadeed
0d1bd1335f feat(plugin): add event wrapper 2016-03-13 15:30:21 -04:00
Ibrahim Hadeed
a80c4ee2bf feat(plugin): add keyboard 2016-03-13 15:19:21 -04:00
Ibrahim Hadeed
765ef48a23 docs(dbmeter): complete docs 2016-03-13 15:05:15 -04:00
Ibrahim Hadeed
8c17a2a6c2 feat(plugin): add base64 to gallery 2016-03-13 13:39:29 -04:00
Ibrahim Hadeed
22bb218e10 feat(plugin): add DB Meter 2016-03-13 13:34:19 -04:00
Ibrahim Hadeed
e1dc6061bd feat(plugin): add android hotspot plugin 2016-03-13 13:29:59 -04:00
Ibrahim Hadeed
29bf01190f docs(splashscreen): 2016-03-13 13:18:54 -04:00
Ibrahim Hadeed
0f3c1886d3 feat(plugin): add splashscreen 2016-03-13 13:18:00 -04:00
Ibrahim Hadeed
90cc36b453 feat(plugin): add globalization 2016-03-13 04:08:39 -04:00
Ibrahim Hadeed
fbd484583a docs(sms): update param types 2016-03-12 19:18:08 -05:00
Ibrahim Hadeed
959cf288e4 docs(plugins): add missing repo urls 2016-03-12 19:08:47 -05:00
Ibrahim Hadeed
e59371887f docs(plugins): remove install command 2016-03-12 18:56:01 -05:00
Ibrahim Hadeed
9293689649 docs(plugin): set docs to private
to hide in ionic-site
2016-03-12 18:52:25 -05:00
Ibrahim Hadeed
1e259da375 fix(plugin): export interfaces 2016-03-12 18:35:58 -05:00
Ibrahim Hadeed
74573a366f refactor(plugin): change plugin params 2016-03-12 18:33:10 -05:00
Ibrahim Hadeed
a1bdff6b24 docs(plugins): update docs and plugin params 2016-03-12 18:30:16 -05:00
Ibrahim Hadeed
4d8dc1b9dc feat(plugins): add new plugins to index 2016-03-12 18:04:30 -05:00
Nick Gal
3abdb444bc Update imagepicker.ts
Fix typo
2016-03-10 15:59:14 -08:00
Ibrahim Hadeed
99c4fe06f5 Merge pull request #42 from ihadeed/add-local-notify
Add local notify
2016-03-10 17:48:25 -05:00
Ibrahim Hadeed
5d5bae3b78 feat(localnotification): complete functionality 2016-03-10 17:47:16 -05:00
Ibrahim Hadeed
66df0a67a6 feat(plugin): add local notifications 2016-03-10 17:25:24 -05:00
Tim Lancina
998a58e036 chore(): cleanup return values
Addresses https://github.com/driftyco/ionic-native/issues/38.
2016-03-10 15:48:23 -06:00
Tim Lancina
78fdbcd42e chore(): remove returned Promises
Addresses: https://github.com/driftyco/ionic-native/issues/38.
2016-03-10 14:54:30 -06:00
Ibrahim Hadeed
738184b5be Merge pull request #40 from cho-is/master
feat(plugin): add imagePicker plugin
2016-03-10 15:42:28 -05:00
cho-is
01d797261b fix(imagepicker): pluginRef 2016-03-10 20:39:14 +00:00
cho-is
287d129137 feat(plugin): add imagePicker plugin 2016-03-10 20:29:50 +00:00
Ibrahim Hadeed
35bfe40d9e refactor(batterystatus): extract getObservable() from class
extracted the getObservable() function from class so it doesn't show as a method (in docs and

auto-complete)
2016-03-10 15:27:01 -05:00
Ibrahim Hadeed
e7a09d9018 feat(batterystatus): complete functionality 2016-03-10 15:24:04 -05:00
Ibrahim Hadeed
e776541ca0 refactor(batterystatus): add interface for battery status object 2016-03-10 15:17:51 -05:00
Ibrahim Hadeed
046d17e574 docs(batterystatus): improve docs 2016-03-10 15:14:55 -05:00
Tim Lancina
848d70631c feat(package): expose decorators and wrapper functions
Addresses https://github.com/driftyco/ionic-native/issues/37.
2016-03-10 10:29:06 -06:00
Tim Lancina
cb18bbb399 Merge pull request #20 from ihadeed/add-batterystatus
add batterystatus
2016-03-10 10:21:37 -06:00
Tim Lancina
0c9b7474ca Merge pull request #21 from ihadeed/edit-datepicker
Edit datepicker
2016-03-10 10:13:44 -06:00
Tim Lancina
62cba17a75 Merge pull request #22 from ihadeed/add-sms
Add sms
2016-03-10 10:13:28 -06:00
Tim Lancina
a0c4661f03 Merge pull request #23 from ihadeed/add-launch-navigator
Add launch navigator
2016-03-10 10:13:09 -06:00
Tim Lancina
848c6c3772 Merge pull request #24 from ihadeed/clean-up
refactor: added semi-columns
2016-03-10 10:13:02 -06:00
Tim Lancina
a289e52474 Merge pull request #25 from ihadeed/add-app-avail
Add app avail
2016-03-10 10:12:57 -06:00
Tim Lancina
a750c56f24 Merge pull request #26 from ihadeed/add-device-motion
Add device motion
2016-03-10 10:09:05 -06:00
Tim Lancina
a4bdab2026 Merge pull request #27 from ihadeed/add-device-orientation
feat(plugin): add device orientation plugin
2016-03-10 10:08:59 -06:00
Tim Lancina
191ff23e25 Merge pull request #29 from ihadeed/add-dialogs
feat(plugin): add dialogs plugin
2016-03-10 10:08:51 -06:00
Tim Lancina
41f134590b Merge pull request #30 from ihadeed/add-flashlight
feat(plugin): add flashlight plugin
2016-03-10 10:08:46 -06:00
Tim Lancina
ddc339a0a3 Merge pull request #28 from bholub/patch-1
Fixing typo in link to github docs
2016-03-10 09:49:33 -06:00
Tim Lancina
fa47f472b6 Merge pull request #31 from tim2000/patch-1
Fix link of ActionSheet documentation
2016-03-10 09:32:37 -06:00
Ibrahim Hadeed
c71f8d49e1 fix: fix options params 2016-03-08 14:25:22 -05:00
Ibrahim Hadeed
44365f4c60 fix(plugin): fix options properties 2016-03-08 14:23:22 -05:00
Ibrahim Hadeed
1fac387384 fix(geolocation): set callback order to reverse on getCurrentPosition
https://github.com/driftyco/ionic-native/issues/34
2016-03-08 13:41:34 -05:00
Ibrahim Hadeed
e053c945ee docs(plugin): add docs 2016-03-08 13:29:03 -05:00
Ibrahim Hadeed
8855359527 fix(plugin): combine watch and clearwatch functions 2016-03-08 13:26:55 -05:00
Ibrahim Hadeed
d17f62d82f fix(devicemotion): combine watch and clear into one function
convert the watch function to an observable function that handles cancellation too
2016-03-08 13:18:06 -05:00
Tim Behety
37aaa3d09c Fix link of ActionSheet documentation 2016-03-07 09:04:33 +01:00
Ibrahim Hadeed
2caa1516ab fix: added dummy boolean
not sure if required
2016-03-06 16:59:09 -05:00
Ibrahim Hadeed
3ec25fa63b feat(plugin): add flashlight plugin 2016-03-06 16:56:29 -05:00
Ibrahim Hadeed
662d8ce079 fix: remove confirm callback, not needed. 2016-03-06 16:42:58 -05:00
Ibrahim Hadeed
b5f92671ae feat(plugin): add dialogs plugin 2016-03-06 16:40:24 -05:00
Brian Holub
b27e799526 Fixing typo in link to github docs 2016-03-06 13:19:50 -08:00
Ibrahim Hadeed
5fda6d49cc fix: fix callback order 2016-03-06 16:17:07 -05:00
Ibrahim Hadeed
5944bd13d3 fix: fix callback order 2016-03-06 16:16:04 -05:00
Ibrahim Hadeed
9766aab59f feat(plugin): add device orientation plugin 2016-03-06 16:06:43 -05:00
Ibrahim Hadeed
7f7ba3b52a feat(plugin): add functionality to device motion plugin 2016-03-06 15:54:55 -05:00
Ibrahim Hadeed
a4df21e99c feat(plugin): add device motion plugin 2016-03-06 15:43:13 -05:00
Ibrahim Hadeed
80e7eedcae docs(plugin): add docs and usage 2016-03-06 15:39:09 -05:00
Ibrahim Hadeed
bc4dcaae53 feat(plugin): add functionality to app-availablity plugin 2016-03-06 15:35:59 -05:00
Ibrahim Hadeed
3d188e1f31 feat(plugin): add app availability plugin 2016-03-06 15:33:37 -05:00
Ibrahim Hadeed
c144b87e13 refactor: added semi-columns 2016-03-06 15:27:26 -05:00
Ibrahim Hadeed
9e17e25427 fix(launchnavigator): fix Plugin decorator property value 2016-03-06 15:17:49 -05:00
Ibrahim Hadeed
984e7fc9d1 feat(plugin): add launch navigator
https://github.com/driftyco/ionic-native/issues/18
2016-03-06 15:11:19 -05:00
Ibrahim Hadeed
18df9a5aeb feat(plugin): add launch navigator
https://github.com/driftyco/ionic-native/issues/18
2016-03-06 15:08:19 -05:00
Ibrahim Hadeed
aa7e04c2e7 feat(plugin): add sms plugin 2016-03-06 14:51:26 -05:00
Ibrahim Hadeed
1a778e7f10 fix(datepicker): fix plugin functionality
Fixed and tested the core plugin functionality
2016-03-06 14:31:00 -05:00
Ibrahim Hadeed
91de9715fe fix(datepicker): fix plugin functionality 2016-03-06 13:51:12 -05:00
Ibrahim Hadeed
4302abd02b undo 2016-03-06 13:24:49 -05:00
Ibrahim Hadeed
6843177377 feat(plugin): add sms 2016-03-06 13:23:30 -05:00
Ibrahim Hadeed
82d3c258c9 add batterystatus 2016-03-06 12:48:20 -05:00
Tim Lancina
ce6adccb9a fix(datepicker): dates are Dates 2016-03-06 09:01:37 -06:00
Tim Lancina
c3cfd14c5e fix(datepicker): datepicker options are optional 2016-03-06 08:56:31 -06:00
Tim Lancina
1334f60b68 fix(plugin): don't call reject when sync 2016-03-06 08:34:05 -06:00
Tim Lancina
98fbe6c7ce chore(): new plugin cleanup 2016-03-04 15:42:21 -06:00
Tim Lancina
5ad72de3d3 chore(): remove unnecessary name option from Plugin decorator
At least for now, we get the name of the plugin from the class.
2016-03-04 14:04:43 -06:00
Tim Lancina
fc54fefde5 feat(plugin): proxy plugin properties
Rename RequiresPlugin decorator to CordovaProperty and replace getter so
we can forward property access to the underlying plugin property.
2016-03-04 13:56:28 -06:00
Tim Lancina
f360827b20 chore(): comment out debug statements 2016-03-04 13:53:59 -06:00
Tim Lancina
c48a851d87 feat(plugin): show instructions if plugin not installed 2016-03-04 13:52:57 -06:00
Tim Lancina
3b06f4cfe6 Merge pull request #5 from ihadeed/add-datepicker
Add datepicker
2016-03-04 10:36:49 -06:00
Tim Lancina
cef2e95722 Merge pull request #6 from ihadeed/add-app-rate
feat(): add apprate
2016-03-04 10:36:42 -06:00
Tim Lancina
aff7e93979 Merge pull request #7 from ihadeed/add-app-version
Add app version
2016-03-04 10:36:36 -06:00
Tim Lancina
c63987efe2 Merge pull request #8 from ihadeed/add-badge
Add badge
2016-03-04 10:36:29 -06:00
Tim Lancina
09fd745c92 chore(clipboard): add to index 2016-03-04 10:33:36 -06:00
Tim Lancina
d7c9825255 Merge pull request #9 from ihadeed/add-clipboard
Add clipboard
2016-03-04 10:32:00 -06:00
Basit
427611d109 options are optional 2016-02-26 13:09:53 +00:00
mhartington
e05f901bf3 doc(actionsheet): update options docs 2016-02-24 16:20:16 -05:00
mhartington
350a5b0911 docs: updated docs to have consistent format 2016-02-22 16:20:00 -05:00
Tim Lancina
8562195533 docs(actionsheet): update 2016-02-18 12:01:27 -06:00
Tim Lancina
3ce701cce7 chore(file): remove file for now 2016-02-17 15:33:17 -06:00
Tim Lancina
c7499185e0 chore(touchid): update TouchID 2016-02-17 15:32:34 -06:00
Tim Lancina
6c437c6ea6 chore(toast): update Toast 2016-02-17 13:37:48 -06:00
Ibrahim Hadeed
0b6cca7a28 feat(): add clipboard plugin 2016-02-17 04:52:00 -05:00
Ibrahim Hadeed
fa4c266cb7 feat(): add clipboard plugin 2016-02-17 04:49:26 -05:00
Ibrahim Hadeed
3088df441b feat(): add badge plugin 2016-02-17 04:36:38 -05:00
Ibrahim Hadeed
20cb01fd9e feat(): add app version plugin 2016-02-17 04:25:44 -05:00
Ibrahim Hadeed
8b7852129b feat(): add app version plugin 2016-02-17 04:25:03 -05:00
Ibrahim Hadeed
0dd4fecc06 feat(): add apprate 2016-02-17 04:17:40 -05:00
Ibrahim Hadeed
499ead3aae fix(): datepicker plugin, pluginref, and @Cordova wrapper 2016-02-17 02:23:56 -05:00
Tim Lancina
44d6d5c021 chore(statusbar): update StatusBar 2016-02-16 17:43:00 -06:00
Tim Lancina
f1c2347a9a chore(push): update docs 2016-02-16 17:43:00 -06:00
Tim Lancina
b9be35d81d chore(device): update Device 2016-02-16 17:43:00 -06:00
Tim Lancina
240f0f87cc fix(plugin): return originalMethod return value 2016-02-16 17:43:00 -06:00
Tim Lancina
5e6e8c2a80 chore(push): fix Push demo 2016-02-16 15:46:48 -06:00
Tim Lancina
bbe1e63892 chore(push): update Push 2016-02-16 15:40:55 -06:00
Ibrahim Hadeed
5afa58fee4 feat(DatePicker): Added DatePicker 2016-02-15 17:25:15 -05:00
Ibrahim Hadeed
9e62d791c5 Added DatePicker plugin 2016-02-15 17:22:50 -05:00
Tim Lancina
1192fd4677 chore(geolocation): update 2016-02-15 10:55:31 -06:00
Tim Lancina
0fc8b0f929 docs(barcodescanner): add return type to scan() 2016-02-15 08:59:44 -06:00
Tim Lancina
7b6395817e chore(facebook): update facebook docs 2016-02-12 18:06:42 -06:00
Tim Lancina
bd6739d782 chore(calendar): fix doc formatting 2016-02-12 13:12:28 -06:00
Tim Lancina
78c540841e fix(calendar): make getCalendarOptions sync 2016-02-09 14:51:32 -06:00
Tim Lancina
ed35622db0 chore(contacts): update contacts 2016-02-09 14:46:21 -06:00
Tim Lancina
17e3827831 feat(plugin): add sync option to @Cordova for sync functions 2016-02-09 14:45:57 -06:00
Tim Lancina
5bed810624 chore(camera): update camera 2016-02-08 16:30:01 -06:00
Tim Lancina
072173308d chore(calendar): update calendar 2016-02-08 16:11:40 -06:00
Tim Lancina
46e5247963 chore(ble): update ble 2016-02-08 13:15:01 -06:00
Tim Lancina
c2fdf39089 fix(plugin): use call for id based clearFunction 2016-02-08 13:07:26 -06:00
Tim Lancina
9e86a40034 fix(geolocation): call correct clearFunction 2016-02-08 13:06:22 -06:00
Tim Lancina
8f27fc9e51 feat(plugin): call clearFunction with original fn args 2016-02-08 12:42:42 -06:00
Tim Lancina
6688c4d91d chore(): update barcodescanner 2016-02-07 16:12:13 -06:00
Tim Lancina
6fcba5cc3f chore(): fix plugin callback order comment 2016-02-06 16:30:10 -06:00
Tim Lancina
0d57ef8852 chore(): update ActionSheet 2016-02-06 15:56:38 -06:00
Tim Lancina
b2f136773e chore(): update ActionSheet 2016-02-05 19:22:23 -06:00
Tim Lancina
78ef090049 Merge pull request #3 from kraffslol/master
Add BarcodeScanner plugin.
2016-02-05 16:05:39 -06:00
Tim Lancina
bf28669e1a chore(): update rxjs 2016-02-05 15:05:46 -06:00
Rickard Ekman
c94fe23d2a BarcodeScanner 2016-02-02 15:35:45 +01:00
perry
ca82c358dc chore(docs): setting up dgeni and circle CI 2016-01-25 16:20:36 -06:00
Max Lynch
09551c1193 TouchID 2015-12-01 19:33:43 -06:00
Max Lynch
4808416a9b TouchID 2015-12-01 19:06:38 -06:00
Max Lynch
5198d6ec5f Push 2015-12-01 18:47:24 -06:00
Max Lynch
fb1e2e83da ng1 magic 2015-12-01 13:33:08 -06:00
Max Lynch
14ec97d8d4 Calendar 2015-11-30 22:15:21 -06:00
Max Lynch
3b17353921 Faceboooooook 2015-11-30 20:17:55 -06:00
Max Lynch
9a5553c75c wth 2015-11-30 16:17:05 -06:00
Max Lynch
c939ae975f DEMO with output 2015-11-30 14:38:52 -06:00
Max Lynch
118da948cb awww yis 2015-11-30 13:27:25 -06:00
Max Lynch
2d70c6a3d4 Yea toast 2015-11-30 12:34:54 -06:00
Max Lynch
b6e612209a 🧈 2015-11-30 11:09:50 -06:00
Max Lynch
226c182039 Toast fix 2015-11-30 10:11:48 -06:00
Max Lynch
5ddf39b638 More BLE 2015-11-29 22:29:55 -06:00
Max Lynch
0058b885d9 Index 2015-11-29 21:52:20 -06:00
Max Lynch
af5b3de227 :derp: 2015-11-29 21:50:58 -06:00
Max Lynch
dfef6dcfe8 refactoring 2015-11-29 19:54:45 -06:00
Max Lynch
9d54bfcd0b new wrap 2015-11-29 17:20:11 -06:00
Max Lynch
45dc983752 Device ready call 2015-11-29 16:30:15 -06:00
Max Lynch
3327fe8f45 Aww yis 2015-11-28 18:36:38 -06:00
Max Lynch
5b754390f5 Lots o refactor 2015-11-28 18:26:55 -06:00
Max Lynch
044a824f29 yea toast 2015-11-28 16:52:05 -06:00
Max Lynch
4b519753d2 Yea, toast 2015-11-28 16:24:38 -06:00
Max Lynch
33b56579b0 Demo 2015-11-28 16:17:04 -06:00
Max Lynch
188079fdef Moving to a class-based approach 2015-11-25 11:44:58 -06:00
Rob Wormald
74c46223e5 chore(build): switch to typescript 2015-11-24 16:37:29 -08:00
Max Lynch
cccfb60a4f Reject on no plugin 2015-11-24 18:15:14 -06:00
Max Lynch
51d1ad75f6 🎅 2015-11-24 18:10:34 -06:00
Max Lynch
e407307928 🎅 2015-11-24 18:05:10 -06:00
Max Lynch
0ead0d9c32 Bad export 2015-11-24 17:57:07 -06:00
Max Lynch
d12fc3a0cd escordova 2015-11-24 17:16:39 -06:00
Max Lynch
d934853b01 Shit 2015-11-24 16:55:09 -06:00
Max Lynch
eb0b857b96 Deep keys 2015-11-24 15:00:16 -06:00
Max Lynch
a05462526d Cordova magic 2015-11-24 14:51:47 -06:00
Max Lynch
975535e563 Better existence check 2015-11-24 14:44:30 -06:00
Max Lynch
ded5bd5444 Plugin installed 2015-11-24 14:37:34 -06:00
Max Lynch
b9bc5fd8e7 Thug 2015-11-24 14:25:43 -06:00
Max Lynch
d27dd35dd6 This just might work 2015-11-24 14:04:16 -06:00
Max Lynch
f1fcbc079b Build 2015-11-24 11:07:41 -06:00