Lorenzo Pichilli
6dfa9278da
Add @RodXander as a contributor
2022-10-03 15:04:59 +02:00
Lorenzo Pichilli
dc99b350b2
Add @chownation as a contributor
2022-10-03 15:04:59 +02:00
Lorenzo Pichilli
ee7271a4ce
Add @ashank96 as a contributor
2022-10-03 15:04:58 +02:00
Lorenzo Pichilli
87e4974cab
Add @EArminjon2 as a contributor
2022-10-03 15:04:57 +02:00
Lorenzo Pichilli
3946e70ad1
Add @setcy as a contributor
2022-10-03 15:04:57 +02:00
Lorenzo Pichilli
f4815f9dcf
Add @Manuito83 as a contributor
2022-10-03 15:04:56 +02:00
Lorenzo Pichilli
710355178e
Add @a00012025 as a contributor
2022-10-03 15:04:55 +02:00
Lorenzo Pichilli
dc80397e89
Add @cutzmf as a contributor
2022-10-03 15:04:55 +02:00
Lorenzo Pichilli
9c8be57309
Add @YouCii as a contributor
2022-10-03 15:04:54 +02:00
Lorenzo Pichilli
9f8b290cd5
Add @deandreamatias as a contributor
2022-10-03 15:04:53 +02:00
Lorenzo Pichilli
4a20ae933c
Add @panndoraBoo as a contributor
2022-10-03 15:04:53 +02:00
Lorenzo Pichilli
ead10df6cb
Add @tneotia as a contributor
2022-10-03 15:04:52 +02:00
Lorenzo Pichilli
c4ba53bfdb
Add @CodeEagle as a contributor
2022-10-03 15:04:51 +02:00
Lorenzo Pichilli
1c3a1ccd19
Add @ryanhz as a contributor
2022-10-03 15:04:51 +02:00
Lorenzo Pichilli
88e026d857
Add @robsonmeemo as a contributor
2022-10-03 15:04:50 +02:00
Lorenzo Pichilli
fd2ca1f66c
Add @carloserazo47 as a contributor
2022-10-03 15:04:49 +02:00
Lorenzo Pichilli
7bfd0a8c1c
Add @matthewlloyd as a contributor
2022-10-03 15:04:49 +02:00
Lorenzo Pichilli
7f91370ff7
Add @cbodin as a contributor
2022-10-03 15:04:48 +02:00
Lorenzo Pichilli
06233c574f
Add @crazecoder as a contributor
2022-10-03 15:04:48 +02:00
Lorenzo Pichilli
dd5a2fdacb
Add @AlexV525 as a contributor
2022-10-03 15:04:47 +02:00
Lorenzo Pichilli
7d17a6a697
fixed CHANGELOG
2022-10-03 14:45:36 +02:00
Lorenzo Pichilli
c2f37fd295
updated LICENSE
2022-10-03 14:08:02 +02:00
Lorenzo Pichilli
19b4387728
Merge branch 'CodeEagle-master'
2022-10-03 14:02:33 +02:00
Lorenzo Pichilli
6c0daad20e
fixed example for iOS
2022-10-03 13:58:40 +02:00
Doflatango
3b735a7965
Catch and ignore utf8 format exception in getFavicons()
2022-09-02 19:48:35 +08:00
Ben Anderson
a5be2c59be
Allow a cookie without a domain to be set on Android
...
The other CookieManager implementations in Flutter allow for no domain,
as the Android CookieManager implementation. By providing a default
domain, applications cannot opt-out of the default
CookieManager.setCookie behaviour (which prepends a "period" to the
domain), which is treated as a different domain by Webkit on Android.
This leads to multiple cookies for the same URL if the server serves a
cookie without a domain, or with a domain that does not contain a
leading period.
Note, iOS's setCookie doesn't take a url parameter (at least in the way
it's called from flutter_inappwebview) and instead this is passed an
attribute on the HTTPCookie object itself (originURL). When constructing
a HTTPCookie you must supply either originURL OR domain. Both a
permitted, but at least one must be present. [1]
By making domain optional, without a default, on both platforms,
consumers can now set cookies that don't use the domain attribute but
still allows for setting a domain when required.
[1] https://developer.apple.com/documentation/foundation/httpcookie/1392975-init
2022-08-30 15:29:05 +12:00
CodeEagle
252d836d52
change: make contentWorldWrapper private
2022-08-24 18:46:17 +08:00
qinjc
038c64321a
fix #1260 issue
...
fix when gradle.properties set `android.nonTransitiveRClass=true` , `Theme_AppCompat_Dialog_Alert` can not find issue
2022-07-26 12:52:12 +08:00
Akio Yamamoto
5efb54284d
Client certificate from local storage
...
Added a feature to read a client certificate from local storage.
2022-07-02 16:56:00 +09:00
CodeEagle
06f87e81c4
change: fixed Xcode 14 build error
2022-06-29 14:51:45 +08:00
Eiichiro Adachi
609ce9704a
fix: set category to browser search intent to avoid unexpected query result
2022-06-27 15:09:29 +09:00
Eiichiro Adachi
65f0459579
fix: try to open with Chrome if default browser app does not support custom tabs
2022-06-27 13:15:35 +09:00
liasica
4fa28b0798
Fix RangeError: Maximum call stack size exceeded
2022-06-05 00:41:27 +08:00
Eugene Makar
bd6e2548fc
fix leaking MethodChannel through anonymous class
2022-05-27 09:29:50 +03:00
Lorenzo Pichilli
ee1b0d7ff7
Fixed possible Android java.lang.NullPointerException in InAppBrowserActivity.onCreateOptionsMenu about webView.getTitle()
2022-05-05 22:00:54 +02:00
Lorenzo Pichilli
ef9580b287
Fixed possible Android java.lang.NullPointerException in InAppBrowserActivity.onCreateOptionsMenu about webView.getTitle()
2022-05-05 22:00:44 +02:00
Lorenzo Pichilli
f58eea323a
Merge branch 'bugfix/issue-1173'
2022-05-05 21:48:23 +02:00
Lorenzo Pichilli
a6cb4105b1
fix #1173
2022-05-05 21:46:14 +02:00
Lorenzo Pichilli
1fbabf1e8f
Merge branch 'bugfix/issue-1168'
2022-05-05 21:26:01 +02:00
Lorenzo Pichilli
8e06d1d1b4
fix deprecated reference in doc
2022-05-05 21:23:00 +02:00
Lorenzo Pichilli
afa3f33328
fix #1168
2022-05-05 21:01:09 +02:00
Lorenzo Pichilli
c947ad0e5f
format
2022-04-28 21:17:44 +02:00
Lorenzo Pichilli
18c3e04fd2
fix #1164
2022-04-28 21:16:58 +02:00
Lorenzo Pichilli
15ecdc86fb
fixed #1166
2022-04-28 20:42:46 +02:00
Lorenzo Pichilli
a14bdce16c
updated no-response.yml
2022-04-28 17:58:47 +02:00
Lorenzo Pichilli
04b001f499
fix #1159
2022-04-28 17:14:57 +02:00
Lorenzo Pichilli
ad04812a6e
fix #1159
2022-04-28 13:39:59 +02:00
Lorenzo Pichilli
9aa812e130
added Bitwise OR operator support for AndroidActionModeMenuItem class
2022-04-26 21:24:21 +02:00
Lorenzo Pichilli
442b51db0f
fix #1155
2022-04-26 13:55:24 +02:00
Lorenzo Pichilli
f885a0537f
fixed code example
2022-04-25 18:00:10 +02:00