Skip to content

Releases: TheFinestArtist/FinestWebView-Android

1.0.8

20 Dec 05:51
Compare
Choose a tag to compare
  1. Added injectJavaScript method. It will injectJavaScript to WebView when onPageFinished is called.
  2. Added Spanish and Korean.

1.0.7

17 Dec 08:45
Compare
Choose a tag to compare
  1. Fixed showUrl() bug
  2. Added menu options menuTextGravity(), menuTextPaddingLeft(), menuTextPaddingRight ()
  3. Added right to left support rtl()

1.0.6

07 Dec 12:27
Compare
Choose a tag to compare
  1. Quick bug fix caused by selectableItemBackgroundBorderless & selectableItemBackground

1.0.5

07 Dec 10:25
Compare
Choose a tag to compare
  1. Added options theme(@StyleRes int theme);.
  2. Set selectableItemBackgroundBorderless as default toolbar icon background.
  3. Added FinestWebViewTheme.Light theme.
  4. Renamed selector_gray and selector_white to selector_light and selector_dark accordingly.

1.0.4

05 Dec 14:07
Compare
Choose a tag to compare
  1. Added SwipeRefreshLayout
  2. Fixed bug with webViewBuiltInDisplay
  3. Update sample app icon

1.0.3

04 Dec 04:05
Compare
Choose a tag to compare
  1. Enable toolbar collapsing for the Android API version under 14
  2. Added more builder options for WebView settings
  3. Added builder option webViewDesktopMode which force to load webview in desktop mode.

1.0.2

02 Dec 09:39
Compare
Choose a tag to compare

Released 1.0.2

  1. Updated builder parameter from context to activity.
  2. Updated custom animation.
  3. Optimized webview options
  4. Disabled toolbar collapsing for the Android version under 4.1