Lorenzo Pichilli
cfb42e0326
Add @ycv005 as a contributor
2022-10-03 15:05:07 +02:00
Lorenzo Pichilli
24b278bae5
Add @pcqpcq as a contributor
2022-10-03 15:05:06 +02:00
Lorenzo Pichilli
1b4e2aa812
Add @tranductam2802 as a contributor
2022-10-03 15:05:05 +02:00
Lorenzo Pichilli
572a40cda1
Add @savy-91 as a contributor
2022-10-03 15:05:05 +02:00
Lorenzo Pichilli
44f20d1116
Add @ItsCalebJones as a contributor
2022-10-03 15:05:04 +02:00
Lorenzo Pichilli
2396989590
Add @Ser1ous as a contributor
2022-10-03 15:05:03 +02:00
Lorenzo Pichilli
bb82a15360
Add @chreck as a contributor
2022-10-03 15:05:03 +02:00
Lorenzo Pichilli
ce999e2347
Add @cloudygeek as a contributor
2022-10-03 15:05:02 +02:00
Lorenzo Pichilli
588c3fc778
Add @Miiha as a contributor
2022-10-03 15:05:01 +02:00
Lorenzo Pichilli
a79170ba1a
Add @hoanglm4 as a contributor
2022-10-03 15:05:01 +02:00
Lorenzo Pichilli
ddfc5140a5
Add @rsydor as a contributor
2022-10-03 15:05:00 +02:00
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
4bdada17fe
fixed CHANGELOG
2022-10-03 14:46:10 +02:00
Lorenzo Pichilli
7d17a6a697
fixed CHANGELOG
2022-10-03 14:45:36 +02:00
Lorenzo Pichilli
d3cdc784b2
applied v5.4.3+8 fixes
2022-10-03 14:29:30 +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
Serjke Sorochinskiy
2f48b81403
fix(ios): invoke onBrowserCreated when viewDidLoad is called with windowId
2022-09-30 15:42:37 +04:00
ふぁ
99c083a02b
add documentRoot option
2022-09-16 03:57:15 +09:00
ふぁ
022657d53a
add directoryIndex option
2022-09-16 03:55:52 +09:00
Daan Poron
cf27507cfe
Disable exporting activities for Android
2022-09-13 15:04:58 +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
Lorenzo Pichilli
389cfe5a12
converted other exchangable objects and enums
2022-06-09 10:36:13 +02:00