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 |
|
Tim Lancina
|
a0fb95e286
|
Merge pull request #35 from ihadeed/fix-geolocation
fix(geolocation): set callback order to reverse on getCurrentPosition
|
2016-03-10 09:32:13 -06: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 |
|
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 |
|