Eugene Popovich

Results 112 comments of Eugene Popovich

Looks like it is related to this http://stackoverflow.com/questions/20121711/dialog-on-android-kitkat-seems-to-be-cut

Looks like this solution works http://stackoverflow.com/a/20782404/527759

Perhaps somebody else will face the same issue so would be good if they'll find the solution here

It works on windows. The main question whether it breaks MacOS and Linux compatibility

I also have such issue at Android 4.x devices/emulator

@catthou [here](https://github.com/httpdispatch/MissedNotificationsReminder/releases/download/1.6.5/MissedNotificationReminder-accessibility-v14-release-v1.6.5.apk) you may download the latest accessibility version

@catthou not sure how exactly the work profile works. You may check logs in the app which is installed for the work profile whether it receives any events about any...

An interesting fact: the OpenVPN uses some workaround for this. Probably could be applied to `strongswan` library as well https://github.com/OpenVPN/openvpn/blob/68e45eda7b75b412d7e2568adb2e07a94d3cf594/src/openvpn/fdmisc.h#L39-L48 ```c static inline void openvpn_fd_set(socket_descriptor_t fd, fd_set *setp) { #ifndef...

Found same issue. Solved it by modifying ImageViewTouchBase ``` java Drawable drawable; public void setImageDrawable(final Drawable drawable, final boolean reset, final Matrix initial_matrix, final float maxZoom) { this.drawable = drawable;...

Looks like solution needs correction for penultimate item movement