Commit Graph

175 Commits

Author SHA1 Message Date
shnist
b6db7cc791 docs: tweaked readme section order 2018-12-21 10:13:34 +00:00
shnist
cba75e630d chore: bump plugin.xml file 2018-12-21 10:11:31 +00:00
shnist
7ef3a9db76 fix: removed dialog position code from master branch until fixes are applied 2018-12-21 10:11:11 +00:00
shnist
30fafeeeef 2.1.2 2018-12-20 16:03:28 +00:00
shnist
50f64bac8f chore: patch version for plugin.xml 2018-12-20 15:46:01 +00:00
shnist
d913b156f8 fix: fixed reference bug in open method 2018-12-20 15:42:49 +00:00
shnist
cb09bea3c4 chore: updated plugin.xml to 2.1.1 2018-12-20 12:16:19 +00:00
shnist
a2d5df3182 2.1.1 2018-12-20 12:07:24 +00:00
shnist
51af3d55f4 docs: updated readme according to latest cordova plugin standards 2018-12-20 12:04:56 +00:00
shnist
bd0add7256 docs(): updated installation instructions to make it clearer from which release you can set the android support version 2018-12-14 14:34:11 +00:00
shnist
6bde363d1a docs(): added missing word 2018-12-14 14:31:08 +00:00
shnist
84c12a8c8d docs(): updated readme to highlight cordova cli support for 7+ now 2018-12-14 14:30:14 +00:00
shnist
64c514f0ab docs(): tweaked bug report template 2018-12-14 12:16:02 +00:00
shnist
56fd205c72 docs(): fixed bug report template 2018-12-14 12:13:34 +00:00
Aaron Faber
bfbb7521f4 Update issue templates 2018-12-14 12:11:49 +00:00
shnist
f7c73cec10 docs(): updated bug report template 2018-12-14 12:10:36 +00:00
Aaron Faber
a5ae67e6c8 Update issue templates 2018-12-14 12:04:51 +00:00
shnist
257482f323 fix(): fixed compilation error in preview dialog position for ios 2018-12-13 10:24:42 +00:00
shnist
9b4a15833e fix(): fixed engine definition in package.json 2018-12-12 12:38:43 +00:00
shnist
a0be6605b7 chore(): format fixes for ios fileopener 2018-12-12 12:35:17 +00:00
shnist
b3e7d28212 docs(): updated requirements 2018-12-12 12:31:21 +00:00
Aaron Faber
b969aa748a
Merge pull request #72 from VincentRoth/master
Positioning dialog for iOS
2018-12-12 12:26:28 +00:00
Vincent Roth
6865e950a1
reset appIsInstalled exec 2018-12-11 19:08:24 +01:00
Vincent Roth
fbdb79dee5
Reset appIsInstalled signature 2018-12-11 19:07:33 +01:00
Vincent Roth
ebf97733be
Merge branch 'master' into master 2018-12-11 19:06:25 +01:00
shnist
8a884711c1 docs(): updated contributors list in readme and moved to bottom. 2018-12-11 17:14:06 +00:00
shnist
4d70f315df docs(): added docs for installing apk / ipa file from marketplace. closes #57 2018-12-11 17:11:44 +00:00
Aaron Faber
ab3da281c6
Merge pull request #235 from Eeems/Eeems-patch-1
Fix problem with errors not throwing the error callback in windows.
2018-12-11 16:54:36 +00:00
Nathaniel van Diepen
85fa81fba3
Update fileOpener2Proxy.js 2018-12-11 09:03:22 -07:00
Nathaniel van Diepen
0c6cbedb17
Update fileOpener2Proxy.js 2018-12-11 09:02:14 -07:00
Nathaniel van Diepen
d84b20e620
Update fileOpener2Proxy.js 2018-12-11 08:59:29 -07:00
shnist
4f9d9b2264 docs(): removed changelog as will construct this in the releases 2018-12-11 14:44:42 +00:00
shnist
fb9fcc7c9a docs(): added npm version badge to readme 2018-12-11 14:44:20 +00:00
shnist
ee9058a3c5 Bumped the version to 2.1.0 2018-12-10 16:46:35 +00:00
shnist
6bb67a9fa1 2.1.0 2018-12-10 16:45:11 +00:00
shnist
c3e972cab4 chore(): updated collaborators on readme 2018-12-10 16:37:06 +00:00
Aaron Faber
ad4739eb67
Merge pull request #234 from shnist/master
Add optional android version support variable at installation
2018-12-10 16:25:19 +00:00
Aaron Faber
636bce54bc chore(): updated readme file with new android_support_version variable 2018-12-10 16:19:54 +00:00
Aaron Faber
054d7fa21b allowed support library version to be configurable 2018-11-13 10:55:11 +00:00
Aaron Faber
90b620b921 updated android support library version 2018-11-12 15:14:33 +00:00
Aaron Faber
3511dac4b1 Added fix to stop support version pulling in alphas 2017-11-15 15:31:54 +00:00
pwlin
681d39b140
Merge pull request #176 from imgx64/android-fixes
Android fixes
2017-11-13 12:20:09 +00:00
imgx64
dfab028e03 Fix Android permission instructions 2017-10-23 09:05:49 +03:00
imgx64
ef84dfbcfd Add Android APK installation limitation to README 2017-10-23 08:47:38 +03:00
imgx64
6e29bebc18 Fix opening APK files 2017-10-22 13:09:07 +03:00
imgx64
0922f8c16e Always use FileProvider 2017-10-22 12:54:37 +03:00
imgx64
8dd6ca756c Remove unnecessary context.grantUriPermission() 2017-10-22 11:35:47 +03:00
imgx64
ade1872a5c Fix and document opener_paths.xml 2017-10-22 11:31:36 +03:00
imgx64
ba3cb010c2 Correctly call Intent.setFlags() 2017-10-18 12:29:49 +03:00
pwlin
021a0ac73d Merge pull request #155 from deltragon/master
iOS: use contentType if provided, otherwise fall back to file extension
2017-07-25 09:54:56 +02:00