Alena
08c05b04e0
Merge pull request #1 from alena-n/bugfix/297-dialog-default-position
...
Fix for App crashes when trying to open a file using modal with alrea…
2020-05-16 21:55:46 +02:00
Alena
ccf7229f42
Fix for App crashes when trying to open a file using modal with already installed app.
2020-05-16 21:47:19 +02:00
pwlin
12c45dab04
Merge pull request #296 from JamesCrowMedia/pos-null-ios-bugfix
...
Add second check for position values (iOS)
2020-05-15 08:50:13 +01:00
James Crow
f7e792c719
Add second check for position values (iOS)
...
Optional position value is NSNull in arguments array when not included.
2020-05-14 18:17:39 -05:00
pwlin
243873dda9
Added a README note on how to add AndroidX support
2020-05-14 09:53:15 +01:00
pwlin
3eb2bc7380
Merge pull request #291 from pawelzwronek/patch-1
...
Fix for unable to print opened file
2020-05-05 10:23:29 +01:00
pawelzwronek
93dadbb6dc
Fix for unable to print opened file
...
By not setting FLAG_ACTIVITY_NO_HISTORY flag, android doesn't remove the intend of opened file from memory when trying to print the file so printing is working now.
2020-05-04 18:54:28 +02:00
pwlin
caa1d50793
bumped the version to 3.0.1
2020-05-04 13:34:17 +01:00
pwlin
1a128fdefc
Merge pull request #290 from ucsbricks/feature/ipad-dialog-position
...
Fix showOpenWithDialog was rendered outside of viewport on iPads
2020-05-03 23:29:01 +01:00
Andre Schuessler
4cc31c9b3f
Fix showOpenWithDialog was rendered outside of viewport on iPads
2020-04-03 16:32:10 +02:00
Aaron Faber
4d2a7b2c3b
Merge pull request #285 from localh0rzd/master
...
Fix iOS open menu being drawn outside of the viewport
2020-01-23 16:58:30 +00:00
Andrej Beliakov
15dedaa59c
fix provider path
2020-01-23 13:08:14 +01:00
Andrej Beliakov
89047e5772
Fix iOS open menu being drawn outside of the viewport
2020-01-08 14:21:47 +01:00
Aaron Faber
45f5889ccd
Merge pull request #269 from AirSuite/master
...
Fix opening files when targeting android SDK 28
2019-11-27 13:52:36 +00:00
Aaron Faber
6535c16b41
Merge pull request #273 from Eugene2799/bugs
...
add a permission for adapt the high Sdk version. fix #268
2019-11-27 13:52:23 +00:00
Aaron Faber
be602b419e
chore: updated plugin.xml to version 3.0.0
2019-11-26 16:50:05 +00:00
Aaron Faber
29a4f4922c
3.0.0
2019-11-26 16:49:13 +00:00
Aaron Faber
ff29e28ce0
Merge pull request #279 from fefc/master
...
Added minimal browser support.
2019-11-26 16:34:38 +00:00
Felix Chantrel
f193cbd323
Rename FileSaver.min.js to src/browser/FileSaver.min.js
2019-11-21 11:26:46 +10:30
Felix Chantrel
190c4697e9
Rename FileOpener2.js to src/browser/FileOpener2.js
2019-11-21 11:26:22 +10:30
Felix Chantrel
179aa877c9
Rename isChrome.js to www/browser/isChrome.js
2019-11-21 11:25:44 +10:30
Felix Chantrel
0a733139e3
Added minimal browser support.
2019-11-21 11:25:01 +10:30
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
Aaron Faber
5834ed475c
fix(246): updated provider parent path to fix Attempt to invoke virtual method error on Android
2019-10-16 17:11:14 +01:00
Eugene2799
ae582df550
add a permission for adapt the high Sdk version. fix #268
2019-10-13 19:52:21 +08:00
Cinthia Rodriguez
82f987143b
Open file in Android when the mime type is not specified.
2019-08-26 13:11:58 -06:00
KleggerKoder
2e704e1b26
Fix it for Android apk packages too
2019-08-21 21:04:54 -04:00
KleggerKoder
ca406994ef
Fix opening files when targeting android SDK 28
2019-08-21 16:06:04 -04:00
Aaron Faber
644ca425a7
chore: remove build status from readme
2019-07-08 15:36:33 +01:00
Aaron Faber
8e9c1f1201
BREAKING CHANGE: remove old wp8 platform, no longer supported
2019-07-08 15:36:05 +01:00
Aaron Faber
a29cea0750
chore: bumped plugin version to 2.2.1
2019-07-08 15:17:23 +01:00
Aaron Faber
60d0b2e1f3
2.2.1
2019-07-08 15:16:52 +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
Aaron Faber
2c0f018661
Merge pull request #261 from abcfy2/patch-1
...
fix: add Intent.FLAG_ACTIVITY_NEW_TASK flag
2019-06-03 12:06:16 +01: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
Aaron Faber
f7e1da9f14
Merge pull request #255 from rastafan/master
...
Grant Write permission in android intent
2019-04-15 15:04:33 +01: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
shnist
150292f8e3
docs: updated installation instructions to be clearer
2019-02-13 09:34:55 +00:00
shnist
7afb38be93
chore: bumped plugin.xml to 2.2.0
2019-02-12 16:54:13 +00:00
shnist
2adaa0d172
2.2.0
2019-02-12 16:53:50 +00:00
shnist
cddc61214c
docs: documented SD card limitation for android
2019-02-12 16:47:31 +00:00
Aaron Faber
70aa95bf1c
Merge pull request #196 from JoxC/master
...
decode file url with percent escape for android and ios.
2019-02-12 14:53:01 +00:00
Aaron Faber
4f868e4441
Merge branch 'master' into master
2019-02-12 14:51:58 +00:00
Aaron Faber
6dc6045559
Merge pull request #244 from Bruno-bm/master
...
Present notification view controller by inappbrowser v
2019-02-06 17:40:09 +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
88ab8c14bf
chore: bumped plugin.xml version
2018-12-22 21:00:15 +00:00
shnist
29ad35f405
2.1.4
2018-12-21 10:18:04 +00:00