Results 30 comments of Alexander Taylor

We used to add --disable-ipv6 automatically, because I had build issues (probably the same as this), but haven't had that for a long time. I'm not sure how to fix...

The issue here is not the use of private storage, the same mechanism would overwrite the app folder if it was installed somewhere else. If you want files to not...

The documentation is out of date, this file no longer exists in any supported kivy distribution. The designer isn't really working or maintained. Unless you'd like to fix the program...

@Q-back I don't think any of the Kivy core developers intend to work on Kivy Designer.

@udiboy1209 By verify you mean you want check that they work? If you want to add them to p4a, make a new branch and add them to the recipes folder,...

The problem is that the KivEnt code only allows a numeric moment based on the mass of the shape. I don't think passing 0 does anything special, it just leads...

I like the general content of the current site, in particular: - big landing image (currently the carousel) - basic information (currently the 3 columns) - code example (currently the...

> With Kivy there's always packaged the whole interpreter, so what would happen if there were more Kivy apps on a phone with this behavior launched one after another and...

When the app is paused, it gets a few seconds to store data (via onPause), but after that Android provides no guarantee that it will ever run again. It is...

I realise I was wrong about this being the most correct thing to do according to the docs, but I still think we should consider it - it seems that...