Commit Graph

78 Commits

Author SHA1 Message Date
Aaron Faber
dac2053dfe
Merge pull request #274 from cinthiaro/master
Open file in Android when the mime type is not specified
2019-10-29 13:09:06 +00:00
Cinthia Rodriguez
82f987143b Open file in Android when the mime type is not specified. 2019-08-26 13:11:58 -06:00
Aaron Faber
8e9c1f1201 BREAKING CHANGE: remove old wp8 platform, no longer supported 2019-07-08 15:36:05 +01:00
Aaron Faber
d8927a5b32
Merge pull request #265 from okode/fix_ios_path_encoding
Fix ios path encoding
2019-07-04 09:53:02 +01:00
Rubén Panadero
01ac6a5d7d Fixed iOS encoding if path parameter is already encoded 2019-06-11 10:36:41 +02:00
Feng Yu
109fb4754c
fix: add Intent.FLAG_ACTIVITY_NEW_TASK flag
Add Intent.FLAG_ACTIVITY_NEW_TASK flag when opening a apk file.

fix #260
2019-06-01 12:24:12 +08:00
Rubén Panadero
3517585d45 Fixed ios file path encoding 2019-05-24 14:28:37 +02:00
Rubén Panadero
b08fb4050e Fixed ios file path encoding 2019-05-24 14:15:52 +02:00
rastafan
60043d7f32
Grant Write permission in android intent
Added flag Intent.FLAG_GRANT_WRITE_URI_PERMISSION to file opening for android platform, otherwise the program used to open the requested file would not be allowed to save edits.
2019-03-13 15:32:13 +01:00
Aaron Faber
4f868e4441
Merge branch 'master' into master 2019-02-12 14:51:58 +00:00
Bruno-bm
e90645bee0
Present notification view controller by inappbrowser v
iew controller

* (IOS) notification window does not show when inappbrowser window is presented
2019-01-07 10:55:45 -02:00
shnist
7ef3a9db76 fix: removed dialog position code from master branch until fixes are applied 2018-12-21 10:11:11 +00:00
shnist
257482f323 fix(): fixed compilation error in preview dialog position for ios 2018-12-13 10:24:42 +00:00
shnist
a0be6605b7 chore(): format fixes for ios fileopener 2018-12-12 12:35:17 +00:00
Vincent Roth
ebf97733be
Merge branch 'master' into master 2018-12-11 19:06:25 +01: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
JoxC
8c8bb90de0 decode file url with percent escape for android and ios. 2018-03-05 15:48:45 +08: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
X-Net Mac
538cd1305f iOS: use mimetype if provided, otherwise fall back to file extension 2017-07-25 08:53:34 +02:00
X-Net Mac
34bf878d97 option to force usage of contentType on ios 2017-07-13 19:13:43 +02:00
pwlin
639f1c46c4 Fixed a problem when opening APK files with Android SDK 25 2017-06-02 09:01:54 +02:00
pwlin
f99d47fce9 readded check for opening apk files with SDK 24 2017-05-30 12:23:38 +02:00
Luca Caprini
d649040629 FIX showOpenWithDialog on Android 2017-05-29 16:36:01 +02:00
Luca Caprini
bc350a47fd showOpenWithDialog on Android 2017-05-29 16:02:56 +02:00
pwlin
3bb0483246 Fixes #128 2017-05-24 11:43:14 +02:00
Sergii Stotskyi
bbeb4a1227 feat(ios): adds method for opening openWith dialog on iOS 2017-04-20 18:36:43 +03:00
Jeremie
8be8703398 Removed unused parentheses 2017-04-19 14:28:51 +02:00
Jeremie
8a553db96c Update FileOpener2.java 2017-04-19 14:14:47 +02:00
Jeremie
06671fbdce Update FileOpener2.java 2017-04-19 13:56:54 +02:00
Jeremie
5dc3e217e0 Update FileOpener2.java 2017-04-19 13:39:50 +02:00
Jeremie
ed429e5801 Update FileOpener2.java 2017-04-19 13:37:44 +02:00
Jeremie
d316fac5a1 Fix for APK install on Android 24
Added an exception to handle APKs differently if the android version is 6
2017-04-19 13:31:16 +02:00
pwlin
73120a73ac Added more paths to opener_paths.xml 2017-04-06 23:15:04 +02:00
pwlin
5b499ea443 Add files path to opener_paths.xml 2017-04-06 21:35:42 +02:00
pwlin
9a0c6dfb5c Manually merged PR #107 2017-04-06 14:44:37 +02:00
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