HyTurtle

Results 16 comments of HyTurtle
trafficstars

closes #657 suppose onFlushComplete should be added as well in this PR

Original issue here would appear to be the **pyobjus** lib was missing

Don't have much knowledge on ios/toolchain... as per android though; I'd say it shouldn't be handled by setup.py, but based on the plyer recipe it should be doing so there...

Android Permissions would be needed to be granted for various plyer/pyjnius features - for flash(light) have you requested `CAMERA` permission? Otherwise could you get a crash report via logcat -...

Just checked and `flash.on()` and `flash.off()` runs fine here on Android 11. Did you request camera at runtime ie within the app. If not you can do so manually with...

https://github.com/kivy/buildozer/blob/f2aefa895697d6dadf3f9ab428a4738a7f1de55c/buildozer/default.spec#L376

If you're sure - then would be a p4a issue rather than a buildozer one, https://github.com/kivy/python-for-android/blob/8336cea09c572c2a234ddda211226a1eb8b2ad1d/pythonforandroid/logger.py#L156 it shouldn't be shortened if log level is higher than debug

Info is higher than debug (in logging hierarchy); that does seem to be a bug though - if that is where the shortening is coming from that is - misspoke...

Don't state a version, let it default (v1.0.3)

https://github.com/kivy/kivy/blob/master/kivy/uix/behaviors/focus.py#L400 Can you confirm the *issue* is here? Would explain why (prior to example above) it wasn't replicated. Or were you seeing the same prior to setting keyboard_mode to managed?