-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Authentication Support #123
base: master
Are you sure you want to change the base?
Commits on Jun 28, 2018
-
Added working Set/Get/Get all cookie functions.
- Works and tested with Android - Works and tested with iOS - Works and tested with macOS - Needs testing with UWP TODO - Missing function for removing/setting specific cookie on UWP
Kasper Rynning-Tønnesen committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 95f1d18 - Browse repository at this point
Copy the full SHA 95f1d18View commit details -
Kasper Rynning-Tønnesen committed
Jun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 8fa5751 - Browse repository at this point
Copy the full SHA 8fa5751View commit details -
Updated so we only fetch from our own url/domain on iOS macOS
Kasper Rynning-Tønnesen committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 49e6e73 - Browse repository at this point
Copy the full SHA 49e6e73View commit details -
Sending cookie-object and generalized some functions
- Sending Cookie object to cookie-setter function, to avoid having to set too much values programmatically, forced - Changed some functionnames to fit better with C# naming-convention - Changed some input/output parameter-names to give a better picture of whats being sent without spelling everything out in black and white
Kasper Rynning-Tønnesen committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 9bdf249 - Browse repository at this point
Copy the full SHA 9bdf249View commit details -
Updated some UWP functions to fit with the other.
- I have absolutely no idea if these work
Kasper Rynning-Tønnesen committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 9612356 - Browse repository at this point
Copy the full SHA 9612356View commit details -
Reverted errors made to UWP functions that were already there
Kasper Rynning-Tønnesen committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 106b443 - Browse repository at this point
Copy the full SHA 106b443View commit details
Commits on Jun 29, 2018
-
Updated sampleapp and fixed UWP to work with setting/getting/getting …
…all cookies for a given site
Kasper Rynning-Tønnesen committedJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for df55025 - Browse repository at this point
Copy the full SHA df55025View commit details -
Changed some build options to not include me, and moved the examplebu…
…tton for cookies to the bottom of the list
Kasper Rynning-Tønnesen committedJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 4833185 - Browse repository at this point
Copy the full SHA 4833185View commit details -
Kasper Rynning-Tønnesen committed
Jun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for ac0074f - Browse repository at this point
Copy the full SHA ac0074fView commit details -
Removed function that was inserted by accident
Kasper Rynning-Tønnesen committedJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for dab4a41 - Browse repository at this point
Copy the full SHA dab4a41View commit details -
Removed some comments and unused code
Kasper Rynning-Tønnesen committedJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 91d7f9c - Browse repository at this point
Copy the full SHA 91d7f9cView commit details
Commits on Jul 9, 2018
-
Kasper Rynning-Tønnesen committed
Jul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for e622a2b - Browse repository at this point
Copy the full SHA e622a2bView commit details -
Updated to fetch cookies from correct urls
Kasper Rynning-Tønnesen committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for eb16a0f - Browse repository at this point
Copy the full SHA eb16a0fView commit details -
Adding bindable property for reading current url
Kristoffer Berge authored and Kristoffer Berge committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for dcff804 - Browse repository at this point
Copy the full SHA dcff804View commit details -
Kristoffer Berge authored and Kristoffer Berge committed
Jul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for ce33266 - Browse repository at this point
Copy the full SHA ce33266View commit details -
Using navigationdelegate to detect url change on macos
Kristoffer Berge authored and Kristoffer Berge committedJul 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 6dc4720 - Browse repository at this point
Copy the full SHA 6dc4720View commit details
Commits on Jul 12, 2018
-
Trigging navigation event from urlLoading instead of resource loading
Kristoffer Berge authored and Kristoffer Berge committedJul 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 8443e8e - Browse repository at this point
Copy the full SHA 8443e8eView commit details -
Fixed issue with threads and issues with fetching correct cookies in …
…android
Kasper Rynning-Tønnesen committedJul 12, 2018 Configuration menu - View commit details
-
Copy full SHA for e5a7cb4 - Browse repository at this point
Copy the full SHA e5a7cb4View commit details
Commits on Jul 13, 2018
-
Kristoffer Berge authored and Kristoffer Berge committed
Jul 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 2590055 - Browse repository at this point
Copy the full SHA 2590055View commit details
Commits on Jan 25, 2019
-
Upgraded Xam.PluginwebView.Abstractions from NET Standard 1.0 to NET …
…Standard 2.0. Upgraded packages to latest version. Migrated SampleApp from PCL to NET Standard 2.0. Migrated all projects from packages.config to PackageReference (except SampleApp.UWP and Xam.Plugin.WebView.UWP)
Øyvind Liland committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for d5751ae - Browse repository at this point
Copy the full SHA d5751aeView commit details -
Øyvind Liland committed
Jan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 25e6df5 - Browse repository at this point
Copy the full SHA 25e6df5View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c7772aa - Browse repository at this point
Copy the full SHA c7772aaView commit details
Commits on Jan 31, 2019
-
Attempt to fix bug when adding cookies as they are not "visible" to t…
…he WKWebView probably due to WKWebView WKNavigationDelegate DecidePolicy runs in another process that does not get access to the WKHttpCookieStore's cookies as the may be added through a different process. This is attempted to be solved by ensuring that the same instance of WKProcessPool is set on WKWebViewConfiguration.
Configuration menu - View commit details
-
Copy full SHA for f50bcde - Browse repository at this point
Copy the full SHA f50bcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c92d118 - Browse repository at this point
Copy the full SHA c92d118View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83a67d - Browse repository at this point
Copy the full SHA e83a67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f36e6d2 - Browse repository at this point
Copy the full SHA f36e6d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8991719 - Browse repository at this point
Copy the full SHA 8991719View commit details
Commits on Feb 1, 2019
-
Changes to PrintCookiesRequest to satisfy Android API which requires …
…a url to request the cookie for.
Configuration menu - View commit details
-
Copy full SHA for 9fccab9 - Browse repository at this point
Copy the full SHA 9fccab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f365b1 - Browse repository at this point
Copy the full SHA 9f365b1View commit details
Commits on Feb 13, 2019
-
wkWebView.ScrollView.Bounces = false; in FormsWebViewRenderer (iOS)
Øyvind Liland committedFeb 13, 2019 Configuration menu - View commit details
-
Copy full SHA for e15d8b7 - Browse repository at this point
Copy the full SHA e15d8b7View commit details
Commits on Feb 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65f6865 - Browse repository at this point
Copy the full SHA 65f6865View commit details -
Merge branch 'cookies' of https://github.com/AbarisConsulting/Xam.Plu…
…gin.Webview into cookies * 'cookies' of https://github.com/AbarisConsulting/Xam.Plugin.Webview: wkWebView.ScrollView.Bounces = false; in FormsWebViewRenderer (iOS)
Configuration menu - View commit details
-
Copy full SHA for 214163c - Browse repository at this point
Copy the full SHA 214163cView commit details
Commits on Feb 20, 2019
-
ShouldInterceptRequest cannot be used for stopping WebView from loadi…
…ng since it executes on a different thread and continues to load before StopLoading is able to get execution time on main thread. The same logiq is moved to ShouldOverrideUrlLoading which runs on UI thread.
Configuration menu - View commit details
-
Copy full SHA for 9b9972f - Browse repository at this point
Copy the full SHA 9b9972fView commit details -
Øyvind Liland committed
Feb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c4e4d5 - Browse repository at this point
Copy the full SHA 1c4e4d5View commit details -
Merge branch 'cookies' of https://github.com/AbarisConsulting/Xam.Plu…
…gin.Webview into cookies
Øyvind Liland committedFeb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 80f2d21 - Browse repository at this point
Copy the full SHA 80f2d21View commit details
Commits on Feb 26, 2019
-
Øyvind Liland committed
Feb 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9ffd56c - Browse repository at this point
Copy the full SHA 9ffd56cView commit details
Commits on Feb 28, 2019
-
Implemented FileChooser in FormsWebViewChromeClient for Android
Øyvind Liland committedFeb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 30f5987 - Browse repository at this point
Copy the full SHA 30f5987View commit details -
Øyvind Liland committed
Feb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 416048d - Browse repository at this point
Copy the full SHA 416048dView commit details
Commits on Mar 1, 2019
-
Working with response header and content type
Øyvind Liland committedMar 1, 2019 Configuration menu - View commit details
-
Copy full SHA for d0af8ee - Browse repository at this point
Copy the full SHA d0af8eeView commit details
Commits on Mar 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5fb11a1 - Browse repository at this point
Copy the full SHA 5fb11a1View commit details -
Merge branch 'cookies' of https://github.com/AbarisConsulting/Xam.Plu…
…gin.Webview into cookies * 'cookies' of https://github.com/AbarisConsulting/Xam.Plugin.Webview: Working with response header and content type Package upgrade Implemented FileChooser in FormsWebViewChromeClient for Android Version bump Minor changes... # Conflicts: # Xam.Plugin.WebView.Abstractions/Xam.Plugin.WebView.Abstractions.csproj # Xam.Plugin.WebView.Droid/FormsWebViewRenderer.cs # Xam.Plugin.WebView.iOS/FormsWebViewRenderer.cs # Xam.Plugin.WebView.iOS/Xam.Plugin.WebView.iOS.csproj
Configuration menu - View commit details
-
Copy full SHA for e8bb44d - Browse repository at this point
Copy the full SHA e8bb44dView commit details -
Added OnContentTypeLoaded for Abstractions and Android
Øyvind Liland committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 4394f52 - Browse repository at this point
Copy the full SHA 4394f52View commit details -
Merge branch 'cookies' of https://github.com/AbarisConsulting/Xam.Plu…
…gin.Webview into cookies
Øyvind Liland committedMar 5, 2019 Configuration menu - View commit details
-
Copy full SHA for d5eefcd - Browse repository at this point
Copy the full SHA d5eefcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f5f45 - Browse repository at this point
Copy the full SHA e1f5f45View commit details
Commits on Mar 7, 2019
-
Package upgrade and version bump
Øyvind Liland committedMar 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 4f68fe4 - Browse repository at this point
Copy the full SHA 4f68fe4View commit details
Commits on Mar 19, 2019
-
Øyvind Liland committed
Mar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 7d81c67 - Browse repository at this point
Copy the full SHA 7d81c67View commit details
Commits on Mar 20, 2019
-
Package upgrade + changes in FormsWebViewRenderer (iOS) for more Safa…
…ri like behaviour in the App
Øyvind Liland committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for a3d8a05 - Browse repository at this point
Copy the full SHA a3d8a05View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7723dab - Browse repository at this point
Copy the full SHA 7723dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for de643b4 - Browse repository at this point
Copy the full SHA de643b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30aa4e3 - Browse repository at this point
Copy the full SHA 30aa4e3View commit details
Commits on Mar 27, 2019
-
Øyvind Liland committed
Mar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f647239 - Browse repository at this point
Copy the full SHA f647239View commit details
Commits on Mar 28, 2019
-
Version 1.0.0 build 19 submitted to Google Play and App Store
Øyvind Liland committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for ed9d9ae - Browse repository at this point
Copy the full SHA ed9d9aeView commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 01dfa93 - Browse repository at this point
Copy the full SHA 01dfa93View commit details -
Handle navigation Cancel correctly on Android
Handle Disposed control on Android Handle about:blank on ios
Configuration menu - View commit details
-
Copy full SHA for bbbeece - Browse repository at this point
Copy the full SHA bbbeeceView commit details
Commits on May 14, 2019
-
Fixed WebView bug for Android when installed from Google Play
Øyvind Liland committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for ebe3e17 - Browse repository at this point
Copy the full SHA ebe3e17View commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c6de070 - Browse repository at this point
Copy the full SHA c6de070View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c334489 - Browse repository at this point
Copy the full SHA c334489View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaad333 - Browse repository at this point
Copy the full SHA aaad333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c11a2a - Browse repository at this point
Copy the full SHA 1c11a2aView commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b647256 - Browse repository at this point
Copy the full SHA b647256View commit details
Commits on Jul 21, 2022
-
Merge remote-tracking branch 'github/master'
# Conflicts: # .DS_Store # SampleApp/SampleApp.Droid/SampleApp.Droid.csproj # SampleApp/SampleApp/SampleApp.csproj # Xam.Plugin.WebView.Abstractions/IFormsWebView.cs # Xam.Plugin.WebView.Droid/FormsWebViewClient.cs
Configuration menu - View commit details
-
Copy full SHA for fd4de34 - Browse repository at this point
Copy the full SHA fd4de34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c57198 - Browse repository at this point
Copy the full SHA 0c57198View commit details -
Configuration menu - View commit details
-
Copy full SHA for f334fbd - Browse repository at this point
Copy the full SHA f334fbdView commit details