pavelsof

Results 13 comments of pavelsof

I managed to cobble together an Android client using [Kivy](https://github.com/kivy/kivy): https://github.com/pavelsof/mobile-wormhole It is ugly, it is slow to start, and for an app this small it has quite a few...

Thank you for reporting the issue! Apparently from Android 10 on it is no longer possible to directly manipulate files (regardless of the storage permissions) without going through the Android...

To be honest, I do not know how internationalisation and localisation would work in a Kivy project; will have to research it.

Most of them are in `src/wormhole.kv`, and there are a few in `src/main.py` as well. I guess the strings should be extracted into a `.po` file and then Kivy should...

Just opened kivy/buildozer#1119 as an example of how the two new `build.py` options could be used by Buildozer. Please consider following up on either this PR here or on #1922,...

@AndreMiras, I agree, it would be better if the option name makes it clear that it can be used to insert arbitrary XML in the `` element. Should I change...

@AndreMiras, yes, #1922 works for me. It would be slightly easier to use as well, because a Kivy developer would only need the paths XML, but not the `` boilerplate.

Ping! This is a polite reminder/request to please merge this PR. I have been using my [python-for-android](https://github.com/pavelsof/python-for-android) and [Buildozer](https://github.com/pavelsof/buildozer) forks for a [pet Kivy app](https://github.com/pavelsof/mobile-wormhole), and there have not been...

It works (at least for me) with the older, probably deprecated by now, `android.support.v4.content` way. But I agree, AndroidX would be much better. What can we do to prod the...

Not at the moment, but I would be happy to fix this. The question is whether: - a stress marker should be a token on its own; for example: ```py...