Martin Vysny
Martin Vysny
The problem is that Android 7 only supports older https certificates which are known not to be as secure. Android 7 is unable to use the secure certificate offered by...
Workaround: call `element.scroll()`: ```java public class VovScroller extends Scroller implements Scrollable { @Override public void scroll(@Nullable Integer top, @Nullable Integer left) { if (top != null && top < 0)...
Ouch, that indeed looks annoying. I think the best way is to just get rid of that "speaking" notification completely - at this point the text to speech service on...
Unfortunately there's no workaround nor setting that would turn the notification off - it's hardcoded, so I need to fix the code. Just a sec.
Fixed in Aedict 3.51.7 by removing the annoying "Speaking" snack bar. Unfortunately no ETA on release; Google release procedure is a PITA these days.
Related to https://github.com/vaadin/platform/issues/4074
Could be that the subscription was loaded incorrectly from Google Play. Can you to Aedict Settings to verify that you have the subscription? If not, please try to restart Aedict.
Thank you so much, indeed the documentation mentions how to add support for the ILIKE operator. Switching to `org.ktorm:ktorm-support-postgresql` made the `ILIKE` operator available and it works well with H2....
Blocked by upstream: https://github.com/vaadin/flow-components/issues/7008
Implemented by upstream; we need to wait for Vaadin 24.8 to be released.