Releases: B3nedikt/ViewPump
Releases · B3nedikt/ViewPump
4.0.14
- Fixed a crash with dialogs opened from web views on Samsung devices running android 9, see Restring#141
4.0.13
- Small performance improvement for view inflation in android N
4.0.12
- Fixed a crash when a dialog gets opened from a web view on android P
4.0.11
- Fixed a issue with web views crashing in specific android versions
- added support for the new appcompat version 1.6.1
4.0.10
- Improved java compatibility by switching the wrapContext function constructor argument of the ViewPumpAppCompatDelegate with a functional interface with identical signature
4.0.9
- Fixed a crash when using proguard and custom web views
4.0.8
- Fixed a issue with crashes when opening dropdowns from custom WebViews
4.0.7
- Fixed a issue with the frameworks SearchView not getting created by the fallbackViewCreator
4.0.6
- Fixed a crash in TimePickerDialog on android < Q
4.0.5
- 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.