3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add mailing list/forum information More... over 14 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 14 years ago
reintroduce liblink/biglink. redirect the python obj link to temporary files, and use it to create a big libpymodules.so. closes #3 right now, only used for kivy, android, lxml, pygame and pil. More... over 14 years ago
Update README.rst More... over 14 years ago
Update README.rst More... over 14 years ago
Added a Troubleshooting section, with help about a weird ndk issue (old awk) More... over 14 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 14 years ago
distribute: if no md5 is provided, don't do any checks. and put kivy into no md5 behavior. More... over 14 years ago
start.c: if we are compiling the app to pyo, then search for a main.pyo, not a main.py in C bootstrap More... over 14 years ago
build.py: fix temporary files to remove + correctly use ignore-path + don't show error of python pyo compilation More... over 14 years ago
fix pil compilation (python deps was missing). Closes #4 More... over 14 years ago
enhance build.py to create a python27.zip, and put all the pyo files in it + reference it in the sys.path with that way, decompress assets the first run are better and each startup time / import are faster. still need to found a way to do the same for site-packages. More... over 14 years ago
better stripping command More... over 14 years ago
android: correctly seperate installation of .so and .pyo in different directories More... over 14 years ago
use kivy latest zipfile instead of git clone More... over 14 years ago
fix zip download & use ccache for ndk too More... over 14 years ago
remove priority from the recipe, not used anymore. More... over 14 years ago
update website More... over 14 years ago
add fast overview about the usage More... over 14 years ago
update readme to rely on the latest docs More... over 14 years ago
try to fix theme More... over 14 years ago
seperate documentation, should be ok now. More... over 14 years ago
change sphinx theme for rtds More... over 14 years ago
first pass to add sphinx documentation More... over 14 years ago
add cython in the apt-get install + explain why More... over 14 years ago
fix start.c with Python for android name More... over 14 years ago
add more sanity check about android sdk / ndk. dont do anything if sdk/ndk path are wrong, or if we dont found arm gcc compiler cause of missing sdk android platform tools More... over 14 years ago
Merge branch 'master', remote-tracking branch 'origin/master' More... over 14 years ago
dont say ubuntu only, but tested only on ubuntu More... over 14 years ago
add ccache in the installation line More... over 14 years ago