3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ffmpeg: fix ffmpeg recipe by using h264+aac, since the previous version are not working anymore with python-for-android. More... over 13 years ago
fix android mixer implementation: play() must return the channel used as pygame does. Otherwise, on_stop() will be never called in kivy. More... over 13 years ago
android_mixer: fix get_busy on music More... over 13 years ago
Merge pull request #11 from hansent/master More... over 13 years ago
Use android executable inside $ANDROIDSDK if its defined. catch OSError for File not found when trying to execute android or ant. More... over 13 years ago
when doing the distribution, ensure all the files are compiled into pyc/pyo, otherwise, they might be deleted after the stripping process More... over 13 years ago
add zope and twisted from deakblue (reworked to remove some files and fix compilation) More... over 13 years ago
put kivy recipe to master, android-support is merged to it. More... over 13 years ago
android/sdlsurfaceview: try to add a support of ondestroy event, to give some time to user for closing its application. But it's not working when Android is reclaiming the app :[ More... over 13 years ago
add missing Action.java More... over 13 years ago
remove generated cython files More... over 13 years ago
action_send: add chooser_title parameter + add documentation More... over 13 years ago
first pass for implement an python access to intent ACTION_SEND More... over 13 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 13 years ago
remove wait in touch event, fix screen clear and remove skipswap (not used) More... over 13 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 13 years ago
fix size of presplash, was incorrectly displayed at 50% of its initial size. More... over 13 years ago
remove android.c generated from cython More... over 13 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 13 years ago
Merge pull request #8 from cwiz/master More... over 13 years ago
wifi scanning documentation More... over 13 years ago
Merge branch 'master' of github.com:kivy/python-for-android More... over 13 years ago
add prerequisites on the NDK/SDK version More... over 13 years ago
Merge pull request #6 from cwiz/master More... over 13 years ago
Merge branch 'master' of github.com:cwiz/python-for-android More... over 13 years ago
- native api wrapper for scanning visible WiFi spots More... over 13 years ago
update documentation to add how to extend PATH for including android tool + proper handling of error in build.py. closes #2 More... over 13 years ago
add an helloworld doc page. closes #5 More... over 13 years ago
add api for android/android_mixer (taken from pgs4a) More... over 13 years ago
add explaination about android module More... over 13 years ago