Skip to content

Releases: B3nedikt/ViewPump

4.0.14

02 Jan 19:10
Compare
Choose a tag to compare
  • Fixed a crash with dialogs opened from web views on Samsung devices running android 9, see Restring#141

4.0.13

24 Sep 19:43
Compare
Choose a tag to compare
  • Small performance improvement for view inflation in android N

4.0.12

20 Aug 18:29
Compare
Choose a tag to compare
  • Fixed a crash when a dialog gets opened from a web view on android P

4.0.11

30 Jul 20:15
d29d7d0
Compare
Choose a tag to compare
  • Fixed a issue with web views crashing in specific android versions
  • added support for the new appcompat version 1.6.1

4.0.10

21 Dec 17:24
Compare
Choose a tag to compare
  • Improved java compatibility by switching the wrapContext function constructor argument of the ViewPumpAppCompatDelegate with a functional interface with identical signature

4.0.9

02 Nov 13:19
Compare
Choose a tag to compare
  • Fixed a crash when using proguard and custom web views

4.0.8

29 Oct 19:10
Compare
Choose a tag to compare
  • Fixed a issue with crashes when opening dropdowns from custom WebViews

4.0.7

07 Mar 18:45
Compare
Choose a tag to compare
  • Fixed a issue with the frameworks SearchView not getting created by the fallbackViewCreator

4.0.6

23 Feb 22:25
Compare
Choose a tag to compare
  • Fixed a crash in TimePickerDialog on android < Q

4.0.5

26 Dec 15:41
Compare
Choose a tag to compare
  • Fixed a crash on API 22 and below triggered by trying to create views which will be displayed in alert dialogs shown when interacting with web views. See: #10.