pwlin
|
69099524c5
|
Added back Gillardo's iOS10 fix in #80 - also see #103
|
2017-04-05 17:53:35 +02:00 |
|
Ophir Stern
|
18cc06bad6
|
Update opener_paths.xml
Solving issue https://github.com/pwlin/cordova-plugin-file-opener2/issues/102 for cached dir. Probably need to do to all other dir.'s as well (persistent, etc....)
|
2017-03-20 10:11:14 +02:00 |
|
Mark Holmes
|
1e64de3cd3
|
Fixes Android 6 file opening failure.
|
2017-02-21 15:09:21 -06:00 |
|
pwlin
|
c16d332a14
|
Andoid: Fixed a bug in stripFileProtocol function
|
2017-02-03 09:55:13 +01:00 |
|
pwlin
|
cd66d6597b
|
Upped the version to 2.0.4
|
2017-01-27 23:25:39 +01:00 |
|
Lincoln Baxter, III
|
70e610e465
|
Fixes https://github.com/pwlin/cordova-plugin-file-opener2/issues/84
|
2017-01-27 15:01:33 -05:00 |
|
J3r0M3D3V
|
d2ccb221e9
|
Update fileOpener2Proxy.js
then > done
|
2016-10-13 11:04:11 +02:00 |
|
J3r0M3D3V
|
bea7625d8f
|
Update fileOpener2Proxy.js
double ;
|
2016-10-12 17:05:00 +02:00 |
|
J3r0M3D3V
|
91064a0390
|
Update fileOpener2Proxy.js
add another errorCallBack
|
2016-10-12 13:54:26 +02:00 |
|
J3r0M3D3V
|
e2ea30f973
|
Update fileOpener2Proxy.js
It didn't work on windows, mainly due to uri/path problems. I fixed it, + some changes like an error on callback.
|
2016-10-12 12:50:55 +02:00 |
|
pwlin
|
d1fab6d457
|
Revert "Fixed for iOS 10"
|
2016-10-04 19:21:31 +02:00 |
|
Gillardo
|
cc90ff7e70
|
Update FileOpener2.m
Doesnt work on iOS 10
|
2016-09-30 11:35:29 +01:00 |
|
VincentRoth
|
ad3166a3e6
|
Fix CGRectMake parameter
|
2016-06-30 10:09:11 +02:00 |
|
VincentRoth
|
3f01a95c73
|
Update bounds to only use position coordinates
|
2016-06-30 10:03:57 +02:00 |
|
VincentRoth
|
dc22bc583a
|
iOS - Use bounds parameter to set dialog position
|
2016-06-29 18:05:45 +02:00 |
|
Guy Carpenter
|
aa59ca2718
|
Merge branch 'ios-url-support' of https://github.com/mobilepaks/cordova-plugin-file-opener2 into ios-url-support
|
2015-11-24 16:31:30 +10:00 |
|
pwlin
|
0857ecd6f8
|
Manually merging #32
|
2015-10-19 12:23:58 +02:00 |
|
pwlin
|
ccd34cb42f
|
Merge pull request #31 from ielcoro/feature/UriSchemes
Windows: Add support for URI schemes
|
2015-10-19 12:15:50 +02:00 |
|
Jose Bermudo
|
88fdbbdfcd
|
Fixed 'open in' iOS 9. Contributors: josemanuelbd & Rovi23. It also works in iOS 8.
|
2015-09-23 17:57:28 +02:00 |
|
Jose Bermudo
|
ac17d43271
|
Fixed 'open in' iOS 9. Contributors: josemanuelbd & Rovi23. It also works in iOS 8.
|
2015-09-23 17:55:19 +02:00 |
|
Iñaki Elcoro
|
728824228d
|
Add suport for Windows Uri Schemes
|
2015-07-16 19:17:54 +02:00 |
|
Gillardo
|
5935a4e8ac
|
Added support for Windows
Added support for Windows. Updated wp8 so that file can be on device,
rather than only in local storage folder
|
2015-05-05 09:59:27 +01:00 |
|
Gillardo
|
3e48517abd
|
Added support for WP8
|
2015-04-28 13:46:32 +01:00 |
|
Seamus Campbell
|
caf3e6fda4
|
Make sure we send the error command if file not found.
|
2015-03-07 14:21:33 -08:00 |
|
Seamus Campbell
|
6d712ad889
|
Basic functional file URI opening.
* does not take paths or cdvfile:// URIs.
* still exposes iOS 8 bug with UIDocumentInteractionController
see http://openradar.appspot.com/radar?id=5800473659441152
|
2015-03-07 14:18:59 -08:00 |
|
Seamus Campbell
|
56b0c4ddd6
|
Fix compile errors; add file-exists test and logging.
|
2015-03-05 17:58:39 -08:00 |
|
Seamus Campbell
|
755e722cc8
|
Fix double-escaping of input URI. Prefer supplied UTI if available. Modernize Objective-C usage.
|
2015-03-04 10:29:14 -08:00 |
|
pwlin
|
4961f3392d
|
Added "uninstall" and "appIsInstalled" for Android. Updated the README file.
|
2014-09-27 20:44:44 +02:00 |
|
pwlin
|
bf0c7ba0d6
|
Fixes #3
|
2014-09-27 20:41:09 +02:00 |
|
pwlin
|
bbdfb8f672
|
Temporary disabled explicit Intent Chooser.
|
2014-09-18 00:36:10 +02:00 |
|
meddlesome
|
913bd577d9
|
Update FileOpener2.java
adding option to showing chooser when open the file
|
2014-09-08 02:49:56 +07:00 |
|
pwlin
|
ef5c633f47
|
- Andorid: Support for both relative and absolute path
- Upped the version to 1.0.8
|
2014-06-18 14:14:04 +02:00 |
|
pwlin
|
1642cd59fd
|
Merge pull request #5 from sullivanpt/master
Support relative paths on 3.3 Cordova in Android
|
2014-05-18 21:34:27 +02:00 |
|
pwlin
|
3b31ea085f
|
Update FileOpener2.m
|
2014-05-18 14:18:49 +02:00 |
|
Patrick Sullivan
|
83855311fe
|
Support relative paths on 3.3 Cordova in Android
|
2014-05-15 15:59:44 -07:00 |
|
pwlin
|
7235ec4a0d
|
- Added iOS support
- Upped the version to 1.0.4
|
2014-02-11 15:42:00 +01:00 |
|
pwlin
|
bfb6437405
|
Initial commit
|
2014-02-10 12:42:31 +01:00 |
|