1. 15 Jun, 2020 3 commits
  2. 13 Jun, 2020 1 commit
    • Lorenzo Pichilli's avatar
      added getScrollX and getScrollY webview methods, added HttpOnly and SameSite... · b9d14828
      Lorenzo Pichilli authored
      added getScrollX and getScrollY webview methods, added HttpOnly and SameSite set cookie options, added animated option to scrollTo and scrollBy webview methods, Added error and message to the ServerTrustChallenge class for iOS, added contentInsetAdjustmentBehavior webview iOS-specific option, added getCertificate android-specific webview method, added copy and copyWithValue methods for webview class options
      b9d14828
  3. 12 Jun, 2020 1 commit
  4. 02 Jun, 2020 2 commits
  5. 30 May, 2020 2 commits
  6. 29 May, 2020 3 commits
  7. 28 May, 2020 1 commit
  8. 25 May, 2020 2 commits
  9. 23 May, 2020 4 commits
  10. 22 May, 2020 2 commits
  11. 21 May, 2020 2 commits
  12. 11 May, 2020 4 commits
  13. 09 May, 2020 8 commits
  14. 09 Mar, 2020 1 commit
    • Ben Bieker's avatar
      Fix config options for Android release builds · a7100ae0
      Ben Bieker authored
      Using reflection was not a good idea because when the Android App is
      compiled for release mode, some code optimizations are executed. The
      fields of the configuration classes were then renamed and the mapping
      via reflections did not work again. Now everything has an explicit
      mapping form the untyped HashMap to the class fields and vice versa.
      a7100ae0
  15. 29 Jan, 2020 1 commit
  16. 17 Jan, 2020 3 commits