Lorenzo Pichilli
|
ae199f1dc4
|
Updated window.flutter_inappwebview.callHandler implementation: if there is an error/exception on Flutter/Dart side, the callHandler will reject the JavaScript promise with the error/exception message, so you can catch it also on JavaScript side, Fixed Android Web Storage Manager deleteAllData and deleteOrigin methods implementation, fix #1462, fix #1475
|
2023-05-15 13:46:42 +02:00 |
Lorenzo Pichilli
|
486b3207a0
|
Removed unnamed constructors for all Singleton classes to avoid incorrect usage
|
2022-10-19 02:42:23 +02:00 |
Lorenzo Pichilli
|
3b2add4199
|
code format
|
2022-10-11 16:19:36 +02:00 |
Lorenzo Pichilli
|
b889efebf3
|
added requestedWithHeaderMode android webview settings, added getRequestedWithHeaderMode and setRequestedWithHeaderMode ServiceWorkerController methods
|
2022-10-07 02:26:28 +02:00 |
Lorenzo Pichilli
|
caf8ae915b
|
fixed nativeValue in case of null, updated log debug settings for flutter test cases
|
2022-10-05 19:48:34 +02:00 |
Lorenzo Pichilli
|
9d738d3435
|
updated all toValue and fromValue
|
2022-10-05 13:52:07 +02:00 |
Lorenzo Pichilli
|
55f3b64a24
|
fixed tests, added android webview EventChannelDelegate, fixed some enum native values based on target platform
|
2022-05-04 02:17:33 +02:00 |
Lorenzo Pichilli
|
d3a834c36a
|
added android proxy controller support
|
2022-05-02 03:37:02 +02:00 |
Lorenzo Pichilli
|
96259a782e
|
updated tests
|
2022-04-29 13:39:28 +02:00 |
Lorenzo Pichilli
|
1e6de69d20
|
moved every class in types.dart in a specific class file
|
2022-04-27 01:03:42 +02:00 |
Lorenzo Pichilli
|
db58205ca1
|
merge
|
2022-04-22 16:57:29 +02:00 |
Lorenzo Pichilli
|
ce6e9066ba
|
Fixed Android error in some cases when calling setServiceWorkerClient java method on ServiceWorkerManager initialization
|
2022-04-22 16:24:41 +02:00 |
Lorenzo Pichilli
|
0312d12859
|
fixed remaining classes and properties
|
2022-04-20 03:05:46 +02:00 |
Lorenzo Pichilli
|
cdd2bdb09f
|
refactored remaining classes and properties
|
2022-04-20 02:18:36 +02:00 |
Lorenzo Pichilli
|
68f98754df
|
code format
|
2021-02-22 23:54:09 +01:00 |
Lorenzo Pichilli
|
0b0bce66aa
|
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
|
2021-02-22 12:16:23 +01:00 |
Lorenzo Pichilli
|
37fa32b31e
|
added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes
|
2021-02-04 21:54:09 +01:00 |