Peter Badida

Results 48 comments of Peter Badida

Ref #371, perhaps it's fixed now, but it still needs a careful inspection.

@331319341 so, we have the log, that's good, but it's not complete (the log should end with `Python for android ended` or something like that). What we don't have is...

Can you try with the latest version? pip uninstall -y kivy3 pip install https://github.com/KeyWeeUsr/kivy3/zipball/master

Could you please look at it and confirm if those files are ripped from Moblin, or not? As I see it, there were some replacements of the old files, so...

What's happening is basically p4a not using recipe, but fetching the source from PyPI instead which it should not be doing. Sources on PyPI do not contain the patches, the...

Try to add `pyjnius` to your requirements, perhaps it'll fetch the correct source (GitHub) instead of PyPI.

Still present on Android 8.0 with master, unfortunately. :/

It seems like `Enum.member.member...` accessing is not illegal in Java, however we are still rather lost about what's going on tbh. We basically get a segfault from https://github.com/kivy/pyjnius/blob/dcc3638b286086b46c6528d0e70d12166a1064c4/jnius/jnius_export_class.pxi#L574.

I like the idea. IMO we should have the spec files for all packaging we already have i.e. if it's on android, then let's have `buildozer_android_py2.spec`, `buildozer_android_py3.spec` and for iOS...

Judging by the dependencies, contents of the repository (**binaries** without license, 3rd party modules included, etc etc) and [implementation](https://github.com/Uberi/speech_recognition/blob/master/speech_recognition/__init__.py) `SpeechRecognition` package has, no. Nothing like that. That package basically first...