Alex

Results 8 issues of Alex

"scipy.misc.imsave" was removed in scipy version 1.3 --> `pip install scipy==1.2.1` https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html#scipy-interpolate-changes > and functions from scipy.misc (bytescale, fromimage, imfilter, imread, imresize, imrotate, imsave, imshow, toimage) have been removed.

Fixes #86112 Fixes #86565 **Tested devices:** - moto e5 play `(Adreno 3xx)` - Huawei Mediapad T3 AGS-W09 `(Adreno 3xx)` - Redmi 4X `(Adreno 3xx)` - Samsung Tab S7 `(Adreno 650)`...

enhancement
discussion
platform:android
topic:rendering
cherrypick:4.2

v4.2.dev5.official [e3e2528ba] https://github.com/godotengine/godot-demo-projects/assets/41921395/f38e6581-fef6-41ad-ae54-37b1d586b99a

update

### Godot version v4.1.2.stable.official [399c9dc39] ### Plugin version v1.0.3 ### System information macOS 13.6.0 - Vulkan (Forward+) - integrated Apple M1 - Apple M1 (8 Threads) ### Issue description System...

build system
thirdparty

v4.2.beta2.official [f8818f85e] Tested on an Android tablet, `InputEventMagnifyGesture` does not arrive there, is it an engine problem or? If so I could try to debug and fix under Android Studio...

mobile issue

Fixes #95532 Fixes #93612 ----------------- Test project: [base_button_tests.zip](https://github.com/user-attachments/files/16681812/base_button_tests.zip) Test on MacOs `pressed_tolerance = 2` -> `round(DPI / 50)` https://github.com/user-attachments/assets/ef16c387-ba77-4729-ae7f-5f5bbd6aa339

enhancement
topic:input
topic:gui

Fixes #95532 Fixes #93612 There is PR #95827 to fix these issues, but there are some concerns: https://github.com/godotengine/godot/pull/95827#issuecomment-2309020902 ---------------------------------- **TODOs:** - [ ] project setting - [ ] documentation

Fixes #103496 Catched the crash via `try / catch`. ```kotlin try { .... vibratorService.vibrate( .... ) .... } catch (e: SecurityException) { Log.w(TAG, e) } ``` logcat ```java 06-11 02:50:51.881...

bug
platform:android
topic:porting
crash
regression
cherrypick:4.4