1. 21 Jun, 2020 1 commit
  2. 20 Jun, 2020 2 commits
  3. 19 Jun, 2020 1 commit
  4. 15 Jun, 2020 3 commits
  5. 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
  6. 12 Jun, 2020 1 commit
  7. 02 Jun, 2020 2 commits
  8. 30 May, 2020 2 commits
  9. 29 May, 2020 3 commits
  10. 28 May, 2020 1 commit
  11. 25 May, 2020 2 commits
  12. 23 May, 2020 4 commits
  13. 22 May, 2020 2 commits
  14. 21 May, 2020 2 commits
  15. 11 May, 2020 4 commits
  16. 09 May, 2020 8 commits
  17. 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