Skip to content

Releases: 101medialab/android-ezwebview

Release 1.4.8

05 Aug 07:25
Compare
Choose a tag to compare
  1. resolved issue with ignoring allowHTTPSMixedContent flag
  2. resolved issue with setUserAgent() method (may break existing app compatibility, see setDefaultUserAgentWithSuffix() method)

Release 1.4.7

18 Jul 06:32
Compare
Choose a tag to compare
  1. updated: bugfix for incorrectly injected css tag html code format
  2. updated: bugfix for setWebContentsDebuggingEnabled(boolean) method

Release 1.4.5

07 Jul 01:52
Compare
Choose a tag to compare
  1. added setDefaultUserWithSuffix() method for appending custom string to default user agent (since some websites prefer the default user agent)
  2. calling loadWebContent(content) and loadUrl(url) without setting webview will now throws IllegalArgumentException

v1.4.4: Minor Update

06 Jul 09:46
Compare
Choose a tag to compare

Minor Update

  1. removed the need to catch Exception on loadUrl()
  2. updated android support lib to 24.0.0

Release 1.4.3

30 Jun 06:57
Compare
Choose a tag to compare
  1. updated: added chrome debug mode flag
  2. updated: removed the now obsolete and misleading setWebContent() method from Fx9C
  3. updated: support automatic media playback

Release 1.4.2

28 Jun 06:52
Compare
Choose a tag to compare
  1. updated: added loadUrl() method call
  2. updated: further simplify loadWebContent() method call

Release 1.4.0

21 Jun 09:59
Compare
Choose a tag to compare
  • in progress of revamp api for encapsulated, cleaner, and more intuitive code
  • enabled webview debugging through Fx9C API call