Commit Graph

4354 Commits

Author SHA1 Message Date
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
c11e31ba67 chore(package): bump to 1.0.12 2016-03-06 08:38:19 -06:00
Tim Lancina
2330670661 chore(package): only publish dist 2016-03-06 08:35:32 -06:00
Tim Lancina
1334f60b68 fix(plugin): don't call reject when sync 2016-03-06 08:34:05 -06:00
Tim Lancina
3f5db6d6fe chore(): bump to 1.0.11 2016-03-06 08:33:25 -06:00
Tim Lancina
803237940a chore(): bump version to 1.0.10 2016-03-05 15:41:53 -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
ea0067297c chore(): don't track dist 2016-03-04 12:24:00 -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
Tim Lancina
6c90530f5c chore(): fix 'improve this doc' link 2016-03-04 10:27:01 -06:00
Tim Lancina
1e73d3574a Update README.md 2016-02-26 11:31:21 -06:00
Tim Lancina
0264236ae9 Merge pull request #15 from iBasit/patch-1
Update README.md
2016-02-26 11:28:09 -06:00
Tim Lancina
fd2b313961 Merge pull request #16 from iBasit/patch-2
options are optional in GeoLocation
2016-02-26 11:27:59 -06:00
Basit
427611d109 options are optional 2016-02-26 13:09:53 +00:00
Basit
daf577537e Update README.md 2016-02-26 13:02:07 +00:00
mhartington
e05f901bf3 doc(actionsheet): update options docs 2016-02-24 16:20:16 -05:00
mhartington
c881de41e2 update template 2016-02-23 19:05:29 -05:00
perry
f5189bcea0 docs nav fix: slugify is no longer valid 2016-02-23 15:01:50 -06:00
Tim Lancina
be7396e3ab Update README.md 2016-02-23 14:17:58 -06:00
mhartington
350a5b0911 docs: updated docs to have consistent format 2016-02-22 16:20:00 -05:00
Tim Lancina
01b342f7ed chore(commitizen): add commitizen
Add commitizen with conventional-changelog adapter
2016-02-18 13:55:37 -06:00
mhartington
bd1ba565f4 parse plugin meta 2016-02-18 14:21:06 -05:00
Tim Lancina
2d43736330 chore(): update to 1.0.9 2016-02-18 12:55:01 -06:00
Tim Lancina
816c10dca4 chore(): update package.json description 2016-02-18 12:41:20 -06:00
Tim Lancina
8562195533 docs(actionsheet): update 2016-02-18 12:01:27 -06:00
Tim Lancina
7985cf03a6 docs(): add developer docs 2016-02-18 11:55:47 -06:00
Tim Lancina
930bafbb6e docs(): update README 2016-02-18 11:54:23 -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
7f01fb2b2a feat(): add badge plugin 2016-02-17 04:37:02 -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