976 Commits

Author SHA1 Message Date
Lorenzo Pichilli
568079359d iOS - Load client certificate from local storage 2022-10-13 17:43:38 +02:00
Lorenzo Pichilli
0a49c7094f merged Android - Load client certificate from local storage 2022-10-13 17:37:55 +02:00
Lorenzo Pichilli
4d580e849d
Merge pull request #1363 from pichillilorenzo/all-contributors/add-akioyamamoto1977
add akioyamamoto1977 as a contributor for code
2022-10-13 17:36:45 +02:00
allcontributors[bot]
36ebf54ea6
update .all-contributorsrc 2022-10-13 15:36:04 +00:00
allcontributors[bot]
8455eaa3e1
update README.md 2022-10-13 15:36:03 +00:00
Lorenzo Pichilli
3681e2c1d9
Merge pull request #1241 from akioyamamoto1977/master
Client certificate from local storage
2022-10-13 17:35:55 +02:00
Lorenzo Pichilli
d47fb67fef
Update Util.java
Try `getFileAsset` first and then `new FileInputStream`
2022-10-13 17:33:46 +02:00
Lorenzo Pichilli
3c66f19d3f
Merge branch 'master' into master 2022-10-13 17:32:00 +02:00
Lorenzo Pichilli
596a228a05 merged fix: Prevent Android java.lang.NullPointerException in InAppWebViewCl… 2022-10-13 17:11:07 +02:00
Lorenzo Pichilli
48ae80d8cb
Merge pull request #1362 from pichillilorenzo/all-contributors/add-kamilpowalowski
add kamilpowalowski as a contributor for code
2022-10-13 17:06:49 +02:00
allcontributors[bot]
c6195cde58
update .all-contributorsrc 2022-10-13 15:06:22 +00:00
allcontributors[bot]
c7db0d08c3
update README.md 2022-10-13 15:06:21 +00:00
Lorenzo Pichilli
8889b0d9ae
Merge pull request #1237 from kamilpowalowski/bugfix/android-oreo-crash
fix: Prevent Android java.lang.NullPointerException in InAppWebViewCl…
2022-10-13 17:06:15 +02:00
Lorenzo Pichilli
169bf2d340
Update InAppWebViewClient.java
Added more checks when trying to parse an URL using URI and allow the request to go to the flutter delegate.
2022-10-13 17:03:01 +02:00
Lorenzo Pichilli
cad913f279 merged fix: try to open with Chrome if default browser app does not support custom tabs 2022-10-13 16:39:28 +02:00
Lorenzo Pichilli
37c9417864
Merge pull request #1361 from pichillilorenzo/all-contributors/add-addie9000
add addie9000 as a contributor for code
2022-10-13 16:37:03 +02:00
allcontributors[bot]
e8185c4cac
update .all-contributorsrc 2022-10-13 14:36:25 +00:00
allcontributors[bot]
07a1336e3a
update README.md 2022-10-13 14:36:24 +00:00
Lorenzo Pichilli
89808a2f67
Merge pull request #1233 from initig/fix_no_custom_tab_default_browser
fix: try to open with Chrome if default browser app does not support custom tabs
2022-10-13 16:36:15 +02:00
Lorenzo Pichilli
f0d3039533 merged Fix RangeError: Maximum call stack size exceeded 2022-10-13 16:00:15 +02:00
Lorenzo Pichilli
fbc8e5decd updated js code arrayBufferToString 2022-10-13 15:59:50 +02:00
Lorenzo Pichilli
59585883d3
Merge pull request #1360 from pichillilorenzo/all-contributors/add-liasica
add liasica as a contributor for code
2022-10-13 15:55:12 +02:00
Lorenzo Pichilli
8681c453d2
Update README.md 2022-10-13 15:54:48 +02:00
Lorenzo Pichilli
53812ba07e
Update .all-contributorsrc 2022-10-13 15:54:11 +02:00
allcontributors[bot]
211d0d7621
update .all-contributorsrc 2022-10-13 13:52:44 +00:00
allcontributors[bot]
3481ac94f3
update README.md 2022-10-13 13:52:43 +00:00
Lorenzo Pichilli
cb2f02da04
Merge pull request #1208 from liasica/master
Fix RangeError: Maximum call stack size exceeded
2022-10-13 15:52:35 +02:00
Lorenzo Pichilli
4d41b1b4df
Update JavaScriptBridgeJS.swift
replaced js arrayBufferToString uint8Array.reduce arrow function with normal function
2022-10-13 15:49:09 +02:00
Lorenzo Pichilli
0f9896aedf
Update JavaScriptBridgeJS.java
replaced js arrayBufferToString uint8Array.reduce arrow function with normal function
2022-10-13 15:48:04 +02:00
Lorenzo Pichilli
db008bb9c0 Merged Android fix leaking MethodChannel through anonymous class 2022-10-13 15:40:13 +02:00
Lorenzo Pichilli
e71dfbe68c
Merge pull request #1359 from pichillilorenzo/all-contributors/add-emakar
add emakar as a contributor for code
2022-10-13 15:36:52 +02:00
allcontributors[bot]
4f9f2e66d0
update .all-contributorsrc 2022-10-13 13:36:29 +00:00
allcontributors[bot]
a64b311223
update README.md 2022-10-13 13:36:28 +00:00
Lorenzo Pichilli
f573f8afe5
Merge pull request #1201 from emakar/fix-android-leak
[Android] fix leaking `MethodChannel` through anonymous class
2022-10-13 15:36:18 +02:00
Lorenzo Pichilli
9d54f918e1 Fixed iOS 14.0 crash when calling callAsyncJavaScript method 2022-10-13 14:27:40 +02:00
Lorenzo Pichilli
e46523aef3 Fixed iOS 14.0 crash when calling callAsyncJavaScript method 2022-10-13 14:21:26 +02:00
Lorenzo Pichilli
120d77cf8d Added Android direct camera capture feature 2022-10-13 10:18:31 +02:00
Lorenzo Pichilli
6abf958b31 Added Android direct camera capture feature 2022-10-13 10:18:08 +02:00
liasica
f82a8d413a
Merge branch 'pichillilorenzo:master' into master 2022-10-13 11:02:01 +08:00
Lorenzo Pichilli
748a6f5f7e Fixed Android RendererPriorityPolicy.waivedWhenNotVisible type 'Null' is not a subtype of type 'bool', updated pubspec.yaml metadata 2022-10-12 22:33:16 +02:00
Lorenzo Pichilli
25cb58dce7 Fixed Android RendererPriorityPolicy.waivedWhenNotVisible type 'Null' is not a subtype of type 'bool' #1334 2022-10-12 22:09:24 +02:00
Lorenzo Pichilli
4955443e6c updated README.md 2022-10-12 21:36:06 +02:00
Lorenzo Pichilli
4aa2875410 updated README.md 2022-10-12 21:35:21 +02:00
Lorenzo Pichilli
968377b47b
Merge pull request #1358 from pichillilorenzo/all-contributors/add-ueman
add ueman as a contributor for doc
2022-10-12 21:31:02 +02:00
allcontributors[bot]
fe0a8fdcb3
update .all-contributorsrc 2022-10-12 19:30:30 +00:00
allcontributors[bot]
752a5d2ad8
update README.md 2022-10-12 19:30:29 +00:00
Lorenzo Pichilli
562ad12d43
Merge pull request #1354 from ueman/fix-pubspec.yaml
Improve links in pubspec.yaml
2022-10-12 21:30:22 +02:00
Lorenzo Pichilli
fe9ab9acd0
Merge branch 'master' into fix-pubspec.yaml 2022-10-12 21:27:38 +02:00
Lorenzo Pichilli
4e3c17842d Fixed missing PullToRefreshController.isRefreshing iOS implementation, Fixed Android PullToRefreshController.setEnabled at runtime, Fixed iOS findNext 2022-10-12 21:25:49 +02:00
Lorenzo Pichilli
88c0443845 updated README 2022-10-12 20:46:05 +02:00